summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test
Commit message (Expand)AuthorAgeFilesLines
* Send a better content type than application/octet-stream (#19131).Jean-Philippe Lang2015-02-191-1/+1
* 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
* add missing fixture to test/integration/api_test/groups_test.rbToshi MARUYAMA2015-01-191-1/+1
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-1710-26/+26
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-1/+1
* Copyright update.Jean-Philippe Lang2015-01-1124-24/+24
* Allow attachment thumbnails from REST API (#18707).Jean-Philippe Lang2014-12-261-0/+15
* 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
* Error when adding user to group where he is already assigned (#18665).Jean-Philippe Lang2014-12-211-0/+13
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-218-19/+19
* Adds a test for invalid enumeration class parameter.Jean-Philippe Lang2014-12-051-0/+6
* Adds a few tests.Jean-Philippe Lang2014-12-031-0/+20
* Pull up #setup and #teardown in API tests.Jean-Philippe Lang2014-11-3021-82/+3
* Test API authentification once.Jean-Philippe Lang2014-11-308-223/+73
* Removed some test contexts.Jean-Philippe Lang2014-11-233-515/+328
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-2214-386/+135
* Renamed #test_watchers to #test_issue_watchers.Jean-Philippe Lang2014-11-161-5/+5
* Adds API routing tests for time entries.Jean-Philippe Lang2014-11-161-0/+9
* Removed API tests for routes that are not implemented.Jean-Philippe Lang2014-11-161-13/+0
* Isolates all API routing tests to a specific test case.Jean-Philippe Lang2014-11-161-0/+162
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-223-12/+9
* Adds a test for adding a group membership with the REST API (#17904).Jean-Philippe Lang2014-10-041-0/+10
* Adds buit-in groups to give specific permissions to anonymous and non members...Jean-Philippe Lang2014-09-281-2/+32
* Issue API: include is_private attribute in xml/json output (#10914).Jean-Philippe Lang2014-09-131-0/+10
* Include enabled modules in projects API (#17602).Jean-Baptiste Barth2014-09-061-0/+62
* Add project is_public to GET /projects/:id and /projects API response (#17628).Jean-Baptiste Barth2014-08-151-0/+2
* Missing type=array attributes in custom fields API (#16739).Jean-Philippe Lang2014-04-261-0/+2
* explicitly set encoding UTF-8 (#16107)Toshi MARUYAMA2014-02-221-1/+6
* add "assert_response 401" to tests (#16107)Toshi MARUYAMA2014-02-221-0/+2
* Strip invalid UTF-8 bytes in User#find_by_login (#16107).Jean-Philippe Lang2014-02-221-1/+7
* Trigger basic HTTP authentication only when Basic authorization header is pre...Jean-Philippe Lang2014-02-221-0/+10
* update copyright year (#15977)Toshi MARUYAMA2014-01-2926-26/+26
* REST API: Integer custom field validation fails when using non-string values ...Jean-Philippe Lang2014-01-251-0/+46
* Fixed: cannot retrieve members for closed projects through the REST API (#158...Jean-Philippe Lang2014-01-111-0/+8
* Adds project status to GET /projects/:id and GET /projects API response (#158...Jean-Philippe Lang2014-01-111-6/+5
* Rails4: replace deprecated Relation#first with finder options at ApiTest::Ver...Toshi MARUYAMA2014-01-101-1/+1
* Rails4: replace deprecated Relation#first with finder options at ApiTest::Ver...Toshi MARUYAMA2014-01-101-2/+2
* Rails4: replace deprecated Relation#first with finder options at ApiTest::Use...Toshi MARUYAMA2014-01-101-2/+2
* Rails4: replace deprecated Relation#first with finder options at ApiTest::Tim...Toshi MARUYAMA2014-01-101-3/+3
* Rails4: replace deprecated Relation#first with finder options at ApiTest::Pro...Toshi MARUYAMA2014-01-101-3/+3
* Rails4: replace deprecated Relation#first with finder options at ApiTest::Iss...Toshi MARUYAMA2014-01-101-5/+5
* Rails4: replace deprecated Relation#first with finder options at ApiTest::Iss...Toshi MARUYAMA2014-01-101-1/+1
* Rails4: replace deprecated Relation#first with finder options at ApiTest::Iss...Toshi MARUYAMA2014-01-101-1/+1
* Rails4: replace deprecated Relation#first with finder options at ApiTest::Att...Toshi MARUYAMA2014-01-101-2/+2
* Allow filtering with timestamp (#8842).Jean-Philippe Lang2014-01-031-0/+23
* Fixed that non-GET API requests respond with 422 (#15427).Jean-Philippe Lang2013-11-221-0/+41
* Wiki Pages REST API with version returns wrong comments (#15235).Jean-Philippe Lang2013-11-091-0/+1