[MM-52844] : Migrate "components/admin_console/push_settings.jsx" and tests to Typescript (#23616)

* migrate bleve_settings and tests to typescript

* fix linter issues

* update JobType type definition

* migrate push_settings to typescript

* add tests

* update to general type, fix test

* fix failing test

* Merge branch 'master' into fix-for-issue-23416

* update snapshot

* revert unwanted changes

* revert unwanted changes

---------

Co-authored-by: Harrison Healey <harrisonmhealey@gmail.com>
Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Nitin Suresh
2023-06-22 08:54:36 -07:00
коммит произвёл GitHub
родитель 178dbb9f95
Коммит f333085f8a
7 изменённых файлов: 422 добавлений и 13 удалений

Просмотреть файл

@@ -312,6 +312,8 @@ const defaultServerConfig: AdminConfig = {
ConnectionSecurity: '',
SendPushNotifications: true,
PushNotificationServer: 'https://push-test.mattermost.com',
PushNotificationServerType: 'custom',
PushNotificationServerLocation: 'us',
PushNotificationContents: 'full',
PushNotificationBuffer: 1000,
EnableEmailBatching: false,