iachat/spec
Sony Mathew 18d3c40fb3
feat: installation config in super admin console (#1641)
* feat: installation config in super admin console

* Added the ability for super admins to view, edit and update
installation config values. Also they can add new isntallation config
values. The impact of editing and adding depends on which all
installation config values are being used in the code.
* Known limitation now: Ability to edit hash values (for eg: feature
flags) are disabled. This requires more work and will be taken up in
a secondary set of changes.
* Minor UX improvement. Clicking on the Sidekiq option in the super
admin siebar will now open the sidekiq dashboard in a new tab rather
than in the same tab that you were using super admin.

* fix: method name fix in custom adminsitrate field

* feat: added locked attribute to global config
* Added the locked attribute to instalaltion config table. Added
necessary migrations. Added changes in config loader.
* Added the changes on the installation config yml
* Locked the account feature defaults in code

* feat: show only editable configs in admin console
* Added a new scope in installation config model
* Added scope in adminstrate controller for installation_config

* fix: new installation config create error
* Fixed the error in new installation config create

* fix: specs coverage
* Added specs for installation config super admin controller

* chore: update git ignore with encrypted config ext
2021-01-15 13:21:53 +05:30
..
actions feat: Custom Attributes for contacts (#1158) 2020-08-21 19:30:27 +05:30
assets Feature: Profile API [#238] (#354) 2019-12-10 10:29:35 +05:30
builders Feature: API Channel (#1052) 2020-07-21 12:15:24 +05:30
channels Feature: Availability Statuses (#874) 2020-07-04 11:42:47 +05:30
controllers feat: installation config in super admin console (#1641) 2021-01-15 13:21:53 +05:30
cypress Chore: Initialize Cypress tests (#1078) 2020-07-21 20:11:22 +05:30
dispatchers Non blocking event dispatch (#652) 2020-03-29 19:18:30 +05:30
factories feat: installation config in super admin console (#1641) 2021-01-15 13:21:53 +05:30
finders Feature: Inbox greeting message (#927) 2020-06-09 23:54:35 +05:30
fixtures feat: email channel backend (#140) (#1255) 2020-09-21 22:44:22 +05:30
helpers 🚨Fix Rubocop lint errors 2019-10-20 14:17:26 +05:30
integration Fix url in emails, add frontendURL helper (#19) 2019-08-25 19:59:28 +05:30
jobs feat: Add Cron Jobs In Chatwoot and update installation notice (#1630) 2021-01-11 17:34:41 +05:30
lib feat: Add Cron Jobs In Chatwoot and update installation notice (#1630) 2021-01-11 17:34:41 +05:30
listeners chore: Remove account.destroy listener (#1530) 2020-12-19 18:11:43 +05:30
mailboxes feat: email channel backend (#140) (#1255) 2020-09-21 22:44:22 +05:30
mailers feat: Allow custom email address for inbox (#1336) 2020-10-11 23:24:11 +05:30
models feat: Add Platform APIs (#1456) 2021-01-14 20:35:22 +05:30
policies Feature: Ability to switch between multiple accounts (#881) 2020-05-26 22:38:48 +05:30
presenters feat: IP lookup (#1315) 2020-10-28 02:14:36 +05:30
requests/api/v1 Feature: Knowledge Base APIs (#1002) 2020-09-26 02:32:34 +05:30
services feat: Add preview for attachment messages (#1562) 2021-01-06 17:56:29 +05:30
support fix: Add a check for thread_ts (#1389) 2020-11-09 22:01:57 +05:30
workers Enhancement: ability to send out an email without summary #1048 (#1049) 2020-07-15 16:33:52 +05:30
cypress.json Chore: Initialize Cypress tests (#1078) 2020-07-21 20:11:22 +05:30
rails_helper.rb feat: Business hours 2020-11-01 00:14:33 +05:30
spec_helper.rb Chore: Routine Bugfixes and enhancements (#979) 2020-06-25 23:35:16 +05:30
test_helper.rb Chore: Setup test coverage in codeclimate [#332] (#333) 2019-12-02 08:57:11 +05:30