summaryrefslogtreecommitdiffstats
path: root/test/unit/watcher_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Revert r22342 as it became unnecessary after the addition of the :user_prefer...Go MAEDA2023-10-161-3/+1
* Add requirement for user_preferences for watcher_test (#39186).Go MAEDA2023-10-161-1/+1
* Fix watcher handling on unsaved objects (#39186).Go MAEDA2023-10-161-0/+37
* Fix a test failure due to the auto watch on issue creation (#38238).Go MAEDA2023-10-151-1/+3
* Fix RuboCop offense Style/InverseMethods: Use `invalid?` instead of inverting...Go MAEDA2023-03-251-1/+1
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Respect group memberships when checking if an object is watched (#37065).Marius Balteanu2022-06-201-1/+14
* 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
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Allow adding user groups as watchers for issues (#4511).Go MAEDA2020-02-061-2/+10
* cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in test/unit/watcher_test.rbToshi MARUYAMA2019-11-261-1/+1
* 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
* 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