stable

Clone or download

Read-only

feat: Synchronize button

Part of story #26799 associate a Tuleap project and a GitLab group How to test: - Either complete the wizard or call the POST REST route manually to link a Project and a Group. - Click on the "Synchronize" button. When the REST call finishes, you should see a success feedback and the badge "N repositories integrated" should be updated. - If there is an error, it is shown in the feedback at the top and the badge is also updated. Change-Id: I796f7c3435b0890837c5f16fd5f2a2463c85e3f3

Modified Files

Name
M plugins/gitlab/scripts/linked-group/po/fr_FR.po +16 −0 Go to diff View file
M plugins/gitlab/scripts/linked-group/po/pt_BR.po +16 −0 Go to diff View file
A plugins/gitlab/scripts/linked-group/src/SynchronizeButton.test.ts +132 −0 Go to diff View file
A plugins/gitlab/scripts/linked-group/src/SynchronizeButton.ts +123 −0 Go to diff View file
M plugins/gitlab/scripts/linked-group/src/classnames.ts +4 −0 Go to diff View file
M plugins/gitlab/scripts/linked-group/src/main.ts +2 −0 Go to diff View file
M plugins/gitlab/scripts/linked-group/themes/main.scss +5 −0 Go to diff View file
M plugins/gitlab/templates/admin/linked-group-information.mustache +4 −3 Go to diff View file
M tools/utils/scripts/gettext/file-extractor.js +6 −1 Go to diff View file