stable

Clone or download

Read-only

Call the REST route

part of story #26799 associate a Tuleap project and a GitLab group How to test: - When you submit --> The form elements are disabled --> The submit button is disabled --> If the query succeeds, a success message is displayed (temporary) --> If it fails, the cause is displayed in a tlp-alert-danger Change-Id: I6f6cce5df1479efff6ed558a140e7ffa9bf2e8c7

Modified Files

Name
M plugins/gitlab/include/Admin/GitLabLinkGroupPanePresenter.php +2 −0 Go to diff View file
M plugins/gitlab/scripts/gitlab-group-link/po/fr_FR.po +13 −0 Go to diff View file
M plugins/gitlab/scripts/gitlab-group-link/po/pt_BR.po +11 −0 Go to diff View file
M plugins/gitlab/scripts/gitlab-group-link/src/api/gitlab-api-querier.test.ts +2 −2 Go to diff View file
A plugins/gitlab/scripts/gitlab-group-link/src/api/tuleap-api-querier.test.ts +58 −0 Go to diff View file
A plugins/gitlab/scripts/gitlab-group-link/src/api/tuleap-api-querier.ts +40 −0 Go to diff View file
M plugins/gitlab/scripts/gitlab-group-link/src/components/PaneGitlabConfiguration.test.ts +73 −1 Go to diff View file
M plugins/gitlab/scripts/gitlab-group-link/src/components/PaneGitlabConfiguration.vue +89 −8 Go to diff View file
M plugins/gitlab/scripts/gitlab-group-link/src/components/PaneGitlabGroup.test.ts +2 −2 Go to diff View file
M plugins/gitlab/scripts/gitlab-group-link/src/components/PaneGitlabGroup.vue +0 −1 Go to diff View file
M plugins/gitlab/scripts/gitlab-group-link/src/components/PaneGitlabServer.test.ts +2 −2 Go to diff View file
M plugins/gitlab/scripts/gitlab-group-link/src/gitlab-group-link.ts +1 −0 Go to diff View file
M plugins/gitlab/scripts/gitlab-group-link/src/stores/root.ts +1 −0 Go to diff View file
M plugins/gitlab/scripts/gitlab-group-link/src/stores/types.ts +2 −1 Go to diff View file
M plugins/gitlab/templates/admin/git-administration-gitlab-link-group.mustache +1 −0 Go to diff View file