summaryrefslogtreecommitdiff
path: root/spec/requests/api/labels_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-011-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-311-6/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-251-44/+44
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-291-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-271-105/+96
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-261-0/+46
* Incorporate review feedbackRobert Schilling2019-08-261-9/+9
* Make tests passRobert Schilling2019-08-261-10/+12
* Move promote to put and add more specsRobert Schilling2019-08-261-5/+29
* Add docs and first specsRobert Schilling2019-08-261-0/+23
* Add label_id parameter to label API for PUT and DELETEPatrick Derichs2019-08-231-122/+214
* Remove label issue and MR counts from default API responsesspeed-up-labels-apiSean McGivern2019-08-081-50/+61
* Merge branch '56694-mark-group-level-labels-in-label-api-as-such' into 'master'Rémy Coutable2019-02-141-1/+4
|\
| * Add docs and specsRobert Schilling2019-02-131-1/+4
* | API: Expose text_color for project and group labelsRobert Schilling2019-02-121-1/+4
|/
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-55/+97
* POST should be PUT in the API labels specsRobert Schilling2018-08-241-4/+4
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-32/+32
* Add tests for the unmodified headerRobert Schilling2017-08-281-0/+5
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-3/+9
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-3/+1
* Return 204 for delete endpointsRobert Schilling2017-02-281-2/+3
* Fix new offensesDouwe Maan2017-02-231-3/+4
* Enable Style/WordArrayDouwe Maan2017-02-231-5/+4
* API: Make subscription API more RESTfuLRobert Schilling2017-02-211-12/+12
* 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-1/+1
* Changed API spec files to describe the correct classLivier2016-11-281-1/+1
* Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre2016-11-171-3/+3
* add testsFrancesco Coda Zabetta2016-11-151-6/+21
* use Enumerable#find insted of select + firstFrancesco Coda Zabetta2016-11-151-3/+3
* fix styleFrancesco Coda Zabetta2016-11-141-3/+3
* fix styleFrancesco Coda Zabetta2016-11-141-3/+3
* fix labels API adding missing parameter (current_user)Francesco Coda Zabetta2016-11-141-8/+20
* Remove order-dependent expectation24341-fix-failureRémy Coutable2016-11-091-1/+1
* Expose Label id to APIRares Sfirlogea2016-11-071-0/+6
* Ability to update labels priority via APIRobert Schilling2016-11-071-6/+82
* Merge remote-tracking branch 'origin/labels-api'Rémy Coutable2016-11-041-1/+14
|\
| * Return conflict error in label API when title is taken by group labellabels-apiDouwe Maan2016-10-201-1/+14
* | Grapify the labels APIgrapify-labels-apiRobert Schilling2016-10-241-3/+3
* | Make label API spec independent of orderDouwe Maan2016-10-201-2/+1
|/
* List all available labels to the project on the labels APIDouglas Barbosa Alexandre2016-10-191-3/+9
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-30/+30
* Allow '?', or '&' for label titlesDouglas Barbosa Alexandre2016-07-051-5/+5
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-30/+30
* Add API endpoints for un/subscribing from/to a labelAhmad Sherif2016-05-121-0/+82