Search is not available for this dataset
hash string | author int32 | committer_date string | timezone int64 | parents string | message string | changes string | language string |
|---|---|---|---|---|---|---|---|
76d4c22c2d22f2c88ce59bec6611d016360456a2 | 650 | 2023-04-19 21:39:10+05:30 | -19,800 | ['5cdc7d654a461d9b20d583e19ed01e33a31f202d'] | fix: build_id in heroku installations (#6932) | [{'old_path': 'config/initializers/git_sha.rb', 'new_path': 'config/initializers/git_sha.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -5,6 +5,9 @@ def fetch_git_sha\n sha.strip\n elsif File.exist?('.git_sha')\n File.read('.git_sha').strip\n+ # This is for Heroku. Ensure heroku labs:enable runtime-d... | Ruby |
bd1e69e4b446d725298bbd8f4bdccc520733fd3c | 9 | 2023-04-19 23:02:50+05:30 | -19,800 | ['76d4c22c2d22f2c88ce59bec6611d016360456a2'] | feat: Adds new inbox selector with more info for new message modal [cw-1358] (#6823) | [{'old_path': 'app/javascript/dashboard/assets/scss/plugins/_multiselect.scss', 'new_path': 'app/javascript/dashboard/assets/scss/plugins/_multiselect.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -21,7 +21,7 @@\n \n .multiselect--active {\n >.multiselect__tags {\n- border-color: $color-woot;\n+ ... | Ruby |
527042afd1ca917f37e4cdcdbeef4cf7d6e5055c | 90 | 2023-04-19 23:09:37+05:30 | -19,800 | ['bd1e69e4b446d725298bbd8f4bdccc520733fd3c'] | fix: Code fix from PR #6823 (#6934) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/conversation/contact/ConversationForm.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/conversation/contact/ConversationForm.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,7 +22,7 @@\n deselect-label=""\n :max-... | Ruby |
d1584eea729479c147f97f5189e5cd4064f9f55a | 500 | 2023-04-20 11:31:33+05:30 | -19,800 | ['527042afd1ca917f37e4cdcdbeef4cf7d6e5055c'] | feat: Add an action on automation to change the priority (#6925) | [{'old_path': 'app/javascript/dashboard/helper/automationHelper.js', 'new_path': 'app/javascript/dashboard/helper/automationHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -16,6 +16,29 @@ const MESSAGE_CONDITION_VALUES = [\n },\n ];\n \n+export const PRIORITY_CONDITION_VALUES = [\n+ {\n+ id: 'nil',\... | Ruby |
6b2736aa63cfc49be998910d205716f7e525fae9 | 583 | 2023-04-20 12:55:04+05:30 | -19,800 | ['d1584eea729479c147f97f5189e5cd4064f9f55a'] | fix: inconsistency in report and summary for metric counts (#6817)
* feat: include timezone offset in summary calculation
* fix: exlcude end in date range
* test: explicit end of day
* fix: test for report builder
* fix: reports.spec.js
---------
Co-authored-by: Tejaswini Chile <tejaswini@chatwoot.co... | [{'old_path': 'app/controllers/api/v2/accounts/reports_controller.rb', 'new_path': 'app/controllers/api/v2/accounts/reports_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -72,14 +72,16 @@ class Api::V2::Accounts::ReportsController < Api::V1::Accounts::BaseController\n def current_summary_params\n ... | Ruby |
a34729c153fa665917fe0c56f3277191ac48164c | 583 | 2023-04-20 16:41:53+05:30 | -19,800 | ['6b2736aa63cfc49be998910d205716f7e525fae9'] | feat: add activity message for priority change (#6933)
* feat: add priority const
* feat: add toggle priority method
* feat: update controller route and specs
* refactor: status change method
* refactor: abstract label change and mute activity
* feat: add priority change_activity
* fix: interpolation... | [{'old_path': 'app/controllers/api/v1/accounts/conversations_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/conversations_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -64,13 +64,14 @@ class Api::V1::Accounts::ConversationsController < Api::V1::Accounts::BaseContro\n assign_convers... | Ruby |
ac6de50b4d49c0bfbed7b733261f833b7e87ce88 | 500 | 2023-04-20 18:10:05+05:30 | -19,800 | ['a34729c153fa665917fe0c56f3277191ac48164c'] | feat: Add a condition for filters based on the priority of automation (#6939) | [{'old_path': 'app/javascript/dashboard/helper/automationHelper.js', 'new_path': 'app/javascript/dashboard/helper/automationHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -163,6 +163,7 @@ export const getConditionOptions = ({\n conversation_language: languages,\n country_code: countries,\n me... | Ruby |
474e65f4c8fc07494496fcd3e04dbcde2e1db1e6 | 540 | 2023-04-23 18:28:14-07:00 | 25,200 | ['3a35281b3f325fbaaa518df29572e8efb7fdf6d0'] | feat: Save in_reply_to from WhatsApp messages (#6964) | [{'old_path': 'app/models/message.rb', 'new_path': 'app/models/message.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -72,7 +72,7 @@ class Message < ApplicationRecord\n # [:external_error : Can specify if the message creation failed due to an error at external API\n store :content_attributes, accessors: [:s... | Ruby |
815322b27a8fafe6f5fd512335e4334003447e11 | 500 | 2023-04-24 10:17:12+05:30 | -19,800 | ['474e65f4c8fc07494496fcd3e04dbcde2e1db1e6'] | feat: Refetch the active conversation messages on action cable reconnect (#6790) | [{'old_path': 'app/javascript/dashboard/helper/actionCable.js', 'new_path': 'app/javascript/dashboard/helper/actionCable.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -30,6 +30,36 @@ class ActionCableConnector extends BaseActionCableConnector {\n };\n }\n \n+ onReconnect = () => {\n+ this.syncActiveC... | Ruby |
f825a229976c6e855c7a64b769d188dcfef85485 | 650 | 2023-04-24 11:32:17+05:30 | -19,800 | ['815322b27a8fafe6f5fd512335e4334003447e11'] | feat: add Makefile (#6948)
* feat: add Makefile
* chore: refactor | [{'old_path': None, 'new_path': 'Makefile', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,38 @@\n+# Variables\n+APP_NAME := chatwoot\n+RAILS_ENV ?= development\n+\n+# Targets\n+setup:\n+\tgem install bundler\n+\tbundle install\n+\tyarn install\n+\n+db_create:\n+\tRAILS_ENV=$(RAILS_ENV) bundle exec rails db:cre... | Ruby |
e3193dcabc9dbeb690b882de6cac00a717e2eedc | 622 | 2023-04-24 12:49:52+05:30 | -19,800 | ['f825a229976c6e855c7a64b769d188dcfef85485'] | feat: Link help center portal to an Inbox (#6903) | [{'old_path': 'app/controllers/api/v1/accounts/inboxes_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/inboxes_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -114,10 +114,13 @@ class Api::V1::Accounts::InboxesController < Api::V1::Accounts::BaseController\n def inbox_attributes\n [... | Ruby |
f1fc658a0d96dc610f56eebee0764947409b310b | 500 | 2023-04-24 17:14:30+05:30 | -19,800 | ['e3193dcabc9dbeb690b882de6cac00a717e2eedc'] | feat: Add an action in Macro to change the priority (#6940) | [{'old_path': 'app/javascript/dashboard/helper/specs/macrosHelper.spec.js', 'new_path': 'app/javascript/dashboard/helper/specs/macrosHelper.spec.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -36,6 +36,7 @@ describe('#resolveActionName', () => {\n expect(resolveActionName(MACRO_ACTION_TYPES[1].key)).not.toE... | Ruby |
0874aeee2d2c69ee08f73ff713b474329f01b7bd | 583 | 2023-04-24 19:00:08+05:30 | -19,800 | ['f1fc658a0d96dc610f56eebee0764947409b310b'] | feat: priority UI (#6966) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,6 +33,7 @@\n <div class="conversation--details columns">\n <div clas... | Ruby |
e32f3e71e45807c98b09b34279e367fbd1149cfe | 500 | 2023-04-24 20:07:50+05:30 | -19,800 | ['0874aeee2d2c69ee08f73ff713b474329f01b7bd'] | feat: Right click context menu action to change the priority (#6947)
* Right click context menu action to change the priority
* Review comments
* Update Index.vue
* Remove selected priority from menu
* Code cleanup
* Update conversation.json | [{'old_path': 'app/javascript/dashboard/components/ChatList.vue', 'new_path': 'app/javascript/dashboard/components/ChatList.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -125,6 +125,7 @@\n @update-conversation-status="toggleConversationStatus"\n @context-menu-toggle="onContextMenuToggle"\n ... | Ruby |
54880b23427aecf9d0cc84487e557af6c2cef3af | 583 | 2023-04-24 20:21:43+05:30 | -19,800 | ['e32f3e71e45807c98b09b34279e367fbd1149cfe'] | feat: Track conversation priority events (#6968) | [{'old_path': 'app/javascript/dashboard/components/ChatList.vue', 'new_path': 'app/javascript/dashboard/components/ChatList.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -192,6 +192,7 @@ import {\n isOnMentionsView,\n isOnUnattendedView,\n } from '../store/modules/conversations/helpers/actionHelpers';\n+i... | Ruby |
1a07828b1b5f029d6ee727489d9cbd2a18f78b1f | 540 | 2023-04-24 10:21:39-07:00 | 25,200 | ['54880b23427aecf9d0cc84487e557af6c2cef3af'] | fix: Disable the entire element if priority is missing (#6972) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/PriorityMark.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/PriorityMark.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,6 @@\n <template>\n- <span class="conversation-priority-mark">\n+ <span v-if="pr... | Ruby |
f6e0453bb2dc5d59a11850c1a69ff29311307f29 | 11 | 2023-04-24 22:57:58+05:30 | -10,800 | ['1a07828b1b5f029d6ee727489d9cbd2a18f78b1f'] | fix vertical overflow scroll on `BackButton` (#6914)
* fix: vertical overflow scroll on BackButton
Co-authored-by: raph941 <45232708+raph941@users.noreply.github.com>
* chore: adds suggested improvement to handle RTS view
Co-authored-by: raph941 <45232708+raph941@users.noreply.github.com>
---------
Co-a... | [{'old_path': 'app/javascript/dashboard/assets/scss/_rtl.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_rtl.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -85,7 +85,7 @@\n }\n }\n \n- .settings.back-button {\n+ .header-section.back-button {\n direction: initial;\n margin-left: var(-... | Ruby |
92fa9c4fdca3bdfad6480bcd98977583536c41a2 | 500 | 2023-04-24 23:52:23+05:30 | -19,800 | ['f6e0453bb2dc5d59a11850c1a69ff29311307f29'] | feat: Ability to improve drafts in the editor using GPT integration (#6957)
ref: https://github.com/chatwoot/chatwoot/issues/6436
fixes: https://linear.app/chatwoot/issue/CW-1552/ability-to-rephrase-text-in-the-editor-using-gpt-integration
---------
Co-authored-by: Sojan <sojan@pepalo.com>
Co-authored-by: Nith... | [{'old_path': 'app/controllers/api/v1/accounts/integrations/hooks_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/integrations/hooks_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n class Api::V1::Accounts::Integrations::HooksController < Api::V1::Accounts::BaseController\n-... | Ruby |
c071f66cdd0dab854e63435b39520d0f3926af13 | 540 | 2023-04-24 13:52:14-07:00 | 25,200 | ['92fa9c4fdca3bdfad6480bcd98977583536c41a2'] | fix: Update the icon for low priority (#6978) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/PriorityMark.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/PriorityMark.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,78 +1,19 @@\n <template>\n- <span v-if="priority" class="conversation-priority-mark">\... | Ruby |
b529baa5eba3cae104d9646ed23fc3d517761e64 | 90 | 2023-04-25 09:01:54+05:30 | -19,800 | ['c071f66cdd0dab854e63435b39520d0f3926af13'] | fix: Pagination bug in chat list (#6899)
* fix: Pagination bug in chat list
* chore: Review fixes
* Improves variable namings
---------
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com> | [{'old_path': 'app/javascript/dashboard/components/ChatList.vue', 'new_path': 'app/javascript/dashboard/components/ChatList.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -250,6 +250,9 @@ export default {\n ...filter,\n attributeName: this.$t(`FILTER.ATTRIBUTES.${filter.attributeI18nKey}`),\n ... | Ruby |
cf91e9eb58fcb98f7c2cd2fa4331c8e9cb63a6b4 | 603 | 2023-04-25 09:32:35+05:30 | -19,800 | ['b529baa5eba3cae104d9646ed23fc3d517761e64'] | chore: Use find_each instead of .all.each (#6975)
- Enable the rubocop Rails/FindEach
- Replace the .all.each with .find_each
This should let us avoid potential memory usage.
Motivation from the speedshop newsletter by Nate Berkopec
ref: https://www.rubyinrails.com/2017/11/16/use-find-each-instead-of-all-each-... | [{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -71,6 +71,10 @@ Rails/ApplicationController:\n - 'app/controllers/platform_controller.rb'\n - 'app/controllers/public_controller.rb'\n - 'app/controllers/survey/responses_controller.rb'\n+Rails/FindEa... | Ruby |
0bbb28c4320bda87054dfcec2d53a39bbf980929 | 583 | 2023-04-25 09:47:47+05:30 | -19,800 | ['cf91e9eb58fcb98f7c2cd2fa4331c8e9cb63a6b4'] | feat: sort conversation on priority (#6943)
* feat: update seed script to include prioritt
* feat: add sort_handler for conversations
* test: sort on priority order
---------
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> | [{'old_path': 'app/models/concerns/sort_handler.rb', 'new_path': 'app/models/concerns/sort_handler.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -21,5 +21,13 @@ module SortHandler\n 'grouped_conversations.message_type', 'grouped_conversations.created_at ASC'\n )\n end\n+\n+ def self.sort_o... | Ruby |
5600b518ace4234a8c1bf2a52494cc52eb23e77a | 583 | 2023-04-25 16:50:36+05:30 | -19,800 | ['0bbb28c4320bda87054dfcec2d53a39bbf980929'] | fix: validate `template_params` for WhatsApp (#6881)
- Add JsonSchemaValidator, which takes a declarative schema and validates it for a given property.
- Add specs for JsonSchemaValidator
- Enable the validator for template_params | [{'old_path': None, 'new_path': 'app/models/concerns/json_schema_validator.rb', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,84 @@\n+# This file defines a custom validator class `JsonSchemaValidator` for validating a JSON object against a schema.\n+# To use this validator, define a schema as a Ruby hash and i... | Ruby |
402428fb4d91f00259c672dc1523c0cb1842c336 | 9 | 2023-04-25 17:59:38+05:30 | -19,800 | ['5600b518ace4234a8c1bf2a52494cc52eb23e77a'] | feat: Splits search api by resources to improve query time [cw-47] (#6942)
* feat: Splits search api by resources to improve query time
* Review fixes
* Spacing fixes
* Update app/javascript/dashboard/modules/search/components/SearchView.vue
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.g... | [{'old_path': 'app/javascript/dashboard/api/search.js', 'new_path': 'app/javascript/dashboard/api/search.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,6 +13,30 @@ class SearchAPI extends ApiClient {\n },\n });\n }\n+\n+ contacts({ q }) {\n+ return axios.get(`${this.url}/contacts`, {\n+ ... | Ruby |
d95283f5c298d74b4f3f72288fac662710a7c1d9 | 583 | 2023-04-25 22:28:19+05:30 | -19,800 | ['402428fb4d91f00259c672dc1523c0cb1842c336'] | feat: improvements to priority (#6981)
* fix: colors for urgent icon
* feat: trigger updated event on priority change
* fix: specs | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/PriorityMark.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/PriorityMark.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -48,15 +48,17 @@ export default {\n <style scoped lang="scss">\n .conversation-priority-ma... | Ruby |
2f2cdd7e7c6fae5d41ed28128657cc84812f8d1d | 9 | 2023-04-25 22:38:36+05:30 | -19,800 | ['d95283f5c298d74b4f3f72288fac662710a7c1d9'] | feat: Hides dismissed campaigns while browsing [cw-33] (#6842)
* Chore: moves localstorage helper as a shared utility and refactors constants
* Refactors constants file
* feat: Hides dismissed campaigns while browsing
* Snoozes all campaigns for an hour after dismissing
* Fixes error with date parsing
... | [{'old_path': 'app/javascript/sdk/IFrameHelper.js', 'new_path': 'app/javascript/sdk/IFrameHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -36,6 +36,7 @@ import {\n } from 'shared/helpers/AudioNotificationHelper';\n import { isFlatWidgetStyle } from './settingsHelper';\n import { popoutChatWindow } from '.... | Ruby |
af971c9b18a6b6556856a8a4cb4509dd8afcf08e | 583 | 2023-04-26 08:46:30+05:30 | -19,800 | ['2f2cdd7e7c6fae5d41ed28128657cc84812f8d1d'] | fix: whatsapp template params validation (#6986) | [{'old_path': 'app/models/message.rb', 'new_path': 'app/models/message.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -49,7 +49,7 @@ class Message < ApplicationRecord\n 'namespace': { 'type': 'string' },\n 'processed_params': { 'type': 'object' }\n },\n- 'required': %w[name ca... | Ruby |
92705723f1dfcb9e0c246742427f13aa4f74a2b4 | 540 | 2023-04-25 20:17:15-07:00 | 25,200 | ['af971c9b18a6b6556856a8a4cb4509dd8afcf08e'] | fix: Add /api/v1 to the team_members API documentation (#6987) | [{'old_path': 'swagger/paths/index.yml', 'new_path': 'swagger/paths/index.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -382,7 +382,7 @@\n $ref: ./application/teams/update.yml\n delete:\n $ref: ./application/teams/delete.yml\n-/accounts/{account_id}/teams/{team_id}/team_members:\n+/api/v1/accounts/{... | Ruby |
cef1f97d18b15dbb87978d7a48c55554a0e797b8 | 2 | 2023-04-25 22:02:15-07:00 | -19,800 | ['92705723f1dfcb9e0c246742427f13aa4f74a2b4'] | feat: update product copy [CWM-45] (#6372)
* chore: Update non-logged-in-page copy
* Update app/javascript/dashboard/i18n/locale/en/login.json
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
* Update app/javascript/dashboard/i18n/locale/en/signup.json
* Update app/javascript/dashboard/i18n/locale/en/sig... | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/login.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/login.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,16 +3,16 @@\n "TITLE": "Login to Chatwoot",\n "EMAIL": {\n "LABEL": "Email",\n- "PLACEHOLDER": "Email eg: someone@... | Ruby |
5d30dabf9769ee047bdf1d4a1263c974204ef4f7 | 500 | 2023-04-26 13:29:01+05:30 | -19,800 | ['cef1f97d18b15dbb87978d7a48c55554a0e797b8'] | feat: Command bar action for priority (#6989)
* Add command action for priority assignment
* Fix icon path
* Update conversationHotKeys.js | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/generalSettings.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/generalSettings.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -101,6 +101,7 @@\n "REPORTS": "Reports",\n "CONVERSATION": "Conversation",\n "CHANGE_ASSIGNEE": "C... | Ruby |
3c2d6faf6854725203502bfaafe2a24de2b041e7 | 622 | 2023-04-26 15:27:07+05:30 | -19,800 | ['5d30dabf9769ee047bdf1d4a1263c974204ef4f7'] | feat: Instagram story replies will display the original story link (#6846) | [{'old_path': 'app/builders/messages/instagram/message_builder.rb', 'new_path': 'app/builders/messages/instagram/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -70,17 +70,28 @@ class Messages::Instagram::MessageBuilder < Messages::Messenger::MessageBuilder\n @messaging[:message][:text]\n e... | Ruby |
37fde64c67ef47433d62bfa2c0a9d5ba505f0fff | 590 | 2023-04-26 17:04:17+05:30 | -18,000 | ['3c2d6faf6854725203502bfaafe2a24de2b041e7'] | fix: installation of gem bundles (lograge, rack-mini-profiler, stackprof, nokogiri) in docker (#6897) | [{'old_path': 'docker/Dockerfile', 'new_path': 'docker/Dockerfile', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,7 +15,7 @@ ENV RAILS_ENV ${RAILS_ENV}\n \n ENV BUNDLE_PATH="/gems"\n \n-RUN apk add --no-cache \\\n+RUN apk update && apk add --no-cache \\\n openssl \\\n tar \\\n build-base \\\n@@ -36,... | Ruby |
3fa654f5c649a2b01698f4601ba0cf41684ec674 | 603 | 2023-04-26 19:22:16+05:30 | -19,800 | ['37fde64c67ef47433d62bfa2c0a9d5ba505f0fff'] | chore: Add Index for widget contact lookup (#6998)
- Adds an index to improve the contact lookup performance while calling setUser from widget | [{'old_path': 'app/models/contact.rb', 'new_path': 'app/models/contact.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,6 +17,7 @@\n # Indexes\n #\n # index_contacts_on_account_id (account_id)\n+# index_contacts_on_lower_email_account_id (lower((email)::text), account_i... | Ruby |
99dfe1d5afa52eceb41773e05eb5ffaf22e58c76 | 622 | 2023-04-26 20:23:46+05:30 | -19,800 | ['3fa654f5c649a2b01698f4601ba0cf41684ec674'] | feat: Enable template variables in channel greeting messages (#6971) | [{'old_path': 'app/drops/account_drop.rb', 'new_path': 'app/drops/account_drop.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,2 +1,5 @@\n class AccountDrop < BaseDrop\n+ def name\n+ @obj.try(:name)\n+ end\n end\n'}, {'old_path': 'app/helpers/email_helper.rb', 'new_path': 'app/helpers/email_helper.rb', '... | Ruby |
cae1e3016069979a499e9bf5ee3093194a3e51d7 | 583 | 2023-04-26 10:20:56-07:00 | -19,800 | ['99dfe1d5afa52eceb41773e05eb5ffaf22e58c76'] | feat: Update demo data to include better messages (#6995) | [{'old_path': 'lib/seeders/seed_data.yml', 'new_path': 'lib/seeders/seed_data.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -200,7 +200,10 @@ contacts:\n - channel: Channel::WebWidget\n messages: \n - message_type: incoming\n- content: hello world\n+ content... | Ruby |
74afb785c2f312105773124928a21ae3612bb7c4 | 583 | 2023-04-26 10:21:30-07:00 | -19,800 | ['cae1e3016069979a499e9bf5ee3093194a3e51d7'] | fix: Update spacing for the priority icon in the inbox views (#6993)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -443,11 +443,11 @@ export default {\n .conversation-metadata-attributes {\n ... | Ruby |
32f7342cd6946b1a5afdf5be8100e18588939d5f | 583 | 2023-04-26 11:25:02-07:00 | -19,800 | ['74afb785c2f312105773124928a21ae3612bb7c4'] | chore: Add issue forms for GitHub (#6982) | [{'old_path': '.github/ISSUE_TEMPLATE/bug_report.md', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': "@@ -1,78 +0,0 @@\n----\n-name: Bug report\n-about: Create a report to help us improve\n-title: ''\n-labels: 'Bug'\n-assignees: ''\n-\n----\n-\n-**Describe the bug**\n-\n-A clear and concise description... | Ruby |
04da8aa8dce7a2485a5727f22000bd2aae881e5a | 540 | 2023-04-26 19:57:06-07:00 | 25,200 | ['32f7342cd6946b1a5afdf5be8100e18588939d5f'] | fix: Remove duplicates message in WhatsApp Channel (#7003) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/MessagesView.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/MessagesView.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -93,7 +93,9 @@ import { mapGetters } from 'vuex';\n \n import ReplyBox from './ReplyBox';\... | Ruby |
c0e905b5d8e157351afa1354ff5ec90f68e44235 | 9 | 2023-04-27 13:20:29+05:30 | -19,800 | ['04da8aa8dce7a2485a5727f22000bd2aae881e5a'] | fix: Search improvements and bug fixes [CW-1604] (#6985)
* fix: Search improvements and bug fixes
* Resets tab to all on search
* Fix index bug with tabs
---------
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/search.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/search.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,7 +14,7 @@\n "EMPTY_STATE": "No %{item} found for query \'%{query}\'",\n "EMPTY_STATE_FULL": "No results found for query \... | Ruby |
09c9300c213fcc7636763fa391e918ae88e502d5 | 500 | 2023-04-27 17:01:34+05:30 | -19,800 | ['c0e905b5d8e157351afa1354ff5ec90f68e44235'] | chore: Use canned response variable helpers from `utils` (#7007) | [{'old_path': 'app/javascript/dashboard/components/widgets/WootWriter/Editor.vue', 'new_path': 'app/javascript/dashboard/components/widgets/WootWriter/Editor.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -49,7 +49,7 @@ import {\n import eventListenerMixins from 'shared/mixins/eventListenerMixins';\n import ui... | Ruby |
2313edd244f0906d0c76b4bce30135aeb0317dd4 | 583 | 2023-04-28 13:36:58+05:30 | -19,800 | ['09c9300c213fcc7636763fa391e918ae88e502d5'] | feat: update identity validation docs link (#6994)
* feat: update identity validation docs link
* fix: copy
* fix: grammar | [{'old_path': 'app/javascript/dashboard/components/SettingsSection.vue', 'new_path': 'app/javascript/dashboard/components/SettingsSection.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,7 +5,9 @@\n {{ title }}\n </p>\n <p class="sub-head">\n+ <slot name="subTitle">\n {{ s... | Ruby |
13fe439d9f22f37288730cded6084fb0c380baec | 500 | 2023-04-28 14:02:30+05:30 | -19,800 | ['2313edd244f0906d0c76b4bce30135aeb0317dd4'] | Move the reconnect logic from the update presence (#6992) | [{'old_path': 'app/javascript/shared/helpers/BaseActionCableConnector.js', 'new_path': 'app/javascript/shared/helpers/BaseActionCableConnector.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,6 +2,7 @@ import { createConsumer } from '@rails/actioncable';\n import { BUS_EVENTS } from 'shared/constants/busEvents... | Ruby |
02c467b6db38f3ae9f1d8cb70b86e824ddba29fe | 603 | 2023-04-28 19:57:25+05:30 | -19,800 | ['13fe439d9f22f37288730cded6084fb0c380baec'] | chore: GPT Reply suggestion & summarize endpoints (#7011)
Adds additional endpoints for OpenAI integration which will allow
- Reply Suggestions
- Summarization
ref: #6436
fixes: https://linear.app/chatwoot/issue/CW-1596/backend-for-generating-conversation-summary | [{'old_path': 'lib/integrations/openai/processor_service.rb', 'new_path': 'lib/integrations/openai/processor_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,25 +1,98 @@\n class Integrations::Openai::ProcessorService\n+ # 3.5 support 4,096 tokens\n+ # 1 token is approx 4 characters\n+ # 4,096 * 4 = ... | Ruby |
c8041392dc4917811e6ff163cf5d5d3550936fa3 | 622 | 2023-05-01 14:58:39-07:00 | -19,800 | ['be3c75e8588baeac12e36460374f9e575c673740'] | feat: Enable features on successful subscription (#6953)
* feat: Enable features on successful subscription
* fix: Add specs
* disable features for default plan
* Remove mark as cloud customers
---------
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'enterprise/app/services/enterprise/billing/handle_stripe_event_service.rb', 'new_path': 'enterprise/app/services/enterprise/billing/handle_stripe_event_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -27,6 +27,7 @@ class Enterprise::Billing::HandleStripeEventService\n subscribed_qu... | Ruby |
847d7ea082ac6761d3949fd6209f885c5925acf5 | 622 | 2023-05-02 15:35:26+05:30 | -19,800 | ['c8041392dc4917811e6ff163cf5d5d3550936fa3'] | feat: Add support to uncategorized articles (#6912) | [{'old_path': 'app/controllers/public/api/v1/portals/articles_controller.rb', 'new_path': 'app/controllers/public/api/v1/portals/articles_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,7 +1,7 @@\n class Public::Api::V1::Portals::ArticlesController < Public::Api::V1::Portals::BaseController\n bef... | Ruby |
12f121f0d86986ca085e1533de9d2e090c83af0d | 540 | 2023-05-02 15:52:33-07:00 | 25,200 | ['7bd400772deecf20ea24be106a950abd412f8355'] | fix: Provide a default to name if name is not present | [{'old_path': 'app/javascript/dashboard/helper/messageHelper.js', 'new_path': 'app/javascript/dashboard/helper/messageHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -8,7 +8,7 @@ export const replaceVariablesInMessage = ({ message, variables }) => {\n };\n \n export const capitalizeName = name => {\n- re... | Ruby |
257a29416659d5fb5e5837e8c7c1b2ea235aa275 | 540 | 2023-05-02 15:52:50-07:00 | 25,200 | ['12f121f0d86986ca085e1533de9d2e090c83af0d'] | Bump the version to 2.16.1 | [{'old_path': 'config/app.yml', 'new_path': 'config/app.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,5 +1,5 @@\n shared: &shared\n- version: '2.16.0'\n+ version: '2.16.1'\n \n development:\n <<: *shared\n"}, {'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>,... | Ruby |
0d014d5d4b98450ca810d691362b7df860e7174c | 500 | 2023-05-03 14:36:55+05:30 | -19,800 | ['937338e3eaf1339400badf5eea40d932e5109758'] | chore: Bump utils from `0.0.15` to `0.0.16` (#7022) | [{'old_path': 'app/javascript/dashboard/helper/messageHelper.js', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': "@@ -1,66 +0,0 @@\n-const MESSAGE_VARIABLES_REGEX = /{{(.*?)}}/g;\n-export const replaceVariablesInMessage = ({ message, variables }) => {\n- return message.replace(MESSAGE_VARIABLES_REGEX,... | Ruby |
b081fe08b8ca9d9a768f98371d252a2a99475fef | 622 | 2023-05-03 15:18:20+05:30 | -19,800 | ['0d014d5d4b98450ca810d691362b7df860e7174c'] | feat: whatsapp duplicate message (#7004) | [{'old_path': 'app/services/whatsapp/incoming_message_base_service.rb', 'new_path': 'app/services/whatsapp/incoming_message_base_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -20,13 +20,15 @@ class Whatsapp::IncomingMessageBaseService\n \n def process_messages\n # message allready exists so we do... | Ruby |
85e57c2e94efcd5e39a1f93911463ec3d14696a7 | 603 | 2023-05-04 15:44:16+05:30 | -19,800 | ['b081fe08b8ca9d9a768f98371d252a2a99475fef'] | chore: Reorganize Sidekiq Queues (#6976)
- Rearrange and reprioritize current sidekiq queues
- Trim the unnecessary queues
ref: https://linear.app/chatwoot/issue/CW-1480/chore-run-all-sidekiq-jobs-async | [{'old_path': 'app/jobs/action_cable_broadcast_job.rb', 'new_path': 'app/jobs/action_cable_broadcast_job.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n class ActionCableBroadcastJob < ApplicationJob\n- queue_as :default\n+ queue_as :critical\n \n def perform(members, event_name, data)\n m... | Ruby |
59433d9d3cdf3e6da837ecc21531e71502beec50 | 500 | 2023-05-05 17:08:32-07:00 | -19,800 | ['85e57c2e94efcd5e39a1f93911463ec3d14696a7'] | feat: Adds the ability to sort conversations (#6853)
* Add sort filter
* Change UI
* Change filter
* Complete sort by filters
* Style fixes
* Fix default sort
* Update app/javascript/dashboard/components/widgets/conversation/ConversationBasicFilter.vue
Co-authored-by: Sivin Varghese <64252451+iams... | [{'old_path': 'app/javascript/dashboard/api/inbox/conversation.js', 'new_path': 'app/javascript/dashboard/api/inbox/conversation.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,6 +14,7 @@ class ConversationApi extends ApiClient {\n labels,\n teamId,\n conversationType,\n+ sortBy,\n }) {\n ... | Ruby |
022383d9424ff8052c620c823a383d93b6bb2731 | 603 | 2023-05-06 10:44:52+05:30 | -19,800 | ['59433d9d3cdf3e6da837ecc21531e71502beec50'] | chore: Upgrade to Rails 7 (#6719)
fixes: #6736 | [{'old_path': '.circleci/config.yml', 'new_path': '.circleci/config.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,7 +7,7 @@ defaults: &defaults\n working_directory: ~/build\n docker:\n # specify the version you desire here\n- - image: cimg/ruby:3.1.3-browsers\n+ - image: cimg/ruby:3.2.2-brows... | Ruby |
51fb3b7e8e24cb8d0d52d2f757cc8ba5e6cdc0ad | 650 | 2023-05-08 13:43:55+05:30 | -19,800 | ['3dedfee3508fa54805e78a9881b2faf59b8d830f'] | fix: enable lograge in superadmin path (#7026)
* fix: lograge superadmin path
* chore: add spec for superadmin devise session controller
* chore: address review comment | [{'old_path': 'Gemfile.lock', 'new_path': 'Gemfile.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -770,6 +770,7 @@ GEM\n \n PLATFORMS\n arm64-darwin-20\n+ arm64-darwin-21\n x86_64-darwin-18\n x86_64-darwin-20\n x86_64-darwin-21\n'}, {'old_path': 'config/initializers/lograge.rb', 'new_path': 'config/i... | Ruby |
683f2597716323ee789ee4d633a1a0ede2382c34 | 540 | 2023-05-08 12:23:26-07:00 | 25,200 | ['51fb3b7e8e24cb8d0d52d2f757cc8ba5e6cdc0ad'] | fix: Fix rendering issues in Help Center (#7042) | [{'old_path': 'Gemfile.lock', 'new_path': 'Gemfile.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -303,6 +303,7 @@ GEM\n google-cloud-translate-v3 (0.6.0)\n gapic-common (>= 0.17.1, < 2.a)\n google-cloud-errors (~> 1.0)\n+ google-protobuf (3.22.3)\n google-protobuf (3.22.3-arm64-darwin)... | Ruby |
2b88ecdfc49ef5c7c05bb0540f31673aebb7187d | 583 | 2023-05-08 12:44:15-07:00 | -19,800 | ['683f2597716323ee789ee4d633a1a0ede2382c34'] | feat: Add a feature flag for Audit Log UI (#7035)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/javascript/dashboard/components/layout/config/sidebarItems/settings.js', 'new_path': 'app/javascript/dashboard/components/layout/config/sidebarItems/settings.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -157,6 +157,7 @@ const settings = accountId => ({\n hasSubMenu: false,\n toS... | Ruby |
ce3e38df0f58d47ca76ba3981c58e1f90765210a | 540 | 2023-05-08 15:31:38-07:00 | 25,200 | ['2b88ecdfc49ef5c7c05bb0540f31673aebb7187d'] | chore: Update the design of the help center portal (#6775) | [{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -177,6 +177,7 @@ group :development do\n gem 'bullet'\n gem 'letter_opener'\n gem 'web-console'\n+ gem 'scss_lint', require: false\n \n # used in swagger build\n gem 'json_refs'\n"}, {'old_path': 'Gemfile.lock',... | Ruby |
5e0ce7793c03cc2a6a05a9f9fed16b28897e0999 | 540 | 2023-05-08 16:15:27-07:00 | 25,200 | ['ce3e38df0f58d47ca76ba3981c58e1f90765210a'] | fix: Re-order gem list to fix rubocop errors (#7043) | [{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -176,8 +176,8 @@ group :development do\n gem 'annotate'\n gem 'bullet'\n gem 'letter_opener'\n- gem 'web-console'\n gem 'scss_lint', require: false\n+ gem 'web-console'\n \n # used in swagger build\n gem 'jso... | Ruby |
6137a45214c39685b72a146b0989f8c82c12fbb9 | 622 | 2023-05-09 17:39:09-07:00 | -19,800 | ['5e0ce7793c03cc2a6a05a9f9fed16b28897e0999'] | chore: Update link in the reply summary email (#7024)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com> | [{'old_path': 'app/models/conversation.rb', 'new_path': 'app/models/conversation.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -195,6 +195,10 @@ class Conversation < ApplicationRecord\n messages.chat.last(5)\n end\n \n+ def csat_survey_link\n+ "#{ENV.fetch(\'FRONTEND_URL\', nil)}/survey/responses/#{u... | Ruby |
662967b5d384bda8359e9d00c5570015ce847ffd | 583 | 2023-05-10 11:34:49+05:30 | -19,800 | ['6137a45214c39685b72a146b0989f8c82c12fbb9'] | feat(perf): add index to messages created at (#7044)
* feat: add index to messages created at
* feat: run migration | [{'old_path': 'app/models/message.rb', 'new_path': 'app/models/message.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -27,6 +27,7 @@\n # index_messages_on_additional_attributes_campaign_id (((additional_attributes -> 'campaign_id'::text))) USING gin\n # index_messages_on_content (c... | Ruby |
520bdabefe8867d1bae2a8e5be9b0040ffcd97e8 | 320 | 2023-05-10 12:29:56+05:30 | 10,800 | ['662967b5d384bda8359e9d00c5570015ce847ffd'] | fix: Record audio in wav format for web/facebook (#7046) | [{'old_path': 'app/javascript/dashboard/components/widgets/WootWriter/AudioRecorder.vue', 'new_path': 'app/javascript/dashboard/components/widgets/WootWriter/AudioRecorder.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -13,15 +13,19 @@ import videojs from 'video.js';\n import alertMixin from '../../../../share... | Ruby |
07aaa046c17d50617ea95ad85a867941aa40183f | 9 | 2023-05-10 15:55:48+05:30 | -19,800 | ['520bdabefe8867d1bae2a8e5be9b0040ffcd97e8'] | fix: Welcome email copy changes and canned response API error handling [cw-1290] (#6905)
* fix: Welcome email copy changes and canned response API error handling
* Review fixes
* Uses mixin for alerts in canned page
* Typo fixes
* Copy changes
* Fixes broken tests
* Fixes review comments
* Fixes t... | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/cannedMgmt.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/cannedMgmt.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,7 +34,7 @@\n },\n "API": {\n "SUCCESS_MESSAGE": "Canned Response added successfully",\n- "ERROR... | Ruby |
55e5fa220570a8f1bc5c45c101c737e9e07357f6 | 500 | 2023-05-10 17:49:17+05:30 | -19,800 | ['65bad90b69d4e6ee8ded96d77c8d121765fbf6c5'] | chore: Add the specs for sort conversation (#7047) | [{'old_path': 'app/javascript/dashboard/store/modules/specs/conversations/actions.spec.js', 'new_path': 'app/javascript/dashboard/store/modules/specs/conversations/actions.spec.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -404,6 +404,33 @@ describe('#actions', () => {\n expect(commit.mock.calls).toEqual... | Ruby |
86384bf876d12f157418782694d3b14cf5f7d5d3 | 500 | 2023-05-10 17:50:37+05:30 | -19,800 | ['55e5fa220570a8f1bc5c45c101c737e9e07357f6'] | feat: Reply suggestion and summary generation using OpenAI (#7029)
Add `reply_suggestions` and `summary_generation` options for OpenAI integration
Fixes: https://linear.app/chatwoot/issue/CW-1595/frontend-for-generating-conversation-summary
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.g... | [{'old_path': 'app/javascript/dashboard/api/integrations/openapi.js', 'new_path': 'app/javascript/dashboard/api/integrations/openapi.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -7,14 +7,22 @@ class OpenAIAPI extends ApiClient {\n super('integrations', { accountScoped: true });\n }\n \n- processEvent({... | Ruby |
d0a1ad746a082949f45589c895a88695fcfb4571 | 583 | 2023-05-10 17:55:14+05:30 | -19,800 | ['86384bf876d12f157418782694d3b14cf5f7d5d3'] | feat: add index migration (#7050) | [{'old_path': 'app/models/message.rb', 'new_path': 'app/models/message.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -26,6 +26,7 @@\n # index_messages_on_account_id_and_inbox_id (account_id,inbox_id)\n # index_messages_on_additional_attributes_campaign_id (((additional_attributes -> 'campaign_id'... | Ruby |
87f758ee1f7ce39869a40902b315c08a2133686b | 500 | 2023-05-11 12:56:43+05:30 | -19,800 | ['d0a1ad746a082949f45589c895a88695fcfb4571'] | feat: Order conversations by priority (#7053) | [{'old_path': 'app/finders/conversation_finder.rb', 'new_path': 'app/finders/conversation_finder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -5,7 +5,8 @@ class ConversationFinder\n SORT_OPTIONS = {\n latest: 'latest',\n sort_on_created_at: 'sort_on_created_at',\n- last_user_message_at: 'last_use... | Ruby |
9c5d062efc7d769635dd079064df664cb952f68d | 90 | 2023-05-11 17:30:07+05:30 | -19,800 | ['87f758ee1f7ce39869a40902b315c08a2133686b'] | fix: Fix greeting message label in settings (#7056) | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/inboxMgmt.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/inboxMgmt.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -83,7 +83,7 @@\n },\n "CHANNEL_GREETING_TOGGLE": {\n "LABEL": "Enable channel greeting",\n- "... | Ruby |
d99997d17de90739e8b0ab4b559d195c99480f53 | 375 | 2023-05-11 17:32:29+05:30 | -3,600 | ['9c5d062efc7d769635dd079064df664cb952f68d'] | feat: Add ability to filter Conversations by underlying `source_id` (#6979)
This change adds the ability to include a `source_id` param when querying the `/api/v1/accounts/{account_id}/conversations/search` endpoint. It restricts to results to only conversations related to a contact_inbox with the provided parameter. ... | [{'old_path': 'app/finders/conversation_finder.rb', 'new_path': 'app/finders/conversation_finder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -54,9 +54,10 @@ class ConversationFinder\n \n find_all_conversations\n filter_by_status unless params[:q]\n- filter_by_team if @team\n- filter_by_labels i... | Ruby |
c97d6021e009a4639f3cc697cb4f514d3f8ae3cc | 500 | 2023-05-11 17:35:19+05:30 | -19,800 | ['d99997d17de90739e8b0ab4b559d195c99480f53'] | chore: Add migration to set the default empty string value for contact name (#7052)
Fixes: https://linear.app/chatwoot/issue/CW-1650/issue-with-the-contact-name | [{'old_path': 'app/models/contact.rb', 'new_path': 'app/models/contact.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,7 +8,7 @@\n # email :string\n # identifier :string\n # last_activity_at :datetime\n-# name :string\n+# name :string ... | Ruby |
271263bcc21c80c2441e2728387515c7ab88521e | 500 | 2023-05-11 22:42:56+05:30 | -19,800 | ['c97d6021e009a4639f3cc697cb4f514d3f8ae3cc'] | feat: SLA CRUD APIs (EE) (#7027)
Fixes: https://linear.app/chatwoot/issue/CW-1613/sla-api
Co-authored-by: Sojan Jose <sojan@pepalo.com> | [{'old_path': 'app/models/account.rb', 'new_path': 'app/models/account.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -149,4 +149,5 @@ class Account < ApplicationRecord\n end\n \n Account.prepend_mod_with('Account')\n+Account.include_mod_with('EnterpriseAccountConcern')\n Account.include_mod_with('Audit::Accoun... | Ruby |
020dcc4dc7accb9416a6bdd6fdfbfd44e6b11fea | 540 | 2023-05-11 12:14:56-07:00 | 25,200 | ['271263bcc21c80c2441e2728387515c7ab88521e'] | fix: Avoid audio URLs getting cached at the frontend (#7062) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/Message.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/Message.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -59,7 +59,7 @@\n controls\n class="skip-context-menu"\n >\n-... | Ruby |
708bddf4dba6793fd24a7c5722a45277581ae6c1 | 500 | 2023-05-12 14:05:22+05:30 | -19,800 | ['020dcc4dc7accb9416a6bdd6fdfbfd44e6b11fea'] | feat: Refetch the latest messages on action cable reconnect in widget (#6996) | [{'old_path': 'app/controllers/api/v1/widget/messages_controller.rb', 'new_path': 'app/controllers/api/v1/widget/messages_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -48,7 +48,8 @@ class Api::V1::Widget::MessagesController < Api::V1::Widget::BaseController\n def message_finder_params\n {\n ... | Ruby |
2c3160cfee7cdeff1106691a1a3dcdc8ed13c689 | 500 | 2023-05-12 15:48:06+05:30 | -19,800 | ['708bddf4dba6793fd24a7c5722a45277581ae6c1'] | feat: API to list all attachments for a conversation (#7059)
Fixes: https://linear.app/chatwoot/issue/CW-1678/api-to-list-all-attachments-for-a-conversation | [{'old_path': 'app/controllers/api/v1/accounts/conversations_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/conversations_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,6 +22,10 @@ class Api::V1::Accounts::ConversationsController < Api::V1::Accounts::BaseContro\n @conversations_... | Ruby |
abdf00d2cfc3e26ccef8b892b73edf46ed3a56a1 | 9 | 2023-05-12 16:39:18+05:30 | -19,800 | ['2c3160cfee7cdeff1106691a1a3dcdc8ed13c689'] | fixes: Editor adding slash char while creating block quotes [cw-1505] (#7069)
* fixes: Editor adding slash char while creating block quotes [cw-1505]
* Update with latest package | [{'old_path': 'yarn.lock', 'new_path': 'yarn.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2180,7 +2180,7 @@\n \n "@chatwoot/prosemirror-schema@https://github.com/chatwoot/prosemirror-schema.git":\n version "1.0.0"\n- resolved "https://github.com/chatwoot/prosemirror-schema.git#3306cdb220797090ce41ea6071... | Ruby |
198cd9b28d5137e9069f749e6d9b7f9b3809fba3 | 90 | 2023-05-12 19:25:51+05:30 | -19,800 | ['abdf00d2cfc3e26ccef8b892b73edf46ed3a56a1'] | feat: Show next available day/hour and minutes on widget (#6902)
* feat: Show next available hour and minutes on widget
* chore: Adds spec
* chore: Show days
* chore: Code clean up
* chore: Review fixes
* chore: Minor fixes
* chore: Review suggestion fixes
* chore: Minor fixes
* Added timezone ... | [{'old_path': 'app/javascript/shared/helpers/DateHelper.js', 'new_path': 'app/javascript/shared/helpers/DateHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -30,3 +30,10 @@ export const isTimeAfter = (h1, m1, h2, m2) => {\n \n return true;\n };\n+\n+export const generateRelativeTime = (value, unit, langu... | Ruby |
385eab6b96bd4478a805f40c5d7b51f635bd5b9c | 603 | 2023-05-12 22:12:21+05:30 | -19,800 | ['198cd9b28d5137e9069f749e6d9b7f9b3809fba3'] | chore: Add max length validation to text fields (#7073)
Introduces a default max length validation for all string and text fields to prevent processing large payloads. | [{'old_path': 'app/models/account.rb', 'new_path': 'app/models/account.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,7 +34,7 @@ class Account < ApplicationRecord\n \n validates :name, presence: true\n validates :auto_resolve_duration, numericality: { greater_than_or_equal_to: 1, less_than_or_equal_to: ... | Ruby |
354010a6e1131c64f20e765f01c0ecac845e09fc | 622 | 2023-05-14 10:02:36+05:30 | -19,800 | ['385eab6b96bd4478a805f40c5d7b51f635bd5b9c'] | chore: fetch mails with multiple attachments (#7030) | [{'old_path': 'app/jobs/inboxes/fetch_imap_emails_job.rb', 'new_path': 'app/jobs/inboxes/fetch_imap_emails_job.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -33,23 +33,30 @@ class Inboxes::FetchImapEmailsJob < ApplicationJob\n end\n \n def fetch_mail_for_channel(channel)\n- # TODO: rather than setting t... | Ruby |
1936369b12044b1de89d895191690b93e01af985 | 500 | 2023-05-15 11:57:56+05:30 | -19,800 | ['354010a6e1131c64f20e765f01c0ecac845e09fc'] | feat: Add analytics event for OpenAI (#7074)
* Add analytics event for OpenAI
* Add more variations | [{'old_path': 'app/javascript/dashboard/components/widgets/AIAssistanceButton.vue', 'new_path': 'app/javascript/dashboard/components/widgets/AIAssistanceButton.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -74,6 +74,7 @@ import { mapGetters } from 'vuex';\n import { mixin as clickaway } from 'vue-clickaway';\... | Ruby |
5a8eff35b58305d7602d97dccfe18561171911a2 | 9 | 2023-05-15 14:03:29+05:30 | -19,800 | ['1936369b12044b1de89d895191690b93e01af985'] | chore: Enable support for hebrew in dashboard [CW-1736] (#7077) | [{'old_path': 'app/javascript/dashboard/i18n/index.js', 'new_path': 'app/javascript/dashboard/i18n/index.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -9,6 +9,7 @@ import es from './locale/es';\n import fa from './locale/fa';\n import fi from './locale/fi';\n import fr from './locale/fr';\n+import he from './l... | Ruby |
c70367bbd7ec61d29293efc45766baf301b322bc | 583 | 2023-05-15 15:13:26+05:30 | -19,800 | ['5a8eff35b58305d7602d97dccfe18561171911a2'] | feat: add migration to fix image signed keys (#7076) | [{'old_path': None, 'new_path': 'db/migrate/20230515051424_update_article_image_keys.rb', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,55 @@\n+class ArticleKeyConverter\n+ def initialize(article)\n+ @article = article\n+ end\n+\n+ def process\n+ new_content = replace(@article.content)\n+ @article.... | Ruby |
7dd1562b40e1e42420c7106d8c8620f54b905f7e | 9 | 2023-05-15 16:17:55+05:30 | -19,800 | ['c70367bbd7ec61d29293efc45766baf301b322bc'] | fix: Welcome email copy changes and canned response API error handling [cw-1290] (#7054)
Fixes: https://linear.app/chatwoot/issue/CW-1290/minor-ui-issues | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/cannedMgmt.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/cannedMgmt.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -34,7 +34,7 @@\n },\n "API": {\n "SUCCESS_MESSAGE": "Canned Response added successfully",\n- "ERROR... | Ruby |
65e91f6a6fddf3fce620351659b822052d1d6fca | 622 | 2023-05-15 16:25:15+05:30 | -19,800 | ['7dd1562b40e1e42420c7106d8c8620f54b905f7e'] | fix: Duplicate instagram conversations for echo messages (#7078) | [{'old_path': 'app/builders/messages/instagram/message_builder.rb', 'new_path': 'app/builders/messages/instagram/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -63,7 +63,9 @@ class Messages::Instagram::MessageBuilder < Messages::Messenger::MessageBuilder\n end\n \n def conversation\n- @co... | Ruby |
f2a34ad8aa4f15f4ee713ac1868fe7a00cf695fc | 603 | 2023-05-15 16:32:27+05:30 | -19,800 | ['65e91f6a6fddf3fce620351659b822052d1d6fca'] | Chore: Remove deprecation warning post rails upgrade (#7080)
Fixes: https://linear.app/chatwoot/issue/CW-1575/fix-deprecations-post-upgrade-to-rails-7 | [{'old_path': 'app/models/attachment.rb', 'new_path': 'app/models/attachment.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -56,7 +56,7 @@ class Attachment < ApplicationRecord\n \n # NOTE: for External services use this methods since redirect doesn't work effectively in a lot of cases\n def download_url\n- ... | Ruby |
d9f2cd0a6e8a26c8acaedff9eeb9604892c01c8e | 9 | 2023-05-15 16:56:04+05:30 | -19,800 | ['f2a34ad8aa4f15f4ee713ac1868fe7a00cf695fc'] | chore: Enable Hebrew language for widget (#7079)
Co-authored-by: Sojan Jose <sojan@pepalo.com> | [{'old_path': 'app/javascript/survey/i18n/index.js', 'new_path': 'app/javascript/survey/i18n/index.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -9,6 +9,7 @@ import es from './locale/es.json';\n import fa from './locale/fa.json';\n import fi from './locale/fi.json';\n import fr from './locale/fr.json';\n+impor... | Ruby |
b99470626564ef0b3796dc17ccae34c4edc013ea | 622 | 2023-05-15 20:19:03+05:30 | -19,800 | ['d9f2cd0a6e8a26c8acaedff9eeb9604892c01c8e'] | fix: Email date attribute not being set (#7081)
Fixes: https://linear.app/chatwoot/issue/CW-1738/typeerror-no-implicit-conversion-of-nil-into-string-typeerror | [{'old_path': 'app/jobs/inboxes/fetch_imap_emails_job.rb', 'new_path': 'app/jobs/inboxes/fetch_imap_emails_job.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -9,7 +9,7 @@ class Inboxes::FetchImapEmailsJob < ApplicationJob\n process_email_for_channel(channel)\n rescue *ExceptionList::IMAP_EXCEPTIONS\n ... | Ruby |
ca85d4e1c6d6fcb76d49f38c36fe40bb476384f8 | 603 | 2023-05-15 20:33:58+05:30 | -19,800 | ['b99470626564ef0b3796dc17ccae34c4edc013ea'] | fix: External url validation in attachment (#7082)
fixes: https://linear.app/chatwoot/issue/CW-1746/activerecordrecordinvalid-validation-failed-external-url-is-too-long | [{'old_path': 'app/models/attachment.rb', 'new_path': 'app/models/attachment.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,7 +37,7 @@ class Attachment < ApplicationRecord\n belongs_to :message\n has_one_attached :file\n validate :acceptable_file\n-\n+ validates :external_url, length: { maximum: 1000... | Ruby |
d3206055564a0228598db5422d35c843efd4d3f0 | 603 | 2023-05-15 21:23:17+05:30 | -19,800 | ['ca85d4e1c6d6fcb76d49f38c36fe40bb476384f8'] | chore: Fix Activerecord querry cancelled when fetching email (#7083)
limiting the query to 2 days to ensure that it runs timebound.
fixes: https://linear.app/chatwoot/issue/CW-1747/activerecordquerycanceled-pgquerycanceled-error-canceling-statement | [{'old_path': 'app/jobs/inboxes/fetch_imap_emails_job.rb', 'new_path': 'app/jobs/inboxes/fetch_imap_emails_job.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -87,9 +87,11 @@ class Inboxes::FetchImapEmailsJob < ApplicationJob\n end\n \n def last_email_time(channel)\n- if channel.inbox.messages.any?\n- ... | Ruby |
0f776a173ccfa22a6bb82d29768eb016e56c99bb | 622 | 2023-05-15 21:42:22+05:30 | -19,800 | ['d3206055564a0228598db5422d35c843efd4d3f0'] | Fix: Mail ate compare with nil date (#7084)
fixes: https://chatwoot-p3.sentry.io/issues/4185144468/?project=6382945 | [{'old_path': 'app/jobs/inboxes/fetch_imap_emails_job.rb', 'new_path': 'app/jobs/inboxes/fetch_imap_emails_job.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -54,7 +54,9 @@ class Inboxes::FetchImapEmailsJob < ApplicationJob\n end\n \n def processed_email?(current_email, last_email_time)\n- current_email.... | Ruby |
a3547c5a1f8923f74d3ba9e3140db646dfe8975f | 540 | 2023-05-15 18:43:16-07:00 | 25,200 | ['0f776a173ccfa22a6bb82d29768eb016e56c99bb'] | feat: Show Table of Contents in the article sidebar (#7085) | [{'old_path': 'app/javascript/packs/portal.js', 'new_path': 'app/javascript/packs/portal.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,35 +1,9 @@\n-// This file is automatically compiled by Webpack, along with any other files\n-// present in this directory. You're encouraged to place your actual application... | Ruby |
3f39b7ad1f104ec03dac12e517d1912618abfe5c | 540 | 2023-05-15 19:05:07-07:00 | 25,200 | ['a3547c5a1f8923f74d3ba9e3140db646dfe8975f'] | fix: Avoid styles getting purged on prod build (#7086) | [{'old_path': 'app/javascript/portal/application.scss', 'new_path': 'app/javascript/portal/application.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,8 +28,12 @@ body {\n }\n \n .heading {\n+ .permalink {\n+ visibility: hidden;\n+ }\n+\n &:hover {\n- a {\n+ .permalink {\n visibility: vi... | Ruby |
49ef4e54cae187d3fae77eb85b009afcb859048a | 540 | 2023-05-16 16:57:25-07:00 | 25,200 | ['db0d32f01de1cb9054bb0719465de67535320c37'] | feat: Add cmd/ctrl click open on the conversation cards (#7100) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationCard.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,7 @@\n }"\n @mouseenter="onCardHover"\n @mouseleave="onCardLea... | Ruby |
6382707146bfd00790ff3420b51f0e3ecfcd20a7 | 500 | 2023-05-17 15:41:23+05:30 | -19,800 | ['49ef4e54cae187d3fae77eb85b009afcb859048a'] | chore: Check assignee exists or not before rendering the assignee avatar (#7104) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/notifications/components/NotificationPanelList.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/notifications/components/NotificationPanelList.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,7 +37,7 @@\n </div>\n <d... | Ruby |
aea9470b6ae682133c62e3305d2c9fe68c17933a | 90 | 2023-05-18 15:06:18+05:30 | -19,800 | ['6382707146bfd00790ff3420b51f0e3ecfcd20a7'] | fix: RTL issue for basic filter dropdown (#7118) | [{'old_path': 'app/javascript/dashboard/assets/scss/_rtl.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_rtl.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -261,6 +261,12 @@\n }\n }\n \n+ // Basic filter dropdown\n+ .basic-filter {\n+ left: 0;\n+ right: unset;\n+ }\n+\n ... | Ruby |
a25179c342fe3c6a2fdcabc9ab9f0284a3a448a4 | 248 | 2023-05-18 15:22:01+05:30 | 10,800 | ['aea9470b6ae682133c62e3305d2c9fe68c17933a'] | fix: Instagram events job NoMethodError: undefined method for nil:NilClass (#7105)
- Sometimes tag entry does not have messaging or standby and cause a error | [{'old_path': 'app/jobs/webhooks/instagram_events_job.rb', 'new_path': 'app/jobs/webhooks/instagram_events_job.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -31,6 +31,6 @@ class Webhooks::InstagramEventsJob < ApplicationJob\n end\n \n def messages(entry)\n- (entry[:messaging].presence || entry[:standby]... | Ruby |
590ce788b99c7634936af07bf999c05abadb0416 | 650 | 2023-05-18 16:53:47+05:30 | -19,800 | ['a25179c342fe3c6a2fdcabc9ab9f0284a3a448a4'] | fix: update linux script(cwctl) to account for rails7 upgrade (#7106)
* chore: modify cwctl to fetch latest redis version on new installations
* fix: add libvips for activestorage imageprocessing support
* chore: update cwctl version
* feat: upgrade redis and install libvps for existing installations | [{'old_path': 'VERSION_CW', 'new_path': 'VERSION_CW', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-2.2.0\n+2.17.0\n'}, {'old_path': 'VERSION_CWCTL', 'new_path': 'VERSION_CWCTL', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1 @@\n-2.1.0\n+2.3.0\n'}, {'old_path': 'deployment/setup_20.04.sh', 'new... | Ruby |
f2f33038f2d730f535504f5bd19545192fd9f5be | 583 | 2023-05-18 18:42:28+05:30 | -19,800 | ['590ce788b99c7634936af07bf999c05abadb0416'] | fix: Make category non-mandatory (#7117)
Creating articles in a new help center without categories throws an error. This PR fixes that. | [{'old_path': 'app/views/api/v1/accounts/articles/_article.json.jbuilder', 'new_path': 'app/views/api/v1/accounts/articles/_article.json.jbuilder', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,11 +8,12 @@ json.position article.position\n json.account_id article.account_id\n json.updated_at article.updated_at.to... | Ruby |
132cf802d5b5cbf898bf9446ce9e31d754aa15b5 | 339 | 2023-05-18 18:50:48+05:30 | -7,200 | ['f2f33038f2d730f535504f5bd19545192fd9f5be'] | fix: Open AI Integration should respond in conversation language (#7092)
Appended "Reply in the user's language." to obtain the answer in the user's language.
Fixes: https://linear.app/chatwoot/issue/CW-1735/chore-use-account-language-for-the-prompts
Co-authored-by: Sojan <sojan@pepalo.com> | [{'old_path': 'lib/integrations/openai/processor_service.rb', 'new_path': 'lib/integrations/openai/processor_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,7 +28,8 @@ class Integrations::Openai::ProcessorService\n model: GPT_MODEL,\n messages: [\n { role: \'system\',\n- ... | Ruby |
105f9a27d28fe2a196513e033d9ca23d81cbc267 | 583 | 2023-05-18 22:50:46+05:30 | -19,800 | ['132cf802d5b5cbf898bf9446ce9e31d754aa15b5'] | feat: more CSAT filters (#7038)
* refactor: use grid instead of flex
* refactor: let the parent layout decide the spacing
* feat: add a separate date-range component
* refactor: use new date-range component
* fix: destructure all options
* refactor: separate group by component
* refactor: better hand... | [{'old_path': 'Gemfile.lock', 'new_path': 'Gemfile.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -784,6 +784,7 @@ GEM\n \n PLATFORMS\n arm64-darwin-20\n+ arm64-darwin-22\n arm64-darwin-21\n ruby\n x86_64-darwin-18\n'}, {'old_path': 'app/controllers/api/v1/accounts/csat_survey_responses_controller.rb... | Ruby |
b988a01df367e725d30c0870850247a66e1a0077 | 583 | 2023-05-19 14:24:49+05:30 | -19,800 | ['105f9a27d28fe2a196513e033d9ca23d81cbc267'] | fix: exclude private and activity messages from public API (#7123)
- Exclude private messages | [{'old_path': 'app/views/public/api/v1/models/_conversation.json.jbuilder', 'new_path': 'app/views/public/api/v1/models/_conversation.json.jbuilder', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -4,7 +4,7 @@ json.contact_last_seen_at resource.contact_last_seen_at.to_i\n json.status resource.status\n json.agent_las... | Ruby |
7ab7bac6bff9d700d7b3e50f9b36c2a7dd5c3dcc | 603 | 2023-05-19 14:37:10+05:30 | -19,800 | ['b988a01df367e725d30c0870850247a66e1a0077'] | chore: Enable the new Rubocop rules (#7122)
fixes: https://linear.app/chatwoot/issue/CW-1574/renable-the-disabled-rubocop-rules | [{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -162,41 +162,33 @@ Rails/RenderInline:\n Performance/CollectionLiteralInLoop:\n Exclude:\n - 'db/migrate/20210315101919_enable_email_channel.rb'\n-RSpec/NamedSubject:\n- Enabled: false\n-Style/RedundantCon... | Ruby |
7b9a9831c13fae7619253d4b760eb766968c89ce | 603 | 2023-05-19 15:32:25+05:30 | -19,800 | ['7ab7bac6bff9d700d7b3e50f9b36c2a7dd5c3dcc'] | chore: Fix rubococop failures (#7130)
- fixes rubocop failures on develop | [{'old_path': 'spec/controllers/public/api/v1/inbox/conversations_controller_spec.rb', 'new_path': 'spec/controllers/public/api/v1/inbox/conversations_controller_spec.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -27,11 +27,11 @@ RSpec.describe \'Public Inbox Contact Conversations API\', type: :request do\n ... | Ruby |