stable

Clone or download

Read-only

Allow artifact closure at GitLab repository integration

This is part of story #17183 close artifacts from commit messages When integrating a GitLab repository, a new checkbox is avaiable to enable artifact closure. The update of this parameter will be done in a dedicated commit. Change-Id: Iaf4e28c727777c4ee8fe47d6112f7dc0a4a0dcae

Modified Files

Name
M plugins/git/scripts/repositories/po/fr.po +14 −3 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitlabModal/CreateGitlabLinkModal/ListRepositoriesModal.vue +16 −1 Go to diff View file
M plugins/git/scripts/repositories/src/gitlab/gitlab-api-querier.test.ts +3 −0 Go to diff View file
M plugins/git/scripts/repositories/src/gitlab/gitlab-api-querier.ts +1 −0 Go to diff View file
M plugins/git/themes/BurningParrot/repositories/_gitlab.scss +4 −0 Go to diff View file
M plugins/gitlab/include/REST/v1/GitlabRepositoryPOSTRepresentation.php +5 −0 Go to diff View file
M plugins/gitlab/include/REST/v1/GitlabRepositoryResource.php +9 −1 Go to diff View file
M plugins/gitlab/include/Repository/GitlabRepositoryCreator.php +15 −8 Go to diff View file
A plugins/gitlab/include/Repository/GitlabRepositoryCreatorConfiguration.php +53 −0 Go to diff View file
M plugins/gitlab/include/Repository/Project/GitlabRepositoryProjectDao.php +8 −4 Go to diff View file
M plugins/gitlab/tests/unit/Repository/GitlabRepositoryCreatorTest.php +9 −5 Go to diff View file