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
2018-07-16Enable frozen string in apps/services/**/*.rbgfyoung
For directories application_settings --> labels. Partially addresses #47424.
2017-04-20Refactor changing files in web UIDouwe Maan
2016-09-15Reduce duplication in Commits::{CherryPickService,RevertService}Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-04-18Add support to cherry-pick any commitP.S.V.R
Issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/12785 Merge Request: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3514
2016-03-17Check push permissions only when pushing directly to target branch.Rubén Dávila
2016-03-02Check for conflicts before creating target branch.Rubén Dávila
2016-02-19Some updates from last code review.Rubén Dávila
2016-02-19Refactor RevertService.Rubén Dávila
2016-02-19Some fixes and refactors for code related to forks.Rubén Dávila
2016-02-19Don't make Repository#revert aware of MRs.Rubén Dávila
2016-02-19Update copy and URLs used when reverting MRs.Rubén Dávila
2016-02-19Big refactor for #revert_commit.Rubén Dávila
* Now checking if a commit is already reverted or there is a conflict is much more faster. * No longer need to create a new branch.
2016-02-19Some fixes required for conflicts on revert.Rubén Dávila
2016-02-19Make it work for merge commits.Rubén Dávila
2016-02-19Make MRs with revert commit work.Rubén Dávila
2016-02-19Add RevertService class with basic logic to revert commitRubén Dávila