summaryrefslogtreecommitdiff
path: root/app/services/git_push_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Implement review comments from @yorickpeterseTimothy Andrew2016-09-201-1/+3
* Merge remote-tracking branch 'origin/master' into 21170-cycle-analyticsTimothy Andrew2016-09-201-1/+1
|\
| * Only create a protected branch upon a push to a new branch if a rule for that...sh-prevent-duplicate-protected-branches-on-pushStan Hu2016-09-171-1/+1
* | Test all cycle analytics pre-calculation code.Timothy Andrew2016-09-191-1/+0
* | Improve performance of the cycle analytics page.Timothy Andrew2016-09-151-0/+7
|/
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into pipeline-hooks-...Kamil Trzcinski2016-08-161-4/+4
|\
| * Fix failing tests relating to backporting ee!581.Timothy Andrew2016-08-161-4/+4
* | Simplify the name for data builder, feedback:Lin Jen-Shin2016-08-121-4/+14
* | Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski2016-08-111-1/+1
|\ \ | |/
| * Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-1/+1
* | Move those builders to their own namespace, feedback:Lin Jen-Shin2016-08-041-2/+2
|/
* Use `Gitlab::Access` to protected branch access levels.Timothy Andrew2016-07-291-3/+10
* Fix default branch protection.Timothy Andrew2016-07-291-3/+5
* Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable2016-07-181-1/+2
* Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher2016-07-131-2/+1
* Added "developers can merge" setting to protected branchesMathias Vestergaard2016-07-131-1/+2
* Remove main_language and testsremove-main-languageJosh Frye2016-05-251-17/+0
* Expire repository exists? and has_visible_content? caches after a push if nec...Stan Hu2016-05-041-0/+1
* Support supressing text file diffs on the default branch with .gitattributesMatt Oakes2016-04-291-0/+9
* Using single builder for push and tag eventsGabriel Mazetto2016-04-191-1/+1
* Added System Hooks for push and tag_pushGabriel Mazetto2016-04-191-0/+6
* Only update main language if it is not already setupdate_main_lang_if_unsetDrew Blessing2016-04-061-5/+5
* Update language only on HEAD of the repositoryreorder-languageKamil Trzcinski2016-04-051-0/+3
* Update language after doing all other operationsKamil Trzcinski2016-04-051-3/+4
* Merge branch 'master' into feature/issue-moveGrzegorz Bizon2016-03-191-1/+1
|\
| * Cache project avatars stored in GitYorick Peterse2016-03-171-1/+1
* | Update methods that use issue close serviceGrzegorz Bizon2016-03-171-1/+1
|/
* Remove parentheses from if statementconnorshea2016-03-151-1/+1
* Use an exception to pass messagesJacob Vosmaer2016-03-151-0/+1
* Run 'git gc' every 10 pushesJacob Vosmaer2016-03-141-0/+8
* web hooks to webhooksashleys2016-03-101-1/+1
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqDmitriy Zaporozhets2016-03-091-1/+3
|\
| * Security: Fix issue auto closingValery Sizov2016-03-031-1/+3
* | adds test for git push service for updating the language of the projecttiagonbotelho2016-03-071-3/+5
* | moves the main_language update logic to git push servicetiagonbotelho2016-03-071-0/+12
|/
* Moved cache expiration code to Repository hooksYorick Peterse2016-02-231-3/+3
* refactored some stuff based on MR feedbackJames Lopez2016-02-171-3/+3
* refactored GitPushService and updated specJames Lopez2016-02-151-28/+19
* typoJames Lopez2016-02-121-1/+1
* attempt to reduce code complexity on GitPushService#executeJames Lopez2016-02-111-53/+66
* Smarter flushing of branch statistics cachesYorick Peterse2016-02-091-2/+3
* Cache various Repository Git operationscaching-repository-git-operationsYorick Peterse2016-02-081-0/+4
* Remove ci_ prefix from all ci related thingsKamil Trzcinski2015-12-111-0/+1
* Since GitLab CI is enabled by default, remove enabling it by pushing .gitlab-...Kamil Trzcinski2015-11-191-12/+0
* Expose CI enable option in project featuresKamil Trzcinski2015-11-131-1/+1
* Fix bug where a push would only create cross references from the first commit.hash-block-returnDouwe Maan2015-10-181-1/+1
* Add a system note and update relevant merge requests when a branch is deleted...Stan Hu2015-10-151-1/+4
* Simplify code around (cross)-referencesDouwe Maan2015-10-121-34/+16
* Prevent creating 2 Ci::Project entities when enable CIDmitriy Zaporozhets2015-10-021-1/+1
* Rescue rugged error when detect ci yml fileDmitriy Zaporozhets2015-09-231-0/+2