summaryrefslogtreecommitdiffstats
path: root/test/unit/principal_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Fix RuboCop offense Performance/MapMethodChain (#37247).Go MAEDA2023-08-231-2/+2
* 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
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Use sanitize_sql_like in like scopes (#35073).Marius Balteanu2021-10-031-0/+16
* 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
* cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in test/unit/principal_te...Toshi MARUYAMA2019-11-261-4/+4
* 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
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-161-2/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Current user should be nil to prevent ActiveJob::DeserializationError errors ...Jean-Philippe Lang2018-12-021-0/+4
* Include locked members in filters (#15201).Go MAEDA2018-06-091-3/+3
* Support for lastnames with spaces in user autocompleters (#28154).Go MAEDA2018-04-071-0/+10
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Deprecates Project#member_principals.Jean-Philippe Lang2015-06-181-1/+1
* add missing fixturesToshi MARUYAMA2015-01-211-1/+2
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Adds a role setting for controlling visibility of users: all or members of vi...Jean-Philippe Lang2014-11-111-1/+22
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* Adds buit-in groups to give specific permissions to anonymous and non members...Jean-Philippe Lang2014-09-281-11/+5
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove unneeded Relation#all from PrincipalTestToshi MARUYAMA2014-01-271-1/+2
* fix find_all_by_id(n1, n2) parameter at test_member_of_scope_should_return_th...Toshi MARUYAMA2013-12-271-2/+4
* fix find_all_by_id(n1, n2) parameter at test_not_member_of_scope_should_retur...Toshi MARUYAMA2013-12-271-3/+6
* Removing shoulda context.Jean-Philippe Lang2013-02-031-47/+29
* Adds "sorted" scope to Principal and User and sort users/groups properly.Jean-Philippe Lang2013-01-231-0/+14
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Fixed that Principal#like scope does not work with cyrillic characters and Po...Jean-Philippe Lang2012-11-131-0/+9
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Use create!.Jean-Philippe Lang2012-04-221-9/+9
* Additional tests for Principal scopes.Jean-Philippe Lang2012-04-191-0/+8
* Fixed that the proposed users list may be empty when adding a project member ...Jean-Philippe Lang2012-03-061-0/+7
* Makes user autocompleters work with firstname and lastname.Jean-Philippe Lang2012-02-141-1/+16
* Adds members of subprojects in assignee and author filters (#10126).Jean-Philippe Lang2012-02-011-0/+5
* Simplifies Principal.active scope (status defaults to 1 for groups).Jean-Philippe Lang2012-02-011-0/+8
* remove trailing white-spaces from test/unit/principal_test.rb.Toshi MARUYAMA2011-08-301-6/+6
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Search mail addresses in Principal#likeEric Davis2009-12-121-0/+66