summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into ce_upstreamValery Sizov2015-12-252-1/+21
|\
| * 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.
* | Merge remote-tracking branch 'ce/master'Robert Speicher2015-12-171-0/+18
|\ \ | |/
| * 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 remote-tracking branch 'ce/master' into ce-to-eeRobert Speicher2015-12-151-3/+0
|\ \ \ | |/ /
| * | 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 branch 'master' into ee_masterValery Sizov2015-12-143-5/+52
|\ \ \ | |/ /
| * | 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 merge-if-greenZeger-Jan van de Weg2015-12-075-24/+166
| |\ \ \
| * | | | 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
| |\ \ \ \
| * | | | | API support, incorporated feedbackZeger-Jan van de Weg2015-11-181-5/+55
| | | | | |
* | | | | | Merge remote-tracking branch 'origin/master' into ce_upstreamValery Sizov2015-12-094-9/+195
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'master' into ui/dashboard-new-issueDouwe Maan2015-12-073-8/+117
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | 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>
| * | | | Add API group projects endpoint.Douwe Maan2015-12-071-3/+67
| |/ / /
| * | | 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
| | |/ | |/|
* | | License information can now be retrieved via the APIPatricio Cano2015-11-302-0/+25
| | |
* | | Merge remote-tracking branch 'ce/8-2-stable' into 8-2-stable-eeRobert Speicher2015-11-213-17/+65
|\ \ \
| * | | Merge branch 'fix-award-emoji-api' into 'master' Robert Speicher2015-11-212-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
| * | | Merge branch 'consistent-tags-api' into 'master' Stan Hu2015-11-211-7/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make tag API for release feature consistent Make tags API consistent with other tags methods. This changes the endpoint from `PUT /projects/:id/repository/:tag/release` to `PUT /projects/:id/repository/tags/:tag_name/release`. On thing the API is still missing, is an error if the tag does not exist. Right now it returns 200 even the tag does not exist. I'll fix that such it returns 404. @stanhu Can you review? @rspeicher This MR should go into 8.2 See merge request !1864
* | | | Merge remote-tracking branch 'ce/8-2-stable' into 8-2-stable-eeRobert Speicher2015-11-211-0/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'api-tags-doc' into 'master' Robert Speicher2015-11-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tags page to readme The tags page was separated for the release feature but not to the index readme. [ci skip] See merge request !1861
* | | | Merge branch '8-2-stable' of gitlab.com:gitlab-org/gitlab-ce into ↵Dmitriy Zaporozhets2015-11-202-18/+2
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | 8-2-stable-ce-to-ee Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Merge branch 'emoji_votes' into 'master' Dmitriy Zaporozhets2015-11-192-18/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Award Emoji This it first iteration of award emoji feature. We have plan to extend emoji picker by the next release. For now, you can add award by clicking to the emoji picker or posting a regular comment with emoji like ":+1:" and any other. You can post not only emoji that listed in the emoji picker. See merge request !1825
| * | Fix md syntax in doc/api/commits.mdDen Girnyk2015-11-171-2/+2
| | |
* | | Merge 8-2-stable into 8-2-stable-eeRobert Speicher2015-11-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts remaining: - app/controllers/groups/group_members_controller.rb - app/controllers/projects/project_members_controller.rb - app/models/ability.rb - app/models/member.rb - app/models/project.rb
* | | Merge remote-tracking branch 'origin/master' into ce-to-eeValery Sizov2015-11-162-74/+106
|\ \ \ | |/ /
| * | 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>