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 (Expand)Author
2019-02-14Reduce remaining diff with EE in app/servicesRémy Coutable
2018-07-16Enable frozen string in apps/uploaders/*.rbgfyoung
2018-06-11Don't use Gitlab::Utils.nlbr in Gitlab::GitJacob Vosmaer (GitLab)
2017-08-23Move GitHooksService to Gitlab::GitJacob Vosmaer
2017-03-21Fix CreateBranchService after Repository#commit_file was renamed to create_fileAdam Niedzielski
2017-02-23Create master branch first if project is repository-lessValery Sizov
2017-01-05Prefer leading dots over trailing dotsLin Jen-Shin
2016-12-08Simply give result if result[:status] == :errorLin Jen-Shin
2016-11-24Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin
2016-11-22Move all branch creation to raw_ensure_branch,Lin Jen-Shin
2016-11-22Remove unnecessary require_relative calls from service classesSemyon Pupkov
2016-11-15Make sure we have the branch on the other projectLin Jen-Shin
2016-11-14Add `source_branch` option for various git operationsLin Jen-Shin
2016-11-14Revert "Don't execute git hooks if you create branch as part of other change"Lin Jen-Shin
2016-11-02Don't execute git hooks if you create branch as part of other changeKamil Trzcinski
2016-07-19Fix of 'Commits being passed to custom hooks are already reachable when using...Valery Sizov
2016-07-06Services: code style fixes, minor refactoringValery Sizov
2016-07-04Better message for git hooks and file locksValery Sizov
2016-05-04Use a similar approach to branch creation for tag creationRémy Coutable
2016-02-09Fix duplicated branch creation/deletion Web hooks/service notifications when ...Stan Hu
2016-01-08Fix duplicated branch creation/deletion events when using Web UIStan Hu
2015-12-24Merge branch 'edit-on-fork' into 'master' Dmitriy Zaporozhets
2015-12-18Automatically fork a project when not allowed to edit a file.Douwe Maan
2015-12-17Add JS validation for invalid characters in branch nameDouglas Barbosa Alexandre
2015-12-16Add more descriptive error message when create branch with invalid nameDouglas Barbosa Alexandre
2015-12-03Run custom Git hooks when creating or deleting branches through the UI. #1156Rubén Dávila
2015-03-13Ecevute hooks and services when branches are created/deleted through web.Douwe Maan
2015-03-13Use PushDataBuilder where applicable.Douwe Maan
2015-02-13Move all event creation to EventCreateService.Douwe Maan
2014-09-21Factor error and success methods from services.Ciro Santilli
2014-09-03Validate branch-names and references in WebUI, APIRobert Schilling
2014-04-01Move branch creation logic in serviceDmitriy Zaporozhets