summaryrefslogtreecommitdiff
path: root/doc/api/milestones.md
Commit message (Collapse)AuthorAgeFilesLines
* Changing badges to use parentheses not bracketsMarcel Amirault2019-07-081-1/+1
| | | | | | | | | | | | | | Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
* Small markdown tweaks to clear kramdown warningsMarcel Amirault2019-07-041-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing square brackets, links, etc in: merge_requests.md vulnerabilities.md issues.md issues_statistics.md pipelines.md services.md group_milestones.md milestones.md runners.md changelog.md issue_workflow.md elasticsearch.md api_graphql_styleguide.md automatic_ce_ee_merge.md file_storage.md architecture.md database_debugging.md index.md index.md frontend_testing.md pry_debugging.md vue.md development_process.md
* Update api docs to finish aligning EE and CE docsMarcel Amirault2019-07-031-0/+15
| | | | | | Squashing a few commits and continuing work on merging the 12 api docs that have not been ported to CE yet.
* Merge branch 'bertrand-lpl-master-patch-56649' into 'master'docs-subscription-changes-and-dataMike Lewis2019-05-011-1/+1
|\ | | | | | | | | Replace misinterpreted `|` caracter in a table See merge request gitlab-org/gitlab-ce!25319
| * Replace misinterpreted `|` caracter in a table Bertrand Jamin2019-02-171-1/+1
| |
* | Resolve "Get milestone by title via API"Fabio Busatto2019-03-271-0/+2
| |
* | Added: Documentation for the APINermin Vehabovic2019-02-261-0/+15
| | | | | | | | Added: Specs for the API action
* | Revert "Merge branch '50559-add-milestone-progress-to-api' into 'master'"Stan Hu2019-02-141-1/+0
| | | | | | This reverts merge request !25173
* | Add milestone progress to APIRobert Schilling2019-02-131-0/+1
| |
* | Replace look-alike token with '<your_access_token>'docs/fake-token-no-moreAchilleas Pipinellis2019-01-041-1/+1
| | | | | | | | | | Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
* | Add missing links to resourcesEvan Read2018-12-061-2/+1
| | | | | | | | - While here, restructure list slightly.
* | 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