summaryrefslogtreecommitdiff
path: root/app/services/git_tag_push_service.rb
Commit message (Collapse)AuthorAgeFilesLines
* Build missing cache items in background job after each pushDmitriy Zaporozhets2015-07-171-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* 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
| | | | Also execute GitLab CI on creating tag via UI
* 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
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* 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
This is the first version, and only has the most basic information about the tag that is created.