Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Triggering Pipelines docs to API readme | Achilleas Pipinellis | 2018-10-18 | 1 | -0/+1 |
| | |||||
* | Make getting a user by the username case insensitive | William George | 2018-10-18 | 1 | -1/+4 |
| | |||||
* | Backport project template API to CE | Nick Thomas | 2018-10-05 | 1 | -1/+3 |
| | |||||
* | Merge branch 'fix-id-vs-iid' into 'master' | Marcia Ramos | 2018-09-14 | 1 | -20/+19 |
|\ | | | | | | | | | | | | | More specificity and clarity for iid field in API documentation. Closes gitlab-ee#7019 See merge request gitlab-org/gitlab-ce!21490 | ||||
| * | Add prerequisite knowledge blurb and minor style fixes. | Evan Read | 2018-09-11 | 1 | -3/+6 |
| | | |||||
| * | Inline rather than reference links. | Evan Read | 2018-09-07 | 1 | -6/+2 |
| | | |||||
| * | More clarification. Replace inline hyperlinks with reference style. | Evan Read | 2018-09-06 | 1 | -4/+8 |
| | | |||||
| * | Fix content to align with style guide. | Evan Read | 2018-09-05 | 1 | -5/+8 |
| | | |||||
| * | More specificity and clarity for iid field in API documentation. | Evan Read | 2018-09-04 | 1 | -16/+9 |
| | | |||||
* | | Use ResourceLabelEvent for tracking label changes | Jan Provaznik | 2018-09-07 | 1 | -0/+1 |
|/ | |||||
* | API: Protected tags | Robert Schilling | 2018-08-25 | 1 | -0/+1 |
| | |||||
* | Resolve "docs update api for usage with an array of hashes" | Alexander | 2018-08-09 | 1 | -4/+17 |
| | |||||
* | Add examples for array and hash type API paramsdocs-add-api-params-array-hash | Athar Hameed | 2018-07-12 | 1 | -1/+31 |
| | |||||
* | Fix indentation for 'Current status' section | Fabio Busatto | 2018-06-15 | 1 | -1/+1 |
| | |||||
* | Removed API endpoint and specsfj-36819-remove-v3-api | Francisco Javier López | 2018-05-30 | 1 | -8/+7 |
| | |||||
* | Resolve "Expand API: Render an arbitrary Markdown document" | blackst0ne | 2018-05-18 | 1 | -0/+1 |
| | |||||
* | Fixed typos | Pascal Borreli | 2018-04-27 | 1 | -1/+1 |
| | |||||
* | Merge branch 'docs-zj-api-compat-docs' into 'master' | Rémy Coutable | 2018-04-26 | 1 | -0/+23 |
|\ | | | | | | | | | | | | | Document compatibility process for the HTTP API Closes #22693 See merge request gitlab-org/gitlab-ce!18565 | ||||
| * | Document compatibility process for the HTTP API | Zeger-Jan van de Weg | 2018-04-26 | 1 | -0/+23 |
| | | | | | | | | | | | | | | GitLab lacked formal documentation around our API, how the versioning worked and to the numbers meant. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/22693 | ||||
* | | Link to Snippets API docs from API index | Mark Fletcher | 2018-04-24 | 1 | -0/+1 |
|/ | |||||
* | Minor fixes in API doc | Jan Provaznik | 2018-03-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'jprovazn-api' into 'master' | Sean McGivern | 2018-03-07 | 1 | -0/+1 |
|\ | | | | | | | | | Add discussion API See merge request gitlab-org/gitlab-ce!17510 | ||||
| * | Add discussion APIjprovazn-api | Jan Provaznik | 2018-03-07 | 1 | -0/+1 |
| | | | | | | | | | | * adds basic discussions API for issues and snippets * reorganizes notes specs (so same tests can be used for all noteable types - issues, MRs, snippets) | ||||
* | | Merge branch 'master' into 'issue_38337' | Felipe Artur | 2018-03-06 | 1 | -0/+2 |
|\ \ | | | | | | | | | | | | | # Conflicts: # app/models/group.rb # db/schema.rb | ||||
| * | | Projects and groups badges API | Francisco Javier López | 2018-03-05 | 1 | -0/+2 |
| |/ | |||||
* | | Bring one group board to CE | Felipe Artur | 2018-03-03 | 1 | -0/+1 |
|/ | |||||
* | Merge branch '41899-api-endpoint-for-importing-a-project-export' into 'master' | Sean McGivern | 2018-02-16 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | Resolve "API endpoint for importing a project export" Closes #41899 See merge request gitlab-org/gitlab-ce!17025 | ||||
| * | update docs | James Lopez | 2018-02-16 | 1 | -0/+1 |
| | | |||||
* | | API - Include project in commits&blobs search results | Jarka Kadlecová | 2018-02-14 | 1 | -0/+1 |
|/ | |||||
* | Update documentationdm-remove-private-token | Douwe Maan | 2017-11-02 | 1 | -58/+67 |
| | |||||
* | Remove Session API | Douwe Maan | 2017-11-02 | 1 | -1/+0 |
| | |||||
* | Merge branch '23000-pages-api' into 'master' | Grzegorz Bizon | 2017-10-24 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | Resolve "Pages API" Closes #23000 See merge request gitlab-org/gitlab-ce!13917 | ||||
| * | Add pages domains API documentation | Travis Miller | 2017-10-22 | 1 | -0/+1 |
| | | |||||
* | | Simple docs fixes | Connor Shea | 2017-10-23 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'sh-document-plus-encoding-api' into 'master' | Achilleas Pipinellis | 2017-10-19 | 1 | -0/+17 |
|\ | | | | | | | | | Document converting `+` to `%2B` in an API query parameter See merge request gitlab-org/gitlab-ce!14948 | ||||
| * | Document converting `+` to `%2B` in an API query parametersh-document-plus-encoding-api | Stan Hu | 2017-10-18 | 1 | -0/+17 |
| | | | | | | | | [ci skip] | ||||
* | | Update GraphQL licensing situation in the docs | Nick Thomas | 2017-10-18 | 1 | -1/+15 |
|/ | |||||
* | Support custom attributes on users | Markus Koller | 2017-09-28 | 1 | -0/+1 |
| | |||||
* | Merge branch 'wiki_api' into 'master' | Grzegorz Bizon | 2017-09-07 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | Add API support for wiki pages Closes #12747 See merge request !13372 | ||||
| * | Add API support for wiki pages | blackst0ne | 2017-09-07 | 1 | -0/+1 |
| | | |||||
* | | Fix wrong API status codes | Robert Schilling | 2017-09-06 | 1 | -2/+2 |
| | | |||||
* | | Update wording on change plans. | Jacob Schatz | 2017-09-05 | 1 | -1/+1 |
| | | |||||
* | | Provide context for people wondering what happened. | Jacob Schatz | 2017-09-05 | 1 | -0/+4 |
| | | |||||
* | | Remove GraphQL from future plans. | Jacob Schatz | 2017-09-05 | 1 | -13/+0 |
| | | |||||
* | | Add changelog and doc | Robert Schilling | 2017-08-28 | 1 | -0/+1 |
|/ | |||||
* | Fix broken links in documentationzj-remove-ci-api-v1 | Zeger-Jan van de Weg | 2017-08-21 | 1 | -6/+1 |
| | | | | Also, move the old linting docs to the new location. | ||||
* | Merge branch 'patch-1' into 'master' | Achilleas Pipinellis | 2017-08-03 | 1 | -31/+32 |
|\ | | | | | | | | | Move API "basic usage" to be more visible See merge request !13171 | ||||
| * | Explicitly spell out where the API root is | AJ Jordan | 2017-07-28 | 1 | -1/+2 |
| | | | | | | | | | | I found this basic information extrememly hard to find when I looked at this page. | ||||
| * | Move API "basic usage" to be more visible | AJ Jordan | 2017-07-28 | 1 | -31/+31 |
| | | |||||
* | | Extending API for protected branches | Eric | 2017-08-02 | 1 | -0/+1 |
| | |