summaryrefslogtreecommitdiff
path: root/spec/requests/api/issues_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussionLuke "Jared" Bennett2017-04-061-241/+135
|\
| * Add "search" optional param and docs for V430195-document-search-param-on-apiOswaldo Ferreira2017-04-051-241/+135
* | Fix some specsDouwe Maan2017-04-051-1/+1
|/
* Don't use FFaker in factories, use sequences insteadRémy Coutable2017-04-031-3/+3
* Fix API group/issues default state filterAlexander Randa2017-03-281-6/+14
* Return 404 in project issues API endpoint when project cannot be foundAdam Niedzielski2017-03-201-0/+6
* Put the use of "No Label" in the descriptiontc-clean-up-no-label-docToon Claes2017-03-161-0/+10
* Rename variableBob Van Landuyt2017-03-131-2/+2
* Always require MR-iid for resolving discussionsBob Van Landuyt2017-03-131-0/+1
* Delegate a single discussion to a new issueBob Van Landuyt2017-03-131-13/+17
* Implement review comments from @dbalexandre28251-mr-and-issue-iids-for-api-v4Timothy Andrew2017-03-071-0/+6
* API routes referencing a specific issue should use the issue `iid`Timothy Andrew2017-03-071-55/+95
* Remove "subscribed" field from API responses returning list of issues or merg...api-drop-subscribedAdam Niedzielski2017-03-061-0/+7
* Merge branch '28257-issues-iids' into 'master' Sean McGivern2017-03-021-0/+57
|\
| * API issues - support filtering by iidsJarka Kadlecova2017-03-011-0/+57
* | Return 204 for delete endpointsRobert Schilling2017-02-281-2/+2
|/
* Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
* Merge branch 'api-subscription-restful' into 'master' Sean McGivern2017-02-221-11/+11
|\
| * API: Make subscription API more RESTfuLRobert Schilling2017-02-211-11/+11
* | Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-211-0/+27
|/
* Unify issues search behavior by always filtering when ALL labels matches26315-unify-labels-filter-behaviorOswaldo Ferreira2017-02-201-6/+41
* Add a custom pagination matcherRobert Schilling2017-02-161-14/+88
* Merge branch 'traits-for-featurs' into 'master'Robert Speicher2017-02-061-1/+1
|\
| * Add traits for ProjectFeatures to Project factorySemyon Pupkov2017-02-051-1/+1
* | Remove deprecated MR and Issue endpoints and preserve V3 namespace9-0-api-changesOswaldo Ferreira2017-02-061-17/+0
|/
* Merge branch 'use-empty_project-factory-in-api-specs' into 'master' Robert Speicher2017-01-191-5/+5
|\
| * Replace many :project with :empty_projects in API specsuse-empty_project-factory-in-api-specsRémy Coutable2017-01-171-5/+5
* | Add some API endpoints for time tracking.Ruben Davila2017-01-181-0/+6
|/
* Only escape the 'No Milestone' paramfix-ruby21-milestone-api-specs-2Sean McGivern2017-01-131-3/+5
* API: Implement project issues iid param with IssuesFinder and add tests23194-fix-no-milestone-option-for-projects-endpointDavid Eisner2017-01-121-3/+77
* Fix state_event parameter to reopen an issuefixes-issues-api-reopenRobert Schilling2016-12-221-0/+7
* Grapify the issues APIgrapify-issues-apiRobert Schilling2016-12-071-12/+14
* Feature: delegate all open discussions to IssueBob Van Landuyt2016-12-051-0/+26
* Merge branch 'update-api-spec-files' into 'master' Rémy Coutable2016-12-021-1/+1
|\
| * Changed API spec files to describe the correct classLivier2016-11-281-1/+1
* | Only include EmailHelpers in mailer specs and specs using themrs-include-emailhelpersRobert Speicher2016-12-011-0/+1
* | Merge branch 'jej-use-issuable-finder-instead-of-access-check' into 'security' Douwe Maan2016-11-281-0/+18
* | Merge branch 'zj-fix-label-creation-non-members' into 'security'Douwe Maan2016-11-281-3/+11
|/
* Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre2016-11-171-2/+2
* Add a be_like_time matcher and use it in specsNick Thomas2016-10-171-2/+2
* Ensure specs on sorting of issues in API are deterministic on MySQL22057-fix-api-ossues-sorting-flaky-specsPaco Guzman2016-09-121-0/+3
* Fix API issues sortingfix-api-sortingSean McGivern2016-09-091-6/+120
* API: Expose issue#confidentialapi-confidential-issuesRobert Schilling2016-08-311-1/+64
* if issue is not valid we revert back to the old labels when updatingtiagonbotelho2016-08-301-1/+1
* refactors update issue api request and some minor commentstiagonbotelho2016-08-301-5/+17
* adds test to check whether or not an email is sent to label subscribers after...tiagonbotelho2016-08-301-0/+13
* api: expose web_url for project entitiesBen Boeckel2016-08-241-0/+1
* Further refactor and syntax fixes.Patricio Cano2016-08-151-1/+1
* Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano2016-08-151-1/+1
* Refactored spam related code even furtherPatricio Cano2016-08-151-2/+1