summaryrefslogtreecommitdiff
path: root/app/services/git_tag_push_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Add support for Git push options, specifically ci.skipJonathon Reinhart2018-12-311-1/+2
* Code cleaning in PostReceive servicesFrancisco Javier López 🌴 (About to) On vacation; back on August 22th!2018-07-311-5/+5
* Enable frozen string in apps/uploaders/*.rbgfyoung2018-07-161-0/+2
* Update tests and applicationfix-external-ci-servicesKamil Trzcinski2017-06-131-0/+2
* Allow to access pipelines even if they are disabled, but only present jobs an...Kamil Trzcinski2017-06-131-1/+1
* Introduce source to pipeline entitytrigger-sourceKamil Trzcinski2017-05-311-1/+1
* Add more storage statisticsMarkus Koller2016-12-211-1/+1
* Fix lightweight tags not processed correctly by GitTagPushService22271-drone-tag-pipeline-buildAlejandro RodrĂ­guez2016-10-281-2/+2
* Simplify the name for data builder, feedback:Lin Jen-Shin2016-08-121-4/+16
* 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
|/
* Update to gitlab_git 10.4.1 and take advantage of preserved Ref objectsAlejandro RodrĂ­guez2016-07-281-2/+2
* Revert "Merge branch '17073-tagscontroller-index-is-terrible-response-time-go...Alejandro RodrĂ­guez2016-07-241-2/+2
* Update to gitlab_git 10.4.1 and take advantage of preserved Ref objectsAlejandro RodrĂ­guez2016-07-211-2/+2
* Services: code style fixes, minor refactoringservices_refactoring1Valery Sizov2016-07-061-0/+1
* Enable Style/NegatedIf Rubocop coprubocop/enable-negatedif-style-copGrzegorz Bizon2016-05-301-1/+1
* Expire repository exists? and has_visible_content? caches after a push if nec...Stan Hu2016-05-041-0/+1
* Using single builder for push and tag eventsGabriel Mazetto2016-04-191-1/+1
* Refactor GitTagPushService and fig tags_push system event hookGabriel Mazetto2016-04-191-14/+13
* Added System Hooks for push and tag_pushGabriel Mazetto2016-04-191-0/+6
* Cache & flush tag/branch countsYorick Peterse2016-03-081-1/+1
* Moved cache expiration code to Repository hooksYorick Peterse2016-02-231-1/+1
* Remove ci_ prefix from all ci related thingsKamil Trzcinski2015-12-111-0/+1
* Build missing cache items in background job after each pushDmitriy Zaporozhets2015-07-171-3/+3
* Use project.commit convenience method.Douwe Maan2015-04-241-1/+1
* Extend push_tag event to include tag message and last commitKamil Trzcinski2015-03-211-2/+16
* More consistent method naming.Douwe Maan2015-03-131-3/+5
* Set push data object kind in PushDataBuilder.Douwe Maan2015-03-131-3/+1
* Set correct object_kind on tag push data.Douwe Maan2015-03-031-2/+3
* Don't execute GitlabCiService twice for pushed tags.Douwe Maan2015-03-031-4/+0
* Execute services for tag push.Douwe Maan2015-03-031-0/+1
* Move all event creation to EventCreateService.Douwe Maan2015-02-131-10/+1
* Refactor push data builder. Moved it to separate classDmitriy Zaporozhets2015-01-111-14/+2
* Execute GitLab CI on tag pushDmitriy Zaporozhets2015-01-101-0/+6
* Create event and clear cache on new trag pushDmitriy Zaporozhets2014-03-131-0/+13
* Renamed oldrev/newrev to before/afterJeroen van Baarsen2014-03-061-2/+2
* Added newrev and oldrev to the hook dataJeroen van Baarsen2014-03-061-3/+5
* Created a basic Git Tag Push serviceJeroen van Baarsen2014-03-051-0/+25