stable
Clone or download
Read-only
Otherwise we might encounter issues during the build because the functions can be used before the build of the lib which fails the typechecking (symbols are not yet available). Part of story #23469: export reports with linked artifact in xlsx format Change-Id: I09e4ed092e4cad674f23850ee202a367e2e7f776
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/scripts/administration/administration.ts | +1 | −2 | Go to diff View file |
M | plugins/docman/package.json | +1 | −1 | Go to diff View file |
M | plugins/docman/pnpm-lock.yaml | +2 | −2 | Go to diff View file |
M | plugins/docman/scripts/admin-properties.ts | +1 | −1 | Go to diff View file |
M | plugins/forumml/package.json | +1 | −0 | Go to diff View file |
M | plugins/forumml/pnpm-lock.yaml | +2 | −0 | Go to diff View file |
M | plugins/forumml/scripts/new-thread.ts | +1 | −1 | Go to diff View file |
M | plugins/git/package.json | +1 | −0 | Go to diff View file |
M | plugins/git/pnpm-lock.yaml | +2 | −0 | Go to diff View file |
M | plugins/git/scripts/siteadmin/gerrit/index.ts | +1 | −4 | Go to diff View file |
M | plugins/git/scripts/siteadmin/mirror/index.ts | +1 | −4 | Go to diff View file |
M | plugins/ldap/package.json | +3 | −0 | Go to diff View file |
M | plugins/ldap/pnpm-lock.yaml | +4 | −0 | Go to diff View file |
M | plugins/ldap/scripts/project-admin/project-admin-members.js | +1 | −2 | Go to diff View file |
M | plugins/ldap/scripts/project-admin/project-admin-ugroups.js | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/package.json | +1 | −0 | Go to diff View file |
M | plugins/oauth2_server/pnpm-lock.yaml | +2 | −0 | Go to diff View file |
M | plugins/oauth2_server/scripts/src/administration.ts | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/scripts/src/user-preferences.ts | +1 | −1 | Go to diff View file |
M | plugins/program_management/package.json | +1 | −0 | Go to diff View file |
M | plugins/program_management/pnpm-lock.yaml | +2 | −0 | Go to diff View file |
M | plugins/program_management/scripts/admin/src/teams/remove-team.ts | +1 | −1 | Go to diff View file |
M | plugins/svn/package.json | +3 | −1 | Go to diff View file |
M | plugins/svn/pnpm-lock.yaml | +4 | −0 | Go to diff View file |
M | plugins/svn/scripts/homepage.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/package.json | +1 | −0 | Go to diff View file |
M | plugins/tracker/pnpm-lock.yaml | +2 | −0 | Go to diff View file |
M | plugins/tracker/scripts/global-admin/trackers.ts | +1 | −1 | Go to diff View file |
M | src/scripts/BurningParrot/src/invite-buddies.ts | +1 | −2 | Go to diff View file |
M | src/scripts/account/avatar.ts | +1 | −1 | Go to diff View file |
M | src/scripts/account/keys-tokens.ts | +1 | −2 | Go to diff View file |
M | src/scripts/lib/tlp-modal/src/index.ts | +1 | −0 | Go to diff View file |
R | src/scripts/tuleap/modals/modal-opener.test.ts | Go to diff View file | ||
R | src/scripts/tuleap/modals/modal-opener.ts | Go to diff View file | ||
M | src/scripts/project/admin/mailing-list/administration.ts | +1 | −1 | Go to diff View file |
M | src/scripts/project/admin/src/project-admin-details.ts | +1 | −2 | Go to diff View file |
M | src/scripts/site-admin/description-fields.ts | +1 | −4 | Go to diff View file |
M | src/scripts/site-admin/project-configuration.ts | +1 | −1 | Go to diff View file |
M | src/scripts/site-admin/system-events-notifications.ts | +1 | −1 | Go to diff View file |
M | src/scripts/site-admin/system-events.ts | +1 | −1 | Go to diff View file |
M | src/scripts/site-admin/trackers-pending-removal.ts | +1 | −1 | Go to diff View file |
M | src/scripts/site-admin/userdetails.ts | +1 | −2 | Go to diff View file |
M | src/www/tlp-doc/resources/flyover/modals/open-target/doc.html | +1 | −1 | Go to diff View file |
M | src/www/tlp-doc/resources/flyover/modals/open-target/example.html | +1 | −1 | Go to diff View file |
M | src/www/tlp-doc/resources/flyover/modals/replace-placeholders/example.html | +1 | −1 | Go to diff View file |