summaryrefslogtreecommitdiff
path: root/spec/requests/api/issues_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-52/+52
* Submit all issues on public projects to Akismet if enabled.Patricio Cano2016-07-261-4/+2
* API: Expose due_date for issuesapi-isssues-due-dateRobert Schilling2016-07-121-0/+25
* Allow '?', or '&' for label titlesDouglas Barbosa Alexandre2016-07-051-17/+23
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-84/+84
* gitlab-org/gitlab-ce#17818 - add api call for issues by groupMarc Siegfriedt2016-06-231-0/+142
* Project members with guest role can't access confidential issuesDouglas Barbosa Alexandre2016-06-131-1/+24
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into awardablesFatih Acet2016-05-181-0/+12
|\
| * Add API endpoints for un/subscribing from/to a labelAhmad Sherif2016-05-121-0/+12
* | Incorporate feedbackZeger-Jan van de Weg2016-05-111-1/+0
|/
* Expose MergeRequest#user_notes_count in the API and use the method in issues ...Rémy Coutable2016-05-091-14/+20
* API: Expose Issue#user_notes_countcnam-dep2016-05-091-0/+15
* Allow back dating issues on updateMichael Greene2016-04-131-4/+16
* Ensure that issues and merge requests are foundRobert Schilling2016-04-131-3/+3
* Make subscription API more RESTfulRobert Schilling2016-04-131-7/+19
* API: Ability to subscribe and unsubscribe from an issueRobert Schilling2016-04-131-0/+31
* Update tests for moving issues via APIRobert Schilling2016-04-131-20/+37
* API: Ability to move an issueRobert Schilling2016-04-131-1/+52
* Back dating of issues when creating throught the APIZeger-Jan van de Weg2016-03-281-0/+11