| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix tests after #7526 | Robert Schilling | 2014-08-20 | 1 | -6/+7 |
| | | |||||
| * | Improve labels validation and expose error messages | jubianchi | 2014-08-20 | 2 | -6/+66 |
| | | |||||
| * | Fix labels return code | Robert Schilling | 2014-08-18 | 1 | -8/+8 |
| | | |||||
| * | Merge pull request #7479 from Razer6/feature/labels_api | Dmitriy Zaporozhets | 2014-08-15 | 1 | -0/+127 |
| |\ | | | | | Implement complete labels API (create/delete/update) | ||||
| | * | Update labels via API | Robert Schilling | 2014-08-13 | 1 | -4/+66 |
| | | | |||||
| | * | Add, delete labels via API | Robert Schilling | 2014-08-13 | 1 | -0/+65 |
| | | | |||||
| * | | Do label validation for issues/merge requests API | Robert Schilling | 2014-08-14 | 2 | -1/+46 |
| |/ | |||||
| * | Fix api files specs | Dmitriy Zaporozhets | 2014-08-06 | 1 | -8/+10 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fix API branch specs | Dmitriy Zaporozhets | 2014-08-01 | 1 | -23/+25 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fix API repository specs | Dmitriy Zaporozhets | 2014-08-01 | 1 | -9/+12 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fix tests | Dmitriy Zaporozhets | 2014-07-30 | 2 | -49/+24 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Move API contributors logic to repository model | Dmitriy Zaporozhets | 2014-07-02 | 1 | -1/+2 |
| | | |||||
| * | Collect contributors info via API | Dmitriy Zaporozhets | 2014-07-02 | 1 | -1/+14 |
| | | |||||
| * | Fix signup and project visibility | Dmitriy Zaporozhets | 2014-06-30 | 1 | -13/+0 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Remove rails observers from application | Dmitriy Zaporozhets | 2014-06-17 | 14 | -47/+0 |
| | | |||||
| * | Add /api/users test for admin role. Updated CHANGELOG | Dmitriy Zaporozhets | 2014-06-13 | 1 | -0/+11 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Fix api specs | Dmitriy Zaporozhets | 2014-06-13 | 3 | -11/+11 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Dont expose user email via API | Dmitriy Zaporozhets | 2014-06-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | To prevent leaking of users info we reduce amount of user information retrieved via API for normal users. What user can get via API: * if not admin: only id, state, name, username and avatar_url * if admin: all user information * about himself: all informaion Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Delete wall notes tests | Dmitriy Zaporozhets | 2014-06-13 | 2 | -52/+0 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Merge pull request #7014 from asedge/api_create_tag | Dmitriy Zaporozhets | 2014-05-29 | 1 | -0/+18 |
| |\ | | | | | Add CreateTagService. Use new service to allow tag creation through API. | ||||
| | * | Fix broken repositories_spec test for creating new tags. | Sean Edge | 2014-05-28 | 1 | -4/+2 |
| | | | |||||
| | * | More fixup for HoundCI. Fix up some small issues in docs. | Sean Edge | 2014-05-27 | 1 | -5/+6 |
| | | | |||||
| | * | Fixup for HoundCI. | Sean Edge | 2014-05-26 | 1 | -1/+1 |
| | | | |||||
| | * | Add tests for creating tag with API. | Sean Edge | 2014-05-26 | 1 | -0/+19 |
| | | | |||||
| * | | Modify specs for new project transfer code | Dmitriy Zaporozhets | 2014-05-28 | 1 | -2/+2 |
| | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | Better specs for Compare API | Dmitriy Zaporozhets | 2014-05-27 | 1 | -9/+25 |
| | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | Expose timeout and same_ref compare fields | Dmitriy Zaporozhets | 2014-05-27 | 1 | -0/+3 |
| | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | Add some tests to compare api | Dmitriy Zaporozhets | 2014-05-26 | 1 | -0/+20 |
| |/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Improve branch deletion via API | Dmitriy Zaporozhets | 2014-05-23 | 1 | -1/+22 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Make user access test pass for the right reason | Jacob Vosmaer | 2014-05-15 | 1 | -0/+1 |
| | | | | | | If we do not set a private token during the test, current_user will be nil because the user is not found, not due to the access check. | ||||
| * | Check user access status in API for current_user | Jacob Vosmaer | 2014-05-15 | 1 | -0/+5 |
| | | |||||
| * | Add test for current behavior of current_user | Jacob Vosmaer | 2014-05-15 | 1 | -0/+5 |
| | | |||||
| * | Merge pull request #6778 from dblessing/feature/mr_labels | Dmitriy Zaporozhets | 2014-05-13 | 1 | -8/+44 |
| |\ | | | | | Merge Request Labels | ||||
| | * | Implement Merge Request Labels | Drew Blessing | 2014-05-13 | 1 | -8/+44 |
| | | | |||||
| * | | More tests for merge api | Dmitriy Zaporozhets | 2014-05-13 | 1 | -0/+15 |
| | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | Add some tests for merge API | Dmitriy Zaporozhets | 2014-05-13 | 1 | -4/+11 |
| |/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Implement GET /users/:uid/keys for admin users | Timm Friebe | 2014-04-18 | 1 | -0/+61 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Complements POST operation added in gitlabhq/gitlabhq#3146 Implement DELETE /users/:uid/keys/:id for admin users Fix "Line is too long. [83/80]" Use single quotes as advised Use single quotes as advised Use single quotes as advised Fix missing space around { and } Fix typo in documentation Only catch ActiveRecord::RecordNotFound, let other exceptions propagate Raise a "404 Not found" if key to be deleted cannot be found As requested by @jvanbaarsen in https://github.com/gitlabhq/gitlabhq/pull/6781#discussion_r11735114 Remove tab Unconfigured vim on this box, grrrr./ | ||||
| * | Merge pull request #6699 from criteo/api_get_open_merge_requests | Dmitriy Zaporozhets | 2014-04-13 | 1 | -1/+33 |
| |\ | | | | | Add optional parameter to list merge requests | ||||
| | * | Add optional parameter to list merge requests | Stuart Pook | 2014-04-07 | 1 | -1/+33 |
| | | | | | | | | | | | | | | | Add an optional parameter to list merge requests to restrict the returned merge requests to those that are "opened", "merged" or "closed". By default all merge requests are returned. Note that "all" can be given to explicitly request all merge requests. | ||||
| * | | Added API testing group | Jeroen van Baarsen | 2014-04-11 | 19 | -20/+20 |
| |/ | |||||
| * | More test fixes | Dmitriy Zaporozhets | 2014-04-03 | 1 | -12/+8 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Create branch via API | Dmitriy Zaporozhets | 2014-04-01 | 1 | -0/+20 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Move branches api to separate class | Dmitriy Zaporozhets | 2014-03-31 | 2 | -80/+95 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Merge pull request #5469 from NARKOZ/api-pagination-headers | Dmitriy Zaporozhets | 2014-03-31 | 1 | -0/+6 |
| |\ | | | | | add 'Link' header for API response | ||||
| | * | add 'Link' header for API response | Nihad Abbasov | 2013-10-29 | 1 | -0/+6 |
| | | | |||||
| * | | Merge pull request #6569 from criteo/api_merge_request_comments | Dmitriy Zaporozhets | 2014-03-26 | 1 | -0/+17 |
| |\ \ | | | | | | | Add method to get the comments on a merge request | ||||
| | * | | Add method to get the comments on a merge request | Stuart Pook | 2014-03-19 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | Add method to get the comments for a merge request and document that you can change the status of a merge request. | ||||
| * | | | Merge branch 'event-create-service' into 'master' | Dmitriy Zaporozhets | 2014-03-26 | 1 | -12/+0 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | EventCreateService class The goal is to collect all event creation logic in one place called EventCreateService. Because now its placed in observers, controllers, services etc | ||||
| | * | | | Fix tests | Dmitriy Zaporozhets | 2014-03-25 | 1 | -12/+0 |
| | |/ / | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | | moving labels specs to projects_spec file | Ábner Silva de Oliveira | 2014-03-22 | 2 | -26/+13 |
| | | | | |||||
