stable

Clone or download

Read-only

Move angular-tlp to its own lib

Part of request #18842 Split TLP into separate smaller libraries angular-tlp is only used by AngularJS apps. It depends on TLP but is not actually a part of it. angular-async is extracted to its own lib too, as it is only used in kanban and shares no code with angular-tlp. Change-Id: I6296808e2695c4e83819cd4726e34672c47005df

Modified Files

Name
R plugins/agiledashboard/scripts/kanban/__mocks__/angular-tlp/angular-async.js Go to diff View file
R plugins/pullrequest/scripts/src/app/__mocks__/angular-tlp.js Go to diff View file
M plugins/agiledashboard/scripts/kanban/package.json +5 −0 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/app.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/edit-kanban/edit-kanban.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/error-modal/error-modal.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/reports-modal/reports-modal.js +1 −1 Go to diff View file
M plugins/agiledashboard/webpack.common.js +2 −3 Go to diff View file
M plugins/frs/package.json +3 −1 Go to diff View file
R plugins/frs/scripts/release-notes/__mocks__/angular-tlp.js Go to diff View file
M plugins/frs/scripts/release-notes/src/app.js +1 −1 Go to diff View file
M plugins/frs/webpack.common.js +0 −6 Go to diff View file
M plugins/pullrequest/package.json +3 −1 Go to diff View file
R plugins/testmanagement/scripts/testmanagement/src/__mocks__/angular-tlp.js Go to diff View file
M plugins/pullrequest/scripts/src/app/app.js +1 −1 Go to diff View file
M plugins/pullrequest/webpack.common.js +1 −13 Go to diff View file
M plugins/testmanagement/package.json +1 −0 Go to diff View file
R plugins/agiledashboard/scripts/kanban/__mocks__/angular-tlp/index.js Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/app.js +1 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/campaign/campaign.js +1 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution.js +1 −1 Go to diff View file
M plugins/testmanagement/webpack.common.js +0 −4 Go to diff View file
M plugins/tracker/package-lock.json +17 −88 Go to diff View file
M plugins/tracker/package.json +0 −12 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/README.mkd +0 −16 Go to diff View file
A plugins/tracker/scripts/angular-artifact-modal/package-lock.json +443 −0 Go to diff View file
A plugins/tracker/scripts/angular-artifact-modal/package.json +41 −0 Go to diff View file
R plugins/agiledashboard/scripts/planning-v2/__mocks__/angular-tlp.js Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal.js +1 −1 Go to diff View file
A src/scripts/lib/angular-async/.gitignore +1 −0 Go to diff View file
A src/scripts/lib/angular-async/package-lock.json +5 −0 Go to diff View file
A src/scripts/lib/angular-async/package.json +21 −0 Go to diff View file
R src/themes/tlp/angular-tlp/angular-async.js Go to diff View file
A src/scripts/lib/angular-async/webpack.common.js +44 −0 Go to diff View file
R plugins/agiledashboard/scripts/kanban/tests/angular-tlp.test.js Go to diff View file
R tools/utils/scripts/webpack-aliases.js Go to diff View file
A src/scripts/lib/angular-tlp/.gitignore +1 −0 Go to diff View file
R plugins/tracker/scripts/angular-artifact-modal/src/__mocks__/angular-tlp.js Go to diff View file
A src/scripts/lib/angular-tlp/package-lock.json +20 −0 Go to diff View file
A src/scripts/lib/angular-tlp/package.json +25 −0 Go to diff View file
R src/themes/tlp/angular-tlp/index.js Go to diff View file
R src/themes/tlp/angular-tlp/tlp-modal-service.js Go to diff View file
R src/themes/tlp/angular-tlp/tlp-modal-service-test.js Go to diff View file
R src/themes/tlp/angular-tlp/tlp-select2-directive.js Go to diff View file
A src/scripts/lib/angular-tlp/webpack.common.js +45 −0 Go to diff View file
A src/scripts/lib/angular-tlp/webpack.dev.js +23 −0 Go to diff View file
A src/scripts/lib/angular-tlp/webpack.prod.js +23 −0 Go to diff View file
M tools/utils/scripts/webpack-configurator.js +7 −2 Go to diff View file