Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Dmitriy Zaporozhets | 2015-01-18 | 1 | -0/+3 | |
| |\ | ||||||
| | * | Add description to merge request | Loic Dachary | 2015-01-18 | 1 | -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 API | Daniel Serodio | 2015-01-16 | 1 | -1/+3 | |
| |/ | ||||||
| * | OAuth API documentation update | Valery Sizov | 2015-01-12 | 2 | -0/+117 | |
| | | ||||||
| * | Add search filter option on project api for authorized projects. | Marin Jankovski | 2015-01-12 | 1 | -0/+1 | |
| | | ||||||
| * | Add group filtering by name for API | Dmitriy Zaporozhets | 2014-12-30 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | Merge pull request #7675 from yglukhov/patch_notes_api | Dmitriy Zaporozhets | 2014-12-29 | 1 | -1/+46 | |
| |\ | | | | | | | Implemented notes (body) patching in API. | |||||
| | * | Implemented notes (body) patching in API. | uran | 2014-12-25 | 1 | -1/+46 | |
| | | | ||||||
| * | | Updated projects api to allow ordering | Stephan van Leeuwen | 2014-12-29 | 1 | -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 doc | Daniel Serodio | 2014-11-18 | 1 | -3/+6 | |
| | | | | | | | | The keys resource includes a create_at attribute | |||||
| * | Merge branch 'commit-comments' of https://gitlab.com/jeroenj/gitlab-ce into ↵ | Dmitriy Zaporozhets | 2014-11-12 | 1 | -0/+63 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | jeroenj/gitlab-ce-commit-comments Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG | |||||
| | * | Adds comments to commits in the API | Jeroen Jacobs | 2014-09-26 | 1 | -0/+63 | |
| | | | ||||||
| * | | Merge pull request #8224 from liammonahan/master | Valeriy Sizov | 2014-11-04 | 1 | -3/+6 | |
| |\ \ | | | | | | | | | Expose projects_limit through users API if UserFull. | |||||
| | * | | Expose projects_limit through users API if UserFull. | Liam Monahan | 2014-11-02 | 1 | -3/+6 | |
| | | | | ||||||
* | | | | Add 'confirm' option to users api | Matthew Monaco | 2014-11-03 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | Expose author username in project events API | Dmitriy Zaporozhets | 2014-10-31 | 1 | -0/+3 | |
|/ / | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | Merge branch 'api-delete-branch-json' into 'master' | Dmitriy Zaporozhets | 2014-10-31 | 1 | -0/+8 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Api delete branch json Fixes gitlab/gitlabhq#1478 See merge request !1233 | |||||
| * | | Delete branch via API: doc updated | Dmitriy Zaporozhets | 2014-10-30 | 1 | -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 Edge | 2014-10-30 | 1 | -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 website | Job van der Voort | 2014-10-23 | 1 | -9/+3 | |
| | | ||||||
* | | Add Hipchat services API | Kevin Houdebert | 2014-10-14 | 1 | -0/+46 | |
| | | ||||||
* | | Add tag_push_events to project hook api | Kirill Zaitsev | 2014-10-03 | 1 | -0/+2 | |
| | | ||||||
* | | API: Initial support for forking a project via the API | Bernhard Kaindl | 2014-10-01 | 1 | -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 API | jubianchi | 2014-09-26 | 1 | -0/+3 | |
|/ | ||||||
* | Merge branch 'api/improve-error-reporting' of ↵ | Dmitriy Zaporozhets | 2014-09-23 | 1 | -0/+50 | |
|\ | | | | | | | https://github.com/jubianchi/gitlabhq into jubianchi-api/improve-error-reporting | |||||
| * | Improve error reporting on users API | jubianchi | 2014-09-16 | 1 | -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 Jankovski | 2014-09-15 | 1 | -0/+2 | |
|/ | ||||||
* | Update project api docs | Dmitriy Zaporozhets | 2014-09-09 | 1 | -0/+1 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Added annotated tags. Updated tag haml file and call to gitlab-shell. ↵ | Sean Edge | 2014-09-04 | 1 | -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-ce | Dmitriy Zaporozhets | 2014-09-04 | 1 | -0/+8 | |
|\ | ||||||
| * | Filters issues by labels via API | jubianchi | 2014-09-04 | 1 | -0/+8 | |
| | | ||||||
* | | Validate tag-names and references in WebUI, API | Robert Schilling | 2014-09-03 | 1 | -0/+3 | |
| | | ||||||
* | | Validate branch-names and references in WebUI, API | Robert Schilling | 2014-09-03 | 1 | -1/+4 | |
|/ | | | | Add specs for GitRefValidator | |||||
* | Filters issues by state via API | jubianchi | 2014-09-01 | 1 | -0/+9 | |
| | ||||||
* | Merge pull request #7527 from Razer6/api_labels_return_code | Jacob Vosmaer | 2014-08-18 | 1 | -6/+5 | |
|\ | | | | | API: Fix labels return code | |||||
| * | Fix labels return code | Robert Schilling | 2014-08-18 | 1 | -6/+5 | |
| | | ||||||
* | | Merge pull request #7509 from cirosantilli/fix-md-style-api | Jeroen van Baarsen | 2014-08-15 | 6 | -85/+68 | |
|\ \ | | | | | | | Fix Md style for API. | |||||
| * | | Fix Md style for API. | Ciro Santilli | 2014-08-15 | 6 | -85/+68 | |
| | | | ||||||
* | | | Merge pull request #7508 from cirosantilli/md-style-projects | Jeroen van Baarsen | 2014-08-15 | 1 | -89/+70 | |
|\ \ \ | | | | | | | | | Fix Md style for projects API doc. | |||||
| * | | | Fix Md style for projects API doc. | Ciro Santilli | 2014-08-15 | 1 | -89/+70 | |
| | |/ | |/| | ||||||
* | | | Consistency, spelling and grammar | James Brooks | 2014-08-15 | 6 | -13/+13 | |
|/ / | ||||||
* | | Merge pull request #7479 from Razer6/feature/labels_api | Dmitriy Zaporozhets | 2014-08-15 | 3 | -26/+86 | |
|\ \ | | | | | | | Implement complete labels API (create/delete/update) | |||||
| * | | Update labels via API | Robert Schilling | 2014-08-13 | 1 | -1/+23 | |
| | | | ||||||
| * | | Add, delete labels via API | Robert Schilling | 2014-08-13 | 3 | -26/+64 | |
| | | | ||||||
* | | | Merge pull request #7465 from Razer6/better_label_color_validation | Dmitriy Zaporozhets | 2014-08-15 | 2 | -2/+14 | |
|\ \ \ | |_|/ |/| | | Better label color validation, fixes #7454 | |||||
| * | | Do label validation for issues/merge requests API | Robert Schilling | 2014-08-14 | 2 | -2/+14 | |
| |/ | ||||||
* | | Merge pull request #6788 from CingleVue/master | Dmitriy Zaporozhets | 2014-08-13 | 1 | -3/+6 | |
|\ \ | |/ |/| | Patched `MergeRequest` to return more data. | |||||
| * | # This is a combination of 2 commits. | mabdullah-cinglevue | 2014-08-01 | 1 | -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 Zaporozhets | 2014-08-11 | 1 | -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 Taedcke | 2014-07-25 | 1 | -2/+5 | |
| | | |