iachat/app/services
Vishnu Narayanan b1ec67d110
chore: upgrade ruby to 3.1.3 (#5555)
* chore: update to ruby 3.1.3

* chore: ping docker version to alpine3.16 for nodev16.x

Starting with Node 17, nodejs switched to OpenSSL3. The docker builds
are installing node18.xx with alpine-3.1.3.

From Node.js 17's announcement post:

    If you hit an ERR_OSSL_EVP_UNSUPPORTED error in your application
with Node.js 17, it’s likely that your application or a module you’re
using is attempting to use an algorithm or key size which is no longer
allowed by default with OpenSSL 3.0. A new command-line option,
--openssl-legacy-provider, has been added to revert to the legacy
provider as a temporary workaround for these tightened restrictions.

Looks like a webpack issue. This is fixed in webpacl 5+ and we are on
webpack4 at the moment.
Solutions

    Upgrade webpack.
    Pin nodejs version to be 16.x.x
    Use  --openssl-legacy-provider as a workaround.

Pin docker version to alpine3.16 branch to have node16.x by default

ref:
https://github.com/chatwoot/chatwoot/pull/5555#issuecomment-1379778532

* chore: update webmock

* chore: fix ruby gem path in dockerfile

* chore: switch to node16 in circleci

* chore: update ruby version in linux installer script

* chore: update ruby version in linux installer script

* chore: fix circleci

* chore: fix circleci

* feat: upgrade node version to 16.x in linux installer

* chore: update systemd files

Co-authored-by: Sojan Jose <sojan@chatwoot.com>
2023-01-24 23:55:07 +05:30
..
agent_bots feat: Add native support for CSML in agent_bot API (#4913) 2022-06-23 19:17:46 +05:30
auto_assignment feat: Enable Capacity Config UI (#5164) 2022-08-16 16:58:23 +05:30
automation_rules feat: Custom attributes in automations and refactor (#4548) 2022-11-10 10:53:29 +05:30
base feat: Enable Slack Integration in all channels (#1175) 2020-08-29 01:39:41 +05:30
contacts Fix: backend changes for custom attribute (#4830) 2022-06-13 11:58:54 +05:30
conversations Fix: backend changes for custom attribute (#4830) 2022-06-13 11:58:54 +05:30
email_templates chore: Fix emails being sent with the wrong translations (#2236) 2021-06-08 22:45:01 +05:30
facebook chore: Upgrade Exception tracking (#4638) 2022-05-09 14:23:19 +05:30
instagram chore: Fix sentry errors for Instagram channel (#6189) 2023-01-06 17:18:31 +05:30
labels fix: Update associations when a label is updated (#3046) 2021-09-21 10:16:32 +05:30
line chore: Refactor Contact Inbox Builders (#5617) 2022-10-13 15:12:04 -07:00
macros Feat/5733 Add private note action in macros (#5805) 2022-11-07 22:12:10 +05:30
message_templates chore: Upgrade Exception tracking (#4638) 2022-05-09 14:23:19 +05:30
microsoft Feat: Support for Microsoft Oauth in Email Channel (#6227) 2023-01-17 02:39:05 +05:30
notification chore: Add notification ID to tag to make it unique (#5227) 2022-08-09 00:09:11 +05:30
sms chore: Refactor Contact Inbox Builders (#5617) 2022-10-13 15:12:04 -07:00
telegram feat: Support for telegram incoming location message (#6158) 2023-01-04 16:11:54 +05:30
twilio chore: Refactor Contact Inbox Builders (#5617) 2022-10-13 15:12:04 -07:00
twitter chore: Use "create!" and "save!" bang methods when not checking the result (#5358) 2022-09-13 17:40:06 +05:30
whatsapp chore: upgrade ruby to 3.1.3 (#5555) 2023-01-24 23:55:07 +05:30
widget [Feature] Email collect message hooks (#331) 2020-01-09 13:06:40 +05:30
action_service.rb feat: Assign team with teams none option (#5871) 2022-11-17 14:15:16 +05:30
filter_service.rb fix: Custom attr filter on conversations (#5978) 2022-12-02 10:37:32 +05:30