stable

Clone or download

Read-only

request #18467 Convert tlp table filter in typescript

No functional changes. Tlp table filtered (main usages in project admin and site administration) should still work Change-Id: I7c305518fcb8624df5b03efcadbe7af83bd18881

Modified Files

Name
M lerna.json +2 −1 Go to diff View file
M plugins/git/package.json +2 −1 Go to diff View file
M plugins/git/scripts/siteadmin/gitolite.ts +2 −2 Go to diff View file
M plugins/pluginsadministration/package-lock.json +3 −1 Go to diff View file
M plugins/pluginsadministration/package.json +5 −1 Go to diff View file
M plugins/pluginsadministration/scripts/pluginsadministration.js +1 −1 Go to diff View file
M plugins/statistics/package.json +5 −3 Go to diff View file
M plugins/statistics/scripts/admin.js +1 −1 Go to diff View file
M plugins/testmanagement/package.json +2 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/enable-tlp-table-filter-directive.js +1 −1 Go to diff View file
M src/jest.config.js +6 −1 Go to diff View file
M src/package.json +1 −0 Go to diff View file
M src/scripts/dashboards/dashboard-modals.js +1 −1 Go to diff View file
M src/scripts/labels/project-admin/project-admin-labels.js +1 −1 Go to diff View file
A src/scripts/lib/filter-table/.gitignore +1 −0 Go to diff View file
A src/scripts/lib/filter-table/jest.config.js +25 −0 Go to diff View file
A src/scripts/lib/filter-table/package-lock.json +5 −0 Go to diff View file
A src/scripts/lib/filter-table/package.json +20 −0 Go to diff View file
R src/scripts/tuleap/tables/filter-inline-table.test.ts Go to diff View file
R src/scripts/tuleap/tables/filter-inline-table.js Go to diff View file
A src/scripts/lib/filter-table/tsconfig.json +8 −0 Go to diff View file
A src/scripts/lib/filter-table/webpack.common.js +48 −0 Go to diff View file
R src/scripts/tuleap/tables/filter-inline-table.d.ts Go to diff View file
A src/scripts/lib/filter-table/webpack.prod.js +23 −0 Go to diff View file
M src/scripts/project/admin/src/project-admin-members.js +1 −1 Go to diff View file
M src/scripts/project/admin/src/project-admin-ugroups.js +2 −2 Go to diff View file
M src/scripts/site-admin/most-recent-logins.js +1 −1 Go to diff View file
M src/scripts/tuleap/manage-allowed-projects-on-resource.js +1 −1 Go to diff View file
M src/themes/tlp/doc/js/editors.js +1 −1 Go to diff View file
M src/themes/tlp/package.json +3 −1 Go to diff View file
M tests/jest/jest.projects.config.js +2 −0 Go to diff View file