Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Add API group projects endpoint. | Douwe Maan | 2015-12-07 | 1 | -3/+67 | |
| | |/ | |/| | ||||||
* | | | Merge branch 'master' into merge-if-green | Zeger-Jan van de Weg | 2015-12-07 | 5 | -24/+166 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Merge branch 'extend-events-api' | Dmitriy Zaporozhets | 2015-12-04 | 2 | -7/+79 | |
| |\ \ | ||||||
| | * | | Extent Event and Note APIextend-events-api | Dmitriy Zaporozhets | 2015-12-04 | 2 | -7/+79 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add note to Events API * add author section to Events API * add noteable_id and noteable_type to Notes API Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | | | Improve docsmr-commits-api | Dmitriy Zaporozhets | 2015-12-04 | 1 | -5/+3 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | | | Add API endpoint to fetch merge request commits list | Dmitriy Zaporozhets | 2015-12-04 | 1 | -0/+39 | |
| |/ / | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | | Fix wrong doc in merge request API | Dmitriy Zaporozhets | 2015-12-04 | 1 | -1/+1 | |
| |/ | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | Merge branch 'fix-award-emoji-api' into 'master' | Robert Speicher | 2015-11-22 | 2 | -10/+33 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add upvote/downvote fields to merge request and note API to preserve compatibility As discussed in !1825 we should not break the API compatibility. * This MR adds the fields `upvotes`/`downvotes` to the merge request API again, which always return `0`. * Add the fields `upvote`/`downvote` to the notes API, which always return `false` This behavior is documented in the API docs. See merge request !1867 | |||||
| | * | Add upvote/downvote fields to merge request and note API to preserve ↵fix-award-emoji-api | Robert Schilling | 2015-11-21 | 2 | -10/+33 | |
| | | | | | | | | | | | | compatibility | |||||
| * | | Allow editing a release in API via PUT method | Robert Schilling | 2015-11-21 | 1 | -0/+23 | |
| | | | ||||||
| * | | Only allow to create a release if it does not exist yet | Robert Schilling | 2015-11-21 | 1 | -1/+2 | |
| | | | ||||||
| * | | Use POST to create a new release instead of PUT | Robert Schilling | 2015-11-21 | 1 | -3/+3 | |
| | | | ||||||
| * | | API: Return 404 if the tag for a release does not exist | Robert Schilling | 2015-11-21 | 1 | -1/+2 | |
| | | | ||||||
| * | | Make tag API consistent for release feature | Robert Schilling | 2015-11-21 | 1 | -5/+5 | |
| |/ | ||||||
| * | Add tags page to readme [ci skip]api-tags-doc | Robert Schilling | 2015-11-21 | 1 | -0/+1 | |
| | | ||||||
| * | award emoji | Valery Sizov | 2015-11-19 | 2 | -18/+2 | |
| | | ||||||
* | | Refactor MergeWhenBuildSucceedsService and incorporate feedback | Zeger-Jan van de Weg | 2015-11-23 | 1 | -5/+3 | |
| | | ||||||
* | | Merge branch 'master' into merge-if-green | Zeger-Jan van de Weg | 2015-11-18 | 5 | -79/+120 | |
|\ \ | |/ | ||||||
| * | Fix md syntax in doc/api/commits.md | Den Girnyk | 2015-11-17 | 1 | -2/+2 | |
| | | ||||||
| * | Merge branch 'releases-feature' | Dmitriy Zaporozhets | 2015-11-16 | 2 | -74/+106 | |
| |\ | ||||||
| | * | Improve english textreleases-feature | Dmitriy Zaporozhets | 2015-11-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| | * | Add API docs and correctly expose release api | Dmitriy Zaporozhets | 2015-11-12 | 1 | -0/+31 | |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| | * | Move git tags API to separate file | Dmitriy Zaporozhets | 2015-11-12 | 2 | -74/+75 | |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | | Expose CI enable option in project features | Kamil Trzcinski | 2015-11-13 | 1 | -0/+6 | |
| |/ | | | | | | | - Enable CI by default for all new projects | |||||
| * | Add allow_failure field to commit status API | Stan Hu | 2015-11-03 | 1 | -2/+4 | |
| | | | | | | | | Closes #3196 | |||||
| * | Add ability to fetch the commit ID of the last commit that actually touched ↵api_file_touched_at | Valery Sizov | 2015-11-02 | 1 | -1/+2 | |
| | | | | | | | | a file | |||||
* | | API support, incorporated feedback | Zeger-Jan van de Weg | 2015-11-18 | 1 | -5/+55 | |
|/ | ||||||
* | [ci skip] Add missing parameters in API doc | sue445 | 2015-10-14 | 1 | -0/+2 | |
| | ||||||
* | Small bug fixes | Kamil Trzcinski | 2015-10-12 | 1 | -1/+0 | |
| | ||||||
* | Add Commit Status documentation | Kamil Trzcinski | 2015-10-12 | 1 | -0/+82 | |
| | ||||||
* | Implement Commit Status API | Kamil Trzcinski | 2015-10-12 | 1 | -1/+2 | |
| | ||||||
* | api: add enable_ssl_verification to PUT/POST hooks | Ben Boeckel | 2015-09-24 | 1 | -0/+2 | |
| | ||||||
* | doc: list note_events as a valid parameter for PUT/POST hooks | Ben Boeckel | 2015-09-24 | 1 | -0/+2 | |
| | ||||||
* | api: expose note_events and enable_ssl_verification for hooks | Ben Boeckel | 2015-09-24 | 1 | -0/+2 | |
| | ||||||
* | Added service API endpoint to retrieve service parameters | Petheo Bence | 2015-09-10 | 1 | -0/+160 | |
| | ||||||
* | Move get user by ID of an SSH key documentation to separate file | Artem V. Navrotskiy | 2015-09-03 | 3 | -45/+47 | |
| | ||||||
* | Add API method for get user by ID of an SSH key | Artem V. Navrotskiy | 2015-09-03 | 1 | -0/+45 | |
| | ||||||
* | Drone CI service | Kirilll Zaitsev | 2015-09-02 | 1 | -8/+498 | |
| | ||||||
* | api: add 'system', 'upvote', and 'downvote' fields to note queries | Ben Boeckel | 2015-08-12 | 1 | -2/+8 | |
| | | | | This reverts commit 4c586dc7c217b3e43956919fa752a8fa4e16acb9. | |||||
* | Fix docs | Douwe Maan | 2015-07-30 | 1 | -6/+6 | |
| | ||||||
* | Add ability to manage user email addresses via the API. | Douwe Maan | 2015-07-29 | 1 | -0/+132 | |
| | ||||||
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Marin Jankovski | 2015-07-16 | 1 | -2/+5 | |
|\ | ||||||
| * | api: expose work_in_progress flag | Ben Boeckel | 2015-07-10 | 1 | -2/+5 | |
| | | ||||||
* | | Remove author information from "post" in merge_requests API. | Robin Burchell | 2015-07-13 | 1 | -8/+0 | |
| | | | | | | | | | | From both experimenting with the API and reading the source code, this appears to not be used at all. My guess is this was copypasta from somewhere else. | |||||
* | | Revert "added link to issue closing pattern in doc" | Sytse Sijbrandij | 2015-07-13 | 1 | -2/+0 | |
| | | | | | | | | This reverts commit 903daedb5a963d55f8b2e836127958f92a1562a5. | |||||
* | | added link to issue closing pattern in doc | karen Carias | 2015-07-10 | 1 | -0/+2 | |
|/ | ||||||
* | Revert "api: add 'system', 'upvote', and 'downvote' fields to note queries" | Stan Hu | 2015-07-09 | 1 | -8/+2 | |
| | | | | This reverts commit dd4fee5fdbda07fbc09234c4b043c3c9939a6a9b. | |||||
* | api: add 'system', 'upvote', and 'downvote' fields to note queries | Ben Boeckel | 2015-07-09 | 1 | -2/+8 | |
| | ||||||
* | Make sure webhooks are mentioned at the top level. | Sytse Sijbrandij | 2015-07-08 | 2 | -5/+8 | |
| | ||||||
* | Merge branch 'settings-via-api' into 'master' | Dmitriy Zaporozhets | 2015-07-07 | 2 | -0/+89 | |
|\ | | | | | | | | | | | | | | | API to set application settings for admin Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !934 |