summaryrefslogtreecommitdiffstats
path: root/test/functional/issues_controller_transaction_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.0-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Change the default value for "Time span format" from "decimal" to "minutes" (...Go MAEDA2022-01-081-2/+2
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* fix source indent of IssuesControllerTransactionTestToshi MARUYAMA2020-10-261-22/+50
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Remove trailing whitespaces from test (#31506).Go MAEDA2019-06-061-26/+26
* 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
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-72/+129
* Test failure (#23996).Jean-Philippe Lang2016-11-181-1/+1
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-181-10/+10
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Private note flag disappears in issue update conflict (#21551).Jean-Philippe Lang2015-12-201-0/+21
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-13/+11
* Quote values in DOM selectors for Nokogiri compatibility.Jean-Philippe Lang2014-11-201-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#first with finder options at IssuesContro...Toshi MARUYAMA2014-01-111-3/+3
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Merged ajax_upload branch (#3957).Jean-Philippe Lang2012-12-101-1/+1
* Adds STI to Query model. Issue queries are now IssueQuery instances.Jean-Philippe Lang2012-12-091-1/+1
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-3/+1
* Test moved to tests with transactional fixtures disabled.Jean-Philippe Lang2012-10-131-0/+18
* Private issue notes (#1554).Jean-Philippe Lang2012-10-031-10/+21
* Fixed: escaped link in conflict resolution form (#11341).Jean-Philippe Lang2012-07-071-4/+8
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Better handling of attachments when issue validation fails (#10253).Jean-Philippe Lang2012-02-161-5/+30
* Better handling of issue update conflicts (#8691).Jean-Philippe Lang2012-02-041-4/+121
* Moves test to non-transactional fixtures tests (failure with postgresql).Jean-Philippe Lang2011-12-041-0/+10
* remove trailing white-spaces from test/functional/issues_controller_transacti...Toshi MARUYAMA2011-08-311-6/+6
* Fixes test failure when running all functional tests.Jean-Philippe Lang2011-07-031-3/+0
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Fixes some parameters in functional tests.Jean-Philippe Lang2010-04-301-1/+1
* Fixes a test failure with SQLite3 due to transaction fixtures (#5290).Jean-Philippe Lang2010-04-121-0/+83