Search is not available for this dataset
hash string | author int32 | committer_date string | timezone int64 | parents string | message string | changes string | language string |
|---|---|---|---|---|---|---|---|
f0fbaacaf742b5e5705ea35a92f82ed4b4dbc36e | 603 | 2023-02-13 13:38:36-08:00 | -19,800 | ['ff9cadc9a0113898d5842310a5c06386df7b8985'] | chore: Switch to csv-safe gem to avoid csv injection (#6444) | [{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -39,6 +39,8 @@ gem 'rack-attack'\n gem 'down', '~> 5.0'\n # authentication type to fetch and send mail over oauth2.0\n gem 'gmail_xoauth'\n+# Prevent CSV injection\n+gem 'csv-safe'\n \n ##-- for active storage --##\n gem '... | Ruby |
caca99a8230eb8f67c88b0547b2a260c20350c67 | 11 | 2023-02-13 14:27:17-08:00 | -10,800 | ['f0fbaacaf742b5e5705ea35a92f82ed4b4dbc36e'] | fix : Help Center article view count (#6429)
* fix: resolves issue with non updating article view count
Co-authored-by: BikashSah999 <51731962+BikashSah999@users.noreply.github.com>
* Update articles_controller.rb
---------
Co-authored-by: BikashSah999 <51731962+BikashSah999@users.noreply.github.com>
Co-a... | [{'old_path': 'app/controllers/api/v1/accounts/articles_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/articles_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -55,7 +55,8 @@ class Api::V1::Accounts::ArticlesController < Api::V1::Accounts::BaseController\n \n def article_params\n p... | Ruby |
98ff185d42b520aba73c12d3fe88edbf9ce5bb9f | 540 | 2023-02-13 14:29:14-08:00 | 28,800 | ['caca99a8230eb8f67c88b0547b2a260c20350c67'] | chore: Add formatting for the view count (#6447) | [{'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': '@@ -16,8 +16,7 @@ class Public::Api::V1::Portals::ArticlesController < PublicController\n \n def set_article\n @a... | Ruby |
97b1b4c6f987914dc2e06f41d08619e7928819ba | 11 | 2023-02-14 11:57:22-08:00 | -20,700 | ['98ff185d42b520aba73c12d3fe88edbf9ce5bb9f'] | fix: Prevents duplicate action trigger on interactive messages (#6448)
Co-authored-by: raph941 <45232708+raph941@users.noreply.github.com>
Co-authored-by: phunguyenmurcul <51897872+phunguyenmurcul@users.noreply.github.com> | [{'old_path': 'app/javascript/widget/store/modules/message.js', 'new_path': 'app/javascript/widget/store/modules/message.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -12,9 +12,12 @@ export const getters = {\n \n export const actions = {\n update: async (\n- { commit, dispatch },\n+ { commit, dispatch,... | Ruby |
d6baa5db85aab60f4564af65c8fde4594947c4a1 | 9 | 2023-02-15 12:53:20-08:00 | -19,800 | ['97b1b4c6f987914dc2e06f41d08619e7928819ba'] | fix: Send attachments as multiple messages for whatsapp channel (#6428)
* fix: Send attachments as multiple messages for whatsapp channel
* Review fixes
* Fixes bug with whatsapp inbox check condition
---------
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
Co-authored-by: Sivin Varghese <6425245... | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -701,18 +701,33 @@ export default {\n if (this.isSignatureEnabledForInbox && this.messageS... | Ruby |
949ddf68ba83259c90af5c0f78ec039493638823 | 540 | 2023-02-15 14:14:56-08:00 | 28,800 | ['d6baa5db85aab60f4564af65c8fde4594947c4a1'] | chore: Refactor the notification service for participants (#6461) | [{'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': '@@ -14,7 +14,7 @@ class Api::V1::Accounts::InboxesController < Api::V1::Accounts::BaseController\n \n # Deprecated: This API will b... | Ruby |
7044eda281b90d1662c4bf77264a2538a98eac7b | 540 | 2023-02-15 16:33:31-08:00 | 28,800 | ['949ddf68ba83259c90af5c0f78ec039493638823'] | chore: Add controllers for conversation participants (#6462)
Co-authored-by: Aswin Dev P.S <aswindevps@gmail.com>
Co-authored-by: Sojan Jose <sojan@chatwoot.com> | [{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -17,7 +17,6 @@ Metrics/ClassLength:\n - 'app/builders/messages/facebook/message_builder.rb'\n - 'app/controllers/api/v1/accounts/contacts_controller.rb'\n - 'app/listeners/action_cable_listener.rb'\n-... | Ruby |
0888596b839dbcf2c7d0b88d281d9cf65eabb7a1 | 603 | 2023-02-15 20:41:40-08:00 | -19,800 | ['7044eda281b90d1662c4bf77264a2538a98eac7b'] | chore: Limit widget endpoint with rack attack (#6465)
ref: https://github.com/chatwoot/chatwoot/issues/1007#issuecomment-1427156094 | [{'old_path': 'config/initializers/rack_attack.rb', 'new_path': 'config/initializers/rack_attack.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -104,6 +104,11 @@ class Rack::Attack\n throttle('api/v1/widget/contacts', limit: 60, period: 1.hour) do |req|\n req.ip if req.path_without_extentions == '/api/v1/... | Ruby |
80784e3cab6157d674094ae3a065c379332a47d4 | 540 | 2023-02-15 20:50:45-08:00 | 28,800 | ['c12bdc8350ae8f34d5ced08dea1fcaf1073aa214'] | feat: Add Google Translate API Integration (#6454) | [{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -41,6 +41,8 @@ gem 'down', '~> 5.0'\n gem 'gmail_xoauth'\n # Prevent CSV injection\n gem 'csv-safe'\n+# Support message translation\n+gem 'google-cloud-translate'\n \n ##-- for active storage --##\n gem 'aws-sdk-s3', requi... | Ruby |
2c8ecbecebf94f1501a648f50c4d997170c9cac1 | 9 | 2023-02-15 21:11:32-08:00 | -19,800 | ['80784e3cab6157d674094ae3a065c379332a47d4'] | feat: Adds image attachment for help center articles (#6426)
* Added one more endpoint to attach tempfile and get logo
* Added one more endpoint to attach tempfile and get logo
* spec fixes
* Upload file for articles irrespective of the association
* Upload file for articles irrespective of the association... | [{'old_path': 'app/javascript/dashboard/api/helpCenter/articles.js', 'new_path': 'app/javascript/dashboard/api/helpCenter/articles.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -46,6 +46,20 @@ class ArticlesAPI extends PortalsAPI {\n deleteArticle({ articleId, portalSlug }) {\n return axios.delete(`${thi... | Ruby |
7be2ef329299599519f5b70831b264d4dfd5d48f | 583 | 2023-02-16 11:12:02+05:30 | -19,800 | ['2c8ecbecebf94f1501a648f50c4d997170c9cac1'] | feat: Google OAuth for login & signup (#6346)
This PR adds Google OAuth for all existing users, allowing users to log in or sign up via their Google account.
---------
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com>
Co-authored-by: Soj... | [{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -131,6 +131,11 @@ TWITTER_ENVIRONMENT=\n SLACK_CLIENT_ID=\n SLACK_CLIENT_SECRET=\n \n+# Google OAuth\n+GOOGLE_OAUTH_CLIENT_ID=\n+GOOGLE_OAUTH_CLIENT_SECRET=\n+GOOGLE_OAUTH_CALLBACK_URL=\n+\n ### Change this env v... | Ruby |
ca1adb9960cfaf9825458ee5a658dbdb2b0a5a2a | 603 | 2023-02-16 13:35:06+05:30 | -19,800 | ['7be2ef329299599519f5b70831b264d4dfd5d48f'] | feat: conversation participants (#4145)
Fixes #241
Fixes: chatwoot/product#648
Co-authored-by: Aswin Dev P.S <aswindevps@gmail.com>
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com>
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
Co-authored-by: Pranav Raj S <pranav@chat... | [{'old_path': 'app/javascript/dashboard/components/ChatList.vue', 'new_path': 'app/javascript/dashboard/components/ChatList.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -377,6 +377,9 @@ export default {\n if (this.conversationType === 'mention') {\n return this.$t('CHAT_LIST.MENTION_HEADING');\... | Ruby |
59964a4f417abff5377fb33df40825ca4e466781 | 318 | 2023-02-16 17:47:26+05:30 | -7,200 | ['8c49a2efc5b2426c660d371ca3a2a115ab5e180a'] | swagger: fixed invalid specification (#5485)
Currently, the swagger spec doesn't follow the Swagger 2.0 specification. So, I facing 4 errors when trying generate the Golang client for chatwoot.
Due to the spec, the binary field should use format: binary beside type: string
Signed-off-by: Giau. Tran Minh <hello@gia... | [{'old_path': '.circleci/config.yml', 'new_path': '.circleci/config.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -102,8 +102,8 @@ jobs:\n echo "ERROR: The swagger.json file is not in sync with the yaml specification. Run \'rake swagger:build\' and commit \'swagger/swagger.json\'."\n ... | Ruby |
71d8195845305e0717d020c92065f6b8b0b9f8f3 | 540 | 2023-02-16 09:57:11-08:00 | 28,800 | ['59964a4f417abff5377fb33df40825ca4e466781'] | fix: Add scoped CSS for participants (#6472) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/conversation/ConversationParticipant.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/conversation/ConversationParticipant.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -224,7 +224,7 @@ export default {\n },\n };\n </script>\n-<style lang=... | Ruby |
4d719a8fe33bed72ec57812e174dab1874315340 | 9 | 2023-02-17 17:48:16+05:30 | -19,800 | ['71d8195845305e0717d020c92065f6b8b0b9f8f3'] | fix: Add a settings link for portals in sidebar (#6475) | [{'old_path': 'app/javascript/dashboard/i18n/locale/en/settings.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/settings.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -238,6 +238,7 @@\n "DRAFT": "Draft",\n "ARCHIVED": "Archived",\n "CATEGORY": "Category",\n+ "SETTINGS": "Se... | Ruby |
b479b7c6d7a34ddfa2e60b601e358c39b4fffb16 | 540 | 2023-02-17 08:43:28-08:00 | 28,800 | ['4d719a8fe33bed72ec57812e174dab1874315340'] | chore: Enable push permissions if available (#6474) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/profile/NotificationSettings.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/profile/NotificationSettings.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -235,7 +235,7 @@\n </div>\n </div>\n <div\n- v-if="... | Ruby |
c9242fac9e55169cff8b3051c7b12dbc9787832a | 9 | 2023-02-17 08:44:16-08:00 | -19,800 | ['b479b7c6d7a34ddfa2e60b601e358c39b4fffb16'] | fix: Warning in conversations page from participants (#6479) | [{'old_path': 'app/javascript/dashboard/routes/dashboard/conversation/ConversationParticipant.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/conversation/ConversationParticipant.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -164,7 +164,7 @@ export default {\n conversationId() {\n this.... | Ruby |
26f164d6a08a1c84d150cb1a9b7f33ef8fc19bbb | 650 | 2023-02-20 23:37:41+05:30 | -19,800 | ['c9242fac9e55169cff8b3051c7b12dbc9787832a'] | fix: foss_spec github action (#6495)
* fix: foss_spec gh action
* chore: upload log artifact in foss_spec gh action
* chore: ping foss_spec gh action runner os version to ubuntu-20.04
* fix: set nodeversion to 16 | [{'old_path': '.github/workflows/run_foss_spec.yml', 'new_path': '.github/workflows/run_foss_spec.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -15,7 +15,7 @@ on:\n \n jobs:\n test:\n- runs-on: ubuntu-latest\n+ runs-on: ubuntu-20.04\n services:\n postgres:\n image: postgres:10.8\n@@ ... | Ruby |
62de25960c81c5aa613ae592ffe785076d2294e8 | 583 | 2023-02-21 08:42:45+05:30 | -19,800 | ['26f164d6a08a1c84d150cb1a9b7f33ef8fc19bbb'] | feat: Integrate LogRocket (#6494)
* feat: install logrocket
* feat: allow log rocket
* feat: enable vuex log-rocket
* feat: integrate vuex with log rocket
* feat: add log rocket identify
* fix: identify if log rocket is initialized
---------
Co-authored-by: Vishnu Narayanan <vishnu@chatwoot.com> | [{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -169,6 +169,9 @@ USE_INBOX_AVATAR_FOR_BOT=true\n ## Sentry\n # SENTRY_DSN=\n \n+## LogRocket\n+# LOG_ROCKET_PROJECT_ID=xxxxx/some-project\n+\n ## Scout\n ## https://scoutapm.com/docs/ruby/configuration\n # SCOUT_... | Ruby |
930863b25b3874bafea7481de1facb15ca2f6180 | 650 | 2023-02-21 09:34:51+05:30 | -19,800 | ['62de25960c81c5aa613ae592ffe785076d2294e8'] | fix: sentry CHATWOOT-37A ActiveRecord::RecordNotUnique (#6496)
* fix: sentry CHATWOOT-37A #6457
* chore: add spec
---------
Co-authored-by: Sojan Jose <sojan@pepalo.com> | [{'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': "@@ -142,6 +142,8 @@ class Api::V1::Accounts::ConversationsController < Api::V1::Accounts::BaseContro\n # and deprecat... | Ruby |
e3d9a0441d465535a7aa0566d6e94bc521531376 | 426 | 2023-02-21 17:05:46+05:30 | 10,800 | ['930863b25b3874bafea7481de1facb15ca2f6180'] | chore: Bumped Ruby version on codespace image to 3.1.3 (#6490)
- Bumped Ruby version on codespace docker image to match the new Ruby version 3.1.3, which is required since from 2.14. | [{'old_path': '.devcontainer/Dockerfile.base', 'new_path': '.devcontainer/Dockerfile.base', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -30,7 +30,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \\\n npm\n \n # Install rbenv and ruby\n-ARG RUBY_VERSION="3.0.4"\n+ARG RUBY_VERSION="3.1.3"\n RUN ... | Ruby |
aff97bff26bd9d6ff14777fe8b04e2ed6d643fac | 11 | 2023-02-21 17:50:55+05:30 | -3,600 | ['e3d9a0441d465535a7aa0566d6e94bc521531376'] | feat: Supports masking tokens in super admin (#6491)
Supports masking/unmasking sensitive data such as API Tokens in the super admin dashboard.
ref: #6322
Co-authored-by: raph941 <45232708+raph941@users.noreply.github.com>
Co-authored-by: phunguyenmurcul <51897872+phunguyenmurcul@users.noreply.github.com> | [{'old_path': 'app/assets/config/manifest.js', 'new_path': 'app/assets/config/manifest.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,3 +2,4 @@\n //= link administrate/application.css\n //= link administrate/application.js\n //= link dashboardChart.js\n+//= link secretField.js\n'}, {'old_path': None, 'new_pa... | Ruby |
b905d4854aaeed005223a6795601f0ab5846522c | 11 | 2023-02-21 19:19:15+05:30 | -3,600 | ['aff97bff26bd9d6ff14777fe8b04e2ed6d643fac'] | fix: Access token should be hidden/masked by default in Agent Dashboard (#6492)
Supports masking/unmasking sensitive data such as API Tokens in the agent dashboard.
Fixes: #6322
Co-authored-by: raph941 <45232708+raph941@users.noreply.github.com>
Co-authored-by: Nithin David Thomas <1277421+nithindavid@users.nor... | [{'old_path': None, 'new_path': 'app/javascript/dashboard/components/MaskedText.vue', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,63 @@\n+<template>\n+ <div class="text--container">\n+ <woot-button size="small" class=" button--text" @click="onCopy">\n+ {{ $t(\'COMPONENTS.CODE.BUTTON_TEXT\') }}\n+ ... | Ruby |
cd6a836bf6a59f0d9ada4910e30ede959466d332 | 11 | 2023-02-22 15:40:48+05:30 | -3,600 | ['b905d4854aaeed005223a6795601f0ab5846522c'] | fix: Resolves icelandic locale not shown properly on UI (#6505)
Closes #6484
Co-authored-by: raph941 <45232708+raph941@users.noreply.github.com> | [{'old_path': 'app/javascript/dashboard/i18n/index.js', 'new_path': 'app/javascript/dashboard/i18n/index.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -33,6 +33,7 @@ import uk from './locale/uk';\n import vi from './locale/vi';\n import zh_CN from './locale/zh_CN';\n import zh_TW from './locale/zh_TW';\n+impor... | Ruby |
89359332664da02d4820abe2dacf3de173900a0c | 248 | 2023-02-22 18:20:10+05:30 | 10,800 | ['cd6a836bf6a59f0d9ada4910e30ede959466d332'] | fix: First attachment with caption for whatsapp channel (#6486) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -968,15 +968,9 @@ export default {\n },\n getMessagePayloadForWhatsapp(message) {\n ... | Ruby |
267413071430675194b5a4d868d516ccaa68500a | 9 | 2023-02-23 16:45:56+05:30 | -19,800 | ['89359332664da02d4820abe2dacf3de173900a0c'] | chore: Refactors chatlist header css to work with RTL (#6520)
authored by 1277421+nithindavid@users.noreply.github.com | [{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_conversation-view.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_conversation-view.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -93,22 +93,10 @@\n @include flex;\n align-items: center;\n justify-content: space-betwee... | Ruby |
fdf8b3f369b514bb6af1152db8dc34faeba2b33b | 90 | 2023-02-23 16:59:48+05:30 | -19,800 | ['267413071430675194b5a4d868d516ccaa68500a'] | chore: Refactor utility files for RTL (#6515)
* Chore: Refactor for RTL
* Chore: mInor fixes
* minor fixes | [{'old_path': 'app/javascript/dashboard/assets/scss/_layout.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_layout.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -16,12 +16,12 @@ body {\n }\n \n .banner + .app-wrapper {\n- .button--fixed-right-top {\n+ .button--fixed-top {\n top: 5.6 * $space-... | Ruby |
87aabfbb9a9237d943bacb3c3f1feb15003d86f1 | 90 | 2023-02-23 17:29:28+05:30 | -19,800 | ['fdf8b3f369b514bb6af1152db8dc34faeba2b33b'] | chore: Refactor integrations pages for RTL (#6516)
* Refactor integrations
* Adjust spacing for integration item
---------
Co-authored-by: Nithin David <1277421+nithindavid@users.noreply.github.com> | [{'old_path': 'app/javascript/dashboard/assets/scss/views/settings/integrations.scss', 'new_path': 'app/javascript/dashboard/assets/scss/views/settings/integrations.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,6 @@\n .integration--image {\n display: flex;\n height: 10rem;\n- mar... | Ruby |
409466bbd5292a8f7e73e8023bdd916d55c940ff | 90 | 2023-02-23 17:50:44+05:30 | -19,800 | ['87aabfbb9a9237d943bacb3c3f1feb15003d86f1'] | chore: RTL configuration (#6521)
* chore: RTL configuration
* Adds scss file | [{'old_path': 'app/javascript/dashboard/App.vue', 'new_path': 'app/javascript/dashboard/App.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,10 @@\n <template>\n- <div v-if="!authUIFlags.isFetching" id="app" class="app-wrapper app-root">\n+ <div\n+ v-if="!authUIFlags.isFetching"\n+ id="app"\n+ ... | Ruby |
6407745571a3498ada226a463b40813cbd46680b | 90 | 2023-02-23 18:18:28+05:30 | -19,800 | ['409466bbd5292a8f7e73e8023bdd916d55c940ff'] | chore: Woot tabs for RTL(#6518) | [{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_tabs.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_tabs.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,7 +12,7 @@\n border-top-width: 0;\n display: flex;\n min-width: var(--space-mega);\n- padding: $zero $space-normal;... | Ruby |
71f2b27728cde74aabb620611802cee8fc25cd1b | 650 | 2023-02-23 19:16:07+05:30 | -19,800 | ['6407745571a3498ada226a463b40813cbd46680b'] | fix: ActiveRecord::RecordNotFound Couldn't find Channel::WebWidget (#6523)
* fix: resucue ActiveRecord::RecordNotFound for webwidget controller
* chore: add rails.log | [{'old_path': 'app/controllers/widgets_controller.rb', 'new_path': 'app/controllers/widgets_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -18,6 +18,9 @@ class WidgetsController < ActionController::Base\n \n def set_web_widget\n @web_widget = ::Channel::WebWidget.find_by!(website_token: permitt... | Ruby |
60f953cd27fbb7b826522536bc94f027d638ef27 | 90 | 2023-02-23 19:50:49+05:30 | -19,800 | ['71f2b27728cde74aabb620611802cee8fc25cd1b'] | chore: Refactor reports for RTL (#6517)
* Refactor reports
* fix: spacing issues and minor fixes
---------
Co-authored-by: Nithin David <1277421+nithindavid@users.noreply.github.com> | [{'old_path': 'app/javascript/dashboard/assets/scss/_date-picker.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_date-picker.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,11 +14,11 @@\n }\n \n .mx-input {\n- border: 1px solid var(--color-border);\n+ border: 1px solid var(--s-200);\n ... | Ruby |
e7d0bf8a1b8accd4ba070e998625312e63745b93 | 540 | 2023-02-23 18:11:46-08:00 | 28,800 | ['60f953cd27fbb7b826522536bc94f027d638ef27'] | chore: Display CSAT responses in the message itself. (#6529) | [{'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': "@@ -257,10 +257,6 @@ export default {\n return !!Object.keys(this.translations).length;\n },\... | Ruby |
6d4b894f95d5ec510e9245a1afbb8a232a959c1e | 90 | 2023-02-24 12:35:06+05:30 | -19,800 | ['e7d0bf8a1b8accd4ba070e998625312e63745b93'] | chore: Refactor chat list for RTL (#6524)
* chore: Refactor chat list for RTL
* chore: Modal
* fix: Show more button margin
* chore: Inbox name fix | [{'old_path': 'app/javascript/dashboard/assets/scss/_rtl.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_rtl.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -234,6 +234,7 @@\n }\n \n .show-more--button {\n+ margin: unset;\n transform: rotate(180deg);\n }\n }\n@@ -... | Ruby |
9fcb29484d737d22b0ced9a0c0adfd501dc65dba | 90 | 2023-02-24 13:01:54+05:30 | -19,800 | ['6d4b894f95d5ec510e9245a1afbb8a232a959c1e'] | chore: Refactor sidebar related changes for RTL (#6519)
* Woot tabs
* Refactor sidebar related RTL
* Context menu
* chore: Minor fixes
* chore: Dropdown
* chore: Toggle switch
* chore: sidebar fixes
* fix: spacing issues and minor fixes
* chore: Space slab to small
---------
Co-authored-b... | [{'old_path': 'app/javascript/dashboard/assets/scss/_rtl.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_rtl.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,6 +13,10 @@\n padding: var(--space-smaller) var(--space-one) var(--space-smaller)\n var(--space-smaller);\n }\n+\n+ ... | Ruby |
26e760a2812dd544d3d601800a45588fce52a84f | 622 | 2023-02-24 13:20:56+05:30 | -19,800 | ['9fcb29484d737d22b0ced9a0c0adfd501dc65dba'] | Add sender_name in the SMTP reply mails (#6528) | [{'old_path': 'app/mailers/conversation_reply_mailer.rb', 'new_path': 'app/mailers/conversation_reply_mailer.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -35,7 +35,6 @@ class ConversationReplyMailer < ApplicationMailer\n init_conversation_attributes(message.conversation)\n @message = message\n rep... | Ruby |
c998c84bc090b75f282a7b0a95b11c158e65a614 | 540 | 2023-02-24 15:24:53+05:30 | 28,800 | ['26e760a2812dd544d3d601800a45588fce52a84f'] | fix: Name missing when email is collected via email hook (#6530)
- The name is not updated when the email is updated via the email collect message. This PR fixes that. | [{'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': '@@ -17,7 +17,7 @@ class Api::V1::Widget::MessagesController < Api::V1::Widget::BaseController\n @message.update!(submitted_email:... | Ruby |
76650c86cd38ef44602900c514c91cfb77cc8899 | 583 | 2023-02-24 17:15:11+05:30 | -19,800 | ['c998c84bc090b75f282a7b0a95b11c158e65a614'] | chore: add `--force-exclusion` option (#6535)
The pre-commit hook would format event those files excluded in the config. This is because the files were passed as args instead of the linter running on the entire project. When this happens, the exclude is not respect.
The --force-exclusion flag instructs our machine ... | [{'old_path': '.husky/pre-commit', 'new_path': '.husky/pre-commit', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -5,7 +5,7 @@\n npx --no-install lint-staged\n \n # lint only staged ruby files\n-git diff --name-only --cached | xargs ls -1 2>/dev/null | grep '\\.rb$' | xargs bundle exec rubocop -a\n+git diff --name-... | Ruby |
92d0398744d760ecc6b332e9861545edb1316e63 | 90 | 2023-02-24 19:20:17+05:30 | -19,800 | ['76650c86cd38ef44602900c514c91cfb77cc8899'] | chore: Refactor conversation info panel for RTL (#6526)
* chore: Refactor conversation info panel for RTL
* chore: Adds comments
* chore: Settings header icon fix
* chore: Toggle layout switch
* chore: Border fix in chat list | [{'old_path': 'app/javascript/dashboard/assets/scss/_rtl.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_rtl.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -80,8 +80,8 @@\n // Settings header\n .settings-header {\n .header--icon {\n- margin-left: 0;\n- margin-right: var(--space-sma... | Ruby |
06ffaa90fc1b18b0943a499ae23417ab8660d963 | 583 | 2023-02-25 09:48:48+05:30 | -19,800 | ['92d0398744d760ecc6b332e9861545edb1316e63'] | fix: bots included in time to response metrics (#6409)
* feat: ignore bots in avg_first_response_time
* feat: ignore bots in avg_first_response count
* feat: add bot handoff event
* feat: add handoff event listener and reporting event
* fix: ignore agent bot in first response
* refactor: calculate first... | [{'old_path': 'app/helpers/reporting_event_helper.rb', 'new_path': 'app/helpers/reporting_event_helper.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -17,6 +17,15 @@ module ReportingEventHelper\n from_in_inbox_timezone.working_time_until(to_in_inbox_timezone)\n end\n \n+ def last_non_human_activity(conve... | Ruby |
7d4e6d0257e1b5190de00b274ea5f760d9a24f08 | 90 | 2023-02-27 11:36:28+05:30 | -19,800 | ['06ffaa90fc1b18b0943a499ae23417ab8660d963'] | chore: Refactor tables in all screen for RTL (#6525)
* chore: Refactor tables in all screen for RTL
* Notification page footer
* Apply suggestions from code review
* chore: Minor ixes
* chore: Adds rtl comment
* chore: Code clean up for contact table
---------
Co-authored-by: Nithin David Thomas <... | [{'old_path': 'app/javascript/dashboard/assets/scss/_rtl.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_rtl.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -354,12 +354,12 @@\n }\n \n thead th {\n- padding-left: var(--space-one);\n+ padding-left: var(--space-small);\n padding... | Ruby |
bfb445186d215065ede0aa0b4e5156a3cea263ed | 90 | 2023-02-27 11:50:21+05:30 | -19,800 | ['7d4e6d0257e1b5190de00b274ea5f760d9a24f08'] | chore: Refactor reports css for RTL (#6537) | [{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_report.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_report.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,23 +3,23 @@\n \n cursor: pointer;\n margin: 0;\n- padding: $space-normal $space-small $space-normal $space-two;\n+... | Ruby |
eb55ff5c9b514b180d85e6d93460267dd632b095 | 90 | 2023-02-27 12:03:40+05:30 | -19,800 | ['bfb445186d215065ede0aa0b4e5156a3cea263ed'] | chore: Adds the ability to automatically initialize the RTL direction (#6531) | [{'old_path': 'app/javascript/dashboard/App.vue', 'new_path': 'app/javascript/dashboard/App.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -104,6 +104,7 @@ export default {\n } = this.getAccount(this.currentAccountId);\n const { pubsub_token: pubsubToken } = this.currentUser || {};\n this.set... | Ruby |
b76fda53a2d261fcdedb161d91465e729085cc16 | 622 | 2023-02-27 18:33:11+05:30 | -19,800 | ['eb55ff5c9b514b180d85e6d93460267dd632b095'] | fix: Email subject automation issue (#6533) | [{'old_path': 'lib/filters/filter_keys.json', 'new_path': 'lib/filters/filter_keys.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -90,6 +90,13 @@\n "data_type": "date",\n "filter_operators": [ "is_greater_than", "is_less_than", "days_before" ],\n "attribute_type": "date_attributes"\n+ },\... | Ruby |
ce807d3251426e967e878d51c602a8856e3d88d0 | 622 | 2023-02-27 20:22:07+05:30 | -19,800 | ['b76fda53a2d261fcdedb161d91465e729085cc16'] | fix: Condition based backend validation (#6554) | [{'old_path': 'app/models/automation_rule.rb', 'new_path': 'app/models/automation_rule.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,6 +25,7 @@ class AutomationRule < ApplicationRecord\n \n validate :json_conditions_format\n validate :json_actions_format\n+ validate :query_operator_presence\n valida... | Ruby |
b141fc1289e86c6170d777467f90a06836e58310 | 540 | 2023-02-27 09:12:14-08:00 | 28,800 | ['ce807d3251426e967e878d51c602a8856e3d88d0'] | fix: Fetch categories by locale (#6557) | [{'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': '@@ -15,23 +15,32 @@ class Public::Api::V1::Portals::ArticlesController < PublicController\n private\n \n def set_ar... | Ruby |
69a1c4527f59fabd311fbe2c50409b7cb40b4565 | 540 | 2023-02-27 17:45:57-08:00 | 28,800 | ['b141fc1289e86c6170d777467f90a06836e58310'] | fix: Fix i18n issues with help center (#6559) | [{'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,4 +1,4 @@\n-class Public::Api::V1::Portals::ArticlesController < PublicController\n+class Public::Api::V1::Portal... | Ruby |
42d9b6ffed348c0f12fe4589740acac0b1c898cf | 650 | 2023-02-28 12:18:06+05:30 | -19,800 | ['04f30e30334166d6884e8c4f91a85d4fc688abf0'] | chore: upload log artifact in nightly gh action (#6513) | [{'old_path': '.github/workflows/nightly_installer.yml', 'new_path': '.github/workflows/nightly_installer.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -44,3 +44,9 @@ jobs:\n # sudo systemctl restart chatwoot.target\n # curl http://localhost:3000/api\n \n+ - name: Upload chatw... | Ruby |
d5a2756462bd3df534701e12de7d5b070c357c29 | 500 | 2023-02-28 13:57:05+05:30 | -19,800 | ['42d9b6ffed348c0f12fe4589740acac0b1c898cf'] | feat: Add the option for consent form (#6511)
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> | [{'old_path': '.vscode/settings.json', 'new_path': '.vscode/settings.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1 +1,6 @@\n-{}\n\\ No newline at end of file\n+{\n+ "cSpell.words": [\n+ "chatwoot",\n+ "dompurify"\n+ ]\n+}\n'}, {'old_path': 'app/javascript/dashboard/i18n/locale/en/inbox... | Ruby |
9bd47588fcdd186ce39cd58cfe20952a55882331 | 90 | 2023-02-28 16:12:08+05:30 | -19,800 | ['d5a2756462bd3df534701e12de7d5b070c357c29'] | bug: Fixes i18n is not working on the help center dashboard (#6562) | [{'old_path': 'app/javascript/dashboard/i18n/locale/ar/index.js', 'new_path': 'app/javascript/dashboard/i18n/locale/ar/index.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -23,6 +23,7 @@ import { default as _settings } from './settings.json';\n import { default as _signup } from './signup.json';\n import { defa... | Ruby |
d4e7eaeccebbb000ae84863380464cd1a8bc51bc | 603 | 2023-02-28 22:00:36+05:30 | -19,800 | ['9bd47588fcdd186ce39cd58cfe20952a55882331'] | feat: New APIs for search (#6564)
- Adding new API endpoints for search
- Migrations to add appropriate indexes | [{'old_path': None, 'new_path': 'app/controllers/api/v1/accounts/search_controller.rb', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,28 @@\n+class Api::V1::Accounts::SearchController < Api::V1::Accounts::BaseController\n+ def index\n+ @result = search('all')\n+ end\n+\n+ def conversations\n+ @result ... | Ruby |
0a993978bac241aca11f0c0300187ad54b12d335 | 90 | 2023-03-01 10:53:40+05:30 | -19,800 | ['d4e7eaeccebbb000ae84863380464cd1a8bc51bc'] | bug: Bulk actions Assign agent is not working (#6568) | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/conversationBulkActions/AgentSelector.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/conversationBulkActions/AgentSelector.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n <template>\n- <div v-on-... | Ruby |
e5090fcdc76da392e81cd6ef101b0bb2ac896f60 | 540 | 2023-03-01 11:02:54+05:30 | 28,800 | ['0a993978bac241aca11f0c0300187ad54b12d335'] | fix: Show only categories where published articles count > 0 (#6567) | [{'old_path': 'app/views/public/api/v1/portals/show.html.erb', 'new_path': 'app/views/public/api/v1/portals/show.html.erb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,7 @@\n <%= render "public/api/v1/portals/hero", portal: @portal %>\n <div class="max-w-5xl w-full flex-grow mx-auto py-8 px-4">\n <div c... | Ruby |
4c921d3d0ee6690a33599758efdb7c735f91a6e6 | 603 | 2023-03-01 11:44:16+05:30 | -19,800 | ['e5090fcdc76da392e81cd6ef101b0bb2ac896f60'] | chore: fix flaky tests (#6569)
- fixing flaky test in search service spec | [{'old_path': 'spec/services/search_service_spec.rb', 'new_path': 'spec/services/search_service_spec.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -89,7 +89,7 @@ describe ::SearchService do\n new_converstion = create(:conversation, contact: random, inbox: inbox, account: account)\n params = { q... | Ruby |
c9c3ac4b44b53bf9b627944b472bc4d6313144e5 | 603 | 2023-03-01 14:31:51+05:30 | -19,800 | ['4c921d3d0ee6690a33599758efdb7c735f91a6e6'] | chore: Load only required APMs (#6497)
- Disable requiring the gems for all the APMs
- Switch to selectively requiring them. | [{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -96,13 +96,15 @@ gem 'slack-ruby-client'\n gem 'google-cloud-dialogflow'\n \n ##-- apm and error monitoring ---#\n-gem 'ddtrace'\n-gem 'elastic-apm'\n-gem 'newrelic_rpm'\n-gem 'scout_apm'\n-gem 'sentry-rails', '~> 5.3', '>... | Ruby |
34a2486e9c61f99ebd98996a581ede98919e4a6c | 622 | 2023-03-01 15:42:48+05:30 | -19,800 | ['40e81c63ade8f81782282b7ab09a18e8cf29174f'] | chore: Support plus forwarding in email channel (#6482)
- Support for plus forwarding in the email addresses for email channels
Co-authored-by: Sojan <sojan@pepalo.com> | [{'old_path': 'app/finders/email_channel_finder.rb', 'new_path': 'app/finders/email_channel_finder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,4 +1,6 @@\n class EmailChannelFinder\n+ include EmailHelper\n+\n def initialize(email_object)\n @email_object = email_object\n end\n@@ -7,7 +9,8 @@ class ... | Ruby |
c8cdff8bc40b847b9ae88b60d3f10ee73448c267 | 9 | 2023-03-01 18:26:29+05:30 | -19,800 | ['34a2486e9c61f99ebd98996a581ede98919e4a6c'] | feat: Creates component to show contact search results (#6571)
* feat: Creates component to show contact search results
* Refactors unused code
* Review fixes
* Update app/javascript/dashboard/modules/search/components/SearchResultContactItem.vue
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.nore... | [{'old_path': None, 'new_path': 'app/javascript/dashboard/modules/search/components/SearchResultContactItem.vue', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,83 @@\n+<template>\n+ <router-link :to="navigateTo" class="contact-item">\n+ <woot-thumbnail :src="thumbnail" :username="name" size="24px" />\n+ ... | Ruby |
daf17046e9879d604b61517afa99c548a0f899ac | 9 | 2023-03-01 19:11:10+05:30 | -19,800 | ['c8cdff8bc40b847b9ae88b60d3f10ee73448c267'] | feat: Creates component to display conversation search results (#6575)
* feat: Creates component to display conversation search results
* Fixes minor bugs | [{'old_path': None, 'new_path': 'app/javascript/dashboard/modules/search/components/SearchResultConversationItem.vue', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,136 @@\n+<template>\n+ <router-link :to="navigateTo" class="conversation-item">\n+ <div class="icon-wrap">\n+ <fluent-icon icon="chat-mul... | Ruby |
d870b0815a59b2289b4fc3c91105627a9cdbaf15 | 650 | 2023-03-01 20:02:58+05:30 | -19,800 | ['daf17046e9879d604b61517afa99c548a0f899ac'] | feat: Audit log APIs (#6434)
- Adds the appropriate APIs for Audit Logs.
ref: #6015 | [{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -205,6 +205,8 @@ end\n # worked with microsoft refresh token\n gem 'omniauth-oauth2'\n \n+gem 'audited', '~> 5.2'\n+\n # need for google auth\n gem 'omniauth'\n gem 'omniauth-google-oauth2'\n"}, {'old_path': 'Gemfile.lock'... | Ruby |
f1827c82fd0e81153840bc1de61cdb338aa15b81 | 622 | 2023-03-01 20:24:21+05:30 | -19,800 | ['d870b0815a59b2289b4fc3c91105627a9cdbaf15'] | Update contact create swagger (#6576) | [{'old_path': 'swagger/definitions/resource/contact.yml', 'new_path': 'swagger/definitions/resource/contact.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,9 @@\n+type: object\n+properties:\n+ payload:\n+ type: object\n+ properties:\n+ contact:\n type: object\n properties:\n ... | Ruby |
61d0a63bf7042c2febb43a1f9febcee58f77ee6a | 622 | 2023-03-02 10:57:14+05:30 | -19,800 | ['f1827c82fd0e81153840bc1de61cdb338aa15b81'] | Fix: product#804: email sender improvement (#6579) | [{'old_path': 'app/mailers/conversation_reply_mailer.rb', 'new_path': 'app/mailers/conversation_reply_mailer.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -116,7 +116,7 @@ class ConversationReplyMailer < ApplicationMailer\n \n def channel_email_with_name\n if @conversation.assignee.present?\n- I18n.... | Ruby |
9e8eb293e94140bae6b4e63f57a67b147c5d2d18 | 540 | 2023-03-02 13:02:21+05:30 | 28,800 | ['61d0a63bf7042c2febb43a1f9febcee58f77ee6a'] | fix: Allow integration apps to be listed by an agent (#6587)
* fix: Allow integration apps to be listed by an agent
* Fix rubocop | [{'old_path': 'app/controllers/api/v1/accounts/integrations/apps_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/integrations/apps_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,5 @@\n class Api::V1::Accounts::Integrations::AppsController < Api::V1::Accounts::BaseController\n- b... | Ruby |
89c391e7c06cd98fe1cb16072bb656a0835ab8c8 | 11 | 2023-03-02 13:16:57+05:30 | -3,600 | ['9e8eb293e94140bae6b4e63f57a67b147c5d2d18'] | fix: Clicking contact name in conversation should open contact details panel (#6580)
* chore: support panel trigger on contact name click
Co-authored-by: BikashSah999 <51731962+BikashSah999@users.noreply.github.com>
* Update ConversationHeader.vue
---------
Co-authored-by: BikashSah999 <51731962+BikashSah9... | [{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationHeader.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationHeader.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,8 +10,16 @@\n :status="currentContact.availability_status"\n ... | Ruby |
b185059681bbb2a7c6364d675a89ab1419466660 | 603 | 2023-03-02 16:00:16+05:30 | -19,800 | ['89c391e7c06cd98fe1cb16072bb656a0835ab8c8'] | chore: Handle APM variables being empty (#6594)
- handle the case where the system fails to start when empty APM environment variables are present | [{'old_path': 'config/initializers/datadog.rb', 'new_path': 'config/initializers/datadog.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,4 +1,4 @@\n-if ENV['DD_TRACE_AGENT_URL']\n+if ENV['DD_TRACE_AGENT_URL'].present?\n Datadog.configure do |c|\n # Instrumentation\n c.tracing.instrument :rails\n"}, ... | Ruby |
a6405ea3390e20696b1c8ca95700c7b28d6cca9c | 583 | 2023-03-02 19:03:31+05:30 | -19,800 | ['b185059681bbb2a7c6364d675a89ab1419466660'] | fix: migration script to run on all reporting events (#6590)
* fix: migration script to run on all reporting events
* fix: don't update user_id if it is already present
* refactor: create a new migration
* feat: update schema
* feat: ignore events with bot handoff
* feat: prefetch conversations with han... | [{'old_path': 'app/jobs/migration/update_first_response_time_in_reporting_events_job.rb', 'new_path': 'app/jobs/migration/update_first_response_time_in_reporting_events_job.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,20 +2,30 @@\n class Migration::UpdateFirstResponseTimeInReportingEventsJob < ApplicationJ... | Ruby |
a4fc0eef4b70d344b4cf01791571f26f994da91c | 622 | 2023-03-02 21:33:07+05:30 | -19,800 | ['a6405ea3390e20696b1c8ca95700c7b28d6cca9c'] | fix: Exception tracking for dialogflow bot service (#6593) | [{'old_path': 'lib/integrations/bot_processor_service.rb', 'new_path': 'lib/integrations/bot_processor_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,7 +7,7 @@ class Integrations::BotProcessorService\n \n process_content(message)\n rescue StandardError => e\n- ChatwootExceptionTracker.new(e,... | Ruby |
a685e065da544bdda37dd013a3078da649764d2e | 90 | 2023-03-02 22:00:43+05:30 | -19,800 | ['a4fc0eef4b70d344b4cf01791571f26f994da91c'] | fix: Fixes assignee and inbox name spacing issues (#6589) | [{'old_path': 'app/javascript/dashboard/assets/scss/_rtl.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_rtl.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -240,6 +240,11 @@\n }\n }\n \n+ .assignee-label {\n+ margin-left: 0;\n+ margin-right: var(--space-one);\n+ ... | Ruby |
60fee519bdaf15c8750ce2bb6d4e157ad9c33a22 | 622 | 2023-03-03 12:14:44+05:30 | -19,800 | ['a685e065da544bdda37dd013a3078da649764d2e'] | Exception tracker with account (#6603) | [{'old_path': 'app/services/agent_bots/validate_bot_service.rb', 'new_path': 'app/services/agent_bots/validate_bot_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -32,7 +32,7 @@ class AgentBots::ValidateBotService\n response = csml_client.validate(csml_bot_payload)\n response.blank? || response['... | Ruby |
ec04ddc7255a27ec066afed77d401b7f46eb31fd | 622 | 2023-03-03 12:26:59+05:30 | -19,800 | ['60fee519bdaf15c8750ce2bb6d4e157ad9c33a22'] | Fallback name branch (#6591) | [{'old_path': 'app/controllers/microsoft/callbacks_controller.rb', 'new_path': 'app/controllers/microsoft/callbacks_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -45,13 +45,18 @@ class Microsoft::CallbacksController < ApplicationController\n channel_email.inbox\n end\n \n+ # Fallback name, fo... | Ruby |
2a385f377c8ffc1e75463a85f80ac678557f4fb2 | 540 | 2023-03-03 13:26:54+05:30 | 28,800 | ['ec04ddc7255a27ec066afed77d401b7f46eb31fd'] | chore: Use markdown-it instead of marked (#6123)
* chore: Use markdown-it instead of marked
* Adds styling for markdown rendered content
* fixes codeclimate issue
* Fixes blockquote styles for widget in darkmode
* fix: issue block quote color issue in light mode
* fix: issue block quote color issue in l... | [{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_conversation-view.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_conversation-view.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -380,14 +380,6 @@\n text-decoration: underline;\n }\n \n- blockquote {\n- border-left-colo... | Ruby |
88ed028a06c04e77f5a9331fda30ee6b7cf58940 | 9 | 2023-03-03 20:58:21+05:30 | -19,800 | ['2a385f377c8ffc1e75463a85f80ac678557f4fb2'] | feat: Revamps search to use new search API's (#6582)
* feat: Revamps search to use new search API's
* Fixes search result spacing
* Fixes message result
* Fixes issue with empty search results
* Remove console errors
* Remove console errors
* Fix console errors, canned responses
* Fixes message re... | [{'old_path': None, 'new_path': 'app/javascript/dashboard/api/search.js', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,18 @@\n+/* global axios */\n+import ApiClient from './ApiClient';\n+\n+class SearchAPI extends ApiClient {\n+ constructor() {\n+ super('search', { accountScoped: true });\n+ }\n+\n+ get... | Ruby |
9c6eb8b03d118e3e308de3072987b76c88901a40 | 37 | 2023-03-03 10:22:25-08:00 | -3,600 | ['88ed028a06c04e77f5a9331fda30ee6b7cf58940'] | chore: Fix the comment in schedule.yml (#6606) | [{'old_path': 'config/schedule.yml', 'new_path': 'config/schedule.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -14,7 +14,7 @@ trigger_scheduled_items_job:\n class: 'TriggerScheduledItemsJob'\n queue: scheduled_jobs\n \n-# executed At every 5th minute..\n+# executed At every minute..\n trigger_imap_email_... | Ruby |
2abc57300c330298ab1b17438eae5a002a4de12a | 622 | 2023-03-06 17:47:35+05:30 | -19,800 | ['9c6eb8b03d118e3e308de3072987b76c88901a40'] | fix: Add a check for automation_created message in FIRST_REPLY_CREATED event (#6618) | [{'old_path': 'app/models/message.rb', 'new_path': 'app/models/message.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -196,9 +196,13 @@ class Message < ApplicationRecord\n .where("(additional_attributes->\'campaign_id\') is null").count == 1\n end\n \n+ def not_created_by_automation?\n+ co... | Ruby |
c88792f4a3ca84cb6d261cc9b89a3c1627083223 | 583 | 2023-03-07 09:01:58+05:30 | -19,800 | ['2abc57300c330298ab1b17438eae5a002a4de12a'] | feat: add Conversation traffic heatmap (#6508)
* feat: add heatmap component
* feat: add heatmap component
* feat: add dummy heatmap
* refactor: compact tiles
* feat: allow hour
* feat: wire up heatmap query
* feat: allow arbritrary number of weeks
* feat: update position of the widget
* chore:... | [{'old_path': 'app/builders/v2/report_builder.rb', 'new_path': 'app/builders/v2/report_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -74,7 +74,7 @@ class V2::ReportBuilder\n :created_at,\n default_value: 0,\n range: range,\n- permit: %w[day week month year],\n+ permit: %w[da... | Ruby |
9c9183a35214f0ddbb7aa425178672335c049a3b | 622 | 2023-03-07 17:40:17+05:30 | -19,800 | ['c88792f4a3ca84cb6d261cc9b89a3c1627083223'] | chore: spec ensuring first_reply_created doesn't trigger automations
Specs to ensure that first_reply_created event doesn't trigger automations
ref: #6618 | [{'old_path': 'spec/listeners/automation_rule_listener_spec.rb', 'new_path': 'spec/listeners/automation_rule_listener_spec.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -630,6 +630,31 @@ describe AutomationRuleListener do\n expect(conversation.messages.count).to eq(2)\n expect(conversation.mess... | Ruby |
d6f3643bf05340540a1728e06ad0263896084a5f | 11 | 2023-03-07 19:27:10+05:30 | -10,800 | ['9c9183a35214f0ddbb7aa425178672335c049a3b'] | fix : Meta tags input in help center clears the input value after clicking outside (#6552)
* chore: supports preserving input value after clicking out
Co-authored-by: BikashSah999 <51731962+BikashSah999@users.noreply.github.com>
* chore: supports tag addition on blur
Co-authored-by: BikashSah999 <51731962+Bik... | [{'old_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/pages/articles/ArticleSettings.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/helpcenter/pages/articles/ArticleSettings.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -87,6 +87,9 @@\n track-by="name"\n :mu... | Ruby |
5166fd89488544fa50aaeebfcf3bd520a4703fb6 | 603 | 2023-03-08 17:40:21+05:30 | -19,800 | ['5214be67c78c57145add34062bf07fd32a3c3c4b'] | chore: Update gems (#6628)
- Updating gems based on ruby advisory warnings | [{'old_path': 'Gemfile.lock', 'new_path': 'Gemfile.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -509,7 +509,7 @@ GEM\n activesupport (>= 3.0.0)\n raabro (1.4.0)\n racc (1.6.1)\n- rack (2.2.6.2)\n+ rack (2.2.6.3)\n rack-attack (6.6.1)\n rack (>= 1.0, < 3)\n rack-cors (1.1.1)... | Ruby |
d59fd6b747b4c26cb2749a2c93c01c0c81eb5534 | 603 | 2023-03-08 18:01:00+05:30 | -19,800 | ['5166fd89488544fa50aaeebfcf3bd520a4703fb6'] | chore: Ensure Template messages work even when bot is connected (#6455)
ref: #5592 | [{'old_path': 'app/services/message_templates/hook_execution_service.rb', 'new_path': 'app/services/message_templates/hook_execution_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,6 @@ class MessageTemplates::HookExecutionService\n pattr_initialize [:message!]\n \n def perform\n- return i... | Ruby |
0fe05dc1b96cbbf66d2e438014067d164f7932b8 | 583 | 2023-03-08 18:11:07+05:30 | -19,800 | ['d59fd6b747b4c26cb2749a2c93c01c0c81eb5534'] | feat: add trigram index to tags (#6615)
Fixes: chatwoot/product#796
This migration adds a trigram index to the tags table on the name column. This is used to speed up the search for tags by name, this is a heavy sub-query when generating reports where labels are involved.
Trigram indexes are used to speed up LIK... | [{'old_path': None, 'new_path': 'db/migrate/20230306100327_add_trgm_index_to_tag_name.rb', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,21 @@\n+# This migration adds a trigram index to the tags table on the name column.\n+# This is used to speed up the search for tags by name, this is a heavy\n+# sub query wh... | Ruby |
eb4da33cdc82260ec76ffe157c505323d4ab4589 | 248 | 2023-03-08 18:23:25+05:30 | 10,800 | ['0fe05dc1b96cbbf66d2e438014067d164f7932b8'] | feat: Ability to customize the base url for Whatsapp Cloud Service (#6622)
Configure a custom endpoint for Whatsapp Cloud Service via `WHATSAPP_CLOUD_BASE_URL`.
refs: #5142 | [{'old_path': 'app/services/whatsapp/providers/whatsapp_cloud_service.rb', 'new_path': 'app/services/whatsapp/providers/whatsapp_cloud_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,18 +37,22 @@ class Whatsapp::Providers::WhatsappCloudService < Whatsapp::Providers::BaseServi\n end\n \n def media... | Ruby |
9bc0f67f5424afe1cda339c8c95cced38f6a5718 | 603 | 2023-03-08 18:38:54+05:30 | -19,800 | ['eb4da33cdc82260ec76ffe157c505323d4ab4589'] | feat: Add specs for `WHATSAPP_CLOUD_BASE_URL` env variable (#6630)
ref: #6622 | [{'old_path': 'spec/services/whatsapp/providers/whatsapp_cloud_service_spec.rb', 'new_path': 'spec/services/whatsapp/providers/whatsapp_cloud_service_spec.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -133,4 +133,20 @@ describe Whatsapp::Providers::WhatsappCloudService do\n end\n end\n end\n+\n+ d... | Ruby |
c20410f3f4dd2b188e2741f046649d5c53cebf5c | 255 | 2023-03-08 18:42:49+05:30 | -3,600 | ['9bc0f67f5424afe1cda339c8c95cced38f6a5718'] | feat: Ability to update CSAT over Client APIs (#6470)
This PR allows updating CSAT over Client APIs.
ref: #6328
Co-authored-by: Cristian Duta <Cristian.Duta@ti8m.ch>
Co-authored-by: Sojan Jose <sojan@pepalo.com> | [{'old_path': 'app/controllers/public/api/v1/inboxes/messages_controller.rb', 'new_path': 'app/controllers/public/api/v1/inboxes/messages_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -12,6 +12,8 @@ class Public::Api::V1::Inboxes::MessagesController < Public::Api::V1::InboxesCon\n end\n \n def u... | Ruby |
dd8f8fc845b84086d3075b126e5731ca191df590 | 622 | 2023-03-08 20:50:59+05:30 | -19,800 | ['c20410f3f4dd2b188e2741f046649d5c53cebf5c'] | chore: Disable error tracking for Whatsapp error webhooks (#6627)
https://developers.facebook.com/docs/whatsapp/on-premises/webhooks/components
We are not going to handle the WhatsApp error component webhook event.
https://chatwoot-p3.sentry.io/issues/3957884597/?project=4504723538771968&query=is%3Aunresolved&re... | [{'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': "@@ -56,6 +56,8 @@ class Whatsapp::IncomingMessageBaseService\n return if unprocessable_message_type?(message_type)\n \n mes... | Ruby |
4673cf8cf157fd7288a711741cf57544eac504a7 | 583 | 2023-03-09 00:40:38+05:30 | -19,800 | ['dd8f8fc845b84086d3075b126e5731ca191df590'] | fix: timing in the API (#6633)
* fix: timing in the API
* test: fix params | [{'old_path': 'app/javascript/dashboard/api/reports.js', 'new_path': 'app/javascript/dashboard/api/reports.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -10,8 +10,8 @@ class ReportsAPI extends ApiClient {\n \n getReports({\n metric,\n- since,\n- until,\n+ from,\n+ to,\n type = 'account',\... | Ruby |
757e1bb1f7c708aa766f21f5954b1b01cc2a28da | 622 | 2023-03-09 13:50:26+05:30 | -19,800 | ['4673cf8cf157fd7288a711741cf57544eac504a7'] | fix: String interpolation (#6635) | [{'old_path': 'config/locales/en.yml', 'new_path': 'config/locales/en.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -145,12 +145,12 @@ en:\n reply:\n email:\n header:\n- from_with_name: \'%{assignee_name} from %{inbox_name} <%{from_email}>\'\n- reply_with_name: \'%{assignee... | Ruby |
54b7c98795f20a58ed90707a394b906e82d8f1b5 | 622 | 2023-03-09 13:51:10+05:30 | -19,800 | ['757e1bb1f7c708aa766f21f5954b1b01cc2a28da'] | fix: Warn Facebook error code 100-2018218 (#6632) | [{'old_path': 'app/builders/messages/facebook/message_builder.rb', 'new_path': 'app/builders/messages/facebook/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -116,7 +116,11 @@ class Messages::Facebook::MessageBuilder < Messages::Messenger::MessageBuilder\n result = {}\n # OAuthExcept... | Ruby |
fbdc79df7657447c57cb9be3817118400675b558 | 622 | 2023-03-09 16:28:45+05:30 | -19,800 | ['54b7c98795f20a58ed90707a394b906e82d8f1b5'] | Fix: skip invalid access token from sentry (#6639) | [{'old_path': 'app/services/facebook/send_on_facebook_service.rb', 'new_path': 'app/services/facebook/send_on_facebook_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -9,9 +9,8 @@ class Facebook::SendOnFacebookService < Base::SendOnChannelService\n send_message_to_facebook fb_text_message_params if m... | Ruby |
f2684545d9401c2eebe456b947b1882ba4950c1c | 622 | 2023-03-09 20:11:08+05:30 | -19,800 | ['fbdc79df7657447c57cb9be3817118400675b558'] | fix: Handle dialogflow hook without setting and credentials (#6638) | [{'old_path': 'lib/integrations/dialogflow/processor_service.rb', 'new_path': 'lib/integrations/dialogflow/processor_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,6 +13,10 @@ class Integrations::Dialogflow::ProcessorService < Integrations::BotProcessorSer\n end\n \n def get_response(session_id,... | Ruby |
c9b63ae8ebee2366159b3ae9738ffa0e46544009 | 622 | 2023-03-10 16:40:15+05:30 | -19,800 | ['f2684545d9401c2eebe456b947b1882ba4950c1c'] | fix: hook exception for empty hook (#6646) | [{'old_path': 'lib/integrations/bot_processor_service.rb', 'new_path': 'lib/integrations/bot_processor_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,5 @@\n class Integrations::BotProcessorService\n+ # TODO: In CSML processor service, the argument is agent bot, update initializers accordingly.\... | Ruby |
2e95d3a173a5abccae86290d080a3abe934161f4 | 125 | 2023-03-13 13:20:53+05:30 | 10,800 | ['c9b63ae8ebee2366159b3ae9738ffa0e46544009'] | fix: Duplicate conversations and contacts WA and Brazil numbers (#6222)
Resolves issue when receiving a message from Brazil Whatsapp number.
Fixes: #5840
Co-authored-by: Sojan <sojan@pepalo.com> | [{'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': '@@ -84,8 +84,10 @@ class Whatsapp::IncomingMessageBaseService\n contact_params = @processed_params[:contacts]&.first\n retu... | Ruby |
8f4d4798c2f89149767790b6e8c16dc23b9ee485 | 622 | 2023-03-13 17:39:07+05:30 | -19,800 | ['2e95d3a173a5abccae86290d080a3abe934161f4'] | feat: Backend changes for article and categories ordering (#6655) | [{'old_path': 'app/controllers/api/v1/accounts/articles_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/articles_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -55,7 +55,7 @@ class Api::V1::Accounts::ArticlesController < Api::V1::Accounts::BaseController\n \n def article_params\n p... | Ruby |
7cbf1857e46aa78e11d47bb4e5675a8c77b1fd72 | 603 | 2023-03-13 18:34:18+05:30 | -19,800 | ['8f4d4798c2f89149767790b6e8c16dc23b9ee485'] | chore: Set statement timeout for Postgres (#6641)
By default, Rails does not set a timeout on database statements. For example, this will run for a full day, even if your ruby process goes away. But it's configurable in the database.yml with the statement_timeout variable.
Hence we are enforcing a 14s timeout by de... | [{'old_path': '.devcontainer/devcontainer.json', 'new_path': '.devcontainer/devcontainer.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,7 +25,7 @@\n // 1025,8025 mailhog\n "forwardPorts": [8025, 3000, 3035],\n \n- "postCreateCommand": ".devcontainer/scripts/setup.sh && bundle exec rake db:chatwoot_pr... | Ruby |
da76537011cde5020ed558f43fdba18ec90f1137 | 603 | 2023-03-13 19:10:31+05:30 | -19,800 | ['7cbf1857e46aa78e11d47bb4e5675a8c77b1fd72'] | chore: Search optimisations (#6644)
- Strip search term before searching
- order messages by created_at desc
- order contacts by last_activity_at desc
- order conversations by created_at desc
- Search only resolved contacts
- Optimize resolved contacts query
ref: #6583 | [{'old_path': 'app/models/contact.rb', 'new_path': 'app/models/contact.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -136,9 +136,7 @@ class Contact < ApplicationRecord\n end\n \n def self.resolved_contacts\n- where.not(email: [nil, \'\']).or(\n- Current.account.contacts.where.not(phone_number: [nil... | Ruby |
cae3ac94cd12500af6f8557859e16425842a4d31 | 9 | 2023-03-14 13:09:43+05:30 | -19,800 | ['da76537011cde5020ed558f43fdba18ec90f1137'] | feat: Search improvements for conversations (#6645)
* feat: Shows search as a popover
* Reverts search from popover to page
* Fixes review comments on usability
* Fixes keyboard navigation issues | [{'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,8 @@\n "EMPTY_STATE": "No %{item} found for query \'%{query}\'",\n "EMPTY_STATE_FULL": "No results found for query \... | Ruby |
abe57873db6d519190ff3570fa3c8705f33e2656 | 603 | 2023-03-14 17:40:40+05:30 | -19,800 | ['cae3ac94cd12500af6f8557859e16425842a4d31'] | chore: Disable throwing Webhook exceptions to Sentry (#6663)
- There is little value in throwing the third-party webhook-related exceptions to sentry. Let's rather write it to logs instead. | [{'old_path': 'lib/webhooks/trigger.rb', 'new_path': 'lib/webhooks/trigger.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,10 +7,7 @@ class Webhooks::Trigger\n timeout: 5\n )\n Rails.logger.info "Performed Request: Code - #{response.code}"\n- rescue *ExceptionList::REST_CLIENT_EXCEPTIONS, URI:... | Ruby |
24f8befdf22fbe49cc9aa55c74e69a5df95f57d3 | 622 | 2023-03-14 20:00:01+05:30 | -19,800 | ['abe57873db6d519190ff3570fa3c8705f33e2656'] | Fix: Add articles order in category show page (#6662) | [{'old_path': 'app/views/public/api/v1/portals/categories/show.html.erb', 'new_path': 'app/views/public/api/v1/portals/categories/show.html.erb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -32,7 +32,7 @@\n <p class="text-sm text-slate-500"><%= I18n.t(\'public_portal.common.no_articles\') %></p>\n </div... | Ruby |
e8a174f6894959b8403ee9b0156bfacb2e3daaae | 603 | 2023-03-14 20:50:28+05:30 | -19,800 | ['24f8befdf22fbe49cc9aa55c74e69a5df95f57d3'] | chore: Add sidekiq metrics to newrelic (#6659)
* chore: Add sidekiq stats to newrelic
* chore: add gemlock | [{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -101,6 +101,7 @@ gem 'google-cloud-dialogflow'\n gem 'ddtrace', require: false\n gem 'elastic-apm', require: false\n gem 'newrelic_rpm', require: false\n+gem 'newrelic-sidekiq-metrics', require: false\n gem 'scout_apm', re... | Ruby |
eb7070d94623e78f8250d06d8f9f961a1caa3036 | 540 | 2023-03-14 09:09:57-07:00 | 25,200 | ['e8a174f6894959b8403ee9b0156bfacb2e3daaae'] | feat(poc): Disable widget based on country (#6658) | [{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -191,11 +191,7 @@ USE_INBOX_AVATAR_FOR_BOT=true\n ## https://github.com/DataDog/dd-trace-rb/blob/master/docs/GettingStarted.md#environment-variables\n # DD_TRACE_AGENT_URL=\n \n-## IP look up configuration\n-## r... | Ruby |
a99c37ae5ef7a0088228bf6ef6df3d7a8d980e02 | 603 | 2023-03-15 14:05:54+05:30 | -19,800 | ['a4bcb7f154a32ecaa2a9087b0281aca2ae65c0c6'] | chore: Resolve bundle audit (#6671)
- Update gems to resolve bundle Audit advisories | [{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -4,7 +4,7 @@ ruby '3.1.3'\n \n ##-- base gems for rails --##\n gem 'rack-cors', require: 'rack/cors'\n-gem 'rails', '~> 6.1', '>= 6.1.7.1'\n+gem 'rails', '~> 6.1', '>= 6.1.7.3'\n # Reduces boot times through caching; requi... | Ruby |
de8c26dce8edcdd6a8d78462abe85d0597018939 | 603 | 2023-03-15 19:52:02+05:30 | -19,800 | ['7331154f048adb6cd08f26dd6dded728aa53ccb6'] | chore: Additional indexes and fixes (#6675)
- Fix breakage related to the look-up job in Heroku deploys
- Add additional db indexes for performance optimisations | [{'old_path': 'app/models/conversation.rb', 'new_path': 'app/models/conversation.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -27,6 +27,7 @@\n #\n # Indexes\n #\n+# conv_acid_inbid_stat_asgnid_idx (account_id,inbox_id,status,assignee_id)\n # index_conversations_on_account_id ... | Ruby |