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 |
||
|---|---|---|
| .. | ||
| channel | ||
| concerns | ||
| account.rb | ||
| application_record.rb | ||
| attachment.rb | ||
| canned_response.rb | ||
| channel.rb | ||
| contact.rb | ||
| conversation.rb | ||
| facebook_page.rb | ||
| inbox_member.rb | ||
| inbox.rb | ||
| message.rb | ||
| plan.rb | ||
| subscription.rb | ||
| telegram_bot.rb | ||
| user.rb | ||