summaryrefslogtreecommitdiff
path: root/app/services/git_push_service.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable CI for gitlab when .gitlab-ci.yml is pushedDmitriy Zaporozhets2015-09-231-0/+10
* Create cross-reference for closing references on commits pushed to non-defaul...Maƫl Valais2015-08-221-5/+10
* Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets2015-08-111-7/+6
* Revert "Make web editor work correctly after switch from satellites"Dmitriy Zaporozhets2015-08-111-2/+1
* Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets2015-08-111-4/+6
* Merge branch 'master' into drop-satellitesDmitriy Zaporozhets2015-08-041-1/+1
|\
| * Store commit count in project tableadvanced-cacheDmitriy Zaporozhets2015-07-171-1/+0
| * Build missing cache items in background job after each pushDmitriy Zaporozhets2015-07-171-0/+1
* | Remove satellitesDmitriy Zaporozhets2015-07-151-6/+4
|/
* Replace remaining references to `Note.create_cross_reference_note`Robert Speicher2015-06-221-1/+1
* Fix post-receive errors on a push when an external issue tracker is configuredStan Hu2015-06-121-10/+16
* Make web editor work correctly after switch from satellitesDmitriy Zaporozhets2015-06-021-1/+2
* Make the first branch pushed to an empty repository the default HEAD.Stan Hu2015-05-051-0/+4
* Link cross-project cross-reference notes to correct project.Douwe Maan2015-04-241-1/+1
* No longer needed to pass project argument to commit methods.Douwe Maan2015-04-241-1/+1
* Only allow users to cross-reference and close issues they have access to.Douwe Maan2015-04-021-2/+2