summaryrefslogtreecommitdiff
path: root/spec/services/git_tag_push_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-1/+1
* Use described_class when possibleRémy Coutable2017-07-271-2/+2
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Introduce source to pipeline entitytrigger-sourceKamil Trzcinski2017-05-311-0/+14
* Use `:empty_project` where possible in service specsRobert Speicher2017-03-271-2/+2
* Refactor cache refreshing/expiringYorick Peterse2016-11-211-7/+1
* Fix lightweight tags not processed correctly by GitTagPushService22271-drone-tag-pipeline-buildAlejandro Rodríguez2016-10-281-50/+123
* Expire branch/tag git data when needed.18709-branch-tag-collection-cachingPaco Guzman2016-06-301-0/+25
* Refactor GitTagPushService and fig tags_push system event hookGabriel Mazetto2016-04-191-12/+12
* web hooks to webhooksashleys2016-03-101-2/+2
* Fixed Rubocop offensesGabriel Mazetto2015-12-151-8/+8
* Tag service specsDouwe Maan2015-12-091-1/+1
* Remove unnecessary whitespace between let and (Dmitriy Zaporozhets2015-06-221-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-5/+47
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-11/+11
* Renamed oldrev/newrev to before/afterJeroen van Baarsen2014-03-061-2/+2
* Added newrev and oldrev to the hook dataJeroen van Baarsen2014-03-061-2/+6
* Created a basic Git Tag Push serviceJeroen van Baarsen2014-03-051-0/+43