summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/issues_test.rb
Commit message (Expand)AuthorAgeFilesLines
* total_spent_hours not returned in 3.2 (#25526).Jean-Philippe Lang2017-04-061-1/+0
* Merged r16492 (#25526).Jean-Philippe Lang2017-04-051-0/+9
* Backported r16293 (#24875).Jean-Philippe Lang2017-01-301-0/+31
* Merged r15238.Jean-Philippe Lang2016-03-131-1/+1
* Fixed that Issues API may disclose changesets that are not visible (#21136).Jean-Philippe Lang2015-11-041-0/+14
* New custom fields of existing issues are not initialized with their default v...Jean-Philippe Lang2015-10-311-2/+2
* Adds tests for default custom field value (#21074).Jean-Philippe Lang2015-10-301-0/+78
* API: creating an issue with an invalid project_id should return 422 instead o...Jean-Philippe Lang2015-03-201-0/+5
* Fixed assertion (#19368).Jean-Philippe Lang2015-03-141-1/+1
* Fixed that creating an issue without tracker_id attribute ignores custom fiel...Jean-Philippe Lang2015-03-141-0/+29
* Adds a test for #19270.Jean-Philippe Lang2015-03-071-0/+11
* Fixed that timestamps may not be formatted as expected in XML responses (#190...Jean-Philippe Lang2015-02-161-0/+9
* Fixed attachment fixture (should be attached to issue 3 because one of its jo...Jean-Philippe Lang2015-01-241-4/+4
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-7/+7
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Use upload helper method.Jean-Philippe Lang2014-12-221-20/+5
* Use raw request content in tests to make sure that XML/JSON payload is proper...Jean-Philippe Lang2014-12-221-7/+25
* Adds tests for creating an issue with multiple uploads.Jean-Philippe Lang2014-12-221-0/+57
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-5/+5
* Pull up #setup and #teardown in API tests.Jean-Philippe Lang2014-11-301-4/+0
* Test API authentification once.Jean-Philippe Lang2014-11-301-38/+0
* Removed some test contexts.Jean-Philippe Lang2014-11-231-489/+322
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-141/+61
* Issue API: include is_private attribute in xml/json output (#10914).Jean-Philippe Lang2014-09-131-0/+10
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#first with finder options at ApiTest::Iss...Toshi MARUYAMA2014-01-101-5/+5
* Allow filtering with timestamp (#8842).Jean-Philippe Lang2014-01-031-0/+23
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-7/+7
* Add/remove issue watchers via the REST API (#6727).Jean-Philippe Lang2013-01-301-0/+51
* Adds a subclass of ActionDispatch::IntegrationTest for API tests.Jean-Philippe Lang2013-01-221-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* code layout cleanup test/integration/api_test/issues_test.rbToshi MARUYAMA2012-10-091-27/+57
* add missing fixture to test/integration/api_test/issues_test.rbToshi MARUYAMA2012-10-091-0/+1
* Adds assertions on response status and body.Jean-Philippe Lang2012-07-141-36/+21
* Fixed that 200 API responses have a body containing one space (#11388).Jean-Philippe Lang2012-07-141-0/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Adds a template for API error messages so that it does not depend on AR::Erro...Jean-Philippe Lang2012-03-041-2/+2
* Removed some generate! calls.Jean-Philippe Lang2012-03-041-3/+3
* Rails 3.1 compatibility.Jean-Philippe Lang2012-02-251-2/+2
* Adds support for adding attachments to issues through the REST API (#8171).Jean-Philippe Lang2012-02-231-0/+68
* Fixes assertion.Jean-Philippe Lang2012-02-041-1/+1
* Adds support for multiselect custom fields (#1189).Jean-Philippe Lang2012-01-291-0/+120
* Allows project to be changed from the regular issue update action (#4769, #98...Jean-Philippe Lang2012-01-071-0/+16
* Test cleanup.Jean-Philippe Lang2012-01-021-26/+21
* Test cleanup.Jean-Philippe Lang2012-01-021-4/+0
* Added 2 tests about passing custom field filter to /issues.xmlEtienne Massip2011-10-051-3/+34
* remove trailing white-spaces from test/integration/api_test/issues_test.rb.Toshi MARUYAMA2011-09-011-48/+48
* Ability to load relations on /issues API (#7366).Jean-Philippe Lang2011-07-241-1/+20
* Respond with errors and appropriate content type on /issues API calls with in...Jean-Philippe Lang2011-07-231-0/+10
* Removed a few assertions.Jean-Philippe Lang2011-07-181-24/+0