選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Go MAEDA b81818100c Fix RuboCop offense Rails/RedundantActiveRecordAllMethod (#37248). 8ヶ月前
..
account_controller_test.rb Remove "Unknown user" notification on password request with non-existent email address (#6254). 1年前
activities_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
admin_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
application_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
attachments_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
attachments_visibility_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
auth_sources_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
auto_completes_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
boards_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
calendars_controller_test.rb Display calendar in vertical list layout on mobile screens (#33682). 9ヶ月前
comments_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
context_menus_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
custom_field_enumerations_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
custom_fields_controller_test.rb Fix RuboCop offense Rails/RedundantActiveRecordAllMethod (#37248). 8ヶ月前
documents_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
email_addresses_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
enumerations_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
files_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
gantts_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
groups_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
imports_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
issue_categories_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
issue_relations_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
issue_statuses_controller_test.rb Add description for issue statuses and display them in issue new/edit form (#2568). 9ヶ月前
issues_controller_test.rb Fix RuboCop offense Style/RedundantFilterChain (#36919). 8ヶ月前
issues_controller_transaction_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
issues_custom_fields_visibility_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
journals_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
mail_handler_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
members_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
messages_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
my_controller_test.rb Display calendar in vertical list layout on mobile screens (#33682). 9ヶ月前
news_controller_test.rb Fix RuboCop offense Performance/MapMethodChain (#37247). 10ヶ月前
previews_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
principal_memberships_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
project_enumerations_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
projects_controller_test.rb Introduce permission to set a project public (#38048). 1年前
queries_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
reports_controller_test.rb Fix a failing test due to r22142 (#38360). 1年前
repositories_bazaar_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
repositories_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
repositories_cvs_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
repositories_filesystem_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
repositories_git_controller_test.rb Add "View annotation prior to this change" button in the annotate view of Git (#35432). 1年前
repositories_mercurial_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
repositories_subversion_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
roles_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
search_controller_test.rb Add a button to apply issues filter to search results (#38481). 1年前
search_custom_fields_visibility_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
sessions_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
settings_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
sys_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
timelog_controller_test.rb Fix RuboCop offense Performance/MapMethodChain (#37247). 10ヶ月前
timelog_custom_fields_visibility_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
timelog_report_test.rb Fix incorrect argument format for assert_select that causes ArgumentError with rails-dom-testing >= 2.1.0 (#38797). 11ヶ月前
trackers_controller_test.rb Fix RuboCop offense Rails/RedundantActiveRecordAllMethod (#37248). 8ヶ月前
users_controller_test.rb Exporting UserQuery does not use the query name as file name (#37674, #38182). 1年前
versions_controller_test.rb Export a version as changelog text (#36679). 1年前
versions_custom_fields_visibility_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
watchers_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
welcome_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
wiki_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
wikis_controller_test.rb Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1年前
workflows_controller_test.rb Fix RuboCop offense Performance/MapMethodChain (#37247). 10ヶ月前