stable

Clone or download

Read-only

Create Gitlab modal

This is part of story #17178 reference my gitlab repositories in my tuleap project How to test: - Have Gitlab plugin - Have at least one Git repo - To be Git Admin - Open the dropdown to add a repo -> Select "Integrate Gitlab remote repo" Expected results: - There is a modal to add some data -> Gitlab URL Server -> Gitlab User token - When you submit -> The icon changed and spin -> Nothing else Change-Id: Ib3c7d2557299b024ed2a0bd2ceb789184c4cafd3

Modified Files

Name
M plugins/git/scripts/repositories/po/fr.po +9 −0 Go to diff View file
M plugins/git/scripts/repositories/src/components/AddGitlabProjectActionButton.vue +5 −1 Go to diff View file
M plugins/git/scripts/repositories/src/components/App.vue +3 −0 Go to diff View file
A plugins/git/scripts/repositories/src/components/GitlabModal/GitlabProjectModal.test.js +66 −0 Go to diff View file
A plugins/git/scripts/repositories/src/components/GitlabModal/GitlabProjectModal.vue +141 −0 Go to diff View file
M plugins/git/scripts/repositories/src/store/actions.js +4 −0 Go to diff View file
M plugins/git/scripts/repositories/src/store/mutations.js +3 −0 Go to diff View file
M plugins/git/scripts/repositories/src/store/state.js +1 −0 Go to diff View file