iachat/app
Pranav Raj S 00eb5b152a
chore(migration): Re-run database migration job for caching. (#8581)
A support request that came to Chatwoot Cloud revealed that the job was timed prematurely. The default timeout for Sidekiq queues was set as 25 minutes in sidekiq.yml file. The cache was not created properly for the accounts with more than 100k conversations.

This change removes the cache logic in the previous migration and creates a new migration with a new job which processes conversations in batch.
2023-12-18 17:29:02 -08:00
..
actions chore: Ability to Disable Gravatars (#5027) 2022-07-21 19:27:12 +02:00
assets feat: Super admin design improvements (#8517) 2023-12-08 19:40:35 -08:00
builders chore: log authentication error for FB and Instagram (#8551) 2023-12-14 16:18:23 +05:30
channels chore: Sentry issues (#4623) 2022-05-06 14:50:55 +05:30
controllers feat: Settings screen for custom branding (#8543) 2023-12-13 13:16:24 -08:00
dashboards feat: Super admin design improvements (#8517) 2023-12-08 19:40:35 -08:00
dispatchers Chore: clean up Reporting Events (#4044) 2022-02-28 18:16:12 +05:30
drops feat: Add the support for custom attributes in message variables (#8511) 2023-12-08 14:13:35 -08:00
fields feat: Supports masking tokens in super admin (#6491) 2023-02-21 17:50:55 +05:30
finders feat: Add support for ascending and descending options in sort (#8542) 2023-12-12 17:15:48 -08:00
helpers fix: Undefined method `length' for nil:NilClass (#8491) 2023-12-05 16:34:29 +05:30
javascript fix: Use ogg format for Telegram audio messages (#8505) 2023-12-16 11:55:47 -08:00
jobs chore(migration): Re-run database migration job for caching. (#8581) 2023-12-18 17:29:02 -08:00
listeners feat: Clear all previous notifications if a new notification is added to a conversation (#8490) 2023-12-06 14:03:43 +05:30
mailboxes fix: Update inline image processing logic to fix missing images when multiple inline images present (#7861) 2023-09-06 14:35:19 +05:30
mailers feat: Handle notification.deleted action cable event (#8501) 2023-12-06 16:49:00 +05:30
models feat: Add support for ascending and descending options in sort (#8542) 2023-12-12 17:15:48 -08:00
policies chore: Adds API for agent bot avatar upload (#8533) 2023-12-11 19:02:11 -08:00
presenters feat: Add inbox webhook events (#8006) 2023-09-28 15:28:10 -07:00
services fix: @inbox usage in logs (#8578) 2023-12-18 19:30:41 +05:30
views chore: Update self-hosted billing redirect (#8580) 2023-12-18 16:34:47 -08:00
workers fix: Update auto reply and hide reply time for email inbox (#3985) 2022-02-15 17:11:28 +05:30
test-matchers.js Initial testing with jest (#133) 2019-10-15 00:18:46 +05:30