Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-24Use project.commit convenience method.Douwe Maan
2015-03-21Extend push_tag event to include tag message and last commitKamil Trzcinski
2015-03-13More consistent method naming.Douwe Maan
2015-03-13Set push data object kind in PushDataBuilder.Douwe Maan
2015-03-03Set correct object_kind on tag push data.Douwe Maan
2015-03-03Don't execute GitlabCiService twice for pushed tags.Douwe Maan
2015-03-03Execute services for tag push.Douwe Maan
2015-02-13Move all event creation to EventCreateService.Douwe Maan
2015-01-12Refactor push data builder. Moved it to separate classDmitriy Zaporozhets
Also execute GitLab CI on creating tag via UI
2015-01-11Execute GitLab CI on tag pushDmitriy Zaporozhets
2014-03-13Create event and clear cache on new trag pushDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-06Renamed oldrev/newrev to before/afterJeroen van Baarsen
2014-03-06Added newrev and oldrev to the hook dataJeroen van Baarsen
2014-03-06Created a basic Git Tag Push serviceJeroen van Baarsen
This is the first version, and only has the most basic information about the tag that is created.