summaryrefslogtreecommitdiff
path: root/doc/api/project_snippets.md
Commit message (Collapse)AuthorAgeFilesLines
* add spec and project snippet user agent details endpointJames Lopez2017-07-071-0/+1
|
* update docsJames Lopez2017-07-071-0/+31
|
* Support uploads for newly created personal snippets12910-snippets-descriptionJarka Kadlecova2017-06-071-1/+1
|
* Support descriptions for snippetsJarka Kadlecova2017-05-311-1/+4
|
* Mention URL path encoding to all API docsAchilleas Pipinellis2017-04-081-6/+6
|
* Add information about namespace encoding to API docsDawid Goslawski2017-04-081-6/+6
|
* Expose Project's & ProjectSnippet's VisibilityLevel as StringToon Claes2017-03-021-8/+8
| | | | | | | | | | Instead of exposing the VisibilityLevel as Integer, expose it as String `visibility` for Project and ProjectSnippet. Filter queries also accept the `visibility` as String instead of `visibility_level` as Integer. Also remove the `public` boolean.
* Remove deprecated 'expires_at' from project snippets APIRobert Schilling2017-02-071-1/+0
|
* api: expose web_url for project entitiesBen Boeckel2016-08-241-1/+2
| | | | | This allows web hooks to have a URL back to entities without having to generate it themselves.
* Don't remove `ProjectSnippet#expires_at` from APIrs-snippet-expires-apiRobert Speicher2016-03-091-0/+1
| | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3103 This partially reverts commit 836d5930332797192094ce4a3c8083e96f7e8c53.
* Remove `Snippet#expires_at`rs-snippets-dont-expireRobert Speicher2016-03-051-1/+0
| | | | | | This was removed from the interface in https://github.com/gitlabhq/gitlabhq/pull/6027 but its implementation lingered around for two years.
* Add snippet visibilty as parameter to API doc, closes #1562Robert Schilling2015-05-031-0/+15
|
* Consistency, spelling and grammarJames Brooks2014-08-151-1/+1
|
* Update docs to markdown style guide.Ciro Santilli2014-06-031-21/+16
|
* Add titles to doc pages.Marin Jankovski2014-05-271-0/+2
|
* Dropped expiration date from the snippet APIJeroen van Baarsen2014-01-111-2/+0
|
* Update snippets and merge request api documentationMarin Jankovski2013-10-021-1/+1
|
* Improve api docsDmitriy Zaporozhets2013-06-061-0/+108