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
2016-08-04Move those builders to their own namespace, feedback:Lin Jen-Shin
2016-04-29API support for the 'since' and 'until' operators on commit requestsPaco Guzman
2016-04-19Using single builder for push and tag eventsGabriel Mazetto
2016-04-19Added System Hooks for push and tag_pushGabriel Mazetto
2016-03-10web hooks to webhooksashleys
2016-02-17Merge branch 'rs-issue-13469' into 'master' Douwe Maan
2016-02-16Handle nil commits in Gitlab::PushDataBuilder.buildRobert Speicher
2016-02-11Add new data to project in push, issue, merge-request and note webhooks dataKirill Zaitsev
2015-12-07fixes after reviewValery Sizov
2015-12-07fox specsValery Sizov
2015-12-04Add added, modified and removed properties to commit object in webhookValery Sizov
2015-11-03Add added, modified and removed properties to commit object in webhookValery Sizov
2015-06-15Dont set checkout sha for removed branch/tagDmitriy Zaporozhets
2015-04-24Fix errors.Douwe Maan
2015-04-24No longer needed to pass project argument to commit methods.Douwe Maan
2015-03-21Extend push_tag event to include tag message and last commitKamil Trzcinski
2015-03-19Fewer constants, more helpers.Douwe Maan
2015-03-18List new commits for newly pushed branch in activity view.Douwe Maan
2015-03-13Set push data object kind in PushDataBuilder.Douwe Maan
2015-03-11Merge branch 'generate-valid-json' into 'master'Hannes Rosenögger
2015-03-10Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan
2015-03-10Generate valid json for hooksNicole Cordes
2015-03-05Merge branch 'add-more-slack-notifications' into 'master'Dmitriy Zaporozhets
2015-03-04Web Hook sends email of pusherValery Sizov
2015-03-03Issue #595: Support Slack notifications upon issue and merge request eventsStan Hu
2015-02-20Extend project web hooks with more dataDmitriy Zaporozhets
2015-01-15Test git builder over annotated tagDmitriy Zaporozhets
2015-01-15Send checkout sha for web hooks and servicesDmitriy Zaporozhets
2015-01-12Refactor push data builder. Moved it to separate classDmitriy Zaporozhets