Add true up review status history, add migration for persisting history, add store to create, get, and update true up review history entries, cleanup errors, etc.

Этот коммит содержится в:
Conor Macpherson
2022-12-22 14:59:05 -05:00
родитель 91bc4b3c80
Коммит 88090ea40b
19 изменённых файлов: 488 добавлений и 17 удалений

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

@@ -2077,6 +2077,30 @@
"id": "api.license.request_trial_license.fail_get_user_count.app_error",
"translation": "Unable to get a trial license, please try again or contact with support@mattermost.com. Cannot obtain the number of registered users."
},
{
"id": "api.license.true_up_review.get.fail.app_error",
"translation": "Unable to get true up review records."
},
{
"id": "api.license.true_up_review.license.required",
"translation": "A license is required to request a true up review."
},
{
"id": "api.license.true_up_review.not.allowed.for.cloud",
"translation": "A true up review cannot be requested for cloud subscriptions."
},
{
"id": "api.license.true_up_review.user.count.fail",
"translation": "Unable to get user counts."
},
{
"id": "api.license.true_up_review.webhook.in.count.fail",
"translation": "Unable to get inbound webhook counts."
},
{
"id": "api.license.true_up_review.webhook.out.count.fail",
"translation": "Unable to get outbound webhook counts."
},
{
"id": "api.license.upgrade_needed.app_error",
"translation": "Feature requires an upgrade to Enterprise Edition."