summaryrefslogtreecommitdiff
path: root/spec/requests/api/labels_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* api - expose label descriptionMariusz Jachimowicz2016-03-241-3/+26
* Add custom ColorValidatorRobert Speicher2015-12-071-5/+5
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-42/+42
* Improve error reporting on users APIjubianchi2014-09-161-7/+10
* Improve labels validation and expose error messagesjubianchi2014-08-201-0/+16
* Fix labels return codeRobert Schilling2014-08-181-8/+8
* Update labels via APIRobert Schilling2014-08-131-4/+66
* Add, delete labels via APIRobert Schilling2014-08-131-0/+65
* Fix testsDmitriy Zaporozhets2014-07-301-0/+24