mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-07-16 21:14:27 +08:00
* Add Conversation factory with dependent factories * Include FactoryBot methods in rspec config * Add unit tests for public methods of Conversation model * Move Current model into a separate file in lib folder * Disable Metrics/BlockLength rule for db/migrate and spec folders * Get rid of global $dispatcher variable * Create Message#unread_since scope * Refactor callback methods in Conversation model * Create Conversations::EventDataPresenter * Add translation keys for activity messages * Add pry-rails gem * Refactor Conversation#notify_status_change * Add mock_redis for test env |
||
|---|---|---|
| .. | ||
| 00_init.rb | ||
| application_controller_renderer.rb | ||
| assets.rb | ||
| backtrace_silencers.rb | ||
| bot.rb | ||
| carrierwave.rb | ||
| content_security_policy.rb | ||
| cookies_serializer.rb | ||
| custom_error_codes.rb | ||
| devise_token_auth.rb | ||
| devise.rb | ||
| event_handlers.rb | ||
| feature_policy.rb | ||
| filter_parameter_logging.rb | ||
| inflections.rb | ||
| mime_types.rb | ||
| new_framework_defaults_6_0.rb | ||
| omniauth.rb | ||
| pusher.rb | ||
| redis.rb | ||
| sentry.rb | ||
| session_store.rb | ||
| warden_hooks.rb | ||
| wrap_parameters.rb | ||