summaryrefslogtreecommitdiff
path: root/spec/requests/api/issues_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Changes to issues apiAlexandru Croitor2019-05-151-2265/+0
* Set correct timestamps when creating past issues58361-issue-create-system-note-timestampHeinrich Lee Yu2019-04-161-1/+9
* Remove duplicates from issue related merge requestsduplicate-related-mrsAlexandru Croitor2019-04-051-0/+12
* Add array support for labelsAlexandru Croitor2019-03-061-7/+211
* Merge branch 'security-2773-milestones-fix' into 'master'Yorick Peterse2019-03-041-1/+1
|\
| * Check issue milestone availabilityJarka Košanová2019-02-141-1/+1
* | Added: Documentation for the APINermin Vehabovic2019-02-261-5/+5
* | Merge branch 'filter-confidential-issues' into 'master'Kamil Trzciński2019-02-261-0/+36
* | Revert "Merge branch 'filter-confidential-issues' into 'master'"Michael Kozono2019-02-251-36/+0
* | Add API support for filtering confidential issuesRobert Schilling2019-02-211-0/+36
* | Merge branch '55376-related_merge_requests-api-call-returns-merge-requests-th...Sean McGivern2019-02-191-1/+19
|\ \
| * | Add changelog and updated specRobert Schilling2019-02-191-0/+9
| * | Directly use MRs given by ReferencedMergeRequestsServiceRobert Schilling2019-02-141-1/+1
| * | API: Reference MRs cross-project wiseRobert Schilling2019-02-131-1/+10
| |/
* | Add related merge request count to api responsePatrick Derichs2019-02-191-0/+18
* | Added: Specs to cover other endpoints for the same reasonNermin Vehabovic2019-02-161-6/+62
* | Added: Specs for issues indexNermin Vehabovic2019-02-161-3/+31
|/
* Merge branch 'search-title' into 'master'Sean McGivern2019-02-051-0/+12
|\
| * Add 'in' filter that modifies scope of 'search' filter to issues and merge re...Hiroyuki Sato2019-01-141-0/+12
* | Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
|/
* Refactor epics/issues API specsDouglas Barbosa Alexandre2019-01-101-207/+111
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-131/+138
* Filter by `None`/`Any` for labels in issues/mrs APIJacopo2018-11-231-35/+80
* add related merge request endpointHelmut Januschka2018-11-011-0/+68
* Merge branch 'engwan/gitlab-ce-44012-filter-reactions-none-any'Sean McGivern2018-11-011-5/+15
|\
| * Fix testsHeinrich Lee Yu2018-11-011-1/+1
| * Add testsHeinrich Lee Yu2018-11-011-4/+14
* | Update API to accept None and AnyHeinrich Lee Yu2018-11-011-2/+2
|/
* Apply similar change to MRs APIHeinrich Lee Yu2018-10-261-0/+3
* Issues API: Add None/Any option to assignee_idHeinrich Lee Yu2018-10-261-0/+15
* Allows to filter issues by `Any milestone` in the APIJacopo2018-10-031-0/+10
* Filter issues without an Assignee via the APIEva Kadlecová2018-10-011-0/+9
* Use policies to determine if attributes can be set in the APISean McGivern2018-08-221-7/+54
* Resolve "Allow issue's Internal ID (`iid`) to be set when creating via the API"Jamie Schembri2018-08-011-0/+32
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
* Correct "autorize" typosRobert Speicher2018-06-271-2/+2
* Remove N+1 query for author in issues APIsh-add-uncached-query-limiterStan Hu2018-06-041-3/+5
* Resolve "Update `updated_at` on an issue/mr on every issue/mr changes"🙈 jacopo beschi 🙉2018-06-011-4/+10
* Merge branch '44799-api-naming-issue-scope' into 'master'Rémy Coutable2018-05-211-0/+9
|\
| * Add created_by_me and assigned_to_me scopes44799-api-naming-issue-scopeMark Chao2018-05-211-0/+9
* | Remove authentication for readonly endpoints in issues APIhaseeb2018-05-151-118/+182
|/
* Include subgroup issues when searching for group issues using the APIissue_42443Felipe Artur2018-04-051-0/+24
* Adds updated_at filter to issues and merge_requests APIJacopo2018-03-051-0/+36
* Adjust the API issues move spec to use project ID 0Stan Hu2018-02-261-2/+2
* Remove extraneous tests from Issues API specrs-over-testingRobert Speicher2018-02-191-25/+1
* Fix order dependencies in some specsNick Thomas2018-02-161-1/+1
* Fix spec failures in issues_spec.rbAhmad Sherif2018-01-261-2/+2
* [API] Fix creating issue when assignee_id is empty42025-fix-issue-apiValery Sizov2018-01-151-0/+9
* API: get participants from merge_requests & issuesBrent Greeff2018-01-051-0/+12
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-4/+4