Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-03-23Move some tests from Karma to JestWinnie Hellmann
2019-01-04Create shared gl-modal-vuex component and modulePaul Slaughter
**Why?** It is significantly easier to manage the visibility of the modal in Vuex. The module contains the state and mutations to manage this. The component wraps GlModal and syncs the visibility with the module.