iachat/app
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
..
actions chore: Ability to Disable Gravatars (#5027) 2022-07-21 19:27:12 +02:00
assets feat: Fixes #1940 WCAG support for website widget (#2071) 2021-09-02 12:13:53 +05:30
builders fix: Automatically remove expired story mention (#5300) 2022-12-08 15:55:24 +03:00
channels chore: Sentry issues (#4623) 2022-05-06 14:50:55 +05:30
controllers chore: upgrade ruby to 3.1.3 (#5555) 2023-01-24 23:55:07 +05:30
dashboards feat: Ability to manage account features from super admin (#5455) 2022-09-19 14:57:21 -07:00
dispatchers Chore: clean up Reporting Events (#4044) 2022-02-28 18:16:12 +05:30
drops feat: Add support for template variables in messages content (#6215) 2023-01-10 16:00:34 +05:30
fields feat: Ability to manage account features from super admin (#5455) 2022-09-19 14:57:21 -07:00
finders feat: Add a view for unattended conversations (#5890) 2022-11-29 08:18:00 -08:00
helpers fix: check the content type for the file when uploading from cloud storage (#5378) 2022-10-21 18:05:36 -07:00
javascript fix: Remove whatsapp formats which do we do not support yet (#6331) 2023-01-24 18:45:39 +05:30
jobs Feat: Support for Microsoft Oauth in Email Channel (#6227) 2023-01-17 02:39:05 +05:30
listeners feat: Add a view for unattended conversations (#5890) 2022-11-29 08:18:00 -08:00
mailboxes chore: Refactor code in ApplicationMailbox (#5857) 2023-01-17 17:30:03 +05:30
mailers chore: upgrade ruby to 3.1.3 (#5555) 2023-01-24 23:55:07 +05:30
models chore: upgrade ruby to 3.1.3 (#5555) 2023-01-24 23:55:07 +05:30
policies fix: Macros authorizations (#5779) 2022-11-07 17:46:00 -08:00
presenters feat: Add a view for unattended conversations (#5890) 2022-11-29 08:18:00 -08:00
services chore: upgrade ruby to 3.1.3 (#5555) 2023-01-24 23:55:07 +05:30
views feat: Shows the last activity, created at timestamp in the same row (#6267) 2023-01-23 21:50:16 +05:30
workers fix: Update auto reply and hide reply time for email inbox (#3985) 2022-02-15 17:11:28 +05:30
test-matchers.js Initial testing with jest (#133) 2019-10-15 00:18:46 +05:30