summaryrefslogtreecommitdiff
path: root/app/services/git_push_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix/gitpushservice-complexity-issue' into 'master' Douwe Maan2016-02-181-57/+61
* 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
* Add Commit#author and #committer.Douwe Maan2015-04-021-1/+1
* Extend push_tag event to include tag message and last commitKamil Trzcinski2015-03-211-31/+29
* Fewer constants, more helpers.Douwe Maan2015-03-191-1/+1
* More consistent method naming.Douwe Maan2015-03-131-2/+3
* Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan2015-03-101-11/+5
* fix mass SQL statements on initial pushHannes Rosenögger2015-03-091-1/+3
* Issue #595: Support Slack notifications upon issue and merge request eventsStan Hu2015-03-031-1/+1
* Move all event creation to EventCreateService.Douwe Maan2015-02-131-10/+1
* indentationMarco Wessel2015-01-251-1/+1
* Allow configuring protection of the default branch upon first pushMarco Wessel2015-01-251-2/+8
* Merge pull request #8096 from cirosantilli/regex-to-stringDmitriy Zaporozhets2015-01-151-4/+4
|\
| * Replace regex methods by string ones since fasterCiro Santilli2014-12-281-4/+4
* | Refactor push data builder. Moved it to separate classDmitriy Zaporozhets2015-01-111-61/+2
|/
* Prevent big amount of sql queries for push serviceDmitriy Zaporozhets2014-11-121-4/+14
* Factor '0' * 40 blank ref constantsCiro Santilli2014-11-031-3/+3
* Merge pull request #7754 from Bugagazavr/hooksDmitriy Zaporozhets2014-10-031-10/+1
|\
| * Hook attributesKirill Zaitsev2014-10-021-10/+1
* | Add parenthesis to function def with arguments.Ciro Santilli2014-10-031-7/+7
|/
* Protect default branch by default.Marin Jankovski2014-09-291-0/+2
* Fix typo in push serviceDmitriy Zaporozhets2014-09-261-1/+1
* Fix worker error when remove branchDmitriy Zaporozhets2014-09-261-9/+7
* Fix GitPush serviceDmitriy Zaporozhets2014-09-261-26/+31
* Save repository size to projects tableDmitriy Zaporozhets2014-05-021-0/+1