Skip to content

Commit 46d0786

Browse files
authored
Merge pull request #438 from project-koku/release_prod-stable.84939
Deployment commit for prod-stable
2 parents 56725a5 + e112f66 commit 46d0786

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+2642
-1123
lines changed

.tekton/koku-frontend-mfe-pull-request.yaml

+542
Large diffs are not rendered by default.

.tekton/koku-frontend-mfe-push.yaml

+539
Large diffs are not rendered by default.

eslint.config.mjs

+3-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ export default [{
101101
rules: {
102102
'@typescript-eslint/adjacent-overload-signatures': 'error',
103103
'@typescript-eslint/array-type': 'error',
104-
'@typescript-eslint/ban-types': 'error',
105104
'@typescript-eslint/camelcase': 'off',
106105
'@typescript-eslint/consistent-type-assertions': 'error',
107106
'@typescript-eslint/consistent-type-definitions': 'error',
@@ -112,8 +111,11 @@ export default [{
112111
'@typescript-eslint/indent': 'off',
113112
'@typescript-eslint/no-empty-function': 'off',
114113
'@typescript-eslint/no-empty-interface': 'off',
114+
'@typescript-eslint/no-empty-object-type': 'off',
115115
'@typescript-eslint/no-misused-new': 'error',
116116
'@typescript-eslint/no-namespace': 'error',
117+
'@typescript-eslint/no-require-imports': 'off',
118+
'@typescript-eslint/no-unused-expressions': 'warn',
117119
'@typescript-eslint/no-var-requires': 'off',
118120
'@typescript-eslint/prefer-for-of': 'error',
119121
'@typescript-eslint/prefer-function-type': 'error',

locales/data.json

+146
Original file line numberDiff line numberDiff line change
@@ -1524,6 +1524,18 @@
15241524
"value": "value"
15251525
}
15261526
],
1527+
"optimizationsViewAll": [
1528+
{
1529+
"type": 0,
1530+
"value": "View all optimizations for this project"
1531+
}
1532+
],
1533+
"optimizationsViewAllDisabled": [
1534+
{
1535+
"type": 0,
1536+
"value": "This project has not reported data this month."
1537+
}
1538+
],
15271539
"optimizedStateDesc": [
15281540
{
15291541
"type": 0,
@@ -2010,6 +2022,14 @@
20102022
}
20112023
]
20122024
},
2025+
"eib": {
2026+
"value": [
2027+
{
2028+
"type": 0,
2029+
"value": "EiB"
2030+
}
2031+
]
2032+
},
20132033
"gi": {
20142034
"value": [
20152035
{
@@ -2018,6 +2038,14 @@
20182038
}
20192039
]
20202040
},
2041+
"gib": {
2042+
"value": [
2043+
{
2044+
"type": 0,
2045+
"value": "GiB"
2046+
}
2047+
]
2048+
},
20212049
"ki": {
20222050
"value": [
20232051
{
@@ -2026,6 +2054,22 @@
20262054
}
20272055
]
20282056
},
2057+
"kib": {
2058+
"value": [
2059+
{
2060+
"type": 0,
2061+
"value": "KiB"
2062+
}
2063+
]
2064+
},
2065+
"m": {
2066+
"value": [
2067+
{
2068+
"type": 0,
2069+
"value": "m"
2070+
}
2071+
]
2072+
},
20292073
"mi": {
20302074
"value": [
20312075
{
@@ -2042,6 +2086,108 @@
20422086
}
20432087
]
20442088
},
2089+
"millicores": {
2090+
"value": [
2091+
{
2092+
"type": 0,
2093+
"value": "millicores"
2094+
}
2095+
]
2096+
},
2097+
"other": {
2098+
"value": []
2099+
}
2100+
},
2101+
"type": 5,
2102+
"value": "units"
2103+
}
2104+
],
2105+
"unitsK8": [
2106+
{
2107+
"options": {
2108+
"cores": {
2109+
"value": []
2110+
},
2111+
"ei": {
2112+
"value": [
2113+
{
2114+
"type": 0,
2115+
"value": "Ei"
2116+
}
2117+
]
2118+
},
2119+
"eib": {
2120+
"value": [
2121+
{
2122+
"type": 0,
2123+
"value": "Ei"
2124+
}
2125+
]
2126+
},
2127+
"gi": {
2128+
"value": [
2129+
{
2130+
"type": 0,
2131+
"value": "Gi"
2132+
}
2133+
]
2134+
},
2135+
"gib": {
2136+
"value": [
2137+
{
2138+
"type": 0,
2139+
"value": "Gi"
2140+
}
2141+
]
2142+
},
2143+
"ki": {
2144+
"value": [
2145+
{
2146+
"type": 0,
2147+
"value": "Ki"
2148+
}
2149+
]
2150+
},
2151+
"kib": {
2152+
"value": [
2153+
{
2154+
"type": 0,
2155+
"value": "Ki"
2156+
}
2157+
]
2158+
},
2159+
"m": {
2160+
"value": [
2161+
{
2162+
"type": 0,
2163+
"value": "m"
2164+
}
2165+
]
2166+
},
2167+
"mi": {
2168+
"value": [
2169+
{
2170+
"type": 0,
2171+
"value": "Mi"
2172+
}
2173+
]
2174+
},
2175+
"mib": {
2176+
"value": [
2177+
{
2178+
"type": 0,
2179+
"value": "Mi"
2180+
}
2181+
]
2182+
},
2183+
"millicores": {
2184+
"value": [
2185+
{
2186+
"type": 0,
2187+
"value": "m"
2188+
}
2189+
]
2190+
},
20452191
"other": {
20462192
"value": []
20472193
}

locales/translations.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@
6969
"optimizationsShortTerm": "Last 24 hrs",
7070
"optimizationsValue": "{value}{units}",
7171
"optimizationsValues": "{value, select, cluster {Cluster name} container {Container name} last_reported {Last reported} project {Project name} workload {Workload name} workload_type {Workload type} other {}}",
72+
"optimizationsViewAll": "View all optimizations for this project",
73+
"optimizationsViewAllDisabled": "This project has not reported data this month.",
7274
"optimizedStateDesc": "Good job optimizing the current configuration.",
7375
"optimizedStateTitle": "You have reached recommended state!",
7476
"pageTitleDefault": "Cost Management MFE | OpenShift",
@@ -92,7 +94,8 @@
9294
"suggestions": "Suggestions",
9395
"typeaheadAriaClear": "Clear button and input",
9496
"unitTooltips": "{units, select, byte_ms {{value} Byte-ms} core_hours {{value} core-hours} gb {{value} GB} gb_hours {{value} GB-hours} gb_mo {{value} GB-month} gb_ms {{value} GB-ms} gibibyte_month {{value} GiB-month} hour {{value} hours} hrs {{value} hours} ms {{value} milliseconds} vm_hours {{value} VM-hours} other {{value}}}",
95-
"units": "{units, select, cores {cores} ei {Ei} gi {Gi} ki {Ki} mi {Mi} mib {MiB} other {}}",
97+
"units": "{units, select, cores {cores} ei {Ei} eib {EiB} gi {Gi} gib {GiB} ki {Ki} kib {KiB} mi {Mi} mib {MiB} m {m} millicores {millicores} other {}}",
98+
"unitsK8": "{units, select, cores {} ei {Ei} eib {Ei} gi {Gi} gib {Gi} ki {Ki} kib {Ki} mi {Mi} mib {Mi} m {m} millicores {m} other {}}",
9699
"usage": "Usage",
97100
"valueUnits": "{value} {units}",
98101
"welcomeInfo": "For more information visit {url}",

0 commit comments

Comments
 (0)