summaryrefslogtreecommitdiff
path: root/spec/requests/api/project_hooks_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove some duplicate tests and fix some typosqa-314-project-tests-cleanupsliaquat2018-08-161-5/+0
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-2/+2
* Merge branch 'jej/mattermost-notification-confidentiality-10-6' into 'securit...Douwe Maan2018-04-051-0/+4
* align "confidential issues events" implementation with "issues events" oneJean-Baptiste Guerraz2018-03-011-1/+5
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-3/+3
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-19/+19
* Add tests for the unmodified headerRobert Schilling2017-08-281-0/+4
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-2/+2
* Merge branch 'bvl-rename-build-events-to-job-events' into 'master' cherry-pick-0663458cDouwe Maan2017-05-161-2/+2
* Revert "Merge branch 'bvl-rename-build-events-to-job-events' into 'master'"Douwe Maan2017-05-151-2/+2
* Rename `build_events` to `job_events` in codeBob Van Landuyt2017-05-151-2/+2
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-2/+1
* Fix API not accepting job_events for webhookszj-api-fix-build-eventsZ.J. van de Weg2017-04-121-4/+9
* Fix all testsToon Claes2017-03-061-4/+4
* Return 204 for delete endpointsRobert Schilling2017-02-281-6/+2
* Add a custom pagination matcherRobert Schilling2017-02-161-0/+1
* Replace many :project with :empty_projects in API specsuse-empty_project-factory-in-api-specsRémy Coutable2017-01-171-2/+2
* Fix project hooks paramsfix-api-project-hooks-paramsRobert Schilling2017-01-031-2/+3
* Changed API spec files to describe the correct classLivier2016-11-281-1/+1
* Ensure hook tokens are write-only in the APIgpocentek/gitlab-ce-api-webhook-tokenSean McGivern2016-11-011-4/+32
* Add support for token attr in project hooks APIGauvain Pocentek2016-11-011-0/+4
* Replace undefined Grape routing code from 400 to 404Dmitriy Zaporozhets2016-10-101-2/+2
* Fix API specs behaviour for invalid routingDmitriy Zaporozhets2016-10-101-2/+3
* api: expose wiki_page_events project hook field in the APIBen Boeckel2016-08-241-0/+4
* docs: document other project webhook fieldsBen Boeckel2016-08-241-0/+4
* Have trait all_events_enabled so that's easier to reuse, feedback:Lin Jen-Shin2016-08-121-4/+3
* Merge remote-tracking branch 'upstream/master' into pipeline-hooks-without-slackLin Jen-Shin2016-08-111-18/+18
|\
| * adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-18/+18
* | Implement pipeline hooks, extracted from !5525Lin Jen-Shin2016-08-021-2/+5
|/
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-18/+18
* Prevent users from deleting Webhooks via API they do not ownStan Hu2016-04-241-2/+12
* Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-101-2/+10
* hooks: improve tests for hook APIBen Boeckel2015-09-241-1/+26
* Fix Style/Blocks cop violationsRobert Speicher2015-06-221-6/+5
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-22/+22
* Remove rails observers from applicationDmitriy Zaporozhets2014-06-171-3/+0
* Added API testing groupJeroen van Baarsen2014-04-111-1/+1
* Make changes to testsDmitriy Zaporozhets2014-01-221-1/+1
* ProjectHook API supports new event fieldsDmitriy Zaporozhets2013-12-041-2/+2
* Extract tests for project hooks APIDmitriy Zaporozhets2013-12-041-0/+132