summaryrefslogtreecommitdiff
path: root/doc/api/namespaces.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
* Clean up EE api docs that were merged to CEMarcel Amirault2019-07-041-1/+1
| | | | | | Many small fixes to api docs which were merged from EE to CE, and tables cleaned up, as noted in issue https://gitlab.com/gitlab-org/gitlab-ce/issues/64072
* Update api docs to finish aligning EE and CE docsMarcel Amirault2019-07-031-1/+15
| | | | | | Squashing a few commits and continuing work on merging the 12 api docs that have not been ported to CE yet.
* Docs: Add link to namespace api doc to clarify URL-encoded pathMarcel Amirault2019-03-151-6/+6
|
* Replace look-alike token with '<your_access_token>'docs/fake-token-no-moreAchilleas Pipinellis2019-01-041-4/+4
| | | | | Replace all '9koXpg98eAheJpvBs5tK' occurrences with '<your_access_token>' in API docs.
* docMark Chao2018-06-061-1/+1
|
* Make parent_id field integer/null value instead of stringupdate-namespaces-api-docsTomasz Maczukin2018-02-131-5/+5
|
* Allow request namespace by ID or pathTomasz Maczukin2017-11-231-1/+21
|
* Add new API endpoint - get a namespace by IDTomasz Maczukin2017-11-231-0/+32
|
* fix json responseEmilienMottet2017-08-291-0/+4
|
* Improve tests textOswaldo Ferreira2017-06-281-1/+0
|
* Rename members_count to members_count_with_descendants and expose only to ↵Oswaldo Ferreira2017-06-281-6/+6
| | | | group admins
* Add "members_count" and "parent_id" data on namespaces APIOswaldo Ferreira2017-06-281-2/+13
|
* Add "API" to all respective headings (h1s)Marcia Ramos2017-05-181-1/+1
|
* Use v4 endpoint in API docsapi-v4-docRobert Schilling2017-03-011-2/+2
|
* Expose Namespace#full_path in namespaces APIDmitriy Zaporozhets2017-02-141-1/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* use long options for curl examples in API documentation (!5703)winniehell2016-08-091-2/+2
|
* Clean up namespaces API documentationdoc_refactor_namespaces_apiAchilleas Pipinellis2016-01-241-3/+14
| | | | [ci skip]
* Refactor namespaces API documentation [ci skip]Achilleas Pipinellis2016-01-181-7/+22
|
* Make namespace API available to all usersStan Hu2015-05-281-0/+44
Closes https://github.com/gitlabhq/gitlabhq/issues/9328