stable

Clone or download

Read-only

Remove remaining indirect usages of @tuleap/tlp-fetch

The remaining usages have been identified manually using this sort of patterns: `rg 'import.*patch.* from "tlp'`. @tuleap/tlp-fetch is no more exposed via the `tlp` module. Part of request #26374: Stop exposing @tuleap/tlp-fetch module in tlp module Change-Id: If13ab09bb7649d446e36c49bb6cb227832b87b69

Modified Files

Name
M plugins/agiledashboard/scripts/permissions-per-group/src/rest-querier.js +1 −1 Go to diff View file
M plugins/ldap/package.json +1 −0 Go to diff View file
M plugins/ldap/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/ldap/scripts/project-admin/project-admin-members.js +2 −1 Go to diff View file
M plugins/ldap/scripts/project-admin/project-admin-ugroups.js +2 −1 Go to diff View file
M plugins/pullrequest/package.json +1 −0 Go to diff View file
M plugins/pullrequest/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/pullrequest/scripts/create-pullrequest-button/src/api/rest-querier.js +1 −1 Go to diff View file
M plugins/svn/package.json +1 −0 Go to diff View file
M plugins/svn/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/svn/scripts/permissions-per-group/src/rest-querier.js +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/package.json +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/pnpm-lock.yaml +2 −2 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/REST/TuleapAPIClient.test.ts +7 −7 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/REST/TuleapAPIClient.ts +2 −2 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/api/tuleap-api.test.ts +4 −6 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/api/tuleap-api.ts +2 −2 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/rest/rest-service.test.ts +21 −19 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/rest/rest-service.ts +2 −2 Go to diff View file
M plugins/tracker/scripts/permissions-per-group/src/rest-querier.js +1 −1 Go to diff View file
M src/scripts/dashboards/dashboard-async-widget.ts +1 −1 Go to diff View file
M src/scripts/dashboards/widgets/project-heartbeat/project-heartbeat.ts +1 −1 Go to diff View file
M src/scripts/labels/labels-box.js +2 −1 Go to diff View file
M src/scripts/news/permissions-per-group/rest-querier.js +1 −1 Go to diff View file
M src/scripts/platform/banner/index-bp.ts +1 −1 Go to diff View file
M src/scripts/tuleap/toggler.js +1 −1 Go to diff View file
M src/themes/tlp/package.json +0 −1 Go to diff View file
M src/themes/tlp/pnpm-lock.yaml +0 −2 Go to diff View file
M src/themes/tlp/src/js/index.ts +0 −1 Go to diff View file