stable
Clone or download
Read-only
This is part of story #17183 close artifacts from commit messages PATCH gitlab_repositories/:id now handles: * Allow artifact closure option * Regenerate webhook * Update integration API token Change-Id: I7839c0745c4bfdd570c0010666da1eba4f686028
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/scripts/repositories/src/components/GitlabModal/EditAccessTokenGitlabModal/ConfirmReplaceTokenModal.vue | +2 | −2 | Go to diff View file |
M | plugins/git/scripts/repositories/src/gitlab/gitlab-api-querier.test.ts | +3 | −3 | Go to diff View file |
M | plugins/git/scripts/repositories/src/gitlab/gitlab-api-querier.ts | +6 | −4 | Go to diff View file |
M | plugins/git/scripts/repositories/src/store/gitlab/actions.test.ts | +13 | −10 | Go to diff View file |
M | plugins/git/scripts/repositories/src/store/gitlab/actions.ts | +8 | −8 | Go to diff View file |
M | plugins/git/scripts/repositories/src/type.ts | +2 | −2 | Go to diff View file |
M | plugins/gitlab/include/REST/v1/GitlabRepositoryBotApiTokenPatchRepresentation.php | +0 | −5 | Go to diff View file |
M | plugins/gitlab/include/REST/v1/GitlabRepositoryPatchRepresentation.php | +6 | −1 | Go to diff View file |
M | plugins/gitlab/include/REST/v1/GitlabRepositoryResource.php | +168 | −148 | Go to diff View file |
D | plugins/gitlab/include/REST/v1/GitlabRepositoryWebhookSecretPatchRepresentation.php | +0 | −34 | Go to diff View file |
M | plugins/gitlab/include/REST/v1/WebhookSecretGenerator.php | +2 | −4 | Go to diff View file |
M | plugins/gitlab/include/Repository/GitlabRepositoryIntegrationUpdator.php | +3 | −4 | Go to diff View file |
M | plugins/gitlab/tests/unit/REST/v1/WebhookSecretGeneratorTest.php | +12 | −24 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/GitlabRepositoryIntegrationUpdatorTest.php | +3 | −13 | Go to diff View file |