Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add group milestones API endpointissue_34622 | Felipe Artur | 2017-07-21 | 1 | -154/+0 |
| | |||||
* | Order issues by priority | Felipe Artur | 2017-06-16 | 1 | -2/+2 |
| | |||||
* | Remove Drag and drop and sorting from milestone view | Felipe Artur | 2017-06-16 | 1 | -2/+2 |
| | |||||
* | Fixes milestone/merge_request API endpoint to really scope the results | Joren De Groof | 2017-04-03 | 1 | -1/+1 |
| | | | | | The MergeRequestsFinder uses the milestone_title instead of the milestone_id | ||||
* | Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ↵ | Rémy Coutable | 2017-03-16 | 1 | -1/+1 |
| | | | | | | API routes Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Order milestone issues by position ascending in api | George Andrinopoulos | 2017-03-09 | 1 | -2/+4 |
| | |||||
* | Remove "subscribed" field from API responses returning list of issues or ↵api-drop-subscribed | Adam Niedzielski | 2017-03-06 | 1 | -4/+7 |
| | | | | merge requests | ||||
* | Use iids as filter parameter | Jarka Kadlecova | 2017-03-02 | 1 | -2/+2 |
| | |||||
* | Enable filtering milestones by search criteria in the API | Mark Fletcher | 2017-03-02 | 1 | -0/+2 |
| | | | | - Also remove a redundant test | ||||
* | Add API endpoint to get all milestone merge requests | Joren De Groof | 2017-02-17 | 1 | -0/+22 |
| | |||||
* | Use the pagination helper in the APIuse-pagination-helper | Robert Schilling | 2016-12-04 | 1 | -1/+4 |
| | |||||
* | Add a starting date to milestonesmilestone_start_date | Valery Sizov | 2016-11-23 | 1 | -1/+2 |
| | |||||
* | Fix IID filter for merge requests and milestones | Robert Schilling | 2016-11-22 | 1 | -1/+1 |
| | |||||
* | Remove default value for `project` argument on subscribable concern | Douglas Barbosa Alexandre | 2016-11-17 | 1 | -1/+1 |
| | |||||
* | Use #to_h to convert params to a hashgrapify-to-h | Robert Schilling | 2016-11-14 | 1 | -4/+3 |
| | |||||
* | Grapify milestones APIgrapify-milestone-api | Robert Schilling | 2016-11-10 | 1 | -54/+57 |
| | |||||
* | Small improvements thanks to Robert's feedback | Rémy Coutable | 2016-09-30 | 1 | -2/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-lines | Grzegorz Bizon | 2016-07-01 | 1 | -1/+0 |
| | |||||
* | Filter confidential issues from milestones API if user does not have access | Stan Hu | 2016-04-25 | 1 | -1/+9 |
| | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15579 | ||||
* | API: Add iid filter to milestones | Robert Schilling | 2016-04-12 | 1 | -0/+2 |
| | |||||
* | API: Expose subscribed? on issues | Robert Schilling | 2016-04-08 | 1 | -1/+1 |
| | |||||
* | Improve coding and doc style | Robert Schilling | 2016-04-06 | 1 | -1/+1 |
| | |||||
* | API: Ability to filter milestones by state | Robert Schilling | 2016-04-06 | 1 | -2/+18 |
| | |||||
* | Fix the test and add documentation for the "per-milestone issues API call" | Hannes Rosenögger | 2015-01-22 | 1 | -1/+1 |
| | |||||
* | Add per-milestone issues API call | Justin Whear | 2015-01-22 | 1 | -0/+15 |
| | |||||
* | Add a message when unable to save an object through api. | Marin Jankovski | 2015-01-07 | 1 | -2/+2 |
| | |||||
* | Forward the messages in api response. | Marin Jankovski | 2014-12-30 | 1 | -2/+2 |
| | |||||
* | Replace milestone observer with services | Dmitriy Zaporozhets | 2014-06-10 | 1 | -19/+16 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fixing unsafe use of Thread.current variable :current_user | Angus MacArthur | 2013-10-16 | 1 | -15/+19 |
| | |||||
* | Fix milestone api docs: invalid param for close | Dmitriy Zaporozhets | 2013-06-06 | 1 | -1/+1 |
| | |||||
* | Refactor API classes. So api classes like Gitlab::Issues become API::Issues | Dmitriy Zaporozhets | 2013-05-14 | 1 | -1/+1 |
| | |||||
* | API: extracted helper method to validate required parameters, code clean up | Sebastian Ziebell | 2013-02-27 | 1 | -2/+1 |
| | | | | | | Added a helper method to check if required parameters are given in an API call. Can be used to return a `400 Bad Request` return code if a required attribute is missing. Code clean up and fixed tests. | ||||
* | API documentation update for milestones | Sebastian Ziebell | 2013-02-20 | 1 | -16/+2 |
| | | | | Updated the milestones API documentation and added return codes descriptions. | ||||
* | Merge branch 'master' into fixes/api | Sebastian Ziebell | 2013-02-20 | 1 | -2/+2 |
|\ | | | | | | | | | Conflicts: spec/requests/api/projects_spec.rb | ||||
| * | Milestone uses StateMachine now | Andrew8xx8 | 2013-02-18 | 1 | -2/+2 |
| | | |||||
* | | API: extracted helper method to provide 400 bad request error with description | Sebastian Ziebell | 2013-02-13 | 1 | -1/+1 |
| | | | | | | | | | | | | Extracted a method for 400 error (Bad request) and adjusted code accordingly. The name of the missing attribute is used to show which one was missing from the request. It is used to give an appropriate message in the json response. | ||||
* | | Status code 400 returned if title not given in a milestone (via API) | Sebastian Ziebell | 2013-02-06 | 1 | -0/+16 |
|/ | | | | | | If a milestone is created via API but no title given then status code 400 (Bad request) is returned instead of 404. A small helper method handles the errors collection of a milestone. | ||||
* | Remove all references tp the project code parameter from the API | Riyad Preukschas | 2012-12-21 | 1 | -4/+4 |
| | |||||
* | APi for commits. Better api docs | Dmitriy Zaporozhets | 2012-09-21 | 1 | -0/+6 |
| | |||||
* | Method name changed | Alex Denisov | 2012-09-16 | 1 | -2/+2 |
| | |||||
* | API attributes refactored | Alex Denisov | 2012-09-16 | 1 | -14/+4 |
| | |||||
* | Error throwing moved to api_helper | Alex Denisov | 2012-09-10 | 1 | -2/+2 |
| | |||||
* | Auth for API | randx | 2012-09-10 | 1 | -0/+2 |
| | |||||
* | add pagination to API | Nihad Abbasov | 2012-09-03 | 1 | -1/+1 |
| | |||||
* | Add milestone API docs to doc/README and views/help/api | Robert Speicher | 2012-08-29 | 1 | -3/+2 |
| | | | | Also removes `closed` attribute option from create action. | ||||
* | Remove DELETE API for Milestones | Robert Speicher | 2012-08-22 | 1 | -12/+0 |
| | |||||
* | Add API for Milestones | Robert Speicher | 2012-08-16 | 1 | -0/+93 |