You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature: migrate the API GetProject from core-services to dop (#2714)
* feature: migrate the API GetProject from core-servcies to dop
* feature: license
* feature: migrate the API fetch-resource from core-services to dop
* feature: remove cmp client from core-services
* feature: remove cmp dependencies from core-services
* fmt: project
* feature: check new quota is less than request
* migration: update old project quota
* fix: i18n; migration for quota
* fix: i18n context
* feature: remove dop dependency on quota table
* fix: compatible with old quota
* fmt: project
* fix: invalid memory address or nil pointer dereference
* fix: ut
* fix: typo
* feature: add ut
* resolve conflic
* fmt: project
* feature: accuracy
AvailableIsLessThanQuota: The actual available resource on this workspace in the cluster is less than the quota. Please ask the Ops to allocate project resources reasonably
15
19
NoResourceForTheWorkspace: No allocatable resources on this workspace in the cluster, please check the workspace labels for the nodes
@@ -21,4 +25,8 @@ en:
21
25
STAGING: 'STAGING'
22
26
TEST: 'TEST'
23
27
DEV: 'DEV'
24
-
OwnerUnknown: 'Unknown'
28
+
OwnerUnknown: 'Unknown'
29
+
CPU: ' CPU '
30
+
Mem: ' Mem '
31
+
CPUQuotaIsLessThanRequest: "The env %s's new CPU quota (%.2f Core) is less than the actual request (%.2f Core), please reset it"
32
+
MemQuotaIsLessThanRequest: "The env %s's new Mem quota (%.2f G) is less than the actual request (%.2f G), please reset it"
AvailableIsLessThanQuota: The actual available resource on this workspace in the cluster is less than the quota. Please ask the Ops to allocate project resources reasonably
15
+
NoResourceForTheWorkspace: No allocatable resources on this workspace in the cluster, please check the workspace labels for the nodes
16
+
NoNodesInTheCluster: No allocatable nodes in the cluster, please add nodes for it",
17
+
ResourceSqueeze: 'Note: The current allocated resources of the cluster on the workspace %s have exceeded the total resources of the cluster on the workspace %s, the project resource allocation will be based on the principle of first use first serve Preempt'
18
+
CPUResourceSqueeze: 'Note: The current allocated resources of the cluster on the workspace %s have exceeded the total resources of the cluster on the workspace %s, the project resource allocation will be based on the principle of first use first serve Preempt'
19
+
MemResourceSqueeze: 'Note: The current allocated resources of the cluster on the workspace %s have exceeded the total resources of the cluster on the workspace %s, the project resource allocation will be based on the principle of first use first serve Preempt'
0 commit comments