Search is not available for this dataset
hash
string
author
int32
committer_date
string
timezone
int64
parents
string
message
string
changes
string
language
string
33e0bd434b7f92a23656ed39125921e67616be55
542
2020-02-03 20:12:37+05:45
-19,800
['002463aeded911ff42e66957c77f932884be9ae0']
Chore: Update the copy used in signup page (#464) Co-authored-by: Sojan Jose <sojan@pepalo.com>
[{'old_path': 'app/javascript/dashboard/i18n/locale/en/signup.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/signup.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,6 @@\n {\n "REGISTER": {\n- "TRY_WOOT": "Try Chatwoot free for 14 days",\n- "TRY_WOOT_SUB": "No credit card required. ...
Ruby
83b0bb406242d2ba7e0501bac358139fceb4173a
656
2020-02-05 11:27:22+05:30
-19,800
['33e0bd434b7f92a23656ed39125921e67616be55']
Feature: As an end-user, I should be able to see the list of agents in the widget. (#461) Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
[{'old_path': 'app/javascript/dashboard/components/widgets/Thumbnail.vue', 'new_path': 'app/javascript/dashboard/components/widgets/Thumbnail.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,13 +4,13 @@\n v-if="!imgError && Boolean(src)"\n id="image"\n :src="src"\n- class="user-thumbnai...
Ruby
607fc257235d3ca4278a7b5e1c6a3302bef89eb9
542
2020-02-05 12:11:33+05:45
-19,800
['83b0bb406242d2ba7e0501bac358139fceb4173a']
Bugfix: Fix copy in agent availability status (#466) Copy update for agent status
[{'old_path': 'app/javascript/widget/helpers/specs/utils.spec.js', 'new_path': 'app/javascript/widget/helpers/specs/utils.spec.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -10,7 +10,7 @@ describe('#getAvailableAgentsText', () => {\n it('returns the correct text is there are two online agents', () => {\n ...
Ruby
7b1fdc5fcdbb387c666aafe1ac07b747659cbb4d
542
2020-02-05 18:50:37+05:30
-19,800
['607fc257235d3ca4278a7b5e1c6a3302bef89eb9']
BugFix: Filter duplicate DMs in Twitter Integration (#468) BugFix: Filter duplicate DMs in Twitter Integration
[{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -20,8 +20,10 @@ FB_APP_SECRET=\n FB_APP_ID=\n \n #twitter app\n+TWITTER_APP_ID=\n TWITTER_CONSUMER_KEY=\n TWITTER_CONSUMER_SECRET=\n+TWITTER_ENVIRONMENT=\n \n #mail\n MAILER_SENDER_EMAIL=accounts@chatwoot.com\n'}...
Ruby
3fa7c605c34c1c63ff892ae021118ba2290e6c44
628
2020-02-07 00:51:47+05:30
-3,600
['7b1fdc5fcdbb387c666aafe1ac07b747659cbb4d']
Chore: Increase test coverage for widget messages (#472)
[{'old_path': 'spec/controllers/api/v1/widget/messages_controller_spec.rb', 'new_path': 'spec/controllers/api/v1/widget/messages_controller_spec.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -33,7 +33,8 @@ RSpec.describe '/api/v1/widget/messages', type: :request do\n describe 'POST /api/v1/widget/messages' d...
Ruby
3eb5b3a0c102f6332af22c1a7b3fc2e3af8d9b92
361
2020-02-07 12:05:09+05:30
0
['3fa7c605c34c1c63ff892ae021118ba2290e6c44']
docs: Update contribution guidelines (#471) (#474)
[{'old_path': 'docs/contributing.md', 'new_path': 'docs/contributing.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,7 @@ path: "/docs/contributing-guide"\n title: "Contributing Guide"\n ---\n \n-Thanks for taking interest in contributing to Chatwoot source code. Before submitting your contribution, plea...
Ruby
5210d201b66453efa114db5d710435423f41abd6
629
2020-02-07 13:14:07+05:30
-3,600
['3eb5b3a0c102f6332af22c1a7b3fc2e3af8d9b92']
Chore: Increase test coverage for widgets controller (#473)
[{'old_path': 'app/controllers/widgets_controller.rb', 'new_path': 'app/controllers/widgets_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,9 +4,7 @@ class WidgetsController < ActionController::Base\n before_action :set_contact\n before_action :build_contact\n \n- def index\n- render\n- en...
Ruby
a30a8867a32fbbce84c389dd044f0ab47caa499e
629
2020-02-07 16:41:49+05:30
-3,600
['5210d201b66453efa114db5d710435423f41abd6']
Chore: Increase test coverage for accounts controller (#475)
[{'old_path': 'spec/controllers/api/v1/accounts_controller_spec.rb', 'new_path': 'spec/controllers/api/v1/accounts_controller_spec.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -9,10 +9,11 @@ RSpec.describe 'Accounts API', type: :request do\n \n before do\n allow(AccountBuilder).to receive(:new)....
Ruby
37289fbd63e263733f4e545d5eb724a3db7db282
629
2020-02-07 21:43:51+05:30
-3,600
['a30a8867a32fbbce84c389dd044f0ab47caa499e']
Chore: Increase test coverage for conversations controller (#476)
[{'old_path': 'spec/controllers/api/v1/contacts/conversations_controller_spec.rb', 'new_path': 'spec/controllers/api/v1/contacts/conversations_controller_spec.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,6 +9,7 @@ RSpec.describe \'/api/v1/contacts/:id/conversations\', type: :request do\n let(:contact_inb...
Ruby
1d269f4e8de87c845e5430d07d09497a2dadb48a
629
2020-02-08 11:58:40+05:30
-3,600
['37289fbd63e263733f4e545d5eb724a3db7db282']
Chore: Added tests for canned_responses (#477)
[{'old_path': None, 'new_path': 'spec/controllers/api/v1/canned_responses_controller_spec.rb', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,125 @@\n+require \'rails_helper\'\n+\n+RSpec.describe \'Canned Responses API\', type: :request do\n+ let(:account) { create(:account) }\n+\n+ before do\n+ create(:ca...
Ruby
67e41092e6eb1271e91d75f20cafee0d7308e69d
629
2020-02-08 13:21:41+05:30
-3,600
['1d269f4e8de87c845e5430d07d09497a2dadb48a']
Chore: Added tests for inbox_members (#478)
[{'old_path': None, 'new_path': 'spec/controllers/api/v1/inbox_members_controller_spec.rb', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,81 @@\n+require \'rails_helper\'\n+\n+RSpec.describe \'Inbox Member API\', type: :request do\n+ let(:account) { create(:account) }\n+ let(:inbox) { create(:inbox, account:...
Ruby
6c46891ee19f4c6ad8cac3d9b700938c2c8ac8e5
629
2020-02-08 22:38:37+05:30
-3,600
['67e41092e6eb1271e91d75f20cafee0d7308e69d']
Chore: Remove unnessecary check if object exists (#480)
[{'old_path': 'app/controllers/api/v1/inbox_members_controller.rb', 'new_path': 'app/controllers/api/v1/inbox_members_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,18 +4,12 @@ class Api::V1::InboxMembersController < Api::BaseController\n \n def create\n # update also done via same action\n-...
Ruby
b9836309fb01c2fe07b666fd448e2b2e7bdf571e
629
2020-02-08 23:05:41+05:30
-3,600
['6c46891ee19f4c6ad8cac3d9b700938c2c8ac8e5']
Chore: Added tests for agents_controller (#481)
[{'old_path': None, 'new_path': 'spec/controllers/api/v1/agents_controller_spec.rb', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,109 @@\n+require \'rails_helper\'\n+\n+RSpec.describe \'Agents API\', type: :request do\n+ let(:account) { create(:account) }\n+\n+ describe \'GET /api/v1/agents\' do\n+ conte...
Ruby
3465ebefd17167c209fda8879db9401d1669a0d5
629
2020-02-08 23:48:00+05:30
-3,600
['b9836309fb01c2fe07b666fd448e2b2e7bdf571e']
Chore: Added tests for assignments_controller (#482)
[{'old_path': None, 'new_path': 'spec/controllers/api/v1/conversations/assignments_controller_spec.rb', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,33 @@\n+require 'rails_helper'\n+\n+RSpec.describe 'Conversation Assignment API', type: :request do\n+ let(:account) { create(:account) }\n+\n+ describe 'POST ...
Ruby
272c481464f9e27b7335c89e390f6a0862a705f8
542
2020-02-09 15:47:48+05:30
-19,800
['3465ebefd17167c209fda8879db9401d1669a0d5']
Feature: Create conversations from Tweets (#470) * Feature: Add tweets to conversations
[{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -20,9 +20,6 @@ Style/GlobalVars:\n Exclude:\n - 'config/initializers/redis.rb'\n - 'lib/redis/alfred.rb'\n- - 'app/controllers/api/v1/webhooks_controller.rb'\n- - 'app/services/twitter/send_reply_...
Ruby
30f4c0814341bd661a677b87e6cd9bb4f9d46764
542
2020-02-11 14:27:38+05:30
-19,800
['272c481464f9e27b7335c89e390f6a0862a705f8']
Feature: SignIn with Twitter (#479) * Add Twitter SignIn flow Co-authored-by: Sojan Jose <sojan@pepalo.com>
[{'old_path': 'Gemfile.lock', 'new_path': 'Gemfile.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,6 @@\n GIT\n remote: https://github.com/chatwoot/twitty\n- revision: 58b4958d7f4a58eec8fe9543caedb232308253f6\n+ revision: c1edd557401d1e8a197b19e738f82e39507a8e2d\n specs:\n twitty (0.1.0)\n ...
Ruby
fdbad7c5d8a95624ccd54535d9d8ceb12da1b8a6
672
2020-02-11 21:50:38+05:30
-19,800
['f1613f4a0d260cfa4f0fb34afbed7d8fa7fc9f0d']
Bug Fix : Increased the connection pool size and concurrency for Sidekiq
[{'old_path': 'config/initializers/sidekiq.rb', 'new_path': 'config/initializers/sidekiq.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,9 +4,9 @@ sidekiq_redis_config = {\n }\n \n Sidekiq.configure_client do |config|\n- config.redis = sidekiq_redis_config.merge(size: 5)\n+ config.redis = sidekiq_redis_co...
Ruby
6645d7f80b5694c72592b3d07ec59c04320d7e93
672
2020-02-11 22:58:19+05:30
-19,800
['1e955455f0e91e2a038bf31614770e3f1d63dde8']
Bug Fix : Adjusted the connection pool size and concurrency for Sidekiq
[{'old_path': 'config/initializers/sidekiq.rb', 'new_path': 'config/initializers/sidekiq.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,9 +4,9 @@ sidekiq_redis_config = {\n }\n \n Sidekiq.configure_client do |config|\n- config.redis = sidekiq_redis_config.merge(size: 15)\n+ config.redis = sidekiq_redis_con...
Ruby
919261d8437d6324204e19d7ede8f905be32504d
611
2020-02-14 23:19:17+05:30
-19,800
['79a847aeabe8248c8df745b863e7852e53b4d082']
Feature: Webhooks (#489)
[{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -25,6 +25,7 @@ Metrics/BlockLength:\n - spec/**/*\n - '**/routes.rb'\n - 'config/environments/*'\n+ - db/schema.rb\n Rails/ApplicationController:\n Exclude:\n - 'app/controllers/api/v1/widget...
Ruby
eb5185974a8c82cbe95addac1aa1dfe066dc038f
611
2020-02-15 04:22:36+05:30
-19,800
['919261d8437d6324204e19d7ede8f905be32504d']
Monitoring: Add Scout APM (#487) * Add scout APM
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -73,6 +73,7 @@ gem 'haikunator'\n ##--- gems for debugging and error reporting ---##\n # static analysis\n gem 'brakeman'\n+gem 'scout_apm'\n gem 'sentry-raven'\n \n ##-- background job processing --##\n"}, {'old_path': 'G...
Ruby
77473dc2aa664083ac5037b53f2ab119b13b3c5b
603
2020-02-15 22:57:48+05:30
-19,800
['eb5185974a8c82cbe95addac1aa1dfe066dc038f']
Chore: Include avatar url in sign_in response (#501) - include avatar url in sign_in response ( fixes #500 ) - fix circle ci builds
[{'old_path': '.circleci/config.yml', 'new_path': '.circleci/config.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,8 +12,8 @@ defaults: &defaults\n # Specify service dependencies here if necessary\n # CircleCI maintains a library of pre-built images\n # documented at https://circleci.com/docs/2...
Ruby
e61ba95cf750e50271bfef28684218ad041bb5cf
656
2020-02-16 15:46:26+05:30
-19,800
['77473dc2aa664083ac5037b53f2ab119b13b3c5b']
Feature: Add/Edit conversation labels (#488) Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
[{'old_path': '.scss-lint.yml', 'new_path': '.scss-lint.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,7 +1,281 @@\n+# Default application configuration that all configurations inherit from.\n+\n+scss_files: '**/*.scss'\n+plugin_directories: ['.scss-linters']\n+\n+# List of gem names to load custom linters ...
Ruby
c4e2a84f657c4277ef75248d6885671678444285
542
2020-02-16 17:20:38+05:30
-19,800
['e61ba95cf750e50271bfef28684218ad041bb5cf']
Feature: Agent Profile Update with avatar (#449) * Feature: Agent Profile Update with avatar * Add Update Profile with name, avatar, email and password
[{'old_path': None, 'new_path': '__mocks__/fileMock.js', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1 @@\n+module.exports = '';\n"}, {'old_path': 'app/controllers/api/v1/profiles_controller.rb', 'new_path': 'app/controllers/api/v1/profiles_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5...
Ruby
c32d39126157e6724f7ca336da25e97bf2598dd7
542
2020-02-16 22:20:59+05:30
-19,800
['c4e2a84f657c4277ef75248d6885671678444285']
Bug: Fix imports in ProfileSettings (#506)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/profile/Index.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/profile/Index.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -99,7 +99,7 @@\n import Thumbnail from 'dashboard/components/widgets/Thumbnail.vue';\n import { requ...
Ruby
a2316d4d0936de1a7ce8a71b9e1cfd4139a6d4df
629
2020-02-17 07:51:45+05:30
-3,600
['c32d39126157e6724f7ca336da25e97bf2598dd7']
Chore: Added tests for subscriptions_controller (#483) Added tests for subscriptions_controller ref: #37
[{'old_path': 'app/controllers/api/base_controller.rb', 'new_path': 'app/controllers/api/base_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,16 +1,14 @@\n class Api::BaseController < ApplicationController\n respond_to :json\n before_action :authenticate_user!\n- unless Rails.env.development?\...
Ruby
44a3977f5c7e9597bdeefff1f892cca1b7bd5656
629
2020-02-17 15:39:24+05:30
-3,600
['a2316d4d0936de1a7ce8a71b9e1cfd4139a6d4df']
Chore: Added tests for inboxes_controller (#507)
[{'old_path': None, 'new_path': 'spec/controllers/api/v1/inboxes_controller_spec.rb', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,90 @@\n+require \'rails_helper\'\n+\n+RSpec.describe \'Inboxes API\', type: :request do\n+ let(:account) { create(:account) }\n+\n+ describe \'GET /api/v1/inboxes\' do\n+ con...
Ruby
fc23a10a9957a43aa63baaae0ff480328783cc2a
629
2020-02-17 15:57:57+05:30
-3,600
['44a3977f5c7e9597bdeefff1f892cca1b7bd5656']
Chore: Added tests for conversations_controller (#508) * Chore: Added tests for conversations_controller * Chore: Remove get_messages function from conversations
[{'old_path': 'app/controllers/api/v1/conversations_controller.rb', 'new_path': 'app/controllers/api/v1/conversations_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,11 +1,5 @@\n class Api::V1::ConversationsController < Api::BaseController\n- before_action :set_conversation, except: [:index, :get_...
Ruby
60547b9fb3c5ac62cf16cc59c72fb772c1339439
629
2020-02-17 17:08:29+05:30
-3,600
['fc23a10a9957a43aa63baaae0ff480328783cc2a']
Chore: Added tests for contacts_controller (#509) - Tests for contacts controller Addresses: #37
[{'old_path': 'app/views/api/v1/contacts/index.json.jbuilder', 'new_path': 'app/views/api/v1/contacts/index.json.jbuilder', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,7 +4,7 @@ json.payload do\n json.name contact.name\n json.email contact.email\n json.phone_number contact.phone_number\n- json.t...
Ruby
f00e1dcdc808a423866de7517cc96478ba11e79d
361
2020-02-17 19:52:26+05:30
0
['60547b9fb3c5ac62cf16cc59c72fb772c1339439']
Chore: Update docker setup manual (#504) * Chore: Update docker setup manual (#503)
[{'old_path': 'docs/development/environment-setup/docker.md', 'new_path': 'docs/development/environment-setup/docker.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,76 +1,117 @@\n ---\n path: "/docs/installation-guide-docker"\n-title: "Docker Setup and Debugging Guide"\n+title: "Docker Setup"\n ---\n \n-### D...
Ruby
fbefb788170cdf807a9590ce85de3263a84c8a84
656
2020-02-19 10:30:34+05:30
-19,800
['f00e1dcdc808a423866de7517cc96478ba11e79d']
Enhancement: Update the design of inbox listing in sidebar (#511) Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
[{'old_path': '.scss-lint.yml', 'new_path': '.scss-lint.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -249,7 +249,7 @@ linters:\n enabled: false\n \n UnnecessaryMantissa:\n- enabled: true\n+ enabled: false\n \n UnnecessaryParentReference:\n enabled: true\n'}, {'old_path': 'app/javascript/das...
Ruby
e0afb84502d75dd3bcab9031a0598d84090a4d49
629
2020-02-19 13:51:22+05:30
-3,600
['fbefb788170cdf807a9590ce85de3263a84c8a84']
Chore: Removed unused functions from home_controller (#512)
[{'old_path': 'app/controllers/home_controller.rb', 'new_path': 'app/controllers/home_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,13 +1,9 @@\n require 'rest-client'\n require 'telegram/bot'\n+\n class HomeController < ApplicationController\n skip_before_action :verify_authenticity_token, only...
Ruby
30e5edf6dc42af202e780bb01dafaaf919a463ac
629
2020-02-19 14:40:03+05:30
-3,600
['e0afb84502d75dd3bcab9031a0598d84090a4d49']
Feature: Add ability to disable auto assignment of conversations (#513)
[{'old_path': 'app/controllers/api/v1/inboxes_controller.rb', 'new_path': 'app/controllers/api/v1/inboxes_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,6 @@\n class Api::V1::InboxesController < Api::BaseController\n before_action :check_authorization\n- before_action :fetch_inbox, only: [...
Ruby
04c62417faa04d67924f93477b9871816638fa17
672
2020-02-20 10:52:26+05:30
-19,800
['30e5edf6dc42af202e780bb01dafaaf919a463ac']
[491] Bug fix - Sidekiq Redis Auth issue (#527) * When the the .env file has line with REDIS_PASSWORD set as empty, the value for this in the initializers comes as an empty string "". * Fixed this in a way that, if it's empty string, then it's taken as `nil` value so that password is skipped
[{'old_path': 'config/cable.yml', 'new_path': 'config/cable.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,7 +1,7 @@\n development:\n adapter: redis\n url: <%= ENV.fetch('REDIS_URL', 'redis://127.0.0.1:6379') %>\n- password: <%= ENV.fetch('REDIS_PASSWORD', nil) %>\n+ password: <%= ENV.fetch('REDIS_PAS...
Ruby
4817f4a28c874d489a522d77cda366de9ef5fe4d
629
2020-02-20 10:59:43+05:30
-3,600
['04c62417faa04d67924f93477b9871816638fa17']
Bug: Fixed color of agent link in chat widget being white (#522) Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
[{'old_path': 'app/javascript/widget/components/UserMessageBubble.vue', 'new_path': 'app/javascript/widget/components/UserMessageBubble.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -48,11 +48,15 @@ export default {\n text-align: left;\n \n a {\n- color: $color-white;\n+ color: $color-primary;\n }...
Ruby
9674e0bff499634cbfe443466c747a31ff87f690
629
2020-02-20 11:02:12+05:30
-3,600
['4817f4a28c874d489a522d77cda366de9ef5fe4d']
Bug: Fix misalignment of back button (#524) Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
[{'old_path': 'app/javascript/dashboard/assets/scss/_layout.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_layout.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -44,6 +44,8 @@ body {\n }\n \n .back-button {\n+ @include flex;\n+ align-items: center;\n color: $color-woot;\n font-size: $font-siz...
Ruby
b7e725a7cd1e611296cd3e9a76a5a2be9b18743c
629
2020-02-20 11:11:36+05:30
-3,600
['9674e0bff499634cbfe443466c747a31ff87f690']
Fix: Fixed code font not being displayed on windows (#525) Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
[{'old_path': 'app/javascript/dashboard/assets/scss/_foundation-custom.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_foundation-custom.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -28,7 +28,7 @@\n \n code {\n border: 0;\n- font-family: 'Monaco';\n+ font-family: 'Monaco', Verdana;\n font-si...
Ruby
813cdd8aeced7ebc44c4dbf88754ae5b425d5b4c
629
2020-02-20 12:12:19+05:30
-3,600
['b7e725a7cd1e611296cd3e9a76a5a2be9b18743c']
Chore: Added tests for facebook_indicators_controller (#526)
[{'old_path': 'spec/controllers/api/v1/contacts_controller_spec.rb', 'new_path': 'spec/controllers/api/v1/contacts_controller_spec.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -57,11 +57,9 @@ RSpec.describe 'Contacts API', type: :request do\n \n context 'when it is an unauthenticated user' do\n it '...
Ruby
d36e1b52f670901ab50cafc3e302561b3686ebd2
611
2020-02-20 16:19:42+05:30
-19,800
['813cdd8aeced7ebc44c4dbf88754ae5b425d5b4c']
Enhancement: Add event name in webhook payload (#528) * chore: Remove unwanted twitter gem * Enhancement: Add event name in webhook payload fixes #528 #516 #518
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -61,7 +61,6 @@ gem 'chargebee'\n ##--- gems for channels ---##\n gem 'facebook-messenger'\n gem 'telegram-bot-ruby'\n-gem 'twitter'\n # twitty will handle subscription of twitter account events\n gem 'twitty', git: 'https:...
Ruby
f7c835854980bcf313c3e67b83ddc769419b35b2
656
2020-02-20 19:48:09+05:30
-19,800
['d36e1b52f670901ab50cafc3e302561b3686ebd2']
Bug: Hide contact panel when inboxId is not present (#530)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/conversation/ConversationView.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/conversation/ConversationView.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -37,13 +37,24 @@ export default {\n data() {\n return {\n pageTitle: this....
Ruby
bc884ae1846672b2240c24850e0db9a01a308f16
629
2020-02-21 00:43:14+05:30
-3,600
['f7c835854980bcf313c3e67b83ddc769419b35b2']
Chore: Added tests for dashboard_controller (#529)
[{'old_path': None, 'new_path': 'spec/controllers/dashboard_controller_spec.rb', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,10 @@\n+require 'rails_helper'\n+\n+describe '/app', type: :request do\n+ describe 'GET /app' do\n+ it 'renders the dashboard' do\n+ get '/app'\n+ expect(response).to hav...
Ruby
330bf87f081886535ca2e07e06cfb16425ba8d4d
656
2020-02-22 14:24:51+05:30
-19,800
['bc884ae1846672b2240c24850e0db9a01a308f16']
Bug : Inbox Filter indicator is removed when a conversation is selected (#535)
[{'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': "@@ -46,7 +46,7 @@ import getEmojiSVG from '../emoji/utils';\n import conversationMixi...
Ruby
91f8b4a650a6703972cc8a91d4e9734bd8015852
629
2020-02-22 14:27:04+05:30
-3,600
['330bf87f081886535ca2e07e06cfb16425ba8d4d']
Bug: Show helper description for code in finish setup page (#532) Co-authored-by: Sojan Jose <sojan@pepalo.com>
[{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/FinishSetup.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/inbox/FinishSetup.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -39,7 +39,7 @@ export default {\n );\n },\n message() {\n- if (!this.$rou...
Ruby
708d2688ff3605708ea465a905edbcd9794ee87b
656
2020-02-22 15:32:15+05:30
-19,800
['91f8b4a650a6703972cc8a91d4e9734bd8015852']
Bug: Fix URL text overflow (#537)
[{'old_path': 'app/javascript/widget/components/UserMessageBubble.vue', 'new_path': 'app/javascript/widget/components/UserMessageBubble.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -49,6 +49,7 @@ export default {\n \n a {\n color: $color-primary;\n+ word-break: break-all;\n }\n \n &.user {\n'}]
Ruby
6340eb3ae21483252de79da0377d2058a577068c
542
2020-02-22 19:02:11+05:30
-19,800
['708d2688ff3605708ea465a905edbcd9794ee87b']
Security: Upgrade @rails/webpacker and jest (#540) * Security: Upgrade @rails/webpacker and jest * Upgrade jest from 24.9.0 to 25.1.0 * Upgrade @rails/webpacker from 4.0.7 to 4.2.2 * Update test to use 1 worker
[{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,9 +5,9 @@\n "scripts": {\n "eslint": "eslint app/javascript --fix",\n "pretest": "rimraf .jest-cache",\n- "test": "jest --no-cache",\n- "test:watch": "jest --watch --no-cache",\n- "test:cove...
Ruby
67f4f69e8a24dafce4cb765a59f92877ba678027
59
2020-02-22 19:06:16+05:30
-28,800
['6340eb3ae21483252de79da0377d2058a577068c']
Bug: Fix error message when existing agent email is reused for a new agent (#538) Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
[{'old_path': 'app/javascript/dashboard/i18n/locale/en/agentMgmt.json', 'new_path': 'app/javascript/dashboard/i18n/locale/en/agentMgmt.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -45,6 +45,7 @@\n },\n "API": {\n "SUCCESS_MESSAGE": "Agent added successfully",\n+ "EXIST_MESSAGE": "...
Ruby
a790dc640ff3e6b6b4433b268a6c336147d961c5
629
2020-02-22 19:15:45+05:30
-3,600
['67f4f69e8a24dafce4cb765a59f92877ba678027']
Fix: Changed overflow scroll to overflow auto (#523) Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
[{'old_path': 'app/javascript/dashboard/assets/scss/_layout.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_layout.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,11 +35,11 @@ body {\n flex-direction: column;\n @include margin($zero);\n @include padding($space-normal);\n- overflow-y: scrol...
Ruby
1261cc7783195c037487bc2bb259ce032d90169c
542
2020-02-22 20:16:56+05:30
-19,800
['a790dc640ff3e6b6b4433b268a6c336147d961c5']
Enhancement: Upgrade @babel/preset-env (#542)
[{'old_path': '.eslintrc.js', 'new_path': '.eslintrc.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -24,10 +24,12 @@ module.exports = {\n \'multiline\': {\n \'max\': 1,\n \'allowFirstLine\': false\n- }\n+ },\n }],\n \'vue/html-self-closing\': \'off\',\n- "vue/no-v-html...
Ruby
eea92bd0ac8878b5eed1de57ec11069a2628aa2f
656
2020-02-22 20:20:43+05:30
-19,800
['1261cc7783195c037487bc2bb259ce032d90169c']
Bug: Add link cursor to widget close button (#544)
[{'old_path': 'app/javascript/widget/components/ChatHeader.vue', 'new_path': 'app/javascript/widget/components/ChatHeader.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -55,13 +55,14 @@ export default {\n }\n \n .close {\n+ cursor: pointer;\n position: relative;\n- margin-right: $space-small;\n+ ...
Ruby
e2688d517683e9ac41ad39ad62529b77257a6c33
672
2020-02-23 12:54:29+05:30
-19,800
['eea92bd0ac8878b5eed1de57ec11069a2628aa2f']
Chore: Swagger Docs V1 (#546)
[{'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,6 +37,10 @@ public/packs*\n *.swo\n *.un~\n .jest-cache\n+\n+#VS Code files\n+.vscode\n+\n # ignore jetbrains IDE files\n .idea\n \n'}, {'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MOD...
Ruby
2d3212575d57f946d6d41867b6b7ec09b7618c66
656
2020-02-23 15:16:09+05:30
-19,800
['e2688d517683e9ac41ad39ad62529b77257a6c33']
Enhancement: Hides available in widget interaction (#548)
[{'old_path': 'app/javascript/widget/views/Home.vue', 'new_path': 'app/javascript/widget/views/Home.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -49,7 +49,7 @@ export default {\n return window.chatwootWebChannel.website_name;\n },\n showAvailableAgents() {\n- return this.availableAgents.le...
Ruby
fd8e8c7c87d68fbc60c8b0fa3a8729f056319175
656
2020-02-23 21:13:28+05:30
-19,800
['2d3212575d57f946d6d41867b6b7ec09b7618c66']
Enhancement: Add close button to the contact sidebar panel (#551)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/conversation/ContactPanel.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/conversation/ContactPanel.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,9 @@\n <template>\n <div class="medium-3 bg-white contact--panel">\n <div class=...
Ruby
c7a4550477497200a9d477c491503869cd49fdbb
672
2020-02-23 23:11:11+05:30
-19,800
['fd8e8c7c87d68fbc60c8b0fa3a8729f056319175']
Updated Docker documentation * Removed the links to docker hub
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -52,16 +52,10 @@ Follow this [link](https://www.chatwoot.com/docs/environment-variables) to under\n \n ## Docker\n \n-You can use our official Docker image from [https://hub.docker.com/r/chatwoot/chatwoot](https://hub....
Ruby
fc1fa579e946791595f0541ccfa15f30a20f2bde
672
2020-02-24 00:51:31+05:30
-19,800
['c7a4550477497200a9d477c491503869cd49fdbb']
Chore: Document Conversation APIs in swagger (#552) * Added the documentation for the conversation APIs - 8 endpoints * Added descriptions for the existing endpoints * Added new resource models and updated some parts of the contact API
[{'old_path': 'swagger/definitions/index.yml', 'new_path': 'swagger/definitions/index.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -5,35 +5,68 @@ request_error:\n $ref: ./error/request.yml\n \n # RESOURCE\n+generic_id:\n+ $ref: ./resource/extension/generic.yml\n contact:\n $ref: ./resource/contact.yml\n...
Ruby
55b001435ba330d105616b1080c60120dbee9464
542
2020-02-24 10:32:35+05:30
-19,800
['fc1fa579e946791595f0541ccfa15f30a20f2bde']
Bug: Fix yarn.lock discrepancies (#554)
[{'old_path': 'yarn.lock', 'new_path': 'yarn.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -253,7 +253,7 @@\n esutils "^2.0.2"\n js-tokens "^4.0.0"\n \n-"@babel/parser@^7.1.0", "@babel/parser@^7.7.5", "@babel/parser@^7.8.3", "@babel/parser@^7.8.4":\n+"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@...
Ruby
4d5e7b4adf96f81f30ce44dc64b611a7a0523211
672
2020-02-25 01:23:29+05:30
-19,800
['55b001435ba330d105616b1080c60120dbee9464']
Bug: Added Sidekiq to production docker compose (#555) (#557) * Sidekiq service was missing from the production docker compose file. Added it.
[{'old_path': 'docker-compose.production.yaml', 'new_path': 'docker-compose.production.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,6 +11,7 @@ services:\n RAILS_ENV: \'production\'\n RAILS_SERVE_STATIC_FILES: \'true\'\n image: chatwoot:latest\n+ env_file: .env ## Change this file ...
Ruby
7479b5db434cf54c2a52b4e6ac332fd4d7c4dad6
611
2020-02-26 09:44:24+05:30
-19,800
['4d5e7b4adf96f81f30ce44dc64b611a7a0523211']
Feature: Support account/inbox specific webhooks (#562)
[{'old_path': 'app/controllers/api/v1/inbox/webhooks_controller.rb', 'new_path': 'app/controllers/api/v1/account/webhooks_controller.rb', 'type': <ModificationType.RENAME: 3>, 'diff': '@@ -1,4 +1,4 @@\n-class Api::V1::Inbox::WebhooksController < Api::BaseController\n+class Api::V1::Account::WebhooksController < Api::Ba...
Ruby
74f8a35cfcad2ae1b6cd4cbcd4f2a09c7c7023e6
603
2020-02-26 11:36:22+05:30
-19,800
['1f158aa193ebd1e87b5f1a2301cf29174d4a8297']
Chore: Environment variable to force ssl (#561) Fixes: #558 Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
[{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1,6 @@\n SECRET_KEY_BASE=\n+# Force all access to the app over SSL, default is set to false\n+FORCE_SSL=\n \n #redis config\n REDIS_URL=redis://redis:6379\n'}, {'old_path': 'config/environments/production.r...
Ruby
e5bc372a29d65be10ba041c5f444411aa77b921d
629
2020-02-26 18:22:08+05:30
-3,600
['74f8a35cfcad2ae1b6cd4cbcd4f2a09c7c7023e6']
Chore: Added tests for callbacks_controller (#531) * Chore: Added tests for callbacks_controller
[{'old_path': 'app/controllers/api/v1/callbacks_controller.rb', 'new_path': 'app/controllers/api/v1/callbacks_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,8 +1,7 @@\n require 'rest-client'\n require 'telegram/bot'\n-class Api::V1::CallbacksController < ApplicationController\n- skip_before_actio...
Ruby
0740d4762f8c32a01df08daeff03cfa92536a602
542
2020-02-26 21:15:01+05:30
-19,800
['e5bc372a29d65be10ba041c5f444411aa77b921d']
Enhancement: Paginate conversation calls in tabs (#560) * Use conversationPage module for pagination * Load more conversations * Reset list if conversation status is changed * Add specs to conversationPage * Reset filter when page is re-mounted * Update text * Update text
[{'old_path': 'app/finders/conversation_finder.rb', 'new_path': 'app/finders/conversation_finder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,23 +1,18 @@\n class ConversationFinder\n attr_reader :current_user, :current_account, :params\n \n- ASSIGNEE_TYPES = { me: 0, unassigned: 1, all: 2 }.freeze\n-\n-...
Ruby
0aad99ff0b07f4808b8e9f645701cf76dba228a4
672
2020-02-27 01:19:26+05:30
-19,800
['0740d4762f8c32a01df08daeff03cfa92536a602']
Chore: Update the source of `json_refs` gem (#565) (#566) At the time of using, `json_refs` gem did not have the ability to recursively resolve the references. So we had to fork this into one of our own and make the required changes. So this fork was used as the source for the gem. Along with this, we had raised a PR...
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -85,7 +85,7 @@ group :development do\n gem 'web-console'\n \n # used in swagger build\n- gem 'json_refs', git: 'https://github.com/sony-mathew/json_refs', ref: 'b6c142a'\n+ gem 'json_refs', git: 'https://github.com/t...
Ruby
b05f843790a67db34bc57f0076f64ee7f6216693
603
2020-02-29 11:20:33+05:30
-19,800
['0aad99ff0b07f4808b8e9f645701cf76dba228a4']
Chore: Making Account Signup Optional (#563) Introduce new environment variable that lets you control account signups ENABLE_ACCOUNT_SIGNUP :( true | false | api_only ) Fixes: #406 Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
[{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,6 +2,12 @@ SECRET_KEY_BASE=\n # Force all access to the app over SSL, default is set to false\n FORCE_SSL=\n \n+# This lets you control new sign ups on your chatwoot installation\n+# true : default option, all...
Ruby
e8cf59c661aaba0531c6b912a97b04e6c8bcfbff
542
2020-02-29 11:27:02+05:30
-19,800
['b05f843790a67db34bc57f0076f64ee7f6216693']
Feature: Alert widget user when message is received from agent (#571)
[{'old_path': 'app/javascript/dashboard/assets/audio/ding.mp3', 'new_path': 'app/javascript/dashboard/assets/audio/ding.mp3', 'type': <ModificationType.DELETE: 4>, 'diff': 'Binary files a/app/javascript/dashboard/assets/audio/ding.mp3 and /dev/null differ\n'}, {'old_path': 'app/javascript/shared/assets/audio/ding.mp3',...
Ruby
c119c6577bc0b4ed1265a056e0bea770031934b9
656
2020-02-29 17:43:49+05:30
-19,800
['e8cf59c661aaba0531c6b912a97b04e6c8bcfbff']
Feature: As a admin, I should be able to add webhooks to account (#572) Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
[{'old_path': 'app/controllers/api/v1/account/webhooks_controller.rb', 'new_path': 'app/controllers/api/v1/account/webhooks_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -23,7 +23,7 @@ class Api::V1::Account::WebhooksController < Api::BaseController\n private\n \n def webhook_params\n- params...
Ruby
7f26b34b157cf3a3a12fa2b13d45f5c2c8a66459
672
2020-02-29 20:41:09+05:30
-19,800
['bbd9968d4b7cb5d8c7f92e2c4e45cd376ca538dd']
Feature: Add new notification settings for user (#569) Added new notification settings API for user Co-authored-by: Sojan Jose <sojan@pepalo.com>
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -78,6 +78,9 @@ gem 'sentry-raven'\n ##-- background job processing --##\n gem 'sidekiq'\n \n+##-- used for single column multiple binary flags in notification settings/feature flagging --##\n+gem 'flag_shih_tzu'\n+\n group...
Ruby
bbf01037c68e6a45508659ae3ae554feb1e1c09b
629
2020-03-01 04:56:30+05:30
-3,600
['7f26b34b157cf3a3a12fa2b13d45f5c2c8a66459']
Chore: Added tests for conversations messages controller (#575)
[{'old_path': None, 'new_path': 'spec/controllers/api/v1/conversations/messages_controller_spec.rb', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,34 @@\n+require 'rails_helper'\n+\n+RSpec.describe 'Conversation Messages API', type: :request do\n+ let(:account) { create(:account) }\n+\n+ describe 'POST /api/...
Ruby
629c73d3ceacf9ebd787812c4a1ea09e87ea834d
542
2020-03-01 11:23:55+05:30
-19,800
['bbf01037c68e6a45508659ae3ae554feb1e1c09b']
Fix onBackDropClick (#578)
[{'old_path': 'app/javascript/dashboard/components/Modal.vue', 'new_path': 'app/javascript/dashboard/components/Modal.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,11 @@\n <template>\n <transition name="modal-fade">\n- <div v-if="show" class="modal-mask" transition="modal" @click="close">\n+ <...
Ruby
d6237dfc596558f503ed63a0b45f43a6797fe16d
542
2020-03-01 17:47:08+05:30
-19,800
['629c73d3ceacf9ebd787812c4a1ea09e87ea834d']
Feature: Add UI to update email notification preferences (#579)
[{'old_path': None, 'new_path': 'app/javascript/dashboard/api/specs/userNotificationSettings.spec.js', 'type': <ModificationType.ADD: 1>, 'diff': "@@ -0,0 +1,13 @@\n+import userNotificationSettings from '../userNotificationSettings';\n+import ApiClient from '../ApiClient';\n+\n+describe('#AgentAPI', () => {\n+ it('cre...
Ruby
cda65ea3397c84b29b9e7ec1a85927be11964be3
603
2020-03-01 19:06:13+05:30
-19,800
['d6237dfc596558f503ed63a0b45f43a6797fe16d']
Feature: Conversation creation email notifications (#576) * Clean up the mailers * Disable assignment mailer if setting is turned off * Email notifications on conversation create * Specs
[{'old_path': 'app/dispatchers/async_dispatcher.rb', 'new_path': 'app/dispatchers/async_dispatcher.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -5,7 +5,7 @@ class AsyncDispatcher < BaseDispatcher\n end\n \n def listeners\n- listeners = [ReportingListener.instance, WebhookListener.instance]\n+ listen...
Ruby
dfdb68e1c398e44e48d0dc27e083998375478873
656
2020-03-03 12:39:05+05:30
-19,800
['c772c0af038041907ab30abdc61c35b8581f5974']
Enhancement: Improve UI on user preferences page (#584)
[{'old_path': 'app/javascript/dashboard/routes/dashboard/settings/profile/EmailNotifications.vue', 'new_path': 'app/javascript/dashboard/routes/dashboard/settings/profile/EmailNotifications.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,9 +1,9 @@\n <template>\n <div class="profile--settings--row row">\n ...
Ruby
97ad512c21e9e2017dbcdd6ac59cc9495d9bbeae
542
2020-03-03 13:00:54+05:30
-19,800
['dfdb68e1c398e44e48d0dc27e083998375478873']
Security: Upgrade puma to 4.3.3 (#586)
[{'old_path': 'Gemfile.lock', 'new_path': 'Gemfile.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -293,7 +293,7 @@ GEM\n pry-rails (0.3.9)\n pry (>= 0.10.4)\n public_suffix (4.0.3)\n- puma (4.3.2)\n+ puma (4.3.3)\n nio4r (~> 2.0)\n pundit (2.1.0)\n activesupport (>= 3.0.0)\...
Ruby
f76ba889dda87fa1046cee64c76e6c9e5913493b
542
2020-03-03 18:52:30+05:30
-19,800
['97ad512c21e9e2017dbcdd6ac59cc9495d9bbeae']
Docs: Add webhook documentation (#588)
[{'old_path': None, 'new_path': 'docs/webhooks/add-webhooks-to-chatwoot.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,61 @@\n+---\n+path: "/docs/webhooks"\n+title: "Webhooks"\n+---\n+\n+Webhooks are HTTP callbacks which can be defined for every account. They are triggered by events like message creation i...
Ruby
fabc6c87af53cda1fc14c087dbf8c53fddf66393
672
2020-03-04 00:41:21+05:30
-19,800
['f76ba889dda87fa1046cee64c76e6c9e5913493b']
Chore: User Friendly URLs on the swagger docs (#590) Made the swagger documentation urls short and readable.
[{'old_path': 'swagger/paths/contact/conversations.yml', 'new_path': 'swagger/paths/contact/conversations.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,7 @@\n get:\n- tags: [Contact]\n+ tags:\n+ - Contact\n+ operationId: contactConversations\n summary: Conversations\n parameters:\n - nam...
Ruby
b2d5cc7b058428ab311edc188d31a220d1da0ead
542
2020-03-06 01:43:12+05:30
-19,800
['fabc6c87af53cda1fc14c087dbf8c53fddf66393']
Feature: Introduce bots (#545) Co-authored-by: Pranav Raj S <pranavrajs@gmail.com> Co-authored-by: Sojan Jose <sojan@pepalo.com>
[{'old_path': 'app/builders/messages/outgoing/normal_builder.rb', 'new_path': 'app/builders/messages/outgoing/normal_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -3,7 +3,7 @@ class Messages::Outgoing::NormalBuilder\n \n def initialize(user, conversation, params)\n @content = params[:message]\n- ...
Ruby
a8ac0487168bf622fdc528bf6f5b59e3f664eb5a
603
2020-03-06 01:47:37+05:30
-19,800
['fabc6c87af53cda1fc14c087dbf8c53fddf66393']
Bug: Fix duplicate messages from Twitter DM and tweets (#599) * Bug: Fix duplicate messages from Twitter DM and tweets
[{'old_path': 'app/controllers/twitter/callbacks_controller.rb', 'new_path': 'app/controllers/twitter/callbacks_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,5 +1,7 @@\n class Twitter::CallbacksController < Twitter::BaseController\n def show\n+ return redirect_to app_new_twitter_inbox_url if...
Ruby
8b4df986bfa431275d290f50d75a3bfb33e28f47
603
2020-03-07 12:18:16+05:30
-19,800
['b2d5cc7b058428ab311edc188d31a220d1da0ead']
Chore: Enable Users to create multiple accounts (#440) Addresses: #402 - migrations to split roles and other attributes from users table - make changes in code to accommodate this change Co-authored-by: Sojan Jose <sojan@pepalo.com> Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
[{'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -53,3 +53,5 @@ coverage\n # ignore packages\n node_modules\n package-lock.json\n+\n+*.dump\n'}, {'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -41,6 +41,9 @...
Ruby
60dc564f373d4309bc74b9fa2f5072f1e235f1b9
656
2020-03-07 23:39:41+05:30
-19,800
['8b4df986bfa431275d290f50d75a3bfb33e28f47']
Bug: Fix missing close button on mobile chat window (#600) Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
[{'old_path': '.scss-lint.yml', 'new_path': '.scss-lint.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -82,7 +82,7 @@ linters:\n enabled: true\n \n ImportantRule:\n- enabled: true\n+ enabled: false\n \n ImportPath:\n enabled: true\n'}, {'old_path': 'app/javascript/packs/sdk.js', 'new_path': '...
Ruby
2a4fb7b056966181992fb98a5d76aa59e27b9671
542
2020-03-08 22:08:25+05:30
-19,800
['a8ac0487168bf622fdc528bf6f5b59e3f664eb5a']
Bug: Fix conversation not loading from the links in email (#602) Bug: Load conversation from links
[{'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -53,3 +53,5 @@ coverage\n # ignore packages\n node_modules\n package-lock.json\n+\n+*.dump\n'}, {'old_path': 'app/controllers/api/v1/conversations/messages_controller.rb', 'new_path': 'app/controllers/api/v1/conversa...
Ruby
ef6c695bcb9b34804b5e92c50769d2365b9e544d
542
2020-03-09 10:00:11+05:30
-19,800
['1273ea64d3d8091c198ceff05d5eccdf5d6035ee']
Chore: Add additional_attributes to conversation seed
[{'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': "@@ -108,10 +108,9 @@ export default {\n return channel;\n },\n conversationType() {\n- ...
Ruby
19ab0fe108f913e597e49a4895b95b4e606df099
603
2020-03-09 23:27:10+05:30
-19,800
['2a6670f0dafef50bbe1b5cb52e4584645acf4240']
Chore: Scope URLs with account_id (#601) * Chore: Enable Users to create multiple accounts Addresses: #402 - migrations to split roles and other attributes from users table - make changes in code to accommodate this change Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
[{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -41,17 +41,54 @@ RSpec/NestedGroups:\n Max: 4\n RSpec/MessageSpies:\n Enabled: false\n+Metrics/MethodLength:\n+ Exclude:\n+ - 'db/migrate/20161123131628_devise_token_auth_create_users.rb'\n+Rails/CreateTa...
Ruby
a5b1e2b65044a16073de7c66e5cd5e1c2c718994
603
2020-03-11 00:02:15+05:30
-19,800
['19ab0fe108f913e597e49a4895b95b4e606df099']
Feature: Access tokens for API access (#604) Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
[{'old_path': 'app/builders/messages/outgoing/normal_builder.rb', 'new_path': 'app/builders/messages/outgoing/normal_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,7 +22,7 @@ class Messages::Outgoing::NormalBuilder\n message_type: :outgoing,\n content: @content,\n private: @private...
Ruby
260e40831a3256b2c2008e588b5efe29c7adeefb
542
2020-03-11 16:19:13+05:30
-19,800
['a5b1e2b65044a16073de7c66e5cd5e1c2c718994']
Chore: Update Swagger API docs (#608)
[{'old_path': 'swagger/definitions/index.yml', 'new_path': 'swagger/definitions/index.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -15,7 +15,8 @@ message:\n $ref: ./resource/message.yml\n user:\n $ref: ./resource/user.yml\n-\n+inbox:\n+ $ref: ./resource/inbox.yml\n # RESPONSE\n \n ## contact\n'}, {'old_...
Ruby
fb17d34b8ac61b97b1eac737bcd977d3e916a306
656
2020-03-12 21:23:52+05:30
-19,800
['260e40831a3256b2c2008e588b5efe29c7adeefb']
Feature: Support card options in widget and dashboard #594 (#609)
[{'old_path': None, 'new_path': 'app/javascript/shared/components/CardButton.vue', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,60 @@\n+<template>\n+ <a\n+ v-if="isLink"\n+ :key="action.uri"\n+ class="action-button button"\n+ :href="action.uri"\n+ >\n+ {{ action.text }}\n+ </a>\n+ <button\n...
Ruby
bb47b5f086e250cb72030b40b2913b5f70a7c686
59
2020-03-12 22:00:58+05:30
-28,800
['fb17d34b8ac61b97b1eac737bcd977d3e916a306']
Reduce long peer dependencies warning (#568) Co-authored-by: ghosteathuman <46582963+ghosteathuman@users.noreply.github.com>
[{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,17 +12,15 @@\n "start:dev": "foreman start -f ./Procfile.dev"\n },\n "dependencies": {\n- "@babel/polyfill": "^7.6.0",\n- "@babel/preset-env": "~7.8.4",\n "@rails/actioncable": "^6.0.0",\n ...
Ruby
d8599c62dd36b00cd69d1ef1a90fda2819c330e5
656
2020-03-16 12:08:40+05:30
-19,800
['bb47b5f086e250cb72030b40b2913b5f70a7c686']
Feature: Support options message type on widget and dashboard (#614)
[{'old_path': 'app/javascript/shared/components/CardButton.vue', 'new_path': 'app/javascript/shared/components/CardButton.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -50,11 +50,5 @@ export default {\n margin-top: $space-smaller;\n border-radius: $space-micro;\n font-weight: $font-weight-medium;\n-\n- ...
Ruby
4d0f46176b7a10287ae879afd86057c3bf375866
542
2020-03-16 12:32:34+05:30
-19,800
['d8599c62dd36b00cd69d1ef1a90fda2819c330e5']
Chore: Add web_widget_script in the Inboxes API (#615) * Chore: Add web_widget_script in the Inboxes API
[{'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': '@@ -6,15 +6,15 @@ class Api::V1::Accounts::InboxesController < Api::BaseController\n @inboxes = policy_scope(current_account.inbo...
Ruby
71d48854b1b798f86e496221af6a94b0bbd333ec
203
2020-03-17 21:09:20+05:30
-25,200
['4d0f46176b7a10287ae879afd86057c3bf375866']
Chore: Refactor Facebook send reply service Refactor Facebook send reply service
[{'old_path': 'app/services/facebook/send_reply_service.rb', 'new_path': 'app/services/facebook/send_reply_service.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -48,19 +48,26 @@ class Facebook::SendReplyService\n end\n \n def twenty_four_hour_window_over?\n- last_incoming_message = conversation.messages...
Ruby
8d65e7db95ff222c02599807c0d4ba7a970f0ccc
603
2020-03-18 01:40:34+05:30
-19,800
['91bccd3c6d3d8dd7c188b0fc9cd5ad5268157122']
HotFix: Tune the chatwoot logs Fixes : #616
[{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -58,6 +58,10 @@ AWS_REGION=\n #sentry\n SENTRY_DSN=\n \n+#Log settings\n+LOG_LEVEL=\n+LOG_SIZE= \n+\n # Credentials to access sidekiq dashboard in production\n SIDEKIQ_AUTH_USERNAME=\n SIDEKIQ_AUTH_PASSWORD=\n'},...
Ruby
8f6f07177dbb81ea53aa121c1f3a80c471d08f0b
611
2020-03-18 16:53:35+05:30
-19,800
['f69eb7e5426886341f0ebd1f327371781eee35a0']
Enhancement: Move reporting metrics to postgres (#606)
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -30,6 +30,7 @@ gem 'google-cloud-storage', require: false\n gem 'mini_magick'\n \n ##-- gems for database --#\n+gem 'groupdate'\n gem 'pg'\n gem 'redis'\n gem 'redis-namespace'\n"}, {'old_path': 'Gemfile.lock', 'new_path':...
Ruby
1c4566df66890699d6ec0d8f5be2dd60a5e0a717
542
2020-03-19 01:52:38+05:30
-19,800
['9d170fc7279f2c0d56463c27ab1a0bcb42f788b4']
Bug: Migrate messages while merging contact (#624) Bug: Migrate messages while merging contact
[{'old_path': 'app/actions/contact_merge_action.rb', 'new_path': 'app/actions/contact_merge_action.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,6 +5,7 @@ class ContactMergeAction\n ActiveRecord::Base.transaction do\n validate_contacts\n merge_conversations\n+ merge_messages\n mer...
Ruby
4c40d738a5574ea37f0a6dd097190ae0a3dd4d78
542
2020-03-21 20:54:04+05:30
-19,800
['8f6f07177dbb81ea53aa121c1f3a80c471d08f0b']
Security: Upgrade rails to 6.0.2.2 (#636)
[{'old_path': 'Gemfile.lock', 'new_path': 'Gemfile.lock', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,56 +18,56 @@ GEM\n specs:\n action-cable-testing (0.6.0)\n actioncable (>= 5.0)\n- actioncable (6.0.2.1)\n- actionpack (= 6.0.2.1)\n+ actioncable (6.0.2.2)\n+ actionpack (= 6.0.2.2...
Ruby
29bb2bff3aa8c8aea1bbfecd1e534af72cde5c7f
542
2020-03-21 21:01:55+05:30
-19,800
['4c40d738a5574ea37f0a6dd097190ae0a3dd4d78']
Security: Upgrade eslint, eslint-config-airbnb (#635)
[{'old_path': '.eslintrc.js', 'new_path': '.eslintrc.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,7 +28,7 @@ module.exports = {\n }],\n \'vue/html-self-closing\': \'off\',\n "vue/no-v-html": \'off\',\n- \'import/extensions\': [\'never\']\n+ \'import/extensions\': [\'off\']\n \n },\n ...
Ruby
fe70843fae01a36fd8102a9e8f052aa62e753283
656
2020-03-22 11:44:40+05:30
-19,800
['29bb2bff3aa8c8aea1bbfecd1e534af72cde5c7f']
Feature: Improve Dashboard UI (#630)
[{'old_path': 'app/javascript/dashboard/assets/scss/_typography.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_typography.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,6 +18,10 @@\n font-size: $font-size-small;\n }\n \n+.text-muted {\n+ color: $color-gray;\n+}\n+\n a {\n font-size: $font-...
Ruby
f7e5f1fabf6099905d038d3faf24633bb321162e
656
2020-03-22 15:54:36+05:30
-19,800
['fe70843fae01a36fd8102a9e8f052aa62e753283']
Feature: Send attachments to widget user (#621)
[{'old_path': 'app/builders/messages/outgoing/normal_builder.rb', 'new_path': 'app/builders/messages/outgoing/normal_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,10 +7,17 @@ class Messages::Outgoing::NormalBuilder\n @conversation = conversation\n @user = user\n @fb_id = params[:fb_id]\n...
Ruby
a94f14ca22db7123e111c3c085eb025ad737d31a
542
2020-03-22 20:38:49+05:30
-19,800
['1c4566df66890699d6ec0d8f5be2dd60a5e0a717']
Bug: Disable logging to file on asset precompile (#637)
[{'old_path': '.eslintrc.js', 'new_path': '.eslintrc.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -28,7 +28,7 @@ module.exports = {\n }],\n \'vue/html-self-closing\': \'off\',\n "vue/no-v-html": \'off\',\n- \'import/extensions\': [\'never\']\n+ \'import/extensions\': [\'off\']\n \n },\n ...
Ruby
209e0a0fb437541bab903914595f1c83a6e0af92
672
2020-03-24 23:34:22+05:30
-19,800
['2eac97c7050a7746ca3dfe3d1e76433a8358aadd']
[Feature] Change conversation ordering (#640) * Update conversation's updated_at when a message is created/saved * changed teh ordering of conversation to be based on `updated_at` rather than `created_at`
[{'old_path': 'app/models/conversation.rb', 'new_path': 'app/models/conversation.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -36,7 +36,7 @@ class Conversation < ApplicationRecord\n \n enum status: { open: 0, resolved: 1, bot: 2 }\n \n- scope :latest, -> { order(created_at: :desc) }\n+ scope :latest, -> {...
Ruby
a3c2d4e5bd1c66b7c96e19214eadc17395ad6476
603
2020-03-28 11:43:02+05:30
-19,800
['209e0a0fb437541bab903914595f1c83a6e0af92']
Chore: Add Facebook app set up documentation (#647) Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
[{'old_path': '.codeclimate.yml', 'new_path': '.codeclimate.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -26,3 +26,6 @@ exclude_patterns:\n - "node_modules/**/*"\n - "lib/tasks/auto_annotate_models.rake"\n - "app/test-matchers.js"\n+ - "docs/*"\n+ - "**/*.md"\n+ - "**/*.yml"\n\\ No newline at end of...
Ruby
50ebbc13b672a6cb735e8f3561e32bc6a90498ad
542
2020-03-28 11:51:42+05:30
-19,800
['a3c2d4e5bd1c66b7c96e19214eadc17395ad6476']
Chore: Add Twitter documentation (#648) * Chore: Add Twitter documentation Co-authored-by: Sojan <sojan@pepalo.com>
[{'old_path': 'app/controllers/twitter/callbacks_controller.rb', 'new_path': 'app/controllers/twitter/callbacks_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,6 @@\n class Twitter::CallbacksController < Twitter::BaseController\n def show\n- return redirect_to app_new_twitter_inbox_url if...
Ruby
6c48f2e789e663772f4cb3544afd380e64891019
542
2020-03-29 09:34:57+05:30
-19,800
['50ebbc13b672a6cb735e8f3561e32bc6a90498ad']
Bug: Update conversation urls in email (#649) Update the conversation URLs in email templates.
[{'old_path': 'app/views/mailers/agent_notifications/conversation_notifications_mailer/conversation_assigned.html.erb', 'new_path': 'app/views/mailers/agent_notifications/conversation_notifications_mailer/conversation_assigned.html.erb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -2,4 +2,9 @@\n \n <p>Time to sav...
Ruby
bab9d663d29c0503ced4feb6809e00946a853f74
603
2020-03-29 12:16:31+05:30
-19,800
['6c48f2e789e663772f4cb3544afd380e64891019']
Feature: API for updating account settings (#645) * Feature: API for updating account settings - API to update account locale - API to update account name - API to show account info
[{'old_path': None, 'new_path': '.nvmrc', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1 @@\n+12.16.1\n'}, {'old_path': 'app/controllers/api/v1/accounts/accounts_controller.rb', 'new_path': 'app/controllers/api/v1/accounts/accounts_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -4,7 +4,9 @@ c...
Ruby
e56132c50692771b3d315d944e3a279852a4251e
611
2020-03-29 19:18:30+05:30
-19,800
['bab9d663d29c0503ced4feb6809e00946a853f74']
Non blocking event dispatch (#652) - Performance improvements for event dispatch
[{'old_path': 'app/dispatchers/async_dispatcher.rb', 'new_path': 'app/dispatchers/async_dispatcher.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,10 @@\n class AsyncDispatcher < BaseDispatcher\n def dispatch(event_name, timestamp, data)\n+ EventDispatcherJob.perform_later(event_name, timestamp, dat...
Ruby