summaryrefslogtreecommitdiffstats
path: root/test/integration
Commit message (Collapse)AuthorAgeFilesLines
...
* Spanish Panama translation added by Leonel Iturralde (#19489)Toshi MARUYAMA2015-04-241-0/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14193 e93f8b46-1217-0410-a6f0-8f06a7374b81
* API: creating an issue with an invalid project_id should return 422 instead ↵Jean-Philippe Lang2015-03-201-0/+5
| | | | | | of 403 (#19276). git-svn-id: http://svn.redmine.org/redmine/trunk@14141 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't include milliseconds in JSON API responses (#19354).Jean-Philippe Lang2015-03-151-1/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14101 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed assertion (#19368).Jean-Philippe Lang2015-03-141-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14087 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed assertion (#19368).Jean-Philippe Lang2015-03-141-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14086 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a test for setting multivalued custom fields with JSON (#19368).Jean-Philippe Lang2015-03-141-0/+21
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14084 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that creating an issue without tracker_id attribute ignores custom ↵Jean-Philippe Lang2015-03-141-0/+29
| | | | | | field values (#19368). git-svn-id: http://svn.redmine.org/redmine/trunk@14083 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that #require_login should respond for other request types (#19325).Jean-Philippe Lang2015-03-101-0/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14069 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a test for #19270.Jean-Philippe Lang2015-03-071-0/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14046 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Send a better content type than application/octet-stream (#19131).Jean-Philippe Lang2015-02-191-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14034 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that timestamps may not be formatted as expected in XML responses ↵Jean-Philippe Lang2015-02-161-0/+9
| | | | | | (#19065). git-svn-id: http://svn.redmine.org/redmine/trunk@14015 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Implements /issues/new form for creating issues outside a project (#1003).Jean-Philippe Lang2015-02-141-0/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13999 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed IssuesController#update_form action, use #new and #edit instead.Jean-Philippe Lang2015-02-131-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13997 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed attachment fixture (should be attached to issue 3 because one of its ↵Jean-Philippe Lang2015-01-241-4/+4
| | | | | | journals references it), r13937. git-svn-id: http://svn.redmine.org/redmine/trunk@13942 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add missing fixture to test/integration/api_test/groups_test.rbToshi MARUYAMA2015-01-191-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13917 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-1713-39/+40
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13892 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-174-4/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13886 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Copyright update.Jean-Philippe Lang2015-01-1183-83/+83
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13872 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow attachment thumbnails from REST API (#18707).Jean-Philippe Lang2014-12-261-0/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13806 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use upload helper method.Jean-Philippe Lang2014-12-221-20/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13793 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use raw request content in tests to make sure that XML/JSON payload is ↵Jean-Philippe Lang2014-12-221-7/+25
| | | | | | properly parsed. git-svn-id: http://svn.redmine.org/redmine/trunk@13792 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds tests for creating an issue with multiple uploads.Jean-Philippe Lang2014-12-221-0/+57
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13791 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Send the content type as parameter when uploading a file.Jean-Philippe Lang2014-12-211-0/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13788 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Attachment content type not set when uploading attachment (#18667).Jean-Philippe Lang2014-12-211-0/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13787 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Error when adding user to group where he is already assigned (#18665).Jean-Philippe Lang2014-12-211-0/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13785 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Leading slash required with Rails 4.2.Jean-Philippe Lang2014-12-216-33/+33
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13783 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-218-19/+19
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13781 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a test for invalid enumeration class parameter.Jean-Philippe Lang2014-12-051-0/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13708 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a few tests.Jean-Philippe Lang2014-12-031-0/+20
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13695 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moved helpers for integration tests in a specific class.Jean-Philippe Lang2014-11-3013-13/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13680 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Pull up #setup and #teardown in API tests.Jean-Philippe Lang2014-11-3021-82/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13679 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test cleanup.Jean-Philippe Lang2014-11-301-3/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13678 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Test API authentification once.Jean-Philippe Lang2014-11-308-223/+73
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13675 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Localisation not set correctly on authenticity token errors (#18499).Jean-Philippe Lang2014-11-291-0/+11
| | | | | | Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@13670 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Edit attachments after upload (#1326).Jean-Philippe Lang2014-11-291-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13665 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use English at integration IssuesTest#test_issue_with_user_custom_fieldToshi MARUYAMA2014-11-251-12/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13653 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed some test contexts.Jean-Philippe Lang2014-11-233-515/+328
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13646 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-2220-458/+168
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13624 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Quote values in DOM selectors for Nokogiri compatibility.Jean-Philippe Lang2014-11-202-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13619 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed deep nested time entries routes.Jean-Philippe Lang2014-11-161-10/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13609 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use should_route in routing tests.Jean-Philippe Lang2014-11-1646-1808/+539
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13608 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Renamed #test_watchers to #test_issue_watchers.Jean-Philippe Lang2014-11-161-5/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13607 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds API routing tests for time entries.Jean-Philippe Lang2014-11-161-0/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13606 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed API tests for routes that are not implemented.Jean-Philippe Lang2014-11-161-13/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13605 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Isolates all API routing tests to a specific test case.Jean-Philippe Lang2014-11-1619-436/+168
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13604 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds tests for new routes.Jean-Philippe Lang2014-11-162-0/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13603 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moved new group user to its own action GroupsController#new_users.Jean-Philippe Lang2014-11-161-0/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13602 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a single controller for users and groups memberships and support for ↵Jean-Philippe Lang2014-10-233-23/+56
| | | | | | adding multiple projects at once (#11702). git-svn-id: http://svn.redmine.org/redmine/trunk@13498 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-2261-90/+83
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13482 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ability to render multiple partials with view hook (#17763).Jean-Philippe Lang2014-10-181-0/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13449 e93f8b46-1217-0410-a6f0-8f06a7374b81