summaryrefslogtreecommitdiff
path: root/spec/fixtures/api
Commit message (Expand)AuthorAgeFilesLines
* Remove deleted_at from Entity. Use find_by. Remove returns.Shinya Maeda2017-05-301-2/+1
* Include owner for pipeline_schedules. Improve N+1 spec. Use PipelineBasic for...Shinya Maeda2017-05-301-23/+1
* Add API support for pipeline scheduleShinya Maeda2017-05-302-0/+68
* Expose remove_source_branch boolean/nullOswaldo Ferreira2017-05-241-1/+2
* Stop loading MergeRequestEntity data on sidebar requestOswaldo Ferreira2017-05-182-2/+2
* Add new_blob_path to MR json schemaOswaldo Ferreira2017-05-161-0/+1
* Merge request widget redesignFatih Acet2017-05-092-0/+112
* Real time pipeline show actionZeger-Jan van de Weg2017-05-061-0/+354
* [Multiple issue assignee]: reslving some conflictsValery Sizov2017-05-041-3/+1
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-042-1/+36
* Allow to create new branch and empty WIP merge request from issue pageAlfredo Sumaran2017-05-042-0/+24
* Merge branch 'metrics-deployment-history' into 'master' Douwe Maan2017-05-021-0/+58
|\
| * Cleanup deploymentsd controller spec and use schema validation to test the ou...Pawel Chojnacki2017-04-241-0/+58
* | Don't display the `is_admin?` flag for user API responses.Timothy Andrew2017-04-251-2/+0
|/
* Change Done column to Closed in issue boardsblackst0ne2017-03-241-1/+1
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-03-066-0/+330
|\
| * Remove "subscribed" field from API responses returning list of issues or merg...api-drop-subscribedAdam Niedzielski2017-03-064-0/+330
| * Move schema definitions for our public API to a separate directoryAdam Niedzielski2017-03-062-0/+0
* | [Issue board sorting] SpecsValery Sizov2017-02-281-0/+1
|/
* Remove all instances of theme_id; require downtimeAnnabel Dunstone Gray2017-02-152-10/+7
* Add optional id property to the issue schemaDouglas Barbosa Alexandre2017-02-031-0/+1
* Fix spec for Projects::Boards::ListsControllerDouglas Barbosa Alexandre2017-02-031-1/+1
* adds impersonator variable and makes sudo usage overall more clear24537-reenable-private-token-with-sudotiagonbotelho2016-12-072-0/+116
* Merge branch 'master' into issue-board-sidebarPhil Hughes2016-10-191-1/+1
|\
| * Fix issue board related controllers to expose label priority per projectDouglas Barbosa Alexandre2016-10-191-1/+1
* | Merge branch 'master' into issue-board-sidebarPhil Hughes2016-10-193-0/+152
|\ \ | |/
| * Add JSON SchemaSean McGivern2016-10-131-0/+137
| * Fix board relates specsDouglas Barbosa Alexandre2016-10-111-2/+1
| * Add index action to Projects::BoardsController to return project boardsDouglas Barbosa Alexandre2016-10-112-0/+16
* | Restore subscribe status in JSONPhil Hughes2016-10-071-1/+2
* | Fix JSON Schema that validates data returned by board issues endpointDouglas Barbosa Alexandre2016-10-071-0/+1
|/
* Returns the total number of issues in the JSON responseDouglas Barbosa Alexandre2016-08-311-2/+13
* Fix JSON schema to issues in issue board listsissue-boards-label-text-colorDouglas Barbosa Alexandre2016-08-191-16/+24
* Fix matcher `match_response_schema`Douglas Barbosa Alexandre2016-08-172-0/+8
* Returns label description in JSON when listing lists/issuesDouglas Barbosa Alexandre2016-08-172-0/+4
* Returns label priority in JSON when listing lists/issuesDouglas Barbosa Alexandre2016-08-172-4/+8
* Include the Issue#assignee in the response when listing issuesDouglas Barbosa Alexandre2016-08-171-0/+6
* Return Issue#iid instead of id when listing issuesDouglas Barbosa Alexandre2016-08-171-2/+2
* Add endpoint to list issues for a specific board listDouglas Barbosa Alexandre2016-08-171-0/+30
* Projects::BoardsController#show returns a list of board listsDouglas Barbosa Alexandre2016-08-171-0/+35