stable
Clone or download
Read-only
This is part of story #17178 reference my gitlab repositories in my tuleap project No functional changes expected here. Repositories names in displayed path in Git homepage must be removed. Change-Id: I18eeac3070edbc84a4a573daf211a9fb012a5f65
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/scripts/repositories/src/gitlab/gitlab-repository-formatter.js | +22 | −4 | Go to diff View file |
M | plugins/git/scripts/repositories/src/gitlab/gitlab-repository-formatter.test.js | +31 | −4 | Go to diff View file |
M | plugins/git/scripts/repositories/src/store/mutations.test.js | +2 | −4 | Go to diff View file |
M | plugins/gitlab/db/install.sql | +0 | −1 | Go to diff View file |
A | plugins/gitlab/db/mysql/202011181154_drop_path_column.php | +42 | −0 | Go to diff View file |
M | plugins/gitlab/include/API/GitlabProject.php | +0 | −12 | Go to diff View file |
M | plugins/gitlab/include/API/GitlabProjectBuilder.php | +0 | −3 | Go to diff View file |
M | plugins/gitlab/include/REST/v1/GitlabRepositoryRepresentation.php | +0 | −8 | Go to diff View file |
M | plugins/gitlab/include/Repository/GitlabRepository.php | +0 | −12 | Go to diff View file |
M | plugins/gitlab/include/Repository/GitlabRepositoryCreator.php | +0 | −1 | Go to diff View file |
M | plugins/gitlab/include/Repository/GitlabRepositoryDao.php | +3 | −5 | Go to diff View file |
M | plugins/gitlab/include/Repository/GitlabRepositoryFactory.php | +1 | −3 | Go to diff View file |
M | plugins/gitlab/tests/rest/DatabaseInitialization.php | +2 | −2 | Go to diff View file |
M | plugins/gitlab/tests/rest/Gitlab/ProjectTest.php | +1 | −1 | Go to diff View file |
M | plugins/gitlab/tests/unit/API/GitlabProjectBuilderTest.php | +0 | −20 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/GitlabRepositoryCreatorTest.php | +0 | −2 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/GitlabRepositoryDeletorTest.php | +0 | −1 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/GitlabRepositoryFactoryTest.php | +2 | −4 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/Secret/SecretCheckerTest.php | +0 | −1 | Go to diff View file |
M | plugins/gitlab/tests/unit/Repository/Webhook/WebhookDataExtractorTest.php | +0 | −1 | Go to diff View file |