Merge remote-tracking branch 'pr/2131' into release/v0.1.133
# Conflicts: # backend/cmd/server/wire_gen.go # backend/internal/config/config.go # backend/internal/service/gateway_service.go # backend/internal/service/pricing_service.go # backend/internal/service/wire.go # deploy/config.example.yaml # frontend/src/views/admin/AccountsView.vue
This commit is contained in:
@@ -230,6 +230,12 @@ func AccountFromServiceShallow(a *service.Account) *Account {
|
||||
OverloadUntil: a.OverloadUntil,
|
||||
TempUnschedulableUntil: a.TempUnschedulableUntil,
|
||||
TempUnschedulableReason: a.TempUnschedulableReason,
|
||||
KiroQuotaState: a.KiroQuotaState,
|
||||
KiroQuotaReason: a.KiroQuotaReason,
|
||||
KiroQuotaResetAt: a.KiroQuotaResetAt,
|
||||
KiroRuntimeState: a.KiroRuntimeState,
|
||||
KiroRuntimeReason: a.KiroRuntimeReason,
|
||||
KiroRuntimeResetAt: a.KiroRuntimeResetAt,
|
||||
SessionWindowStart: a.SessionWindowStart,
|
||||
SessionWindowEnd: a.SessionWindowEnd,
|
||||
SessionWindowStatus: a.SessionWindowStatus,
|
||||
|
||||
Reference in New Issue
Block a user