summaryrefslogtreecommitdiff
path: root/lib/api/boards.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routingImre Farkas2018-11-281-1/+1
| | | | | It also renames the API::PROJECT_ENDPOINT_REQUIREMENTS constant to API::NAMESPACE_OR_PROJECT_REQUIREMENTS
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
| | | | | | | | | | Partially addresses #47424. Had to make changes to spec files because stubbing methods on frozen objects is a mess in RSpec and leads to failures: https://github.com/rspec/rspec-mocks/issues/1190
* Backport issue board milestone lists EE changesOswaldo Ferreira2018-08-071-4/+2
|
* Backport from EE !5954Mark Chao2018-07-041-0/+1
| | | | | | Allow Labels::FindOrCreateService to find ancestor group labels Add authentication check on API endpoint Update flayignore
* 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
| | | | | | API routes Signed-off-by: Rémy Coutable <remy@rymai.me>
* 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
- Includes documentation and tests