Skip to content

Commit 2de5e45

Browse files
authored
Merge pull request #573 from mbaldessari/update-console-deps3
Update console dep and fix cooldown
2 parents 03d442a + 24d51a6 commit 2de5e45

5 files changed

Lines changed: 433 additions & 401 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7+
cooldown:
8+
default-days: 7

.github/workflows/console.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Console
33
on:
44
push:
55
paths:
6-
- "console/"
6+
- "console/**"
77
pull_request:
88
paths:
9-
- "console/"
9+
- "console/**"
1010

1111
permissions:
1212
contents: read

console/locales/en/plugin__patterns-operator-console-plugin.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"File will be stored at: {{path}}": "File will be stored at: {{path}}",
3535
"Health": "Health",
3636
"Hub": "Hub",
37+
"I want to use my own fork": "I want to use my own fork",
3738
"Inject Secrets": "Inject Secrets",
3839
"Install": "Install",
3940
"Install Pattern": "Install Pattern",
@@ -52,6 +53,7 @@
5253
"Namespace": "Namespace",
5354
"No pattern specified": "No pattern specified",
5455
"No secrets configured": "No secrets configured",
56+
"Only one pattern can be installed at a time. Uninstall the current pattern first.": "Only one pattern can be installed at a time. Uninstall the current pattern first.",
5557
"Optional Secret Configuration": "Optional Secret Configuration",
5658
"Parse Error": "Parse Error",
5759
"Pattern applications": "Pattern applications",
@@ -62,6 +64,7 @@
6264
"Patterns": "Patterns",
6365
"Please provide a value for this required field": "Please provide a value for this required field",
6466
"Reconciliation complete. Redirecting to catalog...": "Reconciliation complete. Redirecting to catalog...",
67+
"Reconciliation complete. Waiting for secret injection to finish...": "Reconciliation complete. Waiting for secret injection to finish...",
6568
"Reconciliation Status": "Reconciliation Status",
6669
"Reconciling": "Reconciling",
6770
"Repo": "Repo",
@@ -86,6 +89,7 @@
8689
"This pattern does not have a secret template defined.": "This pattern does not have a secret template defined.",
8790
"This value will be automatically generated using vault policies": "This value will be automatically generated using vault policies",
8891
"This will delete the pattern and all its deployed resources.": "This will delete the pattern and all its deployed resources.",
92+
"Tier": "Tier",
8993
"Uninstall": "Uninstall",
9094
"Uninstall Pattern": "Uninstall Pattern",
9195
"Upload a file that will be base64 encoded": "Upload a file that will be base64 encoded",
@@ -98,4 +102,4 @@
98102
"You can manually override the auto-generated value": "You can manually override the auto-generated value",
99103
"You can modify this pre-filled value": "You can modify this pre-filled value",
100104
"Your pattern has been created. The operator is now reconciling it.": "Your pattern has been created. The operator is now reconciling it."
101-
}
105+
}

console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"eslint-plugin-cypress": "^2.12.1",
5151
"eslint-plugin-prettier": "^4.0.0",
5252
"eslint-plugin-react": "^7.29.1",
53-
"i18next-parser": "^3.11.0",
53+
"i18next-parser": "^9.4.0",
5454
"mocha-junit-reporter": "^2.2.0",
5555
"mochawesome": "^7.1.3",
5656
"mochawesome-merge": "^4.3.0",

0 commit comments

Comments
 (0)