summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* Modify CI features in projects APIci/api-projectsTomasz Maczukin2016-01-111-20/+1
|
* Update ./doc/apiTomasz Maczukin2016-01-071-3/+33
|
* Revert upvotes and downvotes params to MR APIValery Sizov2015-12-282-14/+6
|
* Add API support for looking up a user by usernameStan Hu2015-12-241-1/+11
| | | | Needed to support Huboard
* Add project permissions to all project API endpointsStan Hu2015-12-221-0/+10
| | | | This standardizes all the project API formats. Also needed to support Huboard.
* Api support for requesting starred projects for userZeger-Jan van de Weg2015-12-161-0/+15
| | | | Fixes #4112
* Merge branch 'add-open-issues-count-to-api' of ↵Dmitriy Zaporozhets2015-12-161-0/+3
|\ | | | | | | | | | | https://gitlab.com/stanhu/gitlab-ce Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Add open_issues_count to project APIStan Hu2015-12-111-0/+3
| | | | | | | | This is needed to support Huboard and a generally useful value.
* | Merge branch 'ci-project-migrate' into 'master' Kamil Trzciński2015-12-141-3/+0
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ci Project migrate - This doesn't migrate: allow_git_fetch, coverage_regex, timeout. Since this are project configuration settings I would propose to migrate them to `.gitlab-ci.yml`. - This requires offline migrations. - It simplifies database models making all CI objects to be attached to: Project. - It removes Ci::Project, but makes /ci/projects working by adding method: Project.find_by_ci_id for backward compatibility (badges, triggers). - We should add default `timeout` to Application Settings. - It misses specs. - It is based on ci-services-migrate for now. - It removes CI events. - It removes administrator CI projects overview. - It removes CI application settings. In 8.4 or 8.5 we can remove redundant tables and columns. See merge request !1987
| * Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-3/+0
| |
* | Merge pull request #9850 from davydovanton/doc-fix-typosStan Hu2015-12-101-1/+1
|\ \ | |/ |/| Fix typos in all docs
| * Fix typos in all docs [skip ci]Anton Davydov2015-11-241-1/+1
| |
* | Merge branch 'remove-default-branch-option-from-doc' into 'master' Dmitriy Zaporozhets2015-12-091-1/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove default_branch from project API creation documentation The docs erroneously included `default_branch` as an option in project creation, but this field does not make sense because a new project has an empty repo with no branches. Closes #3937 See merge request !2034
| * | Remove default_branch from project API creation since an empty repositoryStan Hu2015-12-081-1/+0
| | | | | | | | | | | | | | | | | | has no branches to start. Closes #3937
* | | Merge branch 'master' into merge-if-greenDouwe Maan2015-12-081-3/+67
|\ \ \ | |/ / | | | | | | | | | | | | # Conflicts: # app/views/projects/merge_requests/widget/_heading.html.haml # app/views/projects/merge_requests/widget/open/_accept.html.haml
| * | Merge branch 'master' into ui/dashboard-new-issueDouwe Maan2015-12-073-8/+117
| |\ \
| * | | Add API group projects endpoint.Douwe Maan2015-12-071-3/+67
| | |/ | |/|
* | | Merge branch 'master' into merge-if-greenZeger-Jan van de Weg2015-12-075-24/+166
|\ \ \ | | |/ | |/|
| * | Merge branch 'extend-events-api'Dmitriy Zaporozhets2015-12-042-7/+79
| |\ \
| | * | Extent Event and Note APIextend-events-apiDmitriy Zaporozhets2015-12-042-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-apiDmitriy Zaporozhets2015-12-041-5/+3
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Add API endpoint to fetch merge request commits listDmitriy Zaporozhets2015-12-041-0/+39
| |/ / | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Fix wrong doc in merge request APIDmitriy Zaporozhets2015-12-041-1/+1
| |/ | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Merge branch 'fix-award-emoji-api' into 'master' Robert Speicher2015-11-222-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-apiRobert Schilling2015-11-212-10/+33
| | | | | | | | | | | | compatibility
| * | Allow editing a release in API via PUT methodRobert Schilling2015-11-211-0/+23
| | |
| * | Only allow to create a release if it does not exist yetRobert Schilling2015-11-211-1/+2
| | |
| * | Use POST to create a new release instead of PUTRobert Schilling2015-11-211-3/+3
| | |
| * | API: Return 404 if the tag for a release does not existRobert Schilling2015-11-211-1/+2
| | |
| * | Make tag API consistent for release featureRobert Schilling2015-11-211-5/+5
| |/
| * Add tags page to readme [ci skip]api-tags-docRobert Schilling2015-11-211-0/+1
| |
| * award emojiValery Sizov2015-11-192-18/+2
| |
* | Refactor MergeWhenBuildSucceedsService and incorporate feedbackZeger-Jan van de Weg2015-11-231-5/+3
| |
* | Merge branch 'master' into merge-if-greenZeger-Jan van de Weg2015-11-185-79/+120
|\ \ | |/
| * Fix md syntax in doc/api/commits.mdDen Girnyk2015-11-171-2/+2
| |
| * Merge branch 'releases-feature'Dmitriy Zaporozhets2015-11-162-74/+106
| |\
| | * Improve english textreleases-featureDmitriy Zaporozhets2015-11-161-1/+1
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Add API docs and correctly expose release apiDmitriy Zaporozhets2015-11-121-0/+31
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Move git tags API to separate fileDmitriy Zaporozhets2015-11-122-74/+75
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Expose CI enable option in project featuresKamil Trzcinski2015-11-131-0/+6
| |/ | | | | | | - Enable CI by default for all new projects
| * Add allow_failure field to commit status APIStan Hu2015-11-031-2/+4
| | | | | | | | Closes #3196
| * Add ability to fetch the commit ID of the last commit that actually touched ↵api_file_touched_atValery Sizov2015-11-021-1/+2
| | | | | | | | a file
* | API support, incorporated feedbackZeger-Jan van de Weg2015-11-181-5/+55
|/
* [ci skip] Add missing parameters in API docsue4452015-10-141-0/+2
|
* Small bug fixesKamil Trzcinski2015-10-121-1/+0
|
* Add Commit Status documentationKamil Trzcinski2015-10-121-0/+82
|
* Implement Commit Status APIKamil Trzcinski2015-10-121-1/+2
|
* api: add enable_ssl_verification to PUT/POST hooksBen Boeckel2015-09-241-0/+2
|
* doc: list note_events as a valid parameter for PUT/POST hooksBen Boeckel2015-09-241-0/+2
|
* api: expose note_events and enable_ssl_verification for hooksBen Boeckel2015-09-241-0/+2
|