You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go MAEDA b61ee85e4d Principal.not_member_of scope does not accept ActiveRecord::Relation (#28243). 4 months ago
..
initializers Use ApplicationRecord instead of ActiveRecord::Base (#38975). 4 months ago
jobs Replace request_store with ActiveSupport::CurrentAttributes (#39110). 6 months ago
lib Remove trailing whitespaces from test/unit/lib/redmine/unified_diff_test.rb (#31507). 4 months ago
activity_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
attachment_test.rb Support for WebP images (#38168). 1 year ago
attachment_transaction_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
auth_source_ldap_test.rb Fix RuboCop offense Performance/StringIdentifierArgument (#39888). 5 months ago
board_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
changeset_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
comment_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
custom_field_test.rb Fix RuboCop offense Style/InverseMethods: Use `invalid?` instead of inverting `valid?` (#37248). 1 year ago
custom_field_user_format_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
custom_field_version_format_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
custom_value_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
default_data_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
document_category_test.rb Fix RuboCop offense Performance/AncestorsInclude (#38146). 1 year ago
document_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
email_address_test.rb Add support for IDN (internationalized domain name) email addresses in user accounts (#29208). 4 months ago
enabled_module_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
enumeration_test.rb Fix RuboCop offense Performance/MapMethodChain (#37247). 9 months ago
group_test.rb Cannot add a user to a group if the group is a member without roles in a certain project (#38443). 1 year ago
issue_category_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
issue_custom_field_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
issue_import_test.rb Auto-detection of field wrapper type when importing CSV file (#39511). 6 months ago
issue_nested_set_concurrency_test.rb Use tx_isolation for MySQL lower than 8. (#39437). 6 months ago
issue_nested_set_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
issue_priority_test.rb Fix RuboCop offense Performance/AncestorsInclude (#38146). 1 year ago
issue_relation_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
issue_scopes_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
issue_status_test.rb Add description for issue statuses and display them in issue new/edit form (#2568). 9 months ago
issue_subtasking_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
issue_test.rb Change the default notification option from `only_my_events` to `only_assigned` (#39500). 6 months ago
issue_transaction_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
journal_observer_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
journal_test.rb Fix an intermittent test failure in JournalTest (#39180). 8 months ago
mail_handler_test.rb Receive e-mail replies to news and news comments (#38274). 1 year ago
mailer_localisation_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
mailer_test.rb Fix exception raised during thumbnail macro to image tag conversion in emails (#38697). 9 months ago
member_test.rb Roles of a project member should not be made empty (#37166). 1 year ago
message_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
news_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
principal_test.rb Principal.not_member_of scope does not accept ActiveRecord::Relation (#28243). 4 months ago
project_copy_test.rb Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting `blank?` (#37248). 1 year ago
project_members_inheritance_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
project_nested_set_concurrency_test.rb Fixes random failing test by using @async_count@ in order to avoid query caching (#36320). 6 months ago
project_nested_set_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
project_query_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
project_test.rb Reverts r22438 (#35189). 4 months ago
query_test.rb Fix "any" operator for text filters to exclude empty text values (#39991). 5 months ago
repository_bazaar_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
repository_cvs_test.rb Fix RuboCop offense Style/InverseMethods: Use `invalid?` instead of inverting `valid?` (#37248). 1 year ago
repository_filesystem_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
repository_git_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
repository_mercurial_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
repository_subversion_test.rb Updates number of subversion filechanges in @test_fetch_changesets_from_scratch@ (#39747, #36320). 5 months ago
repository_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
role_test.rb Ensure that the base permission is set for Role#permissions_tracker? and related (#38070). 1 year ago
search_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
setting_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
time_entry_activity_test.rb Fix RuboCop offense Performance/AncestorsInclude (#38146). 1 year ago
time_entry_custom_field_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
time_entry_import_test.rb Time Entry Import fails to import custom fields with "User" format (#38254). 1 year ago
time_entry_query_test.rb Fix RuboCop offense Performance/MapMethodChain (#37247). 9 months ago
time_entry_test.rb Fix RuboCop offense Rails/RedundantActiveRecordAllMethod (#37248). 8 months ago
token_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
tracker_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
user_import_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
user_preference_test.rb Auto watch issues on issue creation (#38238). 1 year ago
user_query_test.rb Updates Rails to 7.1.2 (#36320). 6 months ago
user_test.rb Reverts r22438 (#35189). 4 months ago
version_test.rb Fix RuboCop offense Style/InverseMethods: Use `invalid?` instead of inverting `valid?` (#37248). 1 year ago
watcher_test.rb Revert r22342 as it became unnecessary after the addition of the :user_preferences fixture to WatcherTest in r22350 (#38238). 7 months ago
wiki_content_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
wiki_content_version_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
wiki_page_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
wiki_redirect_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
wiki_test.rb Reinitialize an empty Wiki page after after project wiki is deleted (#34634). 7 months ago
workflow_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
workflow_transition_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago