summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* Document the API endpoint for gathering a build logMark Fletcher2016-06-031-0/+24
| | | | * Resolves #18015
* Add `sha` parameter to MR accept APISean McGivern2016-06-011-4/+7
| | | | | | | | | The `sha` parameter is optional, and when present, must match the current HEAD SHA of the source branch. Otherwise, the API call fails with a 409 Conflict and a message containing the current HEAD for the source branch. Also tidy up some doc wording.
* Merge branch 'doc_api_services_jira_amend' into 'master' Rémy Coutable2016-06-011-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Amend jira service api docs [ci skip] ## What does this MR do? Amends the API documentation for jira service integration ## Are there points in the code the reviewer needs to double check? No ## Why was this MR needed? The current documentation omits the username and password parameters ## What are the relevant issue numbers? ## Screenshots (if relevant) See merge request !4382
| * Amend jira service api docs [ci skip]Richard Grainger2016-05-311-0/+2
| |
* | Add Application Setting to configure Container Registry token expire delay ↵Kamil Trzcinski2016-05-311-2/+5
| | | | | | | | (default 5min)
* | Add space after comma, add space between 'beautomatically'Chris Spicer2016-05-291-2/+2
| |
* | Add space between 'Criticalissue'Chris Spicer2016-05-291-1/+1
|/
* fix group members api doc: remove emialSanster2016-05-211-2/+0
|
* Merge branch 'master' into 'master' Hannes Rosenögger2016-05-181-2/+2
|\ | | | | | | | | | | | | fix example urls for (dis)associating runners to projects See merge request !2993
| * fix example urls for (de)associating runners to projectsa-tal2016-02-261-2/+2
| |
* | Make it clearer that /licenses is the OS license templates endpointimprove-license-docRémy Coutable2016-05-181-1/+1
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'docker-registry' into 'master' Douwe Maan2016-05-161-0/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added authentication service for docker registry This adds a simple authentication service for docker which uses current user credentials to authenticate pulls and pushes. I have only one concern. Since the `.docker/config` is unencrypted, thus the password for user stored there is unencrypted, maybe we should from the start implement function to generate/provide a separate password just for the purposes of accessing docker registry? What do you think @jacobvosmaer @sytses @marin? cc @marin See merge request !3787
| * \ Merge remote-tracking branch 'origin/master' into docker-registryKamil Trzcinski2016-05-135-18/+111
| |\ \ | | | | | | | | | | | | | | | | # Conflicts: # config/initializers/1_settings.rb
| * | | Update docs/api/projects.md with container registry enabled optionKamil Trzcinski2016-05-091-0/+3
| | | |
* | | | Change all occurrences of doc.gitlab.com to docs.gitlab.comAchilleas Pipinellis2016-05-131-1/+1
| |/ / |/| | | | | | | | [ci skip]
* | | Add API endpoints for un/subscribing from/to a labelAhmad Sherif2016-05-121-0/+70
| | | | | | | | | | | | Closes #15638
* | | Revert "Merge branch 'patch-1' into 'master'"Rémy Coutable2016-05-091-5/+5
| | | | | | | | | This reverts merge request !4030
* | | Expose MergeRequest#user_notes_count in the API and use the method in issues ↵Rémy Coutable2016-05-091-7/+15
| | | | | | | | | | | | | | | | | | list Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | API: Expose Issue#user_notes_countcnam-dep2016-05-091-5/+10
| | |
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2016-05-091-22/+58
|\ \ \ | |/ /
| * | docs(api): adapted user API documentation to match with latest APIFabio Huser2016-05-061-22/+58
| | | | | | | | | | | | | | | | | | The user API documentation and the actual implementation were out of sync, missing certain newly introduced fields and beeing inconsistent between certain API definitions. The documentation was changed according the actual latest implementation. Signed-off-by: Fabio Huser <fabio@fh1.ch>
* | | Update build triggers API documentation (#10153)Thomas Wood2016-05-081-1/+11
|/ / | | | | | | | | | | | | Update build triggers API documentation [ci skip] * Ensure updated/deleted timestamps are consistent
* | Merge branch 'pacoguzman/gitlab-ce-15001-since-and-until-operators-api-commits'Douwe Maan2016-05-041-0/+2
|\ \ | | | | | | | | | | | | # Conflicts: # Gemfile.lock
| * | API support for the 'since' and 'until' operators on commit requestsPaco Guzman2016-04-291-0/+2
| | | | | | | | | - Parameter validation as ISO8601 format
* | | Made it clearer that issue_id means iid, not id.Aral Balkan2016-05-041-5/+5
|/ /
* | Continue implementation of the license template selector and /licenses API ↵Rémy Coutable2016-04-182-0/+148
| | | | | | | | | | | | endpoint Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Allow back dating notes on creationMichael Greene2016-04-131-0/+1
| |
* | Allow back dating issues on updateMichael Greene2016-04-131-0/+1
| |
* | Merge branch 'api-subscribe-issue-mr' into 'master' Rémy Coutable2016-04-132-0/+257
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Subscribe and unsubscribe from issues and merge requests * Closes #6024 This MR is based on !3611, which must be merged first. See merge request !3615
| * | Ensure that issues and merge requests are foundRobert Schilling2016-04-131-0/+1
| | |
| * | Make subscription API more RESTfulRobert Schilling2016-04-132-27/+28
| | |
| * | API: Ability to subscribe and unsubscribe from a merge requestRobert Schilling2016-04-131-0/+147
| | |
| * | API: Ability to subscribe and unsubscribe from an issueRobert Schilling2016-04-131-0/+108
| | |
* | | Styling changes to code and docsRobert Schilling2016-04-131-1/+0
| | |
* | | Make staring API more restfulRobert Schilling2016-04-131-6/+6
| | |
* | | API: Star and unstar a projectRobert Schilling2016-04-132-0/+128
|/ /
* | Fix doc for moving an issueRobert Schilling2016-04-131-1/+1
| |
* | Update tests for moving issues via APIRobert Schilling2016-04-131-2/+6
| |
* | API: Ability to move an issueRobert Schilling2016-04-131-0/+51
| |
* | Merge branch 'api-group-visibility' into 'master' Rémy Coutable2016-04-131-0/+81
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | API: Ability to update a group This makes it much easier to update a group after introducing the group visibility. * Closes #14991 See merge request !3587
| * | Fix minor issues according development guidelinesRobert Schilling2016-04-121-1/+1
| | |
| * | API: Ability to update a groupRobert Schilling2016-04-121-0/+81
| | |
* | | Merge branch 'api-delete-note' into 'master' Rémy Coutable2016-04-121-0/+141
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete notes via API Supports deleting issues, snippets, and merge requests via the API. * Closes #14944 * Closes #14845 * Closes #6060 @zj I did not see that you assigned yourself in #6060. Hopefully, you did not start yet. @rymai In #6060 this is targeted for 8.7 release. Could you review that and maybe this still lands in 8.7. See merge request !3557
| * | | Fix code review issuesRobert Schilling2016-04-121-17/+113
| | | |
| * | | Delete notes via APIRobert Schilling2016-04-121-0/+45
| |/ /
* | | Merge branch 'api-get-tag' into 'master' Rémy Coutable2016-04-121-1/+45
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Ability to retrieve a single tag * Closes #14330 /cc @dblessing See merge request !3577
| * | | Fix minor styling issues from code reviewRobert Schilling2016-04-121-2/+2
| | | |
| * | | API: Ability to retrieve a single tagRobert Schilling2016-04-121-1/+45
| | | |
* | | | Allow a project member to leave the projected through the APIremove-myself-from-project-api-7687Zeger-Jan van de Weg2016-04-121-2/+4
| |/ / |/| |
* | | API: Expose updated_at for notesRobert Schilling2016-04-121-0/+3
|/ /