summaryrefslogtreecommitdiff
path: root/lib/api/issues.rb
Commit message (Expand)AuthorAgeFilesLines
* Expose merge requests count based on user accessAlexandru Croitor2019-06-181-3/+3
* Set correct timestamps when creating past issues58361-issue-create-system-note-timestampHeinrich Lee Yu2019-04-161-0/+1
* Fix `updated_at` doesn't apply to `state_event` updates of issues via APISean McGivern2019-04-081-3/+7
* Remove duplicates from issue related merge requestsduplicate-related-mrsAlexandru Croitor2019-04-051-1/+1
* Expose head pipeline in the related merge requestsAlexandru Croitor2019-04-041-1/+1
* Backport API::Issues parameters from EEYorick Peterse2019-03-261-13/+14
* Merge branch 'sh-optimize-todos-api' into 'master'Sean McGivern2019-03-071-1/+1
|\
| * Significantly reduce N+1 queries in /api/v4/todos endpointStan Hu2019-03-061-1/+1
* | Add array support for labelsAlexandru Croitor2019-03-061-2/+2
|/
* Merge branch 'filter-confidential-issues' into 'master'Kamil Trzciński2019-02-261-0/+1
* Revert "Merge branch 'filter-confidential-issues' into 'master'"Michael Kozono2019-02-251-1/+0
* Only use boolean parameters internallyRobert Schilling2019-02-221-9/+0
* Add API support for filtering confidential issuesRobert Schilling2019-02-211-0/+10
* Merge branch '55376-related_merge_requests-api-call-returns-merge-requests-th...Sean McGivern2019-02-191-10/+5
|\
| * Directly use MRs given by ReferencedMergeRequestsServiceRobert Schilling2019-02-141-10/+5
| * API: Reference MRs cross-project wiseRobert Schilling2019-02-131-1/+1
* | Added: Include order by ID desc for tie breakers in paginationNermin Vehabovic2019-02-161-2/+1
|/
* Merge branch 'search-title' into 'master'Sean McGivern2019-02-051-1/+2
|\
| * Fix grammar and spellingHiroyuki Sato2019-02-051-2/+2
| * Add 'in' filter that modifies scope of 'search' filter to issues and merge re...Hiroyuki Sato2019-01-141-1/+2
* | Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-3/+3
|/
* Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routingImre Farkas2018-11-281-2/+2
* Expose {closed,merged}_{at,by} in merge requests API indexDouwe Maan2018-11-051-1/+1
* add related merge request endpointHelmut Januschka2018-11-011-0/+24
* Extract EE params in issues API to separate moduleHeinrich Lee Yu2018-10-301-4/+13
* Refactor api validator to separate classHeinrich Lee Yu2018-10-261-4/+1
* Apply similar change to MRs APIHeinrich Lee Yu2018-10-261-1/+1
* Issues API: Add None/Any option to assignee_idHeinrich Lee Yu2018-10-261-1/+5
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+10
* Use policies to determine if attributes can be set in the APISean McGivern2018-08-221-5/+2
* Allow date parameters on Issues and Notes API for group ownersFlorent Dubois2018-08-221-3/+3
* Resolve "Allow issue's Internal ID (`iid`) to be set when creating via the API"Jamie Schembri2018-08-011-1/+5
* Remove N+1 query for author in issues APIsh-add-uncached-query-limiterStan Hu2018-06-041-1/+1
* Eliminate cached N+1 queries for projects in Issue APIStan Hu2018-05-311-1/+1
* Merge branch '44799-api-naming-issue-scope' into 'master'Rémy Coutable2018-05-211-4/+5
|\
| * Add created_by_me and assigned_to_me scopes44799-api-naming-issue-scopeMark Chao2018-05-211-4/+5
* | Remove authentication for readonly endpoints in issues APIhaseeb2018-05-151-1/+2
|/
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-1/+1
* Include subgroup issues when searching for group issues using the APIissue_42443Felipe Artur2018-04-051-1/+1
* Adds updated_at filter to issues and merge_requests APIJacopo2018-03-051-0/+2
* Track and act upon the number of executed queriesquery-countsYorick Peterse2018-02-011-0/+6
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* API: get participants from merge_requests & issuesBrent Greeff2018-01-051-0/+13
* Employ declared_params in finder methods for MR and Issue API listsMark Fletcher2017-12-201-1/+1
* Merge branch 'issue_30663' into 'security-10-2'Sean McGivern2017-12-081-0/+2
* Create issue and merge request destroy servicesGeorge Andrinopoulos2017-11-251-1/+3
* Fail when issuable_meta_data is called on an unlimited collectionfix-issues-api-list-performanceSean McGivern2017-11-071-6/+6
* Create system notes for MR too, improve doc + clean up codeJarka Kadlecova2017-09-141-1/+1
* Support discussion lock in the APIJarka Kadlecova2017-09-141-1/+2