summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* Clarify milestone_id scope for API operations on IssuablesMark Fletcher2018-05-242-4/+4
|
* Resolve "Deprecate Gemnasium project service"Olivier Gonzalez2018-05-231-0/+7
|
* Expose readme url in Project APIImre Farkas2018-05-221-1/+10
|
* Merge branch '44799-api-naming-issue-scope' into 'master'Rémy Coutable2018-05-212-8/+10
|\ | | | | | | | | | | | | Resolve "API naming for issue scope" Closes #44799 See merge request gitlab-org/gitlab-ce!18935
| * Add created_by_me and assigned_to_me scopes44799-api-naming-issue-scopeMark Chao2018-05-212-8/+10
| | | | | | | | Deprecate corresponding dash versions created-by-me and assigned-to-me
* | Resolve "Expand API: Render an arbitrary Markdown document"blackst0ne2018-05-182-0/+30
| |
* | Move API group deletion to SidekiqStan Hu2018-05-181-0/+3
| |
* | Clean up docsblackst0ne2018-05-141-2/+2
| |
* | Remove an extra backtick from Group Milestones API documentationRobert Speicher2018-05-111-1/+1
|/
* Merge branch 'docs-fixed-typo-microsoft-teams-slug' into 'master'Achilleas Pipinellis2018-05-111-3/+3
| | | | | Fix: API Documentation typo on Microsoft Teams slug See merge request gitlab-org/gitlab-ee!5412
* Expand documentation for Runners APIMark Fletcher2018-05-101-0/+83
| | | | | | - Document Registation - POST `/runners/` - Document Deletion - DELETE `/runners/` - Document Verification - POST `/runners/verify/
* Store application wide termsBob Van Landuyt2018-05-041-0/+6
| | | | | | | | This allows admins to define terms in the application settings. Every time the terms are adjusted, a new version is stored and becomes the 'active' version. This allows tracking which specific version was accepted by a user.
* Merge request and commit discussions APIJan Provaznik2018-05-012-8/+586
|
* show only groups an admin is a member of in dashboards/gropsRoger Rüttimann2018-05-011-2/+2
|
* Merge branch 'jramsay-44880-filter-pipelines-by-sha' into 'master'Kamil Trzciński2018-04-291-0/+1
|\ | | | | | | | | | | | | Add sha filter to list pipelines Closes #44880 See merge request gitlab-org/gitlab-ce!18125
| * Add sha filter to list pipelinesJames Ramsay2018-04-271-0/+1
| | | | | | | | | | | | | | To find the pipeline for a specific sha requires scanning the list of all pipelines for a ref that contains the sha. This makes it hard to find the pipeline id needed to access a trace for a specific job run in the pipeline using the API.
* | Fixed typosPascal Borreli2018-04-273-4/+4
|/
* Merge branch 'docs-zj-api-compat-docs' into 'master'Rémy Coutable2018-04-261-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 APIZeger-Jan van de Weg2018-04-261-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
* | Merge branch 'docs-add-snippets-api-index' into 'master'Marcia Ramos2018-04-251-0/+1
|\ \ | |/ |/| | | | | Link to Snippets API docs from API index See merge request gitlab-org/gitlab-ce!18536
| * Link to Snippets API docs from API indexMark Fletcher2018-04-241-0/+1
| |
* | Fix minor typosJames Ramsay2018-04-231-4/+4
| |
* | Add 2FA filter to users API for admins onlyDmitriy Zaporozhets2018-04-231-0/+1
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add an API endpoint to download git repository snapshotsNick Thomas2018-04-191-1/+24
|
* Merge branch 'stuartnelson3/gitlab-ce-stn/issue-due-email' into 'master'Douwe Maan2018-04-181-0/+4
|\ | | | | | | | | | | | | Email notification on issue due date Closes #27500 See merge request gitlab-org/gitlab-ce!17985
| * Merge branch 'master' into 'stuartnelson3/gitlab-ce-stn/issue-due-email'Sean McGivern2018-04-109-11/+138
| |\ | | | | | | | | | # Conflicts: # db/schema.rb
| * | Only send issue due emails to participants and custom subscribersSean McGivern2018-03-301-0/+4
| | |
* | | Merge branch ↵Nick Thomas2018-04-171-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '45363-optional-params-on-api-endpoint-produce-invalid-pagination-header-links' into 'master' Fix URLs in the `Link` header for `GET /projects/:id/repository/contributors` when no value is passed for `order_by` or `sort` Closes #45363 See merge request gitlab-org/gitlab-ce!18393
| * | | [API] Fix URLs in the 'Link' header for 'GET ↵Rémy Coutable2018-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | /projects/:id/repository/contributors' when no value is passed for 'order_by' or 'sort' Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch 'update-todos-docs' into 'master'Rémy Coutable2018-04-161-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Added missing actions in todos docs Closes #44803 See merge request gitlab-org/gitlab-ce!18247
| * | | Added missing actions in todos docs NielsNet2018-04-081-1/+1
| | | | | | | | | | | | | | | | - Added unmergeable action - Added directly_addressed action
* | | | Feature/add language in repository to apiRoger Rüttimann2018-04-131-0/+23
| |_|/ |/| |
* | | Expose the target commit ID through the tag APIAndrew Beresford2018-04-081-0/+6
|/ / | | | | | | | | | | This is useful for annotated tags, where the deferenced target is not the same as the tag object. At the moment there is no way to differentiate the two through the tag API. This change adds a "target" property and leaves the existing "commit" property alone so that existing behaviour is not altered.
* | Add user documentation for badgesWinnie Hellmann2018-04-082-2/+8
| |
* | Extend API for importing a project export with overwrite supportFrancisco Javier López2018-04-061-0/+1
| |
* | Mention when "/commits/:sha/merge_requests/" endpoint was introducedMark Fletcher2018-04-051-0/+3
| |
* | Override values from JSON with import dataBob Van Landuyt2018-04-051-0/+3
| | | | | | | | | | | | | | This overrides values defined in the project JSON with the values provided in project.import_data.data['override_params']. These could be passed from the API.
* | Merge branch 'zj-feature-gate-remove-http-api' into 'master'Douwe Maan2018-04-041-0/+8
|\ \ | | | | | | | | | | | | Allow feature gate removal through the API See merge request gitlab-org/gitlab-ce!18146
| * | Allow feature gate removal through the APIzj-feature-gate-remove-http-apiZeger-Jan van de Weg2018-04-031-0/+8
| | | | | | | | | | | | | | | | | | Features could be listed and added through the api, now also removed. This was needed in the case of gitlab.com as the number of gates that were ever used just grows and cleaning up is hard.
* | | Resolve "Allow the configuration of a project's merge method via the API"Jan2018-04-041-0/+28
|/ /
* | Merge branch 'jramsay-list-commit-statuses-docs' into 'master'Douwe Maan2018-04-021-2/+3
|\ \ | | | | | | | | | | | | Add pagination docs to commit status API See merge request gitlab-org/gitlab-ce!18124
| * | Add pagination docs to commit status APIjramsay-list-commit-statuses-docsJames Ramsay2018-04-011-2/+3
| | |
* | | Update docs for API for issue and merge request description templatesVictor Wu2018-04-021-0/+4
|/ /
* | Extend API for exporting a project with direct upload URLFrancisco Javier López2018-03-301-2/+17
| |
* | Merge branch '41967_issue_api_closed_by_info' into 'master'Sean McGivern2018-03-301-0/+48
|\ \ | | | | | | | | | | | | Add closed by information to issue API See merge request gitlab-org/gitlab-ce!17042
| * | added missing space in docs and a changeloghaseeb2018-03-061-2/+2
| | |
| * | note addedhaseeb2018-03-031-0/+21
| | |
| * | documentation updatedhaseeb2018-02-281-0/+27
| | |
* | | Backport part of the doc/api/jobs.md file from EERémy Coutable2018-03-301-5/+9
| |/ |/| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'event-api-time-limit-docs' into 'master'Rémy Coutable2018-03-291-0/+4
|\ \ | | | | | | | | | | | | | | | | | | Update events.md with time period limit documentation Closes #35912 See merge request gitlab-org/gitlab-ce!17941