stable

Clone or download

Read-only

request #18832 Split TLP fetch wrapper to its own library

How to test: - No functional change expected. Apps using TLP's fetch wrapper still function as before. Change-Id: I59b8910c04bef4cfd7cca0129c6b7f4907e77c4b

Modified Files

Name
M plugins/agiledashboard/package.json +1 −0 Go to diff View file
M plugins/agiledashboard/scripts/artifact-additional-action/src/artifact-additional-action.test.ts +2 −5 Go to diff View file
M plugins/agiledashboard/scripts/artifact-additional-action/src/artifact-additional-action.ts +1 −3 Go to diff View file
M plugins/agiledashboard/webpack.common.js +14 −21 Go to diff View file
M plugins/crosstracker/package.json +2 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/CrossTrackerWidget.test.js +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/api/rest-querier.test.js +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/ArtifactTable.test.js +1 −4 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/reading-mode/ReadingMode.test.js +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerSelection.test.js +1 −1 Go to diff View file
M plugins/document/package.json +2 −1 Go to diff View file
M plugins/document/scripts/document/api/lock-rest-querier.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/api/metadata-rest-querier.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/api/move-rest-querier.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/api/rest-querier.test.js +1 −1 Go to diff View file
M plugins/document/scripts/document/store/actions-helpers/load-ascendant-hierarchy.test.js +1 −1 Go to diff View file
M plugins/document/scripts/document/store/actions-helpers/load-folder-content.test.js +1 −1 Go to diff View file
M plugins/document/scripts/document/store/actions.test.js +1 −1 Go to diff View file
M plugins/document/scripts/document/store/clipboard/clipboard-actions.test.js +1 −1 Go to diff View file
M plugins/document/scripts/document/store/lock/lock-actions.test.js +1 −1 Go to diff View file
M plugins/document/scripts/document/store/metadata/metadata-actions.test.js +1 −1 Go to diff View file
M plugins/document/webpack.common.js +0 −1 Go to diff View file
M plugins/git/package.json +1 −0 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/rest-querier.test.ts +1 −1 Go to diff View file
M plugins/git/scripts/repositories/src/api/rest-querier.test.js +1 −1 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitlabModal/UnlinkGitlabRepositoryModal/UnlinkRepositoryGitlabModal.test.js +1 −4 Go to diff View file
M plugins/git/scripts/repositories/src/store/actions.test.js +1 −4 Go to diff View file
M plugins/graphontrackersv5/package.json +3 −1 Go to diff View file
M plugins/graphontrackersv5/scripts/src/rest-querier.js +1 −1 Go to diff View file
M plugins/graphontrackersv5/webpack.common.js +0 −3 Go to diff View file
M plugins/label/package.json +23 −20 Go to diff View file
M plugins/label/scripts/project-labeled-items/src/LabeledItemsList.test.js +1 −1 Go to diff View file
M plugins/label/scripts/project-labeled-items/src/rest-querier.test.js +1 −1 Go to diff View file
M plugins/projectmilestones/package.json +3 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/api/rest-querier.test.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/store/actions.test.ts +1 −1 Go to diff View file
M plugins/taskboard/package.json +3 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/card/card-actions.test.ts +1 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/drag-drop-actions.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-actions.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/user/user-actions.test.ts +1 −4 Go to diff View file
M plugins/testmanagement/webpack.common.js +4 −8 Go to diff View file
M plugins/testplan/package.json +10 −8 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Report/Section/Tracker/artifacts-retriever.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/campaign/campaign-actions.test.ts +1 −1 Go to diff View file
M plugins/timetracking/package.json +3 −1 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/api/rest-querier.test.js +1 −1 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/store/actions.test.js +1 −1 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/api/rest-querier.test.js +1 −1 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/tests/store/actions.test.js +1 −1 Go to diff View file
M plugins/tracker/package.json +1 −0 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/rest/rest-service.test.js +1 −4 Go to diff View file
M plugins/tracker/scripts/artifact-action-buttons/src/api/rest-querier.js +1 −1 Go to diff View file
M plugins/tracker/scripts/artifact-action-buttons/src/api/rest-querier.test.js +3 −3 Go to diff View file
M plugins/tracker/scripts/artifact-action-buttons/src/store/actions.test.js +1 −4 Go to diff View file
R plugins/tracker/scripts/artifact/test-follow-up.test.ts Go to diff View file
M plugins/tracker/scripts/artifact/text-follow-up.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/permissions-per-group/src/rest-querier.js +2 −6 Go to diff View file
M plugins/tracker/scripts/report/expert-mode.js +4 −4 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/store/actions.test.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/api/rest-querier.js +2 −6 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/api/rest-querier.test.js +4 −4 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/store/actions.test.js +1 −1 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/store/transition-modal/transition-actions.test.js +1 −1 Go to diff View file
M plugins/tracker/webpack.common.js +0 −1 Go to diff View file
M src/package.json +1 −0 Go to diff View file
M src/scripts/FlamingParrot/help-dropdown.ts +1 −1 Go to diff View file
M src/scripts/invite-buddies/send-notifications.test.ts +2 −3 Go to diff View file
M src/scripts/invite-buddies/send-notifications.ts +1 −1 Go to diff View file
A src/scripts/lib/tlp-fetch/.gitignore +1 −0 Go to diff View file
A src/scripts/lib/tlp-fetch/jest.config.js +23 −0 Go to diff View file
R src/themes/tlp/mocks/tlp-fetch-mock-helper.d.ts Go to diff View file
R src/themes/tlp/mocks/tlp-fetch-mock-helper.js Go to diff View file
A src/scripts/lib/tlp-fetch/package-lock.json +5 −0 Go to diff View file
A src/scripts/lib/tlp-fetch/package.json +20 −0 Go to diff View file
R src/themes/tlp/src/js/fetch-wrapper.test.ts Go to diff View file
R src/themes/tlp/src/js/fetch-wrapper.ts Go to diff View file
A src/scripts/lib/tlp-fetch/tsconfig.json +8 −0 Go to diff View file
A src/scripts/lib/tlp-fetch/webpack.common.js +48 −0 Go to diff View file
A src/scripts/lib/tlp-fetch/webpack.dev.js +23 −0 Go to diff View file
A src/scripts/lib/tlp-fetch/webpack.prod.js +23 −0 Go to diff View file
M src/scripts/platform/banner/index-fp.ts +1 −1 Go to diff View file
M src/scripts/project/admin/header-background/admin-header-background.test.ts +1 −1 Go to diff View file
M src/scripts/project/banner/index-fp.ts +1 −1 Go to diff View file
M src/scripts/project/registration/src/api/rest-querier.test.ts +1 −1 Go to diff View file
M src/scripts/project/registration/src/components/Template/Advanced/AdvancedTemplateList.test.ts +1 −1 Go to diff View file
M src/scripts/switch-to/src/store/actions.test.ts +2 −7 Go to diff View file
M src/scripts/switch-to/src/store/actions.ts +1 −1 Go to diff View file
M src/scripts/tuleap/ckeditor/file-upload-handler-factory.js +1 −1 Go to diff View file
M src/scripts/tuleap/ckeditor/file-upload-handler-factory.test.js +2 −6 Go to diff View file
D src/themes/tlp/mocks/index.js +0 −44 Go to diff View file
M src/themes/tlp/package.json +1 −0 Go to diff View file
M src/themes/tlp/src/js/index.ts +1 −1 Go to diff View file
M src/webpack.common.js +0 −7 Go to diff View file
M tests/jest/jest.base.config.js +5 −1 Go to diff View file
M tools/utils/scripts/webpack-aliases.js +0 −5 Go to diff View file