summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | 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
| |/ /
* | | Add documentation for personal access tokens.Timothy Andrew2016-04-281-24/+37
|/ /
* | 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
|/ /
* | Merge branch 'api-labels-info' into 'master' Rémy Coutable2016-04-121-20/+20
|\ \ | | | | | | | | | | | | | | | | | | API: Expose open_issues_count, closed_issues_count, open_merge_requests_count on labels Partly fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/13238 See merge request !3569
| * | API: Expose open_issues_count, closed_issues_count, ↵Robert Schilling2016-04-061-20/+20
| | | | | | | | | | | | open_merge_requests_count on labels
* | | API: Expose subscribed? on issuesRobert Schilling2016-04-082-12/+24
| | |
* | | Merge branch 'api-filter-milestone' into 'master' Rémy Coutable2016-04-071-4/+16
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Ability to filter milestones by state Ability to filter milestones by `active` and `closed` state. * Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14931 See merge request !3566
| * | | Improve coding and doc styleRobert Schilling2016-04-061-5/+14
| | | |
| * | | API: Ability to filter milestones by stateRobert Schilling2016-04-061-0/+3
| | | |
* | | | Revert "API: Ability to retrieve a single tag"Robert Schilling2016-04-061-33/+1
|/ / / | | | | | | | | | This reverts commit 7f287c9136d5d1cdda8df170c6e772ca82aad1e9.
* | | Expose user location in APIRobert Schilling2016-04-061-0/+6
| | |
* | | API: Ability to retrieve a single tagRobert Schilling2016-04-061-1/+33
|/ /
* | Merge branch 'add-ability-to-archive-a-project-via-api-14296' into 'master' Douwe Maan2016-04-031-0/+166
|\ \ | | | | | | | | | | | | | | | | | | Add endpoints for archiving and unarchiving Closes #14296 See merge request !3372
| * \ Merge branch 'master' into add-ability-to-archive-a-project-via-api-14296add-ability-to-archive-a-project-via-api-14296Zeger-Jan van de Weg2016-03-291-0/+1
| |\ \
| * | | PUT becomes POST on archiving endpointsZeger-Jan van de Weg2016-03-241-10/+12
| | | | | | | | | | | | | | | | | | | | Also the specs have a minor improvement. Mainly the access right spec. Changes are reflected in the docs
| * | | Add endpoints for archiving and unarchivingZeger-Jan van de Weg2016-03-231-0/+164
| | | |
* | | | Remove "Congratulations!" tweet button on newly-created project.connorshea2016-03-311-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I’ve removed everything related to the feature based on this commit: ce08f919f34fd8849834365 Resolves #10857.
* | | | Merge branch ↵Robert Speicher2016-03-291-29/+42
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'mariusz_jachimowicz/gitlab-ce-i_14415_expose_label_description' into 'master' api - expose label description Resolves #14415 See merge request !3314