summaryrefslogtreecommitdiff
path: root/doc/api/milestones.md
Commit message (Collapse)AuthorAgeFilesLines
* More specificity and clarity for iid field in API documentation.Evan Read2018-09-041-1/+1
|
* doc: Spelling fixesVille Skyttä2018-01-191-1/+1
|
* Enables Project Milestone Deletion via APIJacopo2018-01-161-0/+13
| | | | Enables project milestone deletion via DELETE /projects/:id/milestones/:milestone_id
* Fix the iids parameters in the API documentationFrank Pavageau2017-08-071-2/+2
| | | | | Since the parameter name is really `iids[]`, it should be used consistently across the documentation.
* Add "API" to all respective headings (h1s)Marcia Ramos2017-05-181-1/+1
|
* Fix wrong copy edits for URL-encoded substitutions in API docsalkuzad/gitlab-ce-namespaces_encoding_docsAchilleas Pipinellis2017-04-101-1/+1
|
* Mention URL path encoding to all API docsAchilleas Pipinellis2017-04-081-7/+7
|
* Add information about namespace encoding to API docsDawid Goslawski2017-04-081-7/+7
|
* Use iids as filter parameterJarka Kadlecova2017-03-021-3/+3
|
* Merge branch '28807-search-for-milestone-by-title-in-rest-api' into 'master'Rémy Coutable2017-03-021-2/+4
|\ | | | | | | | | | | | | Enable filtering milestones by search criteria in the API Closes #28807 See merge request !9606
| * Enable filtering milestones by search criteria in the APIMark Fletcher2017-03-021-2/+4
| | | | | | | | - Also remove a redundant test
* | Use v4 endpoint in API docsapi-v4-docRobert Schilling2017-03-011-1/+1
|/
* Add API endpoint to get all milestone merge requestsJoren De Groof2017-02-171-0/+13
|
* Add a starting date to milestonesmilestone_start_dateValery Sizov2016-11-231-0/+3
|
* Document both valid cases for API iid filterfix-api-iid-filterRobert Schilling2016-11-221-1/+2
|
* Fix IID filter for merge requests and milestonesRobert Schilling2016-11-221-2/+2
|
* use long options for curl examples in API documentation (!5703)winniehell2016-08-091-1/+1
|
* Improve coding and doc styleRobert Schilling2016-04-061-5/+14
|
* API: Ability to filter milestones by stateRobert Schilling2016-04-061-0/+3
|
* Revert "added link to issue closing pattern in doc"Sytse Sijbrandij2015-07-131-2/+0
| | | | This reverts commit 903daedb5a963d55f8b2e836127958f92a1562a5.
* added link to issue closing pattern in dockaren Carias2015-07-101-0/+2
|
* Query issues, merge requests and milestones with their IID through APIjubianchi2015-05-021-0/+2
|
* Fix the test and add documentation for the "per-milestone issues API call"Hannes Rosenögger2015-01-221-0/+13
|
* Update docs to markdown style guide.Ciro Santilli2014-06-031-17/+13
|
* Add titles to doc pages.Marin Jankovski2014-05-271-0/+2
|
* Api-Doc JSON lintJohannes Schleifenbaum2014-04-051-9/+9
| | | | Fixes: #5505
* Explain iid in APIDmitriy Zaporozhets2013-10-141-0/+1
|
* Update issues, milestones, notes api docs.Marin Jankovski2013-10-021-0/+15
|
* Fix milestone api docs: invalid param for closeDmitriy Zaporozhets2013-06-061-1/+1
|
* API: documentation contains infos to status codes in README file.Sebastian Ziebell2013-03-071-24/+0
| | | | All the info to return codes from the API functions are available in the `README.md` file as suggested.
* API documentation update for milestonesSebastian Ziebell2013-02-201-6/+34
| | | | Updated the milestones API documentation and added return codes descriptions.
* API docs: fix new milestone parametersNihad Abbasov2013-02-201-1/+0
|
* Remove all references tp the project code parameter from the APIRiyad Preukschas2012-12-211-4/+4
|
* Add milestone API docs to doc/README and views/help/apiRobert Speicher2012-08-291-1/+1
| | | | Also removes `closed` attribute option from create action.
* add docs for Milestones APINihad Abbasov2012-08-291-0/+57