summaryrefslogtreecommitdiff
path: root/lib/api/project_hooks.rb
Commit message (Expand)AuthorAgeFilesLines
* Conditionally destroy a ressourceRobert Schilling2017-08-281-4/+1
* API: Respect the 'If-Unmodified-Since' for delete endpointsRobert Schilling2017-08-281-0/+2
* Update grape gemdz-update-grapeDmitriy Zaporozhets2017-07-201-0/+1
* Merge branch 'bvl-rename-build-events-to-job-events' into 'master' cherry-pick-0663458cDouwe Maan2017-05-161-2/+0
* Revert "Merge branch 'bvl-rename-build-events-to-job-events' into 'master'"Douwe Maan2017-05-151-0/+2
* Rename `build_events` to `job_events` in codeBob Van Landuyt2017-05-151-2/+0
* Fix API not accepting job_events for webhookszj-api-fix-build-eventsZ.J. van de Weg2017-04-121-3/+9
* Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable2017-03-161-1/+1
* Return 204 for delete endpointsRobert Schilling2017-02-281-6/+3
* Paginate all endpoints that return an arrayRobert Schilling2017-02-161-3/+1
* Fix project hooks paramsfix-api-project-hooks-paramsRobert Schilling2017-01-031-1/+1
* Use the pagination helper in the APIuse-pagination-helperRobert Schilling2016-12-041-4/+8
* Use declared_params helper in APIgrapify-declared-paramsRobert Schilling2016-11-141-7/+3
* Move shared params to a helperzj-grapify-project-hooksZ.J. van de Weg2016-11-041-39/+19
* GrapeDSL for project hooksZ.J. van de Weg2016-11-041-69/+74
* Add support for token attr in project hooks APIGauvain Pocentek2016-11-011-2/+4
* api: expose wiki_page_events project hook field in the APIBen Boeckel2016-08-241-0/+2
* Implement pipeline hooks, extracted from !5525Lin Jen-Shin2016-08-021-0/+2
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Prevent users from deleting Webhooks via API they do not ownStan Hu2016-04-241-2/+2
* Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-101-0/+2
* api: add enable_ssl_verification to PUT/POST hooksBen Boeckel2015-09-241-2/+4
* Add support for Webhook note eventsStan Hu2015-05-211-2/+4
* Forward the messages in api response.Marin Jankovski2014-12-301-2/+2
* Add tag_push_events to project hook apiKirill Zaitsev2014-10-031-2/+14
* Move project members api to separate fileDmitriy Zaporozhets2014-03-171-9/+0
* ProjectHook API supports new event fieldsDmitriy Zaporozhets2013-12-041-2/+3
* Expose ProjectHook attributes via APIDmitriy Zaporozhets2013-12-041-4/+4
* Refactor API: project hooksDmitriy Zaporozhets2013-09-301-5/+1
* Split Project api on several parts: deploy_keys, hooks, snippets etcDmitriy Zaporozhets2013-06-061-0/+108