summaryrefslogtreecommitdiff
path: root/app/services/git_push_service.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create services for issue close and reopenDmitriy Zaporozhets2014-04-021-4/+3
* Add email aliases for usersJason Hollingsworth2014-02-131-3/+1
* Execute project hooks when issue or merge request createdDmitriy Zaporozhets2013-12-041-1/+1
* Removed Project#discover_default_branch since it not needed any moreDmitriy Zaporozhets2013-11-081-1/+0
* Include project_id in webhook payload.Marin Jankovski2013-10-141-0/+2
* Fix s500 when press ervice test buttonDmitriy Zaporozhets2013-08-281-2/+2
* Services and hooks MUST BE executed on branch push!Dmitriy Zaporozhets2013-08-271-0/+7
* Link issues from comments and automatically close themash wilson2013-08-251-13/+75
* store commits for MR as array of hashesDmitriy Zaporozhets2013-04-021-1/+1
* Result of misspellings run.Kevin Lyda2013-03-171-1/+1
* remove last commit widget, added repo size and owner info on project home pageDmitriy Zaporozhets2013-03-071-0/+1
* Developers can merge MR if target branch is not protectedDmitriy Zaporozhets2013-02-271-2/+2
* Fix TestHookContextDmitriy Zaporozhets2013-02-261-0/+10
* Move git post push logic to serviceDmitriy Zaporozhets2013-02-251-0/+114