Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | | | ||||||
* | | | Merge branch 'master' into 'master' | Dmitriy Zaporozhets | 2014-08-11 | 1 | -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 projects | Sasha Joseph | 2014-07-28 | 1 | -2/+6 | |
| |/ / | ||||||
* | | | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Jacob Vosmaer | 2014-08-07 | 3 | -12/+12 | |
|\ \ \ | ||||||
| * | | | Fix spelling errors in doc, closes #7437 | Robert Schilling | 2014-08-07 | 3 | -12/+12 | |
| | |/ | |/| | | | | | | | Further changes | |||||
* | | | Add comments. | Sytse Sijbrandij | 2014-08-06 | 1 | -0/+2 | |
| | | | ||||||
* | | | List API file edit failure conditions in docs | Jacob Vosmaer | 2014-08-06 | 1 | -0/+7 | |
|/ / | ||||||
* | | Text changes to projects API documentation | Rob Taylor | 2014-07-31 | 1 | -16/+16 | |
|/ | | | Fixes some grammar / punctuation errors and inconsistencies. | |||||
* | Merge pull request #7089 from NARKOZ/api-patch | Dmitriy Zaporozhets | 2014-07-23 | 1 | -0/+1 | |
|\ | | | | | API patch | |||||
| * | update API docs | Nihad Abbasov | 2014-06-06 | 1 | -0/+1 | |
| | | ||||||
* | | Change deafult admin email to example.com | Dmitriy Zaporozhets | 2014-07-19 | 1 | -13/+13 | |
| | | ||||||
* | | Merge pull request #7196 from cirosantilli/patch-2 | Dmitriy Zaporozhets | 2014-07-14 | 1 | -31/+37 | |
|\ \ | | | | | | | Enforce md style. | |||||
| * | | Enforce md style. | Ciro Santilli | 2014-06-25 | 1 | -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 docs | Dmitriy Zaporozhets | 2014-07-02 | 1 | -0/+29 | |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | | Typo. | Ciro Santilli | 2014-06-25 | 1 | -1/+1 | |
|/ / | ||||||
* | | Fix gravatar size and update docs for new users API | Dmitriy Zaporozhets | 2014-06-13 | 1 | -0/+53 | |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | Wipe wall notes feature | Dmitriy Zaporozhets | 2014-06-13 | 2 | -67/+1 | |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Update docs to markdown style guide. | Ciro Santilli | 2014-06-03 | 11 | -289/+230 | |
| | ||||||
* | Merge pull request #7014 from asedge/api_create_tag | Dmitriy Zaporozhets | 2014-05-29 | 1 | -0/+34 | |
|\ | | | | | Add CreateTagService. Use new service to allow tag creation through API. | |||||
| * | More fixup for HoundCI. Fix up some small issues in docs. | Sean Edge | 2014-05-27 | 1 | -2/+2 | |
| | |