summaryrefslogtreecommitdiff
path: root/lib/api/boards.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Remove N+1 query for project and group boardscharlieablett2019-06-261-1/+1
* Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routingImre Farkas2018-11-281-1/+1
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
* Backport issue board milestone lists EE changesOswaldo Ferreira2018-08-071-4/+2
* Backport from EE !5954Mark Chao2018-07-041-0/+1
* EE-BACKPORT group boardsFelipe Artur2018-01-041-52/+32
* API: Use defined project requirementsrs-api-use-project-requirementsRobert Schilling2017-08-311-1/+1
* Conditionally destroy a ressourceRobert Schilling2017-08-281-6/+5
* API: Respect the 'If-Unmodified-Since' for delete endpointsRobert Schilling2017-08-281-0/+1
* Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable2017-03-161-1/+1
* Return 204 for delete endpointsRobert Schilling2017-02-281-3/+1
* Paginate all endpoints that return an arrayRobert Schilling2017-02-161-3/+10
* Update the API endpoint to get the lists of a project boardDouglas Barbosa Alexandre2017-02-031-1/+1
* Add support to group labels on issues board APIDouglas Barbosa Alexandre2016-10-191-2/+2
* Grapify boards APIRobert Schilling2016-10-141-31/+45
* Update Issue Board API to handle with has_many associationDouglas Barbosa Alexandre2016-10-111-14/+17
* Added Issue Board API supportAndre Guedes2016-10-051-0/+115