summaryrefslogtreecommitdiffstats
path: root/test/integration/issues_test.rb
Commit message (Expand)AuthorAgeFilesLines
* cleanup: rubocop: fix Layout/IndentFirstHashElement in test/integration/issue...Toshi MARUYAMA2019-11-241-12/+29
* cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/integratio...Toshi MARUYAMA2019-11-231-5/+6
* code clean up test/integration/issues_test.rbToshi MARUYAMA2019-10-071-4/+4
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/integration/iss...Toshi MARUYAMA2019-10-071-1/+1
* Remove trailing whitespaces from test (#31506).Go MAEDA2019-06-061-3/+3
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for integration tests.Jean-Philippe Lang2017-06-011-30/+51
* Adds a link back to the issue list that we are coming from.Jean-Philippe Lang2017-04-041-0/+1
* Test failures.Jean-Philippe Lang2016-10-011-1/+1
* Error with MS SQL when displaying an issue from a list grouped and sorted by ...Jean-Philippe Lang2016-10-011-0/+12
* Previous/Next navigation on a issue is not displayed on r15639 and later (#23...Jean-Philippe Lang2016-10-011-0/+29
* Removes calls to #assert_template and #assigns in integration tests.Jean-Philippe Lang2016-07-211-2/+0
* Use .distinct instead of .uniq.Jean-Philippe Lang2016-07-141-1/+1
* Don't generate urls with params.Jean-Philippe Lang2016-07-101-1/+1
* Don't generate sort links with params.Jean-Philippe Lang2016-07-101-0/+26
* Don't generate pagination links with params.Jean-Philippe Lang2016-07-101-4/+4
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Render issue attributes using divs instead of a table for responsiveness (#19...Jean-Philippe Lang2015-11-081-1/+4
* Moved tracker_id param.Jean-Philippe Lang2015-10-301-3/+5
* Code cleanup.Jean-Philippe Lang2015-10-301-19/+15
* Missing fixtures.Jean-Philippe Lang2015-10-301-1/+2
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-1/+1
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Leading slash required with Rails 4.2.Jean-Philippe Lang2014-12-211-5/+5
* Moved helpers for integration tests in a specific class.Jean-Philippe Lang2014-11-301-1/+1
* use English at integration IssuesTest#test_issue_with_user_custom_fieldToshi MARUYAMA2014-11-251-12/+13
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-40/+14
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-14/+14
* Adds buit-in groups to give specific permissions to anonymous and non members...Jean-Philippe Lang2014-09-281-0/+21
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#first with finder options at integration ...Toshi MARUYAMA2014-01-101-1/+1
* Fixed that updating the issue form was broken by r4011 when user is not allow...Jean-Philippe Lang2013-02-161-9/+0
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Fixed some more test/integration/*_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-011-0/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-2/+2
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-031-0/+19
* Fixed broken issue form update when changing tracker.Jean-Philippe Lang2011-12-121-0/+9
* Removed obsolete routes.Jean-Philippe Lang2011-12-011-6/+6
* remove trailing white-spaces from test/integration/issues_test.rb.Toshi MARUYAMA2011-08-271-29/+29
* Fix typo "attachements" in test/integration/issues_test.rb.Toshi MARUYAMA2011-04-021-1/+1
* Adds User and Version custom field format that can be used to reference a pro...Jean-Philippe Lang2011-04-011-2/+73
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Adds leading slash to all assert_redirected_to arguments (#6887).Jean-Philippe Lang2010-11-141-1/+1
* Refactor: convert many of the custom Issue routes to REST resources.Eric Davis2010-08-261-1/+1
* Refactor: Move the updating of an Issue to the #update method.Eric Davis2010-02-251-1/+1