summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-01-181-0/+3
| |\
| | * Add description to merge requestLoic Dachary2015-01-181-0/+3
| | | | | | | | | | | | | | | | | | | | | The description can be provided when creating or updating a merge request. Signed-off-by: Loic Dachary <loic@dachary.org>
| * | Document the `description` attribute of groups APIDaniel Serodio2015-01-161-1/+3
| |/
| * OAuth API documentation updateValery Sizov2015-01-122-0/+117
| |
| * Add search filter option on project api for authorized projects.Marin Jankovski2015-01-121-0/+1
| |
| * Add group filtering by name for APIDmitriy Zaporozhets2014-12-301-0/+2
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Merge pull request #7675 from yglukhov/patch_notes_apiDmitriy Zaporozhets2014-12-291-1/+46
| |\ | | | | | | Implemented notes (body) patching in API.
| | * Implemented notes (body) patching in API.uran2014-12-251-1/+46
| | |
| * | Updated projects api to allow orderingStephan van Leeuwen2014-12-291-3/+7
| |/ | | | | | | | | Added support for order_by and sort parameters, to sort the projects by the specified values. Updated projects api documentation including the order_by and sort parameters
| * Small improvement to /api/user/keys docDaniel Serodio2014-11-181-3/+6
| | | | | | | | The keys resource includes a create_at attribute
| * Merge branch 'commit-comments' of https://gitlab.com/jeroenj/gitlab-ce into ↵Dmitriy Zaporozhets2014-11-121-0/+63
| |\ | | | | | | | | | | | | | | | | | | | | | | | | jeroenj/gitlab-ce-commit-comments Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
| | * Adds comments to commits in the APIJeroen Jacobs2014-09-261-0/+63
| | |
| * | Merge pull request #8224 from liammonahan/masterValeriy Sizov2014-11-041-3/+6
| |\ \ | | | | | | | | Expose projects_limit through users API if UserFull.
| | * | Expose projects_limit through users API if UserFull.Liam Monahan2014-11-021-3/+6
| | | |
* | | | Add 'confirm' option to users apiMatthew Monaco2014-11-031-0/+1
|/ / /
* | | Expose author username in project events APIDmitriy Zaporozhets2014-10-311-0/+3
|/ / | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'api-delete-branch-json' into 'master'Dmitriy Zaporozhets2014-10-311-0/+8
|\ \ | | | | | | | | | | | | | | | | | | | | | Api delete branch json Fixes gitlab/gitlabhq#1478 See merge request !1233
| * | Delete branch via API: doc updatedDmitriy Zaporozhets2014-10-301-0/+8
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Create RepoTag Grape entity and present it when doing stuff with tags via ↵Sean Edge2014-10-301-1/+3
|/ / | | | | | | API. Update API doc for repositories. Add tag message to tag list page in UI. Update Changelog. Update spec to set .gitconfig identity, required for annotated tags.
* | link third applications to websiteJob van der Voort2014-10-231-9/+3
| |
* | Add Hipchat services APIKevin Houdebert2014-10-141-0/+46
| |
* | Add tag_push_events to project hook apiKirill Zaitsev2014-10-031-0/+2
| |
* | API: Initial support for forking a project via the APIBernhard Kaindl2014-10-011-0/+12
| | | | | | | | | | | | | | | | | | | | This change adds POST /projects/fork/:id to the API for forking a project into the namespace of the authenticated user, like the "create fork" link in the GUI does. It also calls the same code. Failure and permission checks (except for conflict) are already implemented and handled in ForkService and the API, so the added code is simple and does not alter anything.
* | Filters issues by milestone via APIjubianchi2014-09-261-0/+3
|/
* Merge branch 'api/improve-error-reporting' of ↵Dmitriy Zaporozhets2014-09-231-0/+50
|\ | | | | | | https://github.com/jubianchi/gitlabhq into jubianchi-api/improve-error-reporting
| * Improve error reporting on users APIjubianchi2014-09-161-0/+50
| | | | | | | | | | | | | | | | * users (#6878, #3526, #4209): Validation error messages are now exposed through 400 responses, 409 response are sent in case of duplicate email or username * MRs (#5335): 409 responses are sent in case of duplicate merge request (source/target branches), 422 responses are sent when submiting MR fo/from unrelated forks * issues * labels * projects
* | Ordering and sorting for MR in api.Marin Jankovski2014-09-151-0/+2
|/
* Update project api docsDmitriy Zaporozhets2014-09-091-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Added annotated tags. Updated tag haml file and call to gitlab-shell. ↵Sean Edge2014-09-041-0/+1
| | | | Updated API for annotated tags. Added tests for API. Strip leading/trailing whitespace from message, if present. Update CHANGELOG.
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2014-09-041-0/+8
|\
| * Filters issues by labels via APIjubianchi2014-09-041-0/+8
| |
* | Validate tag-names and references in WebUI, APIRobert Schilling2014-09-031-0/+3
| |
* | Validate branch-names and references in WebUI, APIRobert Schilling2014-09-031-1/+4
|/ | | | Add specs for GitRefValidator
* Filters issues by state via APIjubianchi2014-09-011-0/+9
|
* Merge pull request #7527 from Razer6/api_labels_return_codeJacob Vosmaer2014-08-181-6/+5
|\ | | | | API: Fix labels return code
| * Fix labels return codeRobert Schilling2014-08-181-6/+5
| |
* | Merge pull request #7509 from cirosantilli/fix-md-style-apiJeroen van Baarsen2014-08-156-85/+68
|\ \ | | | | | | Fix Md style for API.
| * | Fix Md style for API.Ciro Santilli2014-08-156-85/+68
| | |
* | | Merge pull request #7508 from cirosantilli/md-style-projectsJeroen van Baarsen2014-08-151-89/+70
|\ \ \ | | | | | | | | Fix Md style for projects API doc.
| * | | Fix Md style for projects API doc.Ciro Santilli2014-08-151-89/+70
| | |/ | |/|
* | | Consistency, spelling and grammarJames Brooks2014-08-156-13/+13
|/ /
* | Merge pull request #7479 from Razer6/feature/labels_apiDmitriy Zaporozhets2014-08-153-26/+86
|\ \ | | | | | | Implement complete labels API (create/delete/update)
| * | Update labels via APIRobert Schilling2014-08-131-1/+23
| | |
| * | Add, delete labels via APIRobert Schilling2014-08-133-26/+64
| | |
* | | Merge pull request #7465 from Razer6/better_label_color_validationDmitriy Zaporozhets2014-08-152-2/+14
|\ \ \ | |_|/ |/| | Better label color validation, fixes #7454
| * | Do label validation for issues/merge requests APIRobert Schilling2014-08-142-2/+14
| |/
* | Merge pull request #6788 from CingleVue/masterDmitriy Zaporozhets2014-08-131-3/+6
|\ \ | |/ |/| Patched `MergeRequest` to return more data.
| * # This is a combination of 2 commits.mabdullah-cinglevue2014-08-011-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # The first commit's message is: Patched `MergeRequest` to return more data. Patched `MergeRequest` to return the `description` & `milestone` Conflicts: lib/api/entities.rb # This is the 2nd commit message: Update merge_requests.md Update documentation for merge request endpoint adding support for description.
* | Merge branch 'add_complete_commit_message_to_api' of ↵Dmitriy Zaporozhets2014-08-111-2/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/christian.taedcke/gitlab-ce into christian.taedcke/gitlab-ce-add_complete_commit_message_to_api Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
| * | Add full commit message to commit api as field message.Christian Taedcke2014-07-251-2/+5
| | |