stable
Clone or download
Read-only
No functional change expected in Git site administration screens. Notes: - Global variable TLP is still a dependency because autocomplete-for-select2 depends on it (for select2). part of request #29265 Split the build of git plugin frontend assets into multiple apps Change-Id: I07da7b8f3d031a480ed62e93f0a7d61e8556a83d
Modified Files
Name | ||||
---|---|---|---|---|
M | lib/frontend/autocomplete-for-select2/src/autocomplete-for-select2.d.ts | +3 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/AdvancedSearch/Criteria/CriterionOwner.test.ts | +10 | −4 | Go to diff View file |
M | plugins/git/include/Git/AdminGerritController.class.php | +5 | −8 | Go to diff View file |
M | plugins/git/include/Git/AdminGitoliteConfig.php | +5 | −9 | Go to diff View file |
M | plugins/git/include/Git/AdminMirrorController.class.php | +5 | −8 | Go to diff View file |
M | plugins/git/include/Git/AdminRouter.class.php | +9 | −10 | Go to diff View file |
M | plugins/git/include/gitPlugin.php | +4 | −1 | Go to diff View file |
M | plugins/git/package.json | +2 | −13 | Go to diff View file |
M | plugins/git/pnpm-lock.yaml | +0 | −69 | Go to diff View file |
A | plugins/git/scripts/siteadmin/package.json | +21 | −0 | Go to diff View file |
A | plugins/git/scripts/siteadmin/pnpm-lock.yaml | +15 | −0 | Go to diff View file |
R | plugins/git/scripts/siteadmin/gerrit/index.ts | Go to diff View file | ||
R | plugins/git/scripts/siteadmin/gitolite.ts | Go to diff View file | ||
R | plugins/git/scripts/siteadmin/mirror/index.ts | Go to diff View file | ||
R | plugins/git/themes/BurningParrot/site-admin/_gitolite.scss | Go to diff View file | ||
R | plugins/git/themes/BurningParrot/site-admin/git.scss | Go to diff View file | ||
A | plugins/git/scripts/siteadmin/tsconfig.json | +7 | −0 | Go to diff View file |
A | plugins/git/scripts/siteadmin/vite.config.ts | +42 | −0 | Go to diff View file |
M | plugins/git/tests/unit/Git/AdminGerritControllerTest.php | +2 | −2 | Go to diff View file |
M | plugins/git/webpack.common.mjs | +0 | −6 | Go to diff View file |