summaryrefslogtreecommitdiff
path: root/spec/requests/api/boards_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-3/+3
* Bring changes from EELin Jen-Shin2018-06-261-1/+0
* Allow assigning and filtering issuables by ancestor group labelsFelipe Artur2018-04-041-0/+31
* EE-BACKPORT group boardsFelipe Artur2018-01-041-167/+12
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-2/+2
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-17/+17
* Use set in some API specsrc/use-set-in-api-specsRémy Coutable2017-09-191-15/+18
* 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
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-3/+1
* Return 204 for delete endpointsRobert Schilling2017-02-281-2/+1
* Add a custom pagination matcherRobert Schilling2017-02-161-0/+2
* Replace many :project with :empty_projects in API specsuse-empty_project-factory-in-api-specsRémy Coutable2017-01-171-2/+2
* Changed API spec files to describe the correct classLivier2016-11-281-1/+1
* Add support to group labels on issues board APIDouglas Barbosa Alexandre2016-10-191-8/+17
* Added Issue Board API supportAndre Guedes2016-10-051-0/+192