stable
Clone or download
Read-only
This is part of story #17182: reference tuleap artifacts in gitlab merge requests How to test: - To be git admin - Have an integrated gitlab repository - Go to git view - Click on cog icon of repository - Push new token Expected results: - The webhook_secret and webhook_id in plugin_gitlab_repository_webhook_secret must be changed - On gitlab, the old webhook must be deleted, and there is a new webhook - /!\ Adjust SSL verification settings of this new webhook => You can still references Tuleap artifact in commit/merge request Change-Id: I62998a67002eb4edc3b3f4cad2844170f8e546f9
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/scripts/repositories/po/fr.po | +40 | −6 | Go to diff View file |
M | plugins/git/scripts/repositories/src/components/App.vue | +3 | −0 | Go to diff View file |
M | plugins/git/scripts/repositories/src/components/GitRepository.test.js | +25 | −0 | Go to diff View file |
M | plugins/git/scripts/repositories/src/components/GitRepository.vue | +29 | −1 | Go to diff View file |
M | plugins/git/scripts/repositories/src/components/GitlabModal/EditAccessTokenGitlabModal/EditAccessTokenGitlabModal.test.ts | +1 | −1 | Go to diff View file |
M | plugins/git/scripts/repositories/src/components/GitlabModal/EditAccessTokenGitlabModal/EditAccessTokenGitlabModal.vue | +1 | −1 | Go to diff View file |
A | plugins/git/scripts/repositories/src/components/GitlabModal/RegenerateGitlabWebhookModal/RegenerateGitlabWebhook.test.ts | +161 | −0 | Go to diff View file |
A | plugins/git/scripts/repositories/src/components/GitlabModal/RegenerateGitlabWebhookModal/RegenerateGitlabWebhook.vue | +225 | −0 | Go to diff View file |
M | plugins/git/scripts/repositories/src/store/actions.js | +19 | −0 | Go to diff View file |
M | plugins/git/scripts/repositories/src/store/mutations.js | +6 | −0 | Go to diff View file |
M | plugins/git/scripts/repositories/src/store/state.js | +2 | −0 | Go to diff View file |