summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | |
* | | Merge branch 'master' into 'master'Dmitriy Zaporozhets2014-08-111-2/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let users limit by archived/not archived projects in GitLab API GET /projects Adds a boolean parameter, archived, to the /projects endpoint. See merge request !158
| * | | Add an option to GET /projects in the GitLab API to exclude archived projectsSasha Joseph2014-07-281-2/+6
| |/ /
* | | Merge branch 'master' of github.com:gitlabhq/gitlabhqJacob Vosmaer2014-08-073-12/+12
|\ \ \
| * | | Fix spelling errors in doc, closes #7437Robert Schilling2014-08-073-12/+12
| | |/ | |/| | | | | | | Further changes
* | | Add comments.Sytse Sijbrandij2014-08-061-0/+2
| | |
* | | List API file edit failure conditions in docsJacob Vosmaer2014-08-061-0/+7
|/ /
* | Text changes to projects API documentationRob Taylor2014-07-311-16/+16
|/ | | Fixes some grammar / punctuation errors and inconsistencies.
* Merge pull request #7089 from NARKOZ/api-patchDmitriy Zaporozhets2014-07-231-0/+1
|\ | | | | API patch
| * update API docsNihad Abbasov2014-06-061-0/+1
| |
* | Change deafult admin email to example.comDmitriy Zaporozhets2014-07-191-13/+13
| |
* | Merge pull request #7196 from cirosantilli/patch-2Dmitriy Zaporozhets2014-07-141-31/+37
|\ \ | | | | | | Enforce md style.
| * | Enforce md style.Ciro Santilli2014-06-251-31/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - multiple blank lines before header - skip header level - colon at end of header - break very long lines - align definition like lists at marker - case typos - informal contractions
* | | Add contributors API docsDmitriy Zaporozhets2014-07-021-0/+29
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Typo.Ciro Santilli2014-06-251-1/+1
|/ /
* | Fix gravatar size and update docs for new users APIDmitriy Zaporozhets2014-06-131-0/+53
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Wipe wall notes featureDmitriy Zaporozhets2014-06-132-67/+1
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>