stable
Clone or download
Read-only
part of story #26799 associate a Tuleap project and a GitLab group How to test: --> There is an empty state in the GitLab Group Link tab Change-Id: I618576aac67f89d5d069996b1b9179848f18620b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/gitlab/build-manifest.json | +5 | −1 | Go to diff View file |
M | plugins/gitlab/include/Admin/GitLabLinkGroupController.php | +6 | −2 | Go to diff View file |
M | plugins/gitlab/include/Admin/GitLabLinkGroupPanePresenter.php | +10 | −3 | Go to diff View file |
M | plugins/gitlab/include/gitlabPlugin.php | +8 | −2 | Go to diff View file |
A | plugins/gitlab/scripts/gitlab-group-link/po/fr_FR.po | +14 | −0 | Go to diff View file |
A | plugins/gitlab/scripts/gitlab-group-link/po/pt_BR.po | +13 | −0 | Go to diff View file |
A | plugins/gitlab/scripts/gitlab-group-link/src/components/EmptyStateNoGitlabGroupLinked.vue | +110 | −0 | Go to diff View file |
A | plugins/gitlab/scripts/gitlab-group-link/src/components/GitlabGroupLinkAppComponent.vue | +32 | −0 | Go to diff View file |
A | plugins/gitlab/scripts/gitlab-group-link/src/gitlab-group-link.ts | +40 | −0 | Go to diff View file |
A | plugins/gitlab/scripts/gitlab-group-link/src/index.ts | +29 | −0 | Go to diff View file |
A | plugins/gitlab/scripts/gitlab-group-link/src/vue.shims.d.ts | +24 | −0 | Go to diff View file |
M | plugins/gitlab/site-content/fr_FR/LC_MESSAGES/tuleap-gitlab.po | +1 | −1 | Go to diff View file |
M | plugins/gitlab/templates/admin/git-administration-gitlab-link-group.mustache | +4 | −1 | Go to diff View file |
M | plugins/gitlab/tests/unit/Admin/GitLabLinkGroupControllerTest.php | +21 | −42 | Go to diff View file |
M | plugins/gitlab/tsconfig.json | +1 | −1 | Go to diff View file |
M | plugins/gitlab/vite.config.ts | +4 | −0 | Go to diff View file |
A | tests/lib/Builders/JavascriptAssetGenericBuilder.php | +52 | −0 | Go to diff View file |