Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only people who can manage issue can assign labels to itpermission-improvements | Dmitriy Zaporozhets | 2015-06-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Query issues, merge requests and milestones with their IID through API | jubianchi | 2015-05-02 | 1 | -0/+3 |
| | |||||
* | Refactor and improve sorting objects in API for projects, issues and merge ↵ | Dmitriy Zaporozhets | 2015-02-05 | 1 | -2/+8 |
| | | | | requests | ||||
* | Explicitly define ordering in models using default_scope | Dmitriy Zaporozhets | 2015-02-05 | 1 | -2/+0 |
| | |||||
* | Filters issues by milestone via API | jubianchi | 2014-09-26 | 1 | -3/+12 |
| | |||||
* | Improve error reporting on users API | jubianchi | 2014-09-16 | 1 | -2/+2 |
| | | | | | | | | * 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 | ||||
* | Explicit issues order in API. Fixes tests for mysql. Again :) | Dmitriy Zaporozhets | 2014-09-04 | 1 | -1/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Filters issues by labels via API | jubianchi | 2014-09-04 | 1 | -3/+24 |
| | |||||
* | Explicit order of issues in API. Fixes specs for mysql db | Dmitriy Zaporozhets | 2014-09-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Refactor finders. Prevent circular dependency error | Dmitriy Zaporozhets | 2014-09-02 | 1 | -3/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Filters issues by state via API | jubianchi | 2014-09-01 | 1 | -4/+23 |
| | |||||
* | Improve labels validation and expose error messages | jubianchi | 2014-08-20 | 1 | -5/+6 |
| | |||||
* | Do label validation for issues/merge requests API | Robert Schilling | 2014-08-14 | 1 | -4/+17 |
| | |||||
* | Fix old api compatibility and tests | Dmitriy Zaporozhets | 2014-07-30 | 1 | -3/+11 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Move update issue code to separate service | Dmitriy Zaporozhets | 2014-04-02 | 1 | -10/+10 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Move code for issue creation to service. | Dmitriy Zaporozhets | 2014-04-02 | 1 | -11/+9 |
| | | | | | | | | | The goal of suych refactoring is to get rid of observers. Its much easier to test and code when object creation and all other related actions done in one class instead of splited across observers, callbacks etc. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fixing unsafe use of Thread.current variable :current_user | Angus MacArthur | 2013-10-16 | 1 | -18/+21 |
| | |||||
* | cattr_accessor is not threadsafe! | Dmitriy Zaporozhets | 2013-06-11 | 1 | -1/+2 |
| | |||||
* | Fix wrong documentation for issue close api. Fixes #3548 | 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 | -1/+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: issues documentation and API functions updated | Sebastian Ziebell | 2013-02-27 | 1 | -0/+1 |
| | | | | | The issues documentation is updated with infos to status codes and the deprecated `DELETE` function and how to close an issue. A few more tests added to check status codes of API functions. | ||||
* | Issue uses StateMachine now | Andrew8xx8 | 2013-02-18 | 1 | -2/+2 |
| | |||||
* | Fixed missing current user for issue observer | Dmitriy Zaporozhets | 2013-01-02 | 1 | -0/+1 |
| | |||||
* | Remove all references tp the project code parameter from the API | Riyad Preukschas | 2012-12-21 | 1 | -5/+5 |
| | |||||
* | Method name changed | Alex Denisov | 2012-09-16 | 1 | -2/+2 |
| | |||||
* | API attributes refactored | Alex Denisov | 2012-09-16 | 1 | -18/+6 |
| | |||||
* | Error throwing moved to api_helper | Alex Denisov | 2012-09-10 | 1 | -3/+3 |
| | |||||
* | Auth for API | randx | 2012-09-10 | 1 | -0/+2 |
| | |||||
* | add pagination to API | Nihad Abbasov | 2012-09-03 | 1 | -2/+2 |
| | |||||
* | Deprecate the DELETE method for Issues API | Robert Speicher | 2012-08-22 | 1 | -3/+2 |
| | | | | | | | Now returns HTTP Status 405 - http://httpstatus.es/405 Closes #1245 Closes #1264 | ||||
* | Fully embrace Ruby 1.9 hash syntax | Robert Speicher | 2012-08-10 | 1 | -16/+16 |
| | | | | Didn't bother with files in db/, config/, or features/ | ||||
* | API: update docs | Nihad Abbasov | 2012-07-25 | 1 | -5/+5 |
| | |||||
* | add issues API | Nihad Abbasov | 2012-07-24 | 1 | -0/+111 |