summaryrefslogtreecommitdiff
path: root/lib/gitlab/push_data_builder.rb
Commit message (Expand)AuthorAgeFilesLines
* Move those builders to their own namespace, feedback:Lin Jen-Shin2016-08-041-93/+0
* API support for the 'since' and 'until' operators on commit requestsPaco Guzman2016-04-291-1/+1
* Using single builder for push and tag eventsGabriel Mazetto2016-04-191-20/+1
* Added System Hooks for push and tag_pushGabriel Mazetto2016-04-191-1/+21
* web hooks to webhooksashleys2016-03-101-1/+1
* Merge branch 'rs-issue-13469' into 'master' Douwe Maan2016-02-171-0/+2
|\
| * Handle nil commits in Gitlab::PushDataBuilder.buildrs-issue-13469Robert Speicher2016-02-151-0/+2
* | Add new data to project in push, issue, merge-request and note webhooks databugagazavr/gitlab-ce-extend-hooksKirill Zaitsev2016-02-111-10/+6
|/
* fixes after reviewwebhook_payload_with_changesValery Sizov2015-12-071-1/+1
* fox specsValery Sizov2015-12-071-1/+3
* Add added, modified and removed properties to commit object in webhookValery Sizov2015-12-041-30/+2
* Add added, modified and removed properties to commit object in webhookweb_hook_repo_changesValery Sizov2015-11-031-2/+31
* Dont set checkout sha for removed branch/tagDmitriy Zaporozhets2015-06-151-2/+5
* Fix errors.Douwe Maan2015-04-241-1/+0
* No longer needed to pass project argument to commit methods.Douwe Maan2015-04-241-2/+1
* Extend push_tag event to include tag message and last commitKamil Trzcinski2015-03-211-1/+2
* Fewer constants, more helpers.Douwe Maan2015-03-191-1/+2
* List new commits for newly pushed branch in activity view.Douwe Maan2015-03-181-8/+7
* Set push data object kind in PushDataBuilder.Douwe Maan2015-03-131-1/+2
* Merge branch 'generate-valid-json' into 'master'Hannes Rosenögger2015-03-111-0/+1
|\
| * Generate valid json for hooksNicole Cordes2015-03-101-0/+1
* | Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan2015-03-101-3/+4
|/
* Merge branch 'add-more-slack-notifications' into 'master'Dmitriy Zaporozhets2015-03-041-0/+1
|\
| * Issue #595: Support Slack notifications upon issue and merge request eventsStan Hu2015-03-031-0/+1
* | Web Hook sends email of pusherValery Sizov2015-03-041-0/+2
|/
* Extend project web hooks with more dataDmitriy Zaporozhets2015-02-201-0/+3
* Test git builder over annotated tagDmitriy Zaporozhets2015-01-151-2/+5
* Send checkout sha for web hooks and servicesDmitriy Zaporozhets2015-01-151-52/+66
* Refactor push data builder. Moved it to separate classDmitriy Zaporozhets2015-01-111-0/+63