stable
Clone or download
Read-only
This is part of story #17178 reference my gitlab repositories in my tuleap project Some changes: - In modal to integrate repositories, when you enter your credentials and submit the form, and go back => There are still your credentials - When a repository is alredady integrated, in the modal there is a tootltip to inform the user - You can select repository by clicking on avatar or label - When a repository hasn't avatar, in the modal there is its first letter display like avatar Change-Id: I1e8cd8b62184d6c2eda0a2e3ef66656e30fa907c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/scripts/repositories/po/fr.po | +11 | −4 | Go to diff View file |
M | plugins/git/scripts/repositories/src/components/AddGitlabRepositoryActionButton.vue | +1 | −1 | Go to diff View file |
M | plugins/git/scripts/repositories/src/components/GitRepository.vue | +5 | −3 | Go to diff View file |
M | plugins/git/scripts/repositories/src/components/GitlabModal/CreateGitlabLinkModal/CredentialsFormModal.test.js | +4 | −2 | Go to diff View file |
M | plugins/git/scripts/repositories/src/components/GitlabModal/CreateGitlabLinkModal/CredentialsFormModal.vue | +23 | −6 | Go to diff View file |
M | plugins/git/scripts/repositories/src/components/GitlabModal/CreateGitlabLinkModal/GitlabRepositoryModal.vue | +7 | −3 | Go to diff View file |
M | plugins/git/scripts/repositories/src/components/GitlabModal/CreateGitlabLinkModal/ListRepositoriesModal.test.js | +46 | −3 | Go to diff View file |
M | plugins/git/scripts/repositories/src/components/GitlabModal/CreateGitlabLinkModal/ListRepositoriesModal.vue | +83 | −27 | Go to diff View file |
M | plugins/git/scripts/repositories/src/components/GitlabModal/UnlinkGitlabRepositoryModal/UnlinkRepositoryGitlabModal.test.js | +5 | −5 | Go to diff View file |
M | plugins/git/scripts/repositories/src/components/GitlabModal/UnlinkGitlabRepositoryModal/UnlinkRepositoryGitlabModal.vue | +9 | −6 | Go to diff View file |
A | plugins/git/themes/BurningParrot/repositories/_gitlab.scss | +129 | −0 | Go to diff View file |
M | plugins/git/themes/BurningParrot/repositories/_repositories.scss | +1 | −37 | Go to diff View file |
M | plugins/git/themes/BurningParrot/repositories/_repository-card.scss | +0 | −8 | Go to diff View file |