summaryrefslogtreecommitdiff
path: root/lib/api/issues.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes-issues-api-reopen' into 'master' Rémy Coutable2016-12-231-2/+1
* Grapify the issues APIgrapify-issues-apiRobert Schilling2016-12-071-151/+112
* A simpler implementation of finding a merge requestBob Van Landuyt2016-12-061-9/+6
* Feature: delegate all open discussions to IssueBob Van Landuyt2016-12-051-10/+22
* Merge branch 'jej-use-issuable-finder-instead-of-access-check' into 'security' Douwe Maan2016-11-281-1/+1
* Merge branch 'zj-fix-label-creation-non-members' into 'security'Douwe Maan2016-11-281-37/+37
* API: Introduce `#find_group!` which also check access permission22373-reduce-queries-in-api-helpers-find_projectRémy Coutable2016-11-241-1/+1
* Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre2016-11-171-5/+5
* Fix API issues sortingfix-api-sortingSean McGivern2016-09-091-3/+9
* API: Expose issue#confidentialapi-confidential-issuesRobert Schilling2016-08-311-2/+12
* if issue is not valid we revert back to the old labels when updatingtiagonbotelho2016-08-301-9/+2
* refactors update issue api request and some minor commentstiagonbotelho2016-08-301-16/+10
* adds test to check whether or not an email is sent to label subscribers after...tiagonbotelho2016-08-301-19/+6
* user is now notified when creating an issue through the apitiagonbotelho2016-08-301-2/+16
* Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano2016-08-151-2/+0
* Refactored spam related code even furtherPatricio Cano2016-08-151-1/+1
* Complete refactor of the `Spammable` concern and tests:Patricio Cano2016-08-151-1/+1
* Refactor spam validation to a concern that can be easily reused and improve l...akismet-ui-checkPatricio Cano2016-07-261-7/+5
* Refactor `SpamCheckService` to make it cleaner and clearer.Patricio Cano2016-07-261-4/+6
* Submit all issues on public projects to Akismet if enabled.Patricio Cano2016-07-261-5/+3
* Submit new issues created via the WebUI by non project members to Akismet for...Patricio Cano2016-07-261-12/+1
* API: Expose due_date for issuesapi-isssues-due-dateRobert Schilling2016-07-121-4/+6
* gitlab-org/gitlab-ce#17818 - add api call for issues by groupMarc Siegfriedt2016-06-231-0/+35
* Fix pseudo n+1 queries with Note and Note Authors in issuables APIsAlejandro Rodríguez2016-06-081-2/+2
* Add API endpoints for un/subscribing from/to a labelAhmad Sherif2016-05-121-38/+1
* Use ActionDispatch Remote IP for Akismet checkingStan Hu2016-04-271-2/+2
* Allow back dating issues on updateMichael Greene2016-04-131-2/+5
* Ensure that issues and merge requests are foundRobert Schilling2016-04-131-4/+4
* Make subscription API more RESTfulRobert Schilling2016-04-131-23/+6
* API: Ability to subscribe and unsubscribe from a merge requestRobert Schilling2016-04-131-2/+2
* API: Ability to subscribe and unsubscribe from an issueRobert Schilling2016-04-131-0/+53
* Update tests for moving issues via APIRobert Schilling2016-04-131-7/+7
* API: Ability to move an issueRobert Schilling2016-04-131-0/+23
* API: Expose subscribed? on issuesRobert Schilling2016-04-081-5/+5
* Back dating of issues when creating throught the APIZeger-Jan van de Weg2016-03-281-6/+10
* Minor improvements on IssuableActionsZeger-Jan van de Weg2016-03-211-6/+2
* minor improvements and fixed specsZeger-Jan van de Weg2016-03-191-1/+2
* Dry destroy action on issuablesZeger-Jan van de Weg2016-03-191-2/+3
* Soft delete issuablesZeger-Jan van de Weg2016-03-191-2/+7
* Restrict access to confidential issues through APIDouglas Barbosa Alexandre2016-03-171-1/+2
* Refactor spam filtering on issues APIDouglas Barbosa Alexandre2016-02-021-7/+8
* Support Akismet spam checking for creation of issues via APIStan Hu2016-02-021-1/+21
* Merge branch 'rename-abilities' into 'master'Dmitriy Zaporozhets2015-06-261-1/+1
|\
| * Rename abilities to correspond contoller/model action namesrename-abilitiesDmitriy Zaporozhets2015-06-261-1/+1
* | Only people who can manage issue can assign labels to itpermission-improvementsDmitriy Zaporozhets2015-06-261-1/+1
|/
* Query issues, merge requests and milestones with their IID through APIjubianchi2015-05-021-0/+3
* Refactor and improve sorting objects in API for projects, issues and merge re...Dmitriy Zaporozhets2015-02-051-2/+8
* Explicitly define ordering in models using default_scopeDmitriy Zaporozhets2015-02-051-2/+0
* Filters issues by milestone via APIjubianchi2014-09-261-3/+12
* Improve error reporting on users APIjubianchi2014-09-161-2/+2