Search is not available for this dataset
hash
string
author
int32
committer_date
string
timezone
int64
parents
string
message
string
changes
string
language
string
426ac33acf67a0ecb1d12d1c393dd32c5a59a174
418
2019-10-06 16:02:59+03:00
-10,800
['9b9aee4657fa778f5b4be6d4957c3f801f518c8b']
Fix #76 issue codeclimate in app/javascript/src/assets/scss/widgets/_sidemenu.scss
[{'old_path': 'app/javascript/src/assets/scss/widgets/_sidemenu.scss', 'new_path': 'app/javascript/src/assets/scss/widgets/_sidemenu.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,63 +4,92 @@\n }\n }\n \n-\n .sidebar {\n- width: $nav-bar-width;\n- z-index: 1024 - 1;\n- overflow-x: hidden;\n @include...
Ruby
942f47fa2dfa157cabc2554d2933388f337fb8b7
418
2019-10-06 16:08:17+03:00
-10,800
['9b9aee4657fa778f5b4be6d4957c3f801f518c8b']
Fix #70 issue codeclimate in app/javascript/src/assets/scss/widgets/_emojiinput.scss
[{'old_path': 'app/javascript/src/assets/scss/_variables.scss', 'new_path': 'app/javascript/src/assets/scss/_variables.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -55,6 +55,8 @@ $color-white: #FFF;\n $color-body: #3C4858;\n $color-heading: #1F2D3D;\n $color-modal-header: #f1f1f1;\n+$color-extra-light-blue:...
Ruby
9759c7432f753b9a4cf9cceed6aec6ee2fbb0826
418
2019-10-06 19:40:02+05:30
-10,800
['9b9aee4657fa778f5b4be6d4957c3f801f518c8b']
Add .idea folder to the gitignore for ignoring Jetbrains IDE (webstorm) config files (#126)
[{'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -35,3 +35,6 @@ config/application.yml\n \n public/uploads\n public/packs\n+\n+# ignore jetbrains IDE files\n+.idea\n\\ No newline at end of file\n'}]
Ruby
c0f40b1713a723b756d78b1500f8b7feb40a06e8
418
2019-10-06 19:46:05+05:30
-10,800
['9759c7432f753b9a4cf9cceed6aec6ee2fbb0826']
Fix #65 issue codeclimate in app/javascript/src/assets/scss/widgets/_billing.scss (#124)
[{'old_path': 'app/javascript/src/assets/scss/widgets/_billing.scss', 'new_path': 'app/javascript/src/assets/scss/widgets/_billing.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,35 +1,42 @@\n .billing {\n @include full-height;\n+\n .row {\n @include full-height;\n }\n+\n .billing__stats {\n ...
Ruby
ea13a21da52fc728874cfed3e1603b46e3e1cf14
418
2019-10-06 20:03:01+05:30
-10,800
['c0f40b1713a723b756d78b1500f8b7feb40a06e8']
Fix #78 issue codeclimate in app/javascript/src/assets/scss/widgets/_thumbnail.scss (#121)
[{'old_path': 'app/javascript/src/assets/scss/widgets/_thumbnail.scss', 'new_path': 'app/javascript/src/assets/scss/widgets/_thumbnail.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,14 +1,16 @@\n .user-thumbnail-box {\n- position: relative;\n @include flex-shrink;\n+ position: relative;\n+\n .user-th...
Ruby
59db1de1dca5aa09c4325c90f62de5cdd53e29fb
514
2019-10-08 01:06:01+05:30
-19,800
['0daeeb1361c2e384de8cc32a51403e361f4a7f46']
Fix Code Climate issues with `Conversation View` (#103)
[{'old_path': 'app/javascript/src/assets/scss/widgets/_conversation-view.scss', 'new_path': 'app/javascript/src/assets/scss/widgets/_conversation-view.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -11,15 +11,15 @@\n }\n \n .status--filter {\n- float: right;\n- width: auto;\n- font-size...
Ruby
eef7555d624bc124f7c35b377ed95b3f2d2b68ea
418
2019-10-08 01:31:09+05:30
-10,800
['59db1de1dca5aa09c4325c90f62de5cdd53e29fb']
Fix #77 issue codeclimate in _tabs.scss (#125) * Fix #77 issue codeclimate in app/javascript/src/assets/scss/widgets/_tabs.scss * Update border-width for #77 in _tabs.scss
[{'old_path': 'app/javascript/src/assets/scss/widgets/_tabs.scss', 'new_path': 'app/javascript/src/assets/scss/widgets/_tabs.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,7 +1,23 @@\n .tabs {\n- border-width: 0;\n @include padding($zero $space-normal);\n @include border-normal-bottom;\n+ border-left...
Ruby
e066a9cff5c5ff5355547f8fca6898d82da6ef58
189
2019-10-08 14:03:41+05:30
-10,800
['eef7555d624bc124f7c35b377ed95b3f2d2b68ea']
Fix #58 - Refactor inbox_members_controller (#109)
[{'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': '@@ -1,23 +1,20 @@\n-class Api::V1::InboxMembersController < Api::BaseController\n-\n+module Api\n+ module V1\n+ class InboxMembersContr...
Ruby
0621fa66e415e63371291558c8e5cd3b2236882c
137
2019-10-09 01:15:04+05:30
10,800
['e066a9cff5c5ff5355547f8fca6898d82da6ef58']
Fix abs rubocop metric of create_activity (#101) * Fix abs rubocop metric of create_activity * Fix anothers rubocop issues * Remove comment that was removed on master
[{'old_path': 'app/models/conversation.rb', 'new_path': 'app/models/conversation.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -25,62 +25,48 @@ class Conversation < ApplicationRecord\n \n after_create :send_events, :run_round_robin\n \n-\n acts_as_taggable_on :labels\n \n def update_assignee(agent = nil)...
Ruby
046cc20f71dcfab2c50f3874a297e39ba73fd1dd
542
2019-10-09 17:55:41+05:30
-19,800
['0621fa66e415e63371291558c8e5cd3b2236882c']
Update documentation to include page title and slug
[{'old_path': 'docs/README.md', 'new_path': 'docs/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,10 +1,6 @@\n-<p align="center">\n-<img src=".github/woot-logo.svg" alt="Woot-logo" width="240">\n+---\n+title: \'Documentation\'\n+path: \'/docs\'\n+---\n \n-<div align="center">Opensource alternative to I...
Ruby
16259291939dd407f2c4e74feeee465fe12eca2e
542
2019-10-09 17:58:14+05:30
-19,800
['046cc20f71dcfab2c50f3874a297e39ba73fd1dd']
[docs] Update documentation URL
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -60,7 +60,7 @@ password: 123456\n \n ### Detailed documentation\n \n-Detailed documentation is available at [docs.chatwoot.com](https://docs.chatwoot.com)\n+Detailed documentation is available at [www.chatwoot.com/docs...
Ruby
df0c1fa0c5b6cfe11e24da6001066ba13f768dc6
505
2019-10-10 09:11:18+05:30
-12,600
['16259291939dd407f2c4e74feeee465fe12eca2e']
Refactor parseErrorCode and try to decrease method complexity (#132)
[{'old_path': 'app/javascript/src/helper/APIHelper.js', 'new_path': 'app/javascript/src/helper/APIHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -4,13 +4,12 @@ import Auth from '../api/auth';\n import router from '../routes';\n \n const parseErrorCode = error => {\n- if (error.response) {\n+ const erro...
Ruby
43e54a7bfb2f71add9f3e4e3b1b4425031485ce3
292
2019-10-12 10:47:08+05:30
-10,800
['df0c1fa0c5b6cfe11e24da6001066ba13f768dc6']
Add mac os installation guide (#135)
[{'old_path': None, 'new_path': 'docs/development/environment-setup/mac-os.md', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,102 @@\n+---\n+path: "/docs/installation-guide-mac-os"\n+title: "Mac OS installation guide"\n+---\n+\n+Open terminal app and run the following commands\n+\n+### Installing the standalon...
Ruby
4768aca48435610efd48baf457ef33234550c9fa
470
2019-10-12 23:38:41+05:30
-7,200
['43e54a7bfb2f71add9f3e4e3b1b4425031485ce3']
Refactor Conversation model (#134) * Add Conversation factory with dependent factories * Include FactoryBot methods in rspec config * Add unit tests for public methods of Conversation model * Move Current model into a separate file in lib folder * Disable Metrics/BlockLength rule for db/migrate and spec fo...
[{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,3 +6,7 @@ Style/FrozenStringLiteralComment:\n Enabled: false\n Style/SymbolArray:\n Enabled: false\n+Metrics/BlockLength:\n+ Exclude:\n+ - db/migrate/**/*\n+ - spec/**/*\n'}, {'old_path': 'Gemfile',...
Ruby
14c5a304b3b84fbe3cfcac1201afa502ee8c3f3f
542
2019-10-13 09:58:32+05:30
-19,800
['4768aca48435610efd48baf457ef33234550c9fa']
[docs] Update contributors list (#136)
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,8 +6,6 @@\n ___\n \n ![CircleCI Badge](https://img.shields.io/circleci/build/github/chatwoot/chatwoot)\n-![Dependencies](https://img.shields.io/david/chatwoot/chatwoot)\n-![Github Issues](https://img.shields.io/gith...
Ruby
4b33a480c7e5fd2809b84a7c68bd4ff682fb06d9
542
2019-10-13 19:16:28+05:30
-19,800
['14c5a304b3b84fbe3cfcac1201afa502ee8c3f3f']
Fix missing username in assignment message (#142)
[{'old_path': 'config/locales/en.yml', 'new_path': 'config/locales/en.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -46,7 +46,7 @@ en:\n activity:\n status:\n resolved: "Conversation was marked resolved by %{user_name}"\n- open: "Conversation was reopened by #{user_name}"\n+ op...
Ruby
b89353b76c74990cf37e43680c597f8b1dbf93d4
428
2019-10-14 14:24:58+05:30
14,400
['4b33a480c7e5fd2809b84a7c68bd4ff682fb06d9']
Feature/update confirmation email information (#145) * Add `invited_by` foreign key to User Allows for a User to be tied to the user who invited them * Include `current_user` in new agent initialization parameters * Add `shoulda-matchers` for testing associations * Add Inviter information and associated ac...
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -59,11 +59,13 @@ end\n \n group :test do\n gem 'mock_redis'\n+ gem 'shoulda-matchers'\n end\n \n group :development, :test do\n gem 'byebug', platform: :mri\n gem 'factory_bot_rails'\n+ gem 'ffaker'\n gem 'listen...
Ruby
cdada37e3aa6a1c0c15cfc8cf41cd5809f7bfa22
192
2019-10-15 00:15:33+05:30
14,400
['b89353b76c74990cf37e43680c597f8b1dbf93d4']
Fix #114: Address color contrast warning messages (#144) * Make button text black * Remove custom white text for warning buttons
[{'old_path': 'app/javascript/src/assets/scss/_foundation-custom.scss', 'new_path': 'app/javascript/src/assets/scss/_foundation-custom.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,10 +6,6 @@\n border-radius: 1000px;\n }\n \n- &.warning {\n- color: $white;\n- }\n-\n &.grey-btn {\n color: ...
Ruby
01b72ca05142eadd39142b66a91724f73bc4d86d
271
2019-10-15 00:18:46+05:30
-7,200
['cdada37e3aa6a1c0c15cfc8cf41cd5809f7bfa22']
Initial testing with jest (#133) * :tada: initial testing with jest * :ok_hand: update test script names & remove package-lock.json * :ok_hand: add 'yarn test' step to circle-ci build workflow
[{'old_path': '.circleci/config.yml', 'new_path': '.circleci/config.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -53,9 +53,9 @@ jobs:\n name: eslint\n command: yarn run eslint\n \n- # - run:\n- # name: brakeman\n- # command: brakeman\n+ - run:\n+ name:...
Ruby
4bb6842a4d8a5dd12c6d3da857399c66dc17b794
175
2019-10-15 11:46:18+05:30
-19,800
['01b72ca05142eadd39142b66a91724f73bc4d86d']
Prefer Enumerable#detect over Enumerable#select.first (#147)
[{'old_path': 'app/models/plan.rb', 'new_path': 'app/models/plan.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -60,7 +60,7 @@ class Plan\n end\n \n def trial_plan\n- all_plans.select { |plan| plan.key == :trial }.first\n+ all_plans.detect { |plan| plan.key == :trial }\n end\n \n def p...
Ruby
59e9fbd33675e4422a49de3d1a067e448a5df8b9
175
2019-10-16 12:01:05+05:30
-19,800
['4bb6842a4d8a5dd12c6d3da857399c66dc17b794']
Introduce .editorconfig (#149) .editorconfig will allow maintaining consistent coding style across various text editors and IDEs
[{'old_path': None, 'new_path': '.editorconfig', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,14 @@\n+# EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs\n+# @see http://editorconfig.org\n+root = true\n+\n+[*]\n+end_of_line = lf\n+charset = utf-8\n+t...
Ruby
a1452d7d89d456a53bb414b965485c171821910d
175
2019-10-16 12:22:30+05:30
-19,800
['59e9fbd33675e4422a49de3d1a067e448a5df8b9']
Sprinkle frozen string literal & Indentation Fix (#150) * Avoid extra string alocation as join will always return string * Fix indentation * Sprinkle frozen string literal true
[{'old_path': 'app/builders/account_builder.rb', 'new_path': 'app/builders/account_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,5 @@\n+# frozen_string_literal: true\n+\n class AccountBuilder\n include CustomExceptions::Account\n \n@@ -59,7 +61,6 @@ class AccountBuilder\n else\n rai...
Ruby
012a2743f293b8eecc6b220c03b53dd63efb8a8b
542
2019-10-16 12:29:57+05:30
-19,800
['a1452d7d89d456a53bb414b965485c171821910d']
Remove corejs option in preset-env Fixes #148
[{'old_path': 'babel.config.js', 'new_path': 'babel.config.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -32,7 +32,6 @@ module.exports = api => {\n {\n forceAllTransforms: true,\n useBuiltIns: 'entry',\n- corejs: 3,\n modules: false,\n exclude: ['transfo...
Ruby
2783fb600681065d332cd40f240745f7435e3889
542
2019-10-16 14:36:17+05:30
-19,800
['012a2743f293b8eecc6b220c03b53dd63efb8a8b']
Move src to dashboard (#152)
[{'old_path': 'app/javascript/src/App.Vue.spec.js', 'new_path': 'app/javascript/dashboard/App.Vue.spec.js', 'type': <ModificationType.RENAME: 3>, 'diff': ''}, {'old_path': 'app/javascript/src/App.vue', 'new_path': 'app/javascript/dashboard/App.vue', 'type': <ModificationType.RENAME: 3>, 'diff': ''}, {'old_path': 'app/j...
Ruby
7b5c9dae630813f3266a9ed51821747ac4cf3422
175
2019-10-16 22:45:36+05:30
-19,800
['2783fb600681065d332cd40f240745f7435e3889']
Fixes #115 Use middle instead of centre in flex-align (#153) Co-authored-by: Nithin <webofnithin@gmail.com>
[{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_modal.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_modal.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -65,7 +65,7 @@\n \n .modal-footer {\n @include flex;\n- @include flex-align($x: justify, $y: center);\n+ @includ...
Ruby
3988777718689c38fc2a6dae4625a2d5395f6cb7
603
2019-10-17 03:18:07+05:30
-19,800
['ad5fb525f5b15bb1931def0758c8c2dd237747a2']
Refactoring the code for pub sub (#155) - We were using the attribute name 'channel' to store pubsub tokens, which was confusing. - switched to faker from ffaker - spec for contact.rb
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -63,7 +63,7 @@ end\n group :development, :test do\n gem 'byebug', platform: :mri\n gem 'factory_bot_rails'\n- gem 'ffaker'\n+ gem 'faker'\n gem 'listen'\n gem 'pry-rails'\n gem 'rspec-rails', '~> 3.8'\n"}, {'ol...
Ruby
af20e61604b267c97016c367a26d6250d86b6efb
542
2019-10-18 12:37:09+05:30
-19,800
['701722983b833716f854e7815ef42099d9f57bf5']
[Feature] Add PWA support (#157) * Add icons, manifest * Add workbox config
[{'old_path': 'app/javascript/packs/application.js', 'new_path': 'app/javascript/packs/application.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -58,3 +58,16 @@ window.onload = () => {\n }).$mount('#app');\n window.pusher = vuePusher.init();\n };\n+\n+if ('serviceWorker' in navigator) {\n+ window.addEvent...
Ruby
7d4cac38a8fb5d99ab3c660873a801cf3abe7585
512
2019-10-19 10:59:56+05:30
-19,800
['af20e61604b267c97016c367a26d6250d86b6efb']
Freeze Constant (#156)
[{'old_path': 'lib/constants/redis_keys.rb', 'new_path': 'lib/constants/redis_keys.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,3 @@\n module Constants::RedisKeys\n- ROUND_ROBIN_AGENTS = "ROUND_ROBIN_AGENTS:%{inbox_id}"\n+ ROUND_ROBIN_AGENTS = \'ROUND_ROBIN_AGENTS:%{inbox_id}\'.freeze\n end\n'}, {'o...
Ruby
a7da2428b0ed7ffe95b4b761452976bc54d0516c
603
2019-10-20 01:41:24+05:30
-19,800
['7d4cac38a8fb5d99ab3c660873a801cf3abe7585']
upgrade facebook messenger gem (#159) - carrierwave local config - upgrade facebook messenger gem to support facebook graph api 4.0
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -57,7 +57,7 @@ gem 'chargebee', '~>2'\n \n \n ##--- gems for channels ---##\n-gem 'facebook-messenger', '~> 0.11.1'\n+gem 'facebook-messenger'\n gem 'twitter'\n gem 'telegram-bot-ruby'\n # facebook client\n"}, {'old_path':...
Ruby
20cfd005b9d19c9f746b54eb5a32ef4320215cbf
542
2019-10-20 09:29:05+05:30
-19,800
['a7da2428b0ed7ffe95b4b761452976bc54d0516c']
[Enhancement] Remove Ionicons CDN usage, upgrade packages (#160)
[{'old_path': 'app/javascript/dashboard/assets/scss/_variables.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_variables.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -82,3 +82,6 @@ $woot-snackbar-button: #ffeb3b;\n $swift-ease-out-duration: .4s !default;\n $swift-ease-out-timing-function: cubic-be...
Ruby
dd018f368267dbdea77c448f1e5370cd799766bd
542
2019-10-20 13:34:19+05:30
-19,800
['20cfd005b9d19c9f746b54eb5a32ef4320215cbf']
Upgrade bourbon to ^6.0.0 (#161)
[{'old_path': 'app/javascript/dashboard/assets/images/woot-logo.svg', 'new_path': 'app/javascript/dashboard/assets/images/woot-logo.svg', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,22 +1,16 @@\n <?xml version="1.0" encoding="UTF-8"?>\n-<svg width="1405px" height="297px" viewBox="0 0 1405 297" version="1.1" xm...
Ruby
2099dc01a6dcab4ba0d60f3a4ff29a9b763de5c8
603
2019-10-20 16:19:12+05:30
-19,800
['94c6d6db6f03ee84811d7f2a1168949a471d6213']
Routine weeding of the codebase (#163) * Routine weeding of the codebase * fix the spec
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -52,7 +52,7 @@ foreman start -f Procfile.dev\n \n ```bash\n http://localhost:3000\n-user name: larry@google.com\n+user name: john@acme.inc\n password: 123456\n ```\n \n'}, {'old_path': 'app/models/channel.rb', 'new_pat...
Ruby
ba8f05580260e007fde11e7b1b9ee9c7ad26a484
603
2019-10-21 00:40:18+05:30
-19,800
['2099dc01a6dcab4ba0d60f3a4ff29a9b763de5c8']
Change sender_id to contact_id in conversations (#167) * change sender_id to contact_id in conversations * Fix failing tests * Fix seeds * fix specs * Fix issues in facebook messenger
[{'old_path': 'app/builders/messages/message_builder.rb', 'new_path': 'app/builders/messages/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,11 +1,13 @@\n require \'open-uri\'\n-class Messages::MessageBuilder\n+\n # This class creates both outgoing messages from chatwoot and echo outgoing mess...
Ruby
a7787e0f23e7bc24d56fa6c9fc5b6cb0a0499b3c
570
2019-10-21 11:18:47+05:30
-10,800
['ba8f05580260e007fde11e7b1b9ee9c7ad26a484']
issue #151: add rubocop to ci (#168)
[{'old_path': '.circleci/config.yml', 'new_path': '.circleci/config.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,6 +33,10 @@ jobs:\n name: Bundle Install\n command: bundle check || bundle install\n \n+ - run:\n+ name: Rubocop\n+ command: bundle exec rubocop\n+\n...
Ruby
10d3ab295c5ac1387281dd7695edc4306a30814c
563
2019-10-22 11:07:29+05:30
-20,700
['a7787e0f23e7bc24d56fa6c9fc5b6cb0a0499b3c']
Use centralized bash file to copy configurations. (#169) * Use centralized bash file to copy configurations. * Typo. * EOF.
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -32,13 +32,8 @@ brew install imagemagick\n # install ruby dependencies\n bundle\n \n-# copy config & update the values in database and application ymls accordingly\n-# ref docs for detailed instructions\n-cp shared/con...
Ruby
9c22da0ac6cac771f279019daeef320981345cd2
25
2019-10-22 12:32:06+05:30
18,000
['10d3ab295c5ac1387281dd7695edc4306a30814c']
Fix #52 rubocop metrics abc size in passwords controller (#119) * Fix #52 rubocop metrics abc size in passwords controller * Fix DeviseTokenAuth headers names
[{'old_path': 'app/controllers/passwords_controller.rb', 'new_path': 'app/controllers/passwords_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -31,11 +31,12 @@ class PasswordsController < Devise::PasswordsController\n \n def set_headers(user)\n data = user.create_new_auth_token\n- response.h...
Ruby
cd43b0957432f72e15cdd9d243e5d7bf3d235a32
542
2019-10-22 12:32:54+05:30
-19,800
['9c22da0ac6cac771f279019daeef320981345cd2']
Fix codeclimate issues in babel.config.js
[{'old_path': 'babel.config.js', 'new_path': 'babel.config.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,43 +1,5 @@\n /* eslint-disable global-require */\n-\n-module.exports = api => {\n- const validEnv = [\'development\', \'test\', \'production\'];\n- const currentEnv = api.env();\n- const isDevelopment...
Ruby
e0d291c49e31adcd915c680f9a0fbab9bd65e618
542
2019-10-22 13:28:45+05:30
-19,800
['cd43b0957432f72e15cdd9d243e5d7bf3d235a32']
Create util for apiLoadingStatus (#170) * Create util for apiLoadingStatus * Revert "Fix #52 rubocop metrics abc size in passwords controller (#119)" This reverts commit 9c22da0ac6cac771f279019daeef320981345cd2.
[{'old_path': 'app/controllers/passwords_controller.rb', 'new_path': 'app/controllers/passwords_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -31,12 +31,11 @@ class PasswordsController < Devise::PasswordsController\n \n def set_headers(user)\n data = user.create_new_auth_token\n- headers_na...
Ruby
73d433b59118b24a2ef3ad4edc3d4ba8eea784a7
148
2019-10-23 15:59:45+05:30
-28,800
['e0d291c49e31adcd915c680f9a0fbab9bd65e618']
deleted coffee files & coffee-rails gem. disable js generation on application.rb (#173)
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -62,7 +62,6 @@ gem 'sentry-raven'\n \n ##-- TODO: move these gems to appropriate groups --##\n gem 'carrierwave-aws'\n-gem 'coffee-rails'\n gem 'mini_magick'\n gem 'sidekiq'\n gem 'uglifier', '>= 1.3.0'\n"}, {'old_path': '...
Ruby
af94bf9239bce12daf0c672e6e8394041fddb676
148
2019-10-23 16:13:34+05:30
-28,800
['73d433b59118b24a2ef3ad4edc3d4ba8eea784a7']
[docs] Add installation guide for windows os (#174)
[{'old_path': 'docs/development/environment-setup/img/developer-mode.jpg', 'new_path': 'docs/development/environment-setup/img/developer-mode.jpg', 'type': <ModificationType.ADD: 1>, 'diff': 'Binary files /dev/null and b/docs/development/environment-setup/img/developer-mode.jpg differ\n'}, {'old_path': 'docs/developmen...
Ruby
0a6156fe385ed186142edec8f7e0980b580a268e
200
2019-10-23 23:56:48+05:30
-19,800
['af94bf9239bce12daf0c672e6e8394041fddb676']
Add rubocop tools and regenerate rubocop todo file (#175)
[{'old_path': '.rubocop.yml', 'new_path': '.rubocop.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,3 +1,7 @@\n+require:\n+ - rubocop-performance\n+ - rubocop-rails\n+ - rubocop-rspec\n inherit_from: .rubocop_todo.yml\n \n Metrics/LineLength:\n'}, {'old_path': '.rubocop_todo.yml', 'new_path': '.rubocop_to...
Ruby
c0354364ff099477c70164a4e49b7b00acb35c9b
148
2019-10-24 17:08:38+05:30
-28,800
['0a6156fe385ed186142edec8f7e0980b580a268e']
removed app/stylesheets & set stylesheet generator to false (#177)
[{'old_path': 'app/assets/stylesheets/api/base.scss', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,3 +0,0 @@\n-// Place all the styles related to the api/base controller here.\n-// They will automatically be included in application.css.\n-// You can use Sass (SCSS) here: http://sass-lang.com/\...
Ruby
f4358d9993304aa9a52c7fb53e30c93b61f2bd0a
542
2019-10-25 01:37:01+05:30
-19,800
['c0354364ff099477c70164a4e49b7b00acb35c9b']
Replace pusher with action cable (#178) closes #43
[{'old_path': '.env.sample', 'new_path': '.env.sample', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,4 +1 @@\n-pusher_cluster=\n-pusher_key=\n-\n fb_app_id=\n'}, {'old_path': '.eslintrc.js', 'new_path': '.eslintrc.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -43,7 +43,6 @@ module.exports = {\n },\n ...
Ruby
50fc06681c02b97513de2b411f02785c429b4191
542
2019-10-27 10:24:19+05:30
-19,800
['f869598cb4d83aa746e07552eb3c18acc8f0def2']
[Enhancement] Update vue-chartjs to fix production build (#182)
[{'old_path': 'app/assets/javascripts/00_init.js', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': "@@ -1,3 +0,0 @@\n-$( document ).ready(function() {\n- window.currentAcccountId = $('body').data('account-id');\n-});\n"}, {'old_path': 'app/assets/stylesheets/application.css', 'new_path': None, 'type': ...
Ruby
6c60b602404669551b580bf18a76d2d43b048e5a
542
2019-10-27 10:48:26+05:30
-19,800
['50fc06681c02b97513de2b411f02785c429b4191']
[Enhancement] Add ApiClient, refactor CannedResponse (#183)
[{'old_path': None, 'new_path': 'app/javascript/dashboard/api/ApiClient.js', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,31 @@\n+/* global axios */\n+\n+const API_VERSION = `/api/v1`;\n+\n+class ApiClient {\n+ constructor(url) {\n+ this.url = `${API_VERSION}/${url}`;\n+ }\n+\n+ get() {\n+ return axi...
Ruby
c21c839dcaecf695441efa2478149d317807c0e0
603
2019-10-27 13:14:36+05:30
-19,800
['3b6d58bbdf4793d410a4f9e2dfaf068dd3bf4d6d']
Contact model changes (#184) * move source id from contacts * Fix contactInbox model name * rubocop fix * Fix rspec
[{'old_path': 'app/builders/messages/message_builder.rb', 'new_path': 'app/builders/messages/message_builder.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -30,11 +30,14 @@ module Messages\n private\n \n def contact\n- @contact ||= @inbox.contacts.find_by(source_id: @sender_id)\n+ @contact ||=...
Ruby
170f8716c570ae60d142cf0daf28f60d5ec9a2e1
542
2019-10-27 19:01:59+05:30
-19,800
['c21c839dcaecf695441efa2478149d317807c0e0']
Refactor Conversation, Message API calls, store
[{'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
17bb50c977bd1a3fbc6279da34b390e09f1cc94a
542
2019-10-27 19:28:02+05:30
-19,800
['170f8716c570ae60d142cf0daf28f60d5ec9a2e1']
Configure SCSS linter rules (#186)
[{'old_path': None, 'new_path': '.scss-lint.yml', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,3 @@\n+linters:\n+ LeadingZero:\n+ enabled: false\n'}, {'old_path': 'app/javascript/dashboard/assets/scss/_animations.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_animations.scss', 'type': <Modifica...
Ruby
5a41f321c86c698bfb104294462e0195d1fb3c16
495
2019-10-28 21:00:02+05:30
18,000
['17bb50c977bd1a3fbc6279da34b390e09f1cc94a']
[Enhancement] Move chart options to a variable (#189)
[{'old_path': 'app/javascript/dashboard/components/widgets/chart/BarChart.js', 'new_path': 'app/javascript/dashboard/components/widgets/chart/BarChart.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,11 +3,7 @@ import { Bar } from \'vue-chartjs\';\n const fontFamily =\n \'-apple-system,system-ui,BlinkMacSyst...
Ruby
40c72404d6ea0bc57832d7d05515aadb9f0e5c23
493
2019-10-28 23:17:14+05:30
18,000
['5a41f321c86c698bfb104294462e0195d1fb3c16']
Ignore coverage reports (#190)
[{'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -43,3 +43,7 @@ public/packs\n .jest-cache\n # ignore jetbrains IDE files\n .idea\n+\n+# coverage report\n+buildreports\n+coverage\n'}]
Ruby
16fe912fbdef3a1f0d5569aed39a80f4d7de9a4e
542
2019-10-29 12:50:54+05:30
-19,800
['a4114288f3948c7087862de979c2681b0fc8979f']
[Feature] Website live chat (#187) Co-authored-by: Nithin David Thomas <webofnithin@gmail.com> Co-authored-by: Sojan Jose <sojan@pepalo.com>
[{'old_path': '.scss-lint.yml', 'new_path': '.scss-lint.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,3 +1,7 @@\n linters:\n LeadingZero:\n enabled: false\n+\n+exclude:\n+ - 'app/javascript/widget/assets/scss/_reset.scss'\n+ - 'app/javascript/widget/assets/scss/sdk.css'\n"}, {'old_path': 'Gemfile',...
Ruby
e32b6bf6d4d763676598e4297ef67e26d8b995ee
396
2019-10-29 23:36:21+05:30
18,000
['16fe912fbdef3a1f0d5569aed39a80f4d7de9a4e']
[Enhancement] Add default avatar when profile image is not available (#188) * Add default avatar when agent image is not available * Remove fonts from avatar Separate non-computed style values
[{'old_path': None, 'new_path': 'app/javascript/dashboard/components/widgets/Avatar.vue', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,80 @@\n+<template>\n+ <div\n+ class="avatar-container"\n+ :style="[style, customStyle]"\n+ aria-hidden="true"\n+ >\n+ <span>{{ userInitial }}</span>\n+ </div>\n...
Ruby
3d3aefb19763e37246c05a7917e014776ccd3a6b
542
2019-10-30 10:43:11+05:30
-19,800
['e32b6bf6d4d763676598e4297ef67e26d8b995ee']
[Enhancement] Use JS-Cookie to set Cookies (#193) * Update js-cookie * Add sdk css * Remove conversation padding
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -36,6 +36,7 @@ gem 'webpacker'\n gem 'devise', git: 'https://github.com/plataformatec/devise'\n gem 'devise_token_auth', git: 'https://github.com/lynndylanhurley/devise_token_auth'\n # authorization\n+gem 'jwt'\n gem 'pund...
Ruby
bfa4121f410c0a46a96013b1aab5f08542b3e16a
428
2019-10-30 10:49:23+05:30
14,400
['3d3aefb19763e37246c05a7917e014776ccd3a6b']
Feature/add inbox specs (#192) * Add base Inbox association and validation specs * `#facebook?`` * `#add_member` and `#remove_member` * cleanup * Rubocop * Rubocop but again really this time
[{'old_path': 'app/models/inbox.rb', 'new_path': 'app/models/inbox.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,6 +4,8 @@ class Inbox < ApplicationRecord\n validates :account_id, presence: true\n \n belongs_to :account\n+\n+ # TODO: should add associations for the channel types\n belongs_to :channel...
Ruby
f3fc542a5f62986a9315d7acb44bb9eba3eb55d2
542
2019-10-30 12:08:10+05:30
-19,800
['bfa4121f410c0a46a96013b1aab5f08542b3e16a']
[Bug] Fix conversation scroll in dashboard
[{'old_path': 'app/javascript/dashboard/assets/scss/_layout.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_layout.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,7 +6,6 @@ body {\n margin: 0;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n- overflow: hidden...
Ruby
5cc354365768ed1a3b0685f794f15a8a495a8749
542
2019-11-01 12:53:01+05:30
-19,800
['f3fc542a5f62986a9315d7acb44bb9eba3eb55d2']
[Internal] Add route for widget testing (#199)
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -85,7 +85,7 @@ group :development, :test do\n gem 'faker'\n gem 'listen'\n gem 'pry-rails'\n- gem 'rspec-rails', '~> 3.8'\n+ gem 'rspec-rails', git: 'https://github.com/rspec/rspec-rails', tag: 'v4.0.0.beta3'\n g...
Ruby
c080f6c4294762aeff98efec271a14436d867b07
542
2019-11-04 12:49:01+05:30
-19,800
['dbb57a8a5600a42e26e8ff1b77f7521433b051b2']
Update docs to use open collective (#200)
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,10 +5,12 @@\n \n ___\n \n-![CircleCI Badge](https://img.shields.io/circleci/build/github/chatwoot/chatwoot)\n-![License](https://img.shields.io/github/license/chatwoot/chatwoot)\n-[![Maintainability](https://api.cod...
Ruby
7a2fb8eef19fe4f9a6d450bdb51742c34bf0bed6
542
2019-11-04 12:54:41+05:30
-19,800
['c080f6c4294762aeff98efec271a14436d867b07']
[Bug] Fix unable to set unsafe-headers
[{'old_path': 'app/javascript/dashboard/helper/APIHelper.js', 'new_path': 'app/javascript/dashboard/helper/APIHelper.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -18,7 +18,20 @@ export default axios => {\n wootApi.defaults.baseURL = constants.apiURL;\n // Add Auth Headers to requests if logged in\n if (...
Ruby
de76780ce5a524afa223724b61f4aee6359b953e
542
2019-11-05 10:15:56+05:30
-19,800
['7a2fb8eef19fe4f9a6d450bdb51742c34bf0bed6']
[Enhancement] Use thumbnail component
[{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_sidemenu.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_sidemenu.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -92,16 +92,11 @@\n }\n \n .current-user {\n+ align-items: center;\n @include flex;\n flex-direction: row;\n cur...
Ruby
63ce5607e950b25563a8bb4249bbf8e3a6abb538
542
2019-11-09 16:04:02+05:30
-19,800
['de76780ce5a524afa223724b61f4aee6359b953e']
[Bug] Rescue error on JWT.encode (#201)
[{'old_path': 'app/controllers/widgets_controller.rb', 'new_path': 'app/controllers/widgets_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -43,9 +43,13 @@ class WidgetsController < ActionController::Base\n return @cookie_params if @cookie_params.present?\n \n if conversation_token.present?\n+...
Ruby
7e3409c3e1c62db0627fcc4ea2570df2f13f9824
542
2019-11-09 17:12:31+05:30
-19,800
['63ce5607e950b25563a8bb4249bbf8e3a6abb538']
[Enhancement] Enter to send message, add click on bubble instead of icon (#202)
[{'old_path': 'app/javascript/packs/sdk.js', 'new_path': 'app/javascript/packs/sdk.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -105,8 +105,7 @@ function bubbleClickCallback() {\n }\n \n function onClickChatBubble() {\n- wootOn(chatBubble, 'click', bubbleClickCallback);\n- wootOn(closeBubble, 'click', bubbl...
Ruby
7b4b5d31d9a3994230764793a68dd69c4caed146
542
2019-11-10 22:58:55+05:30
-19,800
['047e485998fd2dd586887c36cab8b2d4dd690795']
[Bug] Update copy in search agent select dropdown (#204)
[{'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': '@@ -25,7 +25,9 @@\n track-by="id"\n @select="assignAgent"\n ...
Ruby
e37c04a81f1abcf6d21db3fddb9974ca69a7b623
542
2019-11-12 08:55:35+05:30
-19,800
['7b4b5d31d9a3994230764793a68dd69c4caed146']
Remove console warning from foundation
[{'old_path': 'app/javascript/dashboard/assets/scss/_foundation-settings.scss', 'new_path': 'app/javascript/dashboard/assets/scss/_foundation-settings.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -455,8 +455,14 @@ $meter-fill-bad: $alert-color;\n // 24. Off-canvas\n // --------------\n \n-$offcanvas-size: 2...
Ruby
6d8b6d4769f755b865eefbbee35371ba31ef2344
542
2019-11-12 09:46:30+05:30
-19,800
['e37c04a81f1abcf6d21db3fddb9974ca69a7b623']
[Bug] Scroll conversation to bottom on load (#205)
[{'old_path': 'app/javascript/widget/assets/scss/_forms.scss', 'new_path': 'app/javascript/widget/assets/scss/_forms.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,6 @@ $input-height: $space-two * 2;\n \n appearance: none;\n background: $color-white;\n- border: $form-border-width solid $color-bor...
Ruby
b9850857864af17f58f8f84abda11722b0cbd218
542
2019-11-12 10:09:58+05:30
-19,800
['6d8b6d4769f755b865eefbbee35371ba31ef2344']
Fix styles in conversation view
[{'old_path': 'app/javascript/widget/components/ConversationWrap.vue', 'new_path': 'app/javascript/widget/components/ConversationWrap.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,12 +1,14 @@\n <template>\n- <section class="conversation-wrap">\n+ <div class="conversation--container">\n+ <div class="co...
Ruby
88fc4d894a5fc4864c5eb1f36898c9c7d9a6b779
542
2019-11-14 13:46:43+05:30
-19,800
['b9850857864af17f58f8f84abda11722b0cbd218']
Init Contact Panel (#206)
[{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_conv-header.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_conv-header.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -44,8 +44,22 @@\n .user--name {\n @include margin(0);\n font-size: $font-size-medium;\n+ }\n+...
Ruby
88ac20efb5b8f1ae0f255e95112a4ef339270600
542
2019-11-16 14:48:38+05:30
-19,800
['ccd3d8dc6ea7168e4d47c6f416a27b538151c00a']
[Feature] Detect browser on conversation initiation (#208)
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -12,6 +12,7 @@ gem 'therubyracer', platforms: :ruby\n ##-- rails helper gems --##\n gem 'acts-as-taggable-on', git: 'https://github.com/mbleigh/acts-as-taggable-on'\n gem 'attr_extras'\n+gem 'browser'\n gem 'hashie'\n gem ...
Ruby
1ad36f164f9998761096224028dc7b0864002b96
542
2019-11-17 13:09:10+05:30
-19,800
['88ac20efb5b8f1ae0f255e95112a4ef339270600']
[Enhancement] Create EmptyState component (#209)
[{'old_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationBox.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/ConversationBox.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,263 +1,51 @@\n <template>\n <div :class="conversationClass">\n- <div v-if="c...
Ruby
127dd4cf61505ea85a09de38afc0750ce5f447cc
542
2019-11-17 13:32:30+05:30
-19,800
['1ad36f164f9998761096224028dc7b0864002b96']
[Bug] Fix selected label alignment in MultiSelect (#210)
[{'old_path': 'app/javascript/dashboard/assets/scss/plugins/_multiselect.scss', 'new_path': 'app/javascript/dashboard/assets/scss/plugins/_multiselect.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,6 +9,10 @@\n border: 1px solid $light-gray;\n @include margin(0);\n \n+ .multiselect__placeholder ...
Ruby
2ebc07b381e6cdd813e0d38b6ac11b97debc8aa1
542
2019-11-17 14:15:05+05:30
-19,800
['127dd4cf61505ea85a09de38afc0750ce5f447cc']
[Bug] Remove toggle_typing API call for channels except Facebook (#211)
[{'old_path': 'app/javascript/dashboard/assets/scss/widgets/_emojiinput.scss', 'new_path': 'app/javascript/dashboard/assets/scss/widgets/_emojiinput.scss', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,10 +1,7 @@\n .emoji-dialog {\n @include elegant-card;\n background: $color-white;\n- border-radius: 2px;\n...
Ruby
bc0f29344e3ccb9e4afc9390cae1f95e3aa654ce
443
2019-11-18 06:32:06+05:30
-3,600
['2ebc07b381e6cdd813e0d38b6ac11b97debc8aa1']
Fix typo in readme (#212) - ImageMagik => ImageMagick
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,7 +22,7 @@ ___\n yarn install\n ```\n \n-### Install ImageMagik\n+### Install ImageMagick\n \n ```bash\n brew install imagemagick\n'}]
Ruby
7ed1858284592132be0934abe336fa5689d9dee9
603
2019-11-18 08:49:00+05:30
-19,800
['bc0f29344e3ccb9e4afc9390cae1f95e3aa654ce']
Less configuration when setting up the repo (#215) add the default redis url and frontend url to avoid extra hassles when setting up the repo
[{'old_path': 'shared/config/application.yml', 'new_path': 'shared/config/application.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -10,7 +10,7 @@ ses_username:\n ses_password:\n \n #misc\n-frontend_url: ''\n+frontend_url: 'http://localhost:3000'\n \n #s3\n \n@@ -29,4 +29,4 @@ CHARGEBEE_WEBHOOK_PASSWORD: ''\n...
Ruby
9256745193ebbac141df4620d43c421eb52bdd61
565
2019-11-18 08:57:41+05:30
28,800
['7ed1858284592132be0934abe336fa5689d9dee9']
remove 'inbox' attribute on Contact and use join table(ContactInbox) instead (#214)
[{'old_path': 'db/seeds.rb', 'new_path': 'db/seeds.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -9,6 +9,7 @@ web_widget = Channel::WebWidget.create!(account: account, website_name: 'Acme',\n inbox = Inbox.create!(channel: web_widget, account: account, name: 'Acme Support')\n InboxMember.create!(user: user, in...
Ruby
0aee33453c5597c314e1fd729338f22cc32844f7
427
2019-11-18 09:07:48+05:30
-28,800
['9256745193ebbac141df4620d43c421eb52bdd61']
Upgrade to Ruby 2.6.5 (#216)
[{'old_path': '.circleci/config.yml', 'new_path': '.circleci/config.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,7 +7,7 @@ jobs:\n build:\n docker:\n # specify the version you desire here\n- - image: circleci/ruby:2.6.3-node-browsers\n+ - image: circleci/ruby:2.6.5-node-browsers\n \n...
Ruby
8e0570ff87d9edc5b495a605e11ebb296a38a737
382
2019-11-18 14:16:35+05:30
-19,800
['0aee33453c5597c314e1fd729338f22cc32844f7']
Update contributors link (#220) * update Readme.md Fix the anchor tag of contributors * update contributors.md Fix the anchor tag redirecting to 404 page
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -61,7 +61,7 @@ Detailed documentation is available at [www.chatwoot.com/docs](https://www.chatw\n \n Thanks goes to all these [wonderful people](https://www.chatwoot.com/docs/contributors):\n \n-<a href="graphs/contrib...
Ruby
565a8439c0f5a7afecac854fa691e55352a92b9f
382
2019-11-18 22:05:10+05:30
-19,800
['8e0570ff87d9edc5b495a605e11ebb296a38a737']
Fix broken links in docs (#221)
[{'old_path': 'docs/contributing.md', 'new_path': 'docs/contributing.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,7 +6,7 @@ title: "Contributing Guide"\n Thanks for taking interest in contributing to Chatwoot source code. Before submitting your contribution, please make sure to take a moment and read throu...
Ruby
0d5c070f51e12a06c39b2d28dd50927a03250c87
565
2019-11-19 12:55:12+05:30
28,800
['565a8439c0f5a7afecac854fa691e55352a92b9f']
[Bug] Fix ReadableTime overlapping message text in Firefox(#219)
[{'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': '@@ -320,7 +320,6 @@\n font-size: $font-size-micro;\n font-style: italic;\n margin-lef...
Ruby
bcce70c95a15fdb2c8ae5f4c60df20fd9ec1b9e2
542
2019-11-20 00:01:16+05:30
-19,800
['0d5c070f51e12a06c39b2d28dd50927a03250c87']
[Bug] Fix widget mobile layout design (#224)
[{'old_path': 'app/javascript/widget/assets/scss/sdk.js', 'new_path': 'app/javascript/widget/assets/scss/sdk.js', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,22 +1,11 @@\n export const SDK_CSS = `\n-\n .woot-widget-holder {\n z-index: 2147483000!important;\n position: fixed!important;\n- bottom: 104px;\n-...
Ruby
aef3b04aa58e7dba8f184a8d54308ada24bf3f1a
542
2019-11-20 00:04:32+05:30
-19,800
['bcce70c95a15fdb2c8ae5f4c60df20fd9ec1b9e2']
[Bug] Remove markSeen, toggleTyping calls for WebWidget channels (#225)
[{'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': "@@ -215,7 +215,7 @@ export default {\n this.toggleTyping('on');\n },\n markSeen() {\n- ...
Ruby
8348f4adae001f914300e9c73d8fb24e1f67f818
542
2019-11-20 15:40:34+05:30
-19,800
['aef3b04aa58e7dba8f184a8d54308ada24bf3f1a']
Fix scrollTop of undefined in CannedResponseList (#226)
[{'old_path': 'app/javascript/dashboard/components/widgets/conversation/CannedResponse.vue', 'new_path': 'app/javascript/dashboard/components/widgets/conversation/CannedResponse.vue', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -75,8 +75,7 @@ export default {\n if (this.isEnter(e)) {\n this.onKeyent...
Ruby
ba10045a0f597426e9b46f9f56c7780c26383379
542
2019-11-21 10:31:25+05:30
-19,800
['8348f4adae001f914300e9c73d8fb24e1f67f818']
Remove therubyracer gem (#228)
[{'old_path': 'Gemfile', 'new_path': 'Gemfile', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -7,7 +7,6 @@ gem 'rack-cors', require: 'rack/cors'\n gem 'rails', '~> 6', github: 'rails/rails'\n # Reduces boot times through caching; required in config/boot.rb\n gem 'bootsnap', require: false\n-gem 'therubyracer', plat...
Ruby
c914d94b18164b2c61dafb1db97a1f61cc230df6
542
2019-11-21 12:02:10+05:30
-19,800
['ba10045a0f597426e9b46f9f56c7780c26383379']
Format time, fix sort (#230)
[{'old_path': 'app/controllers/widgets_controller.rb', 'new_path': 'app/controllers/widgets_controller.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,7 +14,7 @@ class WidgetsController < ActionController::Base\n source_id: cookie_params[:source_id]\n )\n \n- @contact = contact_inbox.contact\n+ ...
Ruby
e610a11bc5b3fe48f426fa2ddfb8f4b4836b2c7d
542
2019-11-21 12:08:54+05:30
-19,800
['c914d94b18164b2c61dafb1db97a1f61cc230df6']
[Enhancement] Add a temporary image for channel if no image available (#231)
[{'old_path': None, 'new_path': 'app/javascript/dashboard/assets/images/flag.svg', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,18 @@\n+<?xml version="1.0" encoding="UTF-8"?>\n+<svg width="749px" height="749px" viewBox="0 0 749 749" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.o...
Ruby
a4141c5dc50c3cd622ba66a6d5ba2777ee791825
500
2019-11-21 14:42:40+05:30
-19,800
['e610a11bc5b3fe48f426fa2ddfb8f4b4836b2c7d']
Remove docs script (#233)
[{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,7 +3,6 @@\n "version": "0.1.0",\n "license": "MIT",\n "scripts": {\n- "docs": "docsify serve docs",\n "eslint": "eslint app/javascript --fix",\n "pretest": "rimraf .jest-cache",\n "test": ...
Ruby
efce3b36981e83bba8c644e53a5f8921d59b9a91
335
2019-11-22 12:05:17+05:30
-10,800
['a4141c5dc50c3cd622ba66a6d5ba2777ee791825']
Add executable bit to ./configure script (#255)
[{'old_path': 'configure', 'new_path': 'configure', 'type': <ModificationType.UNKNOWN: 6>, 'diff': ''}]
Ruby
cb834ff73d4213773f553b3cd383b658a61c6a5b
335
2019-11-22 12:53:57+05:30
-10,800
['efce3b36981e83bba8c644e53a5f8921d59b9a91']
Add bundle audit to CI (#263) * Add bundle-audit gem * Update vulnerable brakeman gem * Fix "Insecure Source URI found" issue for Rails
[{'old_path': '.circleci/config.yml', 'new_path': '.circleci/config.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -33,6 +33,10 @@ jobs:\n name: Bundle Install\n command: bundle check || bundle install\n \n+ - run:\n+ name: Bundle audit\n+ command: bundle exec bundle ...
Ruby
c96e2c334ca5e28e52cb58f714bcd75f8d9b1092
542
2019-11-23 23:44:44+05:30
-19,800
['cb834ff73d4213773f553b3cd383b658a61c6a5b']
Add background story (#269)
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,8 @@\n <p align="center">\n <img src=".github/woot-logo.svg" alt="Woo-logo" width="240">\n- <div align="center">Opensource alternative to Intercom, Zendesk, Drift, Crisp etc.</div>\n+\n+ <div align="center"...
Ruby
c6feea9f6d3ff7da053051fd94ca4ffdb5734d6e
542
2019-11-24 00:29:55+05:30
-19,800
['c96e2c334ca5e28e52cb58f714bcd75f8d9b1092']
[Enhancement] Format messages in widget (#268) * Use message formatter in widget * Rename the variable
[{'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': '@@ -42,6 +42,7 @@\n </template>\n <script>\n /* eslint-disable no-named-as-default */\n+import messageF...
Ruby
645c77c3c126fa59bf393fc08a93a57809fbf055
542
2019-11-24 01:42:58+05:30
-19,800
['da9ac8b26d122819d215161d35fa226204d933e9']
Fix links in documentation (#271)
[{'old_path': 'docs/development/project-setup/environment-variables.md', 'new_path': 'docs/development/project-setup/environment-variables.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,6 +3,7 @@ path: "/docs/environment-variables"\n title: "Environment Variables"\n ---\n \n+\n ### Database configuration\n \...
Ruby
6f4f66264f83c11e0178e9cd1609ba6140d551ee
542
2019-11-24 02:01:13+05:30
-19,800
['645c77c3c126fa59bf393fc08a93a57809fbf055']
Update links in contributing.md (#272)
[{'old_path': 'docs/contributing.md', 'new_path': 'docs/contributing.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,8 +7,7 @@ Thanks for taking interest in contributing to Chatwoot source code. Before submi\n \n - [Code of Conduct](https://www.chatwoot.com/docs/code-of-conduct)\n - [Development Setup](https:...
Ruby
b6186e93e7b06d94a4d0509946062933308bef90
335
2019-11-24 02:51:33+05:30
-10,800
['6f4f66264f83c11e0178e9cd1609ba6140d551ee']
Remove unused method from ApplicationRecord (#257)
[{'old_path': 'app/models/application_record.rb', 'new_path': 'app/models/application_record.rb', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -1,7 +1,3 @@\n class ApplicationRecord < ActiveRecord::Base\n self.abstract_class = true\n-\n- def complete_errror_message\n- errors.full_messages.join(', ')\n- end\...
Ruby
70e4cc08b6d214f70437499af26a437140bedf6f
672
2019-11-24 17:19:14+05:30
-19,800
['b6186e93e7b06d94a4d0509946062933308bef90']
[#260] One click deploy to heroku (#275) * [#260] One click deploy to heroku * Added app.json file for Heroku deployment * Made changes in Procfile to accept the PORT as env variable * Added the one click button in README.md * Change readme and link * Alignment of button in Readme * Changing redis to fre...
[{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -3,11 +3,11 @@ FB_VERIFY_TOKEN=\n FB_APP_SECRET=\n FB_APP_ID=\n \n-#ses\n+#mail\n \n-SES_ADDRESS=\n-SES_USERNAME=\n-SES_PASSWORD=\n+SMTP_ADDRESS=\n+SMTP_USERNAME=\n+SMTP_PASSWORD=\n \n #misc\n FRONTEND_URL=http:/...
Ruby
54556bfd581d3040ec8f7a594dad544e70732cfc
542
2019-11-24 18:54:56+05:30
-19,800
['70e4cc08b6d214f70437499af26a437140bedf6f']
[Docs] Add documentation for SMTP settings (#279)
[{'old_path': 'docs/README.md', 'new_path': 'docs/README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -5,13 +5,13 @@ path: '/docs'\n \n This guide will help you get started with Chatwoot!\n \n-## Environment Setup\n+### Environment Setup\n \n * [Mac](/docs/installation-guide-mac-os)\n * [Ubuntu](/docs/install...
Ruby
78adcf822d3e151878e53a1bd19912b7f4d4895d
603
2019-11-24 19:09:17+05:30
-19,800
['54556bfd581d3040ec8f7a594dad544e70732cfc']
#251 - Disable subscription in community edition (#277) * #251 - Disable subscription in community edition * Hide billing routes in sidebar for community edition * Remove subscription serializer if billing disabled
[{'old_path': '.env.example', 'new_path': '.env.example', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,12 +19,13 @@ AWS_ACCESS_KEY_ID=\n AWS_SECRET_ACCESS_KEY=\n AWS_REGION=\n \n+#sentry\n+SENTRY_DSN=\n \n-#chargebee\n+#### This environment variables are only required in hosted version which has billing\n+ENA...
Ruby
efea049e89c9e02a5c6c9e0fcba340631d4179da
611
2019-11-25 01:03:50+05:30
-19,800
['78adcf822d3e151878e53a1bd19912b7f4d4895d']
Removes unwanted data migration (#280)
[{'old_path': 'db/migrate/20170519091541_add_pic_to_inbox_migration.rb', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,24 +0,0 @@\n-class AddPicToInboxMigration < ActiveRecord::Migration[5.0]\n- def change\n- FacebookPage.find_each do |inbox|\n- begin\n- url = \'http://graph.fac...
Ruby
fabf59cdd1f8a7289acd871d6135f800f4dcd7cf
427
2019-11-25 09:48:11+05:30
-28,800
['efea049e89c9e02a5c6c9e0fcba340631d4179da']
Add Dependabot config (#217)
[{'old_path': None, 'new_path': '.dependabot/config.yml', 'type': <ModificationType.ADD: 1>, 'diff': '@@ -0,0 +1,23 @@\n+version: 1\n+update_configs:\n+ - package_manager: "ruby:bundler"\n+ directory: "/"\n+ update_schedule: "weekly"\n+ default_reviewers:\n+ - "sony-mathew"\n+ - "sojan-official"\n+ ...
Ruby
34df4512433948dfe6641644155e330c33b52875
542
2019-11-25 11:18:16+05:30
-19,800
['fabf59cdd1f8a7289acd871d6135f800f4dcd7cf']
Add rubocop on commit hook (#283)
[{'old_path': 'package.json', 'new_path': 'package.json', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -91,6 +91,10 @@\n "*.{js,vue}": [\n "eslint --fix",\n "git add"\n+ ],\n+ "*.rb": [\n+ "rubocop -a",\n+ "git add"\n ]\n }\n }\n'}]
Ruby
9c6a10176820ddec49a690a05bba86b3f484de42
603
2019-11-25 23:55:18+05:30
-19,800
['34df4512433948dfe6641644155e330c33b52875']
[Chore] Add bullet gem #249 (#281) * closes #249 add bullet gem - upgrade gems - fix the warning in the console - fix the deprecation message for where not
[{'old_path': '.circleci/config.yml', 'new_path': '.circleci/config.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -19,6 +19,13 @@ jobs:\n steps:\n - checkout\n \n+ - run:\n+ name: Configure Bundler\n+ command: |\n+ echo \'export BUNDLER_VERSION=$(cat Gemfile.lock | ...
Ruby
5d2efdc7fc6011e833fdcd5be295717cd3dbb71d
542
2019-11-26 00:10:27+05:30
-19,800
['9c6a10176820ddec49a690a05bba86b3f484de42']
Update widget colors based on the widgetConfig (#276)
[{'old_path': '.eslintrc.js', 'new_path': '.eslintrc.js', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -9,6 +9,7 @@ module.exports = {\n rules: {\n 'prettier/prettier': ['error'],\n camelcase: 'off',\n+ 'no-param-reassign': 'off',\n 'import/no-extraneous-dependencies': 'off',\n 'import/prefer-...
Ruby
0ba001427e25d83efb951d6e2597205c24cff20f
603
2019-11-26 11:17:34+05:30
-19,800
['5d2efdc7fc6011e833fdcd5be295717cd3dbb71d']
Display deploy to heroku button more prominently in Readme (#285)
[{'old_path': 'README.md', 'new_path': 'README.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -5,6 +5,12 @@\n <div align="center">An opensource alternative to Intercom, Zendesk, Drift, Crisp etc.</div>\n </p>\n \n+<p align="center">\n+ <a href="https://heroku.com/deploy?template=https://github.com/chatwoot/c...
Ruby