stable

Clone or download

Read-only

chore: rename with "wizard" the Group link app

Part of story #26799 associate a Tuleap project and a GitLab group No functional change expected: with the feature flag enabled, on a project that is not yet linked to a GitLab group, the wizard is loaded and can be completed. Notes: It is renamed because we will need a separate app to deal with the administration screen when the project is linked to a GitLab group. In order to help developers find their way, the wizard is named "wizard". Change-Id: I3294559f7d8e97bb05bbf77139b108d328566fcb

Modified Files

Name
M plugins/gitlab/build-manifest.json +2 −2 Go to diff View file
M plugins/gitlab/include/gitlabPlugin.php +1 −1 Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/jest.config.js Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/package.json Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/pnpm-lock.yaml Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/po/fr_FR.po Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/po/pt_BR.po Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/api/FetchInterface.ts Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/api/GitLabCredentialsFault.ts Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/api/GitlabApiFault.ts Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/api/gitlab-api-querier.test.ts Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/api/gitlab-api-querier.ts Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/api/link-header-helper.test.ts Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/api/link-header-helper.ts Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/api/tuleap-api-querier.test.ts Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/api/tuleap-api-querier.ts Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/components/EmptyStateNoGitlabGroupLinked.test.ts Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/components/EmptyStateNoGitlabGroupLinked.vue Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/components/GitlabGroupLinkAppComponent.vue Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/components/GitlabGroupLinkWizard.test.ts Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/components/GitlabGroupLinkWizard.vue Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/components/PaneGitlabConfiguration.test.ts Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/components/PaneGitlabConfiguration.vue Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/components/PaneGitlabGroup.test.ts Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/components/PaneGitlabGroup.vue Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/components/PaneGitlabServer.test.ts Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/components/PaneGitlabServer.vue Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/components/__snapshots__/GitlabGroupLinkWizard.test.ts.snap Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/gitlab-group-link.ts Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/index.ts Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/router/router.ts Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/router/steps-order-guard.test.ts Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/router/steps-order-guard.ts Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/stores/credentials.ts Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/stores/groups.ts Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/stores/root.ts Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/stores/types.ts Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/tests/helpers/global-options-for-tests.ts Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/tests/stubs/FetchInterfaceStub.ts Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/tests/stubs/GitlabApiQuerierStub.ts Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/types.ts Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/src/vue.shims.d.ts Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/tsconfig.json Go to diff View file
R plugins/gitlab/scripts/gitlab-group-link/vite.config.ts Go to diff View file