summaryrefslogtreecommitdiffstats
path: root/test/unit/watcher_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set User.current to nil before unit tests.Jean-Philippe Lang2018-12-161-0/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-161-1/+1
* When creating issues by receiving an email, watchers created via CC in the ma...Jean-Philippe Lang2016-07-091-0/+9
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-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
* Adds a test for Watcher.prune with :project option.Jean-Philippe Lang2014-12-061-1/+11
* Rails4 compatibility of WatcherTest#test_watcher_usersToshi MARUYAMA2014-01-311-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#update_all at WatcherTestToshi MARUYAMA2014-01-091-1/+1
* Adds Watcher.any_watched? to check if at least one object of a collection is ...Jean-Philippe Lang2013-06-111-0/+17
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Fixed test/unit/watcher_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-011-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-1/+1
* Additional test for Watcher.prune.Jean-Philippe Lang2012-04-151-0/+8
* Override watcher_user_ids= to make ids uniq (#10538).Jean-Philippe Lang2012-03-251-0/+7
* add unit test to validate watcherToshi MARUYAMA2011-12-041-0/+7
* remove trailing white-spaces from test/unit/watcher_test.rb.Toshi MARUYAMA2011-08-301-24/+24
* Fixed: validation error on issue creation when trying to add an invalid user ...Jean-Philippe Lang2011-05-221-0/+21
* Do not propose users that can't view an issue as watchers (#7412).Jean-Philippe Lang2011-05-221-0/+11
* Fixed: Email notifications are sent to watchers even if 'No events' setting i...Jean-Philippe Lang2011-03-041-5/+5
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Fixed: watchers selection lost when issue creation fails (#5406). #watched_by...Jean-Philippe Lang2010-04-301-0/+6
* Makes user unwatch what he can no longer view after its permissions have chan...Jean-Philippe Lang2009-12-131-3/+39
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Added project module concept.Jean-Philippe Lang2007-09-141-1/+1
* Added "Watch" functionality on issues. It allows users to receive mail notifi...Jean-Philippe Lang2007-04-211-0/+69