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-06-13Update tests and applicationKamil Trzcinski
2017-06-13Allow to access pipelines even if they are disabled, but only present jobs an...Kamil Trzcinski
2017-05-31Introduce source to pipeline entityKamil Trzcinski
2016-12-21Add more storage statisticsMarkus Koller
2016-10-28Fix lightweight tags not processed correctly by GitTagPushServiceAlejandro Rodríguez
2016-08-12Simplify the name for data builder, feedback:Lin Jen-Shin
2016-08-11Merge remote-tracking branch 'origin/master' into pipeline-hooks-without-slackKamil Trzcinski
2016-08-11Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski
2016-08-04Move those builders to their own namespace, feedback:Lin Jen-Shin
2016-07-28Update to gitlab_git 10.4.1 and take advantage of preserved Ref objectsAlejandro Rodríguez
2016-07-24Revert "Merge branch '17073-tagscontroller-index-is-terrible-response-time-go...Alejandro Rodríguez
2016-07-22Update to gitlab_git 10.4.1 and take advantage of preserved Ref objectsAlejandro Rodríguez
2016-07-06Services: code style fixes, minor refactoringValery Sizov
2016-05-30Enable Style/NegatedIf Rubocop copGrzegorz Bizon
2016-05-04Expire repository exists? and has_visible_content? caches after a push if nec...Stan Hu
2016-04-19Using single builder for push and tag eventsGabriel Mazetto
2016-04-19Refactor GitTagPushService and fig tags_push system event hookGabriel Mazetto
2016-04-19Added System Hooks for push and tag_pushGabriel Mazetto
2016-03-08Cache & flush tag/branch countsYorick Peterse
2016-02-23Moved cache expiration code to Repository hooksYorick Peterse
2015-12-11Remove ci_ prefix from all ci related thingsKamil Trzcinski
2015-07-17Build missing cache items in background job after each pushDmitriy Zaporozhets
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
2015-01-11Execute GitLab CI on tag pushDmitriy Zaporozhets
2014-03-13Create event and clear cache on new trag pushDmitriy Zaporozhets
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