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
2017-06-07Merge branch '3191-deploy-keys-update' into 'master'Rémy Coutable
Implement ability to update deploy keys Closes #3191 See merge request !10383
2017-06-02Implement ability to update deploy keysAlexander Randa
2017-06-01Add Conversational Development Index page to admin panelTaurie Davis, Simon Knox and Adam Niedzielski
2017-05-12Fix conflict resolution from corrupted upstreamSean McGivern
I don't know why this happens exactly, but given an upstream and fork repository from a customer, both of which required GC, resolving conflicts would corrupt the fork so badly that it couldn't be cloned. This isn't a perfect fix for that case, because the MR may still need to be merged manually, but it does ensure that the repository is at least usable. My best guess is that when we generate the index for the conflict resolution (which we previously did in the target project), we obtain a reference to an OID that doesn't exist in the source, even though we already fetch the refs from the target into the source. Explicitly setting the source project as the place to get the merge index from seems to prevent repository corruption in this way.
2017-05-09Merge request widget redesignFatih Acet
2017-04-06Add missing tests and update test descriptionLin Jen-Shin
2017-04-06Also track auto-cancelling in jobs, detail:Lin Jen-Shin
Not only tracking auto-cancelling in pipelines, we'll also track this in jobs because pipelines could be retried and the information would get lost when this happened. Also erase auto-cancelling relation for pipelines when they're retried.
2017-04-05Add test for presentersLin Jen-Shin
2017-03-06Added test case for the avaiable project keysJose Ivan Vargas
2017-03-06Renamed the redirect_request concern to repository_settings_redirectJose Ivan Vargas
Also fixed naming of a test in the deploy_keys_presenter
2017-03-06Added tests for the repository_controller and repository_helperJose Ivan Vargas
Added specs for the deploy_keys_presenter and added a new method in the presenter called #key_available? Fixed some minor UX inconsistencies and added a concern to handle redirection
2017-03-06Introduced the deploy keys presenterGrzegorz Bizon
2017-01-18More improvements to presentersRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-18Improve presenter architectureRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-18Document presentersRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>