discourse/config/initializers
Jarek Radosz 694b5f108b
DEV: Fix various rubocop lints (#24749)
These (21 + 3 from previous PRs) are soon to be enabled in rubocop-discourse:

Capybara/VisibilityMatcher
Lint/DeprecatedOpenSSLConstant
Lint/DisjunctiveAssignmentInConstructor
Lint/EmptyConditionalBody
Lint/EmptyEnsure
Lint/LiteralInInterpolation
Lint/NonLocalExitFromIterator
Lint/ParenthesesAsGroupedExpression
Lint/RedundantCopDisableDirective
Lint/RedundantRequireStatement
Lint/RedundantSafeNavigation
Lint/RedundantStringCoercion
Lint/RedundantWithIndex
Lint/RedundantWithObject
Lint/SafeNavigationChain
Lint/SafeNavigationConsistency
Lint/SelfAssignment
Lint/UnreachableCode
Lint/UselessMethodDefinition
Lint/Void

Previous PRs:
Lint/ShadowedArgument
Lint/DuplicateMethods
Lint/BooleanSymbol
RSpec/SpecFilePathSuffix
2023-12-06 23:25:00 +01:00
..
000-development_reload_warnings.rb DEV: Further refine development reload for plugin files (#22141) 2023-06-16 16:15:15 +08:00
000-mini_sql.rb
000-post_migration.rb
000-trace_pg_connections.rb
000-zeitwerk.rb DEV: Seperate concerns of tracking GC stat from `MethodProfiler` (#22921) 2023-08-02 10:46:37 +08:00
001-redis.rb
002-freedom_patches.rb
002-rails_failover.rb
004-message_bus.rb
005-site_settings.rb
006-ensure_login_hint.rb
006-mini_profiler.rb DEV: Run QUnit tests for official Discourse themes (#24405) 2023-11-17 07:17:32 +08:00
008-rack-cors.rb FIX: Ensure app-cdn CORS is not overridden by cors_origin setting (#24661) 2023-12-01 12:57:11 +00:00
009-omniauth.rb
012-web_hook_events.rb FEATURE: Add webhooks for user suspend and unsuspend (#23684) 2023-09-28 10:51:05 +02:00
013-excon_defaults.rb
014-track-setting-changes.rb PERF: Cache ToS and Privacy Policy paths (#21860) 2023-06-07 21:31:20 +03:00
099-anon-cache.rb SECURITY: Don't reuse CSP nonce between anonymous requests 2023-07-28 12:53:44 +01:00
099-drain_pool.rb
100-i18n.rb
100-logster.rb DEV: Fix various rubocop lints (#24749) 2023-12-06 23:25:00 +01:00
100-oj.rb
100-onebox_options.rb
100-push-notifications.rb
100-quiet_logger.rb
100-regex-timeout.rb
100-secret_token.rb
100-session_store.rb
100-sidekiq.rb
100-silence_logger.rb
100-strong_parameters.rb
100-verify_config.rb
100-wrap_parameters.rb
101-lograge.rb
102-truncate-logs.rb SECURITY: Add a default limit as to when logs should be truncated 2023-10-16 10:34:38 -04:00
200-first_middlewares.rb
300-perf.rb
400-deprecations.rb
assets.rb DEV: Introduce `DISCOURSE_ASSET_URL_SALT` (#24596) 2023-11-28 11:28:40 +00:00
filter_parameter_logging.rb
new_framework_defaults_7_0.rb