stable
Clone or download
Read-only
Part of request #14384 Move all javascript build process to Webpack This also unifies themes and scripts build with one webpack config. Everything is supposed to work as before. Change-Id: I0c120f9553351af7847dd702c5c053239517ada4
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/build-manifest.json | +9 | −12 | Go to diff View file |
M | plugins/git/include/Git/AdminGerritController.class.php | +10 | −6 | Go to diff View file |
M | plugins/git/include/Git/AdminGitoliteConfig.php | +4 | −6 | Go to diff View file |
M | plugins/git/include/Git/AdminMirrorController.class.php | +10 | −5 | Go to diff View file |
M | plugins/git/include/Git/AdminRouter.class.php | +8 | −14 | Go to diff View file |
M | plugins/git/include/Git/Repository/GitRepositoryHeaderDisplayer.php | +2 | −6 | Go to diff View file |
M | plugins/git/include/Git/Repository/GitRepositoryHeaderDisplayerBuilder.php | +5 | −6 | Go to diff View file |
M | plugins/git/include/Git/RepositoryList/GitRepositoryListController.php | +1 | −9 | Go to diff View file |
M | plugins/git/include/GitPHP/controller/Controller_Blame.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/GitPHP/controller/Controller_Blob.php | +2 | −2 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/Pane/Notification.class.php | +6 | −4 | Go to diff View file |
M | plugins/git/include/gitPlugin.php | +6 | −16 | Go to diff View file |
R | plugins/git/www/scripts/jest.config.js | Go to diff View file | ||
R | plugins/git/www/scripts/package-lock.json | Go to diff View file | ||
A | plugins/git/package.json | +25 | −0 | Go to diff View file |
M | plugins/git/phpunit/Git/AdminGerritControllerTest.php | +3 | −1 | Go to diff View file |
R | plugins/git/www/scripts/admin-notifications.js | Go to diff View file | ||
R | plugins/git/www/scripts/git.js | Go to diff View file | ||
R | plugins/git/www/scripts/mass-update.js | Go to diff View file | ||
R | plugins/git/www/scripts/permissions-per-group/po/fr.po | Go to diff View file | ||
R | plugins/git/www/scripts/permissions-per-group/src/GitInlineFilter.vue | Go to diff View file | ||
R | plugins/git/www/scripts/permissions-per-group/src/GitPermissions.vue | Go to diff View file | ||
R | plugins/git/www/scripts/permissions-per-group/src/GitPermissionsTable.vue | Go to diff View file | ||
R | plugins/git/www/scripts/permissions-per-group/src/GitPermissionsTableRepository.vue | Go to diff View file | ||
R | plugins/git/www/scripts/permissions-per-group/src/GitRepositoryTableFineGrainedPermission.vue | Go to diff View file | ||
R | plugins/git/www/scripts/permissions-per-group/src/GitRepositoryTableFineGrainedPermissionsRepository.vue | Go to diff View file | ||
R | plugins/git/www/scripts/permissions-per-group/src/GitRepositoryTableSimplePermissions.vue | Go to diff View file | ||
R | plugins/git/www/scripts/permissions-per-group/src/index.js | Go to diff View file | ||
R | plugins/git/www/scripts/permissions-per-group/src/rest-querier.js | Go to diff View file | ||
R | plugins/git/www/scripts/permissions.js | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/po/fr.po | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/api/rest-querier.js | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/api/rest-querier.test.js | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/breadcrumb-presenter.js | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/components/ActionBar.vue | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/components/ActionBar/DisplayModeSwitcher.vue | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/components/ActionBar/ListFilter.vue | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/components/ActionBar/SelectOwner.vue | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/components/App.vue | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/components/ErrorMessage.vue | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/components/FilterEmptyState.vue | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/components/GitBreadcrumbs.vue | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/components/GitRepository.vue | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/components/GitRepositoryCreate.vue | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/components/NoRepositoryEmptyState.vue | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/components/PullRequestBadge.vue | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/components/RepositoryList.vue | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/components/RepositoryListSpinner.vue | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/components/folders/CollapsibleFolder.vue | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/components/folders/FolderRepositoryList.vue | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/constants.js | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/index.js | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/repository-list-presenter.js | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/store/actions.js | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/store/actions.test.js | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/store/getters.js | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/store/getters.test.js | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/store/index.js | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/store/mutations.js | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/store/mutations.test.js | Go to diff View file | ||
R | plugins/git/www/scripts/repositories/src/store/state.js | Go to diff View file | ||
R | plugins/git/www/scripts/repository/branch-tag-selector/po/fr.po | Go to diff View file | ||
R | plugins/git/www/scripts/repository/branch-tag-selector/src/components/App.vue | Go to diff View file | ||
R | plugins/git/www/scripts/repository/branch-tag-selector/src/components/BranchesSection.vue | Go to diff View file | ||
R | plugins/git/www/scripts/repository/branch-tag-selector/src/components/RefsFilter.vue | Go to diff View file | ||
R | plugins/git/www/scripts/repository/branch-tag-selector/src/components/TagsSection.vue | Go to diff View file | ||
R | plugins/git/www/scripts/repository/branch-tag-selector/src/helpers/encode-data.js | Go to diff View file | ||
R | plugins/git/www/scripts/repository/branch-tag-selector/src/index.js | Go to diff View file | ||
R | plugins/git/www/scripts/repository/file/line-highlight.js | Go to diff View file | ||
R | plugins/git/www/scripts/repository/file/syntax-highlight.js | Go to diff View file | ||
R | plugins/git/www/scripts/repository/po/fr.po | Go to diff View file | ||
R | plugins/git/www/scripts/repository/src/already-forked-modal.js | Go to diff View file | ||
R | plugins/git/www/scripts/repository/src/branch-tag-selector.js | Go to diff View file | ||
R | plugins/git/www/scripts/repository/src/clone-bar-dropdown.js | Go to diff View file | ||
R | plugins/git/www/scripts/repository/src/copy-button.js | Go to diff View file | ||
R | plugins/git/www/scripts/repository/src/index.js | Go to diff View file | ||
R | plugins/git/www/scripts/repository/src/shortlog.js | Go to diff View file | ||
A | plugins/git/scripts/siteadmin/gerrit/index.js | +28 | −0 | Go to diff View file |
R | plugins/git/www/scripts/modal-add-gerrit-server.js | Go to diff View file | ||
R | plugins/git/www/scripts/modal-delete-gerrit-server.js | Go to diff View file | ||
R | plugins/git/www/scripts/modal-edit-gerrit-server.js | Go to diff View file | ||
R | plugins/git/www/scripts/admin-gitolite.js | Go to diff View file | ||
A | plugins/git/scripts/siteadmin/mirror/index.js | +26 | −0 | Go to diff View file |
R | plugins/git/www/scripts/modal-add-mirror.js | Go to diff View file | ||
R | plugins/git/www/scripts/modal-mirror-configuration.js | Go to diff View file | ||
R | plugins/git/www/scripts/webhooks.js | Go to diff View file | ||
M | plugins/git/themes/BurningParrot/syntax-highlight.scss | +1 | −1 | Go to diff View file |
D | plugins/git/themes/package-lock.json | +0 | −4 | Go to diff View file |
D | plugins/git/themes/package.json | +0 | −14 | Go to diff View file |
D | plugins/git/themes/webpack.common.js | +0 | −54 | Go to diff View file |
A | plugins/git/webpack.common.js | +134 | −0 | Go to diff View file |
R | plugins/git/themes/webpack.dev.js | Go to diff View file | ||
R | plugins/git/themes/webpack.prod.js | Go to diff View file | ||
D | plugins/git/www/scripts/package.json | +0 | −26 | Go to diff View file |
D | plugins/git/www/scripts/webpack.config.js | +0 | −83 | Go to diff View file |
M | src/www/scripts/webpack.config.js | +6 | −15 | Go to diff View file |
M | tools/rpm/tuleap.rhel6.spec | +1 | −0 | Go to diff View file |
M | tools/rpm/tuleap.rhel7.spec | +1 | −0 | Go to diff View file |
M | tools/utils/scripts/webpack-configurator.js | +10 | −0 | Go to diff View file |