Fixed actived users and added mau in true up report (#24921)
* Fixed actived users and added mau in true up report * Temp disable of true up calendar checks for testing * Revert "Temp disable of true up calendar checks for testing" This reverts commit 73055bdb258546b863ea6841e39e22687da8aead. * Added unit test * Linting * Typo * Forgot the pain of linting * Added dau * Create imports.go * Fix merge error * Fixed test --------- Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
3047700c0b
Коммит
f857af64f2
@@ -13,7 +13,9 @@ type TrueUpReviewProfile struct {
|
||||
LicensedSeats int `json:"licensed_seats"`
|
||||
LicensePlan string `json:"license_plan"`
|
||||
CustomerName string `json:"customer_name"`
|
||||
ActiveUsers int64 `json:"active_users"`
|
||||
ActivatedUsers int64 `json:"total_activated_users"`
|
||||
DailyActiveUsers int64 `json:"daily_active_users"`
|
||||
MonthlyActiveUsers int64 `json:"monthly_active_users"`
|
||||
AuthenticationFeatures []string `json:"authentication_features"`
|
||||
Plugins TrueUpReviewPlugins `json:"plugins"`
|
||||
TotalIncomingWebhooks int64 `json:"incoming_webhooks_count"`
|
||||
|
||||
Ссылка в новой задаче
Block a user