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 (Expand)Author
2017-02-14Move tag services to `Tags` namespacedixpac
2017-02-07Update Rubocop to ruby 2.3Z.J. van de Weg
2016-11-22Remove unnecessary require_relative calls from service classesSemyon Pupkov
2016-07-06Services: code style fixes, minor refactoringValery Sizov
2016-07-04Better message for git hooks and file locksValery Sizov
2016-05-04Use a similar approach to branch creation for tag creationRémy Coutable
2016-05-04Use Rugged's TagCollection#create instead of gitlab-shell's Repository#add_ta...Rémy Coutable
2016-01-11Generate builds when creating tag using web interfaceKamil Trzcinski
2015-11-21API: Return 404 if the tag for a release does not existRobert Schilling
2015-11-09Refactor release code a bitDmitriy Zaporozhets
2015-04-24Use project.commit convenience method.Douwe Maan
2015-04-10Use `\A` and `\z` in regexes instead of `^` and `$`.Douwe Maan
2015-03-21Extend push_tag event to include tag message and last commitKamil Trzcinski
2015-03-13Use PushDataBuilder where applicable.Douwe Maan
2015-03-13Set push data object kind in PushDataBuilder.Douwe Maan
2015-03-10Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan
2015-03-03Set correct object_kind on tag push data.Douwe Maan
2015-03-03Execute tag_push services and hooks when tag is created through web UI.Douwe Maan
2015-02-13Move all event creation to EventCreateService.Douwe Maan
2015-01-12Fix ci data in hook when create git tag via UIDmitriy Zaporozhets
2015-01-12Refactor push data builder. Moved it to separate classDmitriy Zaporozhets
2014-09-21Factor error and success methods from services.Ciro Santilli
2014-09-04Added annotated tags. Updated tag haml file and call to gitlab-shell. Updat...Sean Edge
2014-09-03Validate tag-names and references in WebUI, APIRobert Schilling
2014-05-23Add CreateTagService. Use new service to allow tag creation through API.Sean Edge