summaryrefslogtreecommitdiff
path: root/lib/api/issues.rb
Commit message (Expand)AuthorAgeFilesLines
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-2/+7
* Merge branch '26437-closed-by' into 'master' Rémy Coutable2017-04-261-0/+15
|\
| * Add issues/:iid/closed_by api endpointmhasbini2017-04-121-0/+15
* | Port 'Add user activities API' to CESean McGivern2017-04-141-1/+1
* | Separate CE params on Grape APIOswaldo Ferreira2017-04-101-1/+5
|/
* Add "search" optional param and docs for V430195-document-search-param-on-apiOswaldo Ferreira2017-04-051-0/+1
* Fix API group/issues default state filterAlexander Randa2017-03-281-2/+2
* Return 404 in project issues API endpoint when project cannot be foundAdam Niedzielski2017-03-201-1/+1
* Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable2017-03-161-2/+2
* Rename variableBob Van Landuyt2017-03-131-2/+2
* Always require MR-iid for resolving discussionsBob Van Landuyt2017-03-131-12/+1
* Delegate a single discussion to a new issueBob Van Landuyt2017-03-131-0/+7
* API routes referencing a specific issue should use the issue `iid`Timothy Andrew2017-03-071-12/+12
* Remove "subscribed" field from API responses returning list of issues or merg...api-drop-subscribedAdam Niedzielski2017-03-061-6/+6
* API issues - support filtering by iidsJarka Kadlecova2017-03-011-0/+1
* Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-211-1/+5
* Unify issues search behavior by always filtering when ALL labels matches26315-unify-labels-filter-behaviorOswaldo Ferreira2017-02-201-11/+3
* Remove deprecated MR and Issue endpoints and preserve V3 namespace9-0-api-changesOswaldo Ferreira2017-02-061-3/+0
* Add some API endpoints for time tracking.Ruben Davila2017-01-181-0/+2
* API: Implement project issues iid param with IssuesFinder and add tests23194-fix-no-milestone-option-for-projects-endpointDavid Eisner2017-01-121-21/+26
* Adding 'IssueFinder' for 'projects' API endpointPanagiotis Atmatzidis2017-01-121-6/+8
* Add missing milestone parameterRobert Schilling2017-01-041-0/+1
* Refactor issues filter in APIRobert Schilling2017-01-041-21/+7
* Fix state_event parameter to reopen an issuefixes-issues-api-reopenRobert Schilling2016-12-221-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