summaryrefslogtreecommitdiff
path: root/app/services/git_tag_push_service.rb
Commit message (Expand)AuthorAgeFilesLines
* 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