summaryrefslogtreecommitdiffstats
path: root/test/integration
Commit message (Expand)AuthorAgeFilesLines
* Removed some test contexts.Jean-Philippe Lang2014-11-233-515/+328
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-2220-458/+168
* Quote values in DOM selectors for Nokogiri compatibility.Jean-Philippe Lang2014-11-202-3/+3
* Removed deep nested time entries routes.Jean-Philippe Lang2014-11-161-10/+0
* Use should_route in routing tests.Jean-Philippe Lang2014-11-1646-1808/+539
* 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-1619-436/+168
* Adds tests for new routes.Jean-Philippe Lang2014-11-162-0/+14
* Moved new group user to its own action GroupsController#new_users.Jean-Philippe Lang2014-11-161-0/+4
* Adds a single controller for users and groups memberships and support for add...Jean-Philippe Lang2014-10-233-23/+56
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-2261-90/+83
* Ability to render multiple partials with view hook (#17763).Jean-Philippe Lang2014-10-181-0/+15
* Adds a test for adding a group membership with the REST API (#17904).Jean-Philippe Lang2014-10-041-0/+10
* Removes routes for time entries nested under project/issues.Jean-Philippe Lang2014-10-041-51/+0
* Adds buit-in groups to give specific permissions to anonymous and non members...Jean-Philippe Lang2014-09-282-2/+53
* rename jQuery Datepicker i18n file nameToshi MARUYAMA2014-09-271-7/+7
* Issue API: include is_private attribute in xml/json output (#10914).Jean-Philippe Lang2014-09-131-0/+10
* Adds a test for default context of controller hooks (#16930).Jean-Philippe Lang2014-09-131-0/+19
* Makes sys#fetch_changesets accept POST requests (#17077).Jean-Philippe Lang2014-09-131-0/+4
* 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
* remove garbage comment from test/integration/account_test.rbToshi MARUYAMA2014-03-151-1/+0
* 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-2984-84/+84
* REST API: Integer custom field validation fails when using non-string values ...Jean-Philippe Lang2014-01-251-0/+46
* Adds favicon to ATOM feeds (#14309).Jean-Philippe Lang2014-01-121-0/+31
* 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
* Adds rel=stylesheet condition for stylesheets assertions.Jean-Philippe Lang2014-01-111-2/+2
* Use #assert_select instead of #assert_tag.Jean-Philippe Lang2014-01-111-11/+5
* Make favicon themeable (#15689).Jean-Philippe Lang2014-01-111-1/+32
* 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 integration ...Toshi MARUYAMA2014-01-101-1/+1
* 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
* Code cleanup: unverified request no longer raises a InvalidAuthenticityToken ...Jean-Philippe Lang2013-11-111-0/+9