Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ updates:
directory: "/"
schedule:
interval: "daily"
cooldown:
default-days: 7
4 changes: 2 additions & 2 deletions .github/workflows/console.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Console
on:
push:
paths:
- "console/"
- "console/**"
pull_request:
paths:
- "console/"
- "console/**"

permissions:
contents: read
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"File will be stored at: {{path}}": "File will be stored at: {{path}}",
"Health": "Health",
"Hub": "Hub",
"I want to use my own fork": "I want to use my own fork",
"Inject Secrets": "Inject Secrets",
"Install": "Install",
"Install Pattern": "Install Pattern",
Expand All @@ -52,6 +53,7 @@
"Namespace": "Namespace",
"No pattern specified": "No pattern specified",
"No secrets configured": "No secrets configured",
"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.",
"Optional Secret Configuration": "Optional Secret Configuration",
"Parse Error": "Parse Error",
"Pattern applications": "Pattern applications",
Expand All @@ -62,6 +64,7 @@
"Patterns": "Patterns",
"Please provide a value for this required field": "Please provide a value for this required field",
"Reconciliation complete. Redirecting to catalog...": "Reconciliation complete. Redirecting to catalog...",
"Reconciliation complete. Waiting for secret injection to finish...": "Reconciliation complete. Waiting for secret injection to finish...",
"Reconciliation Status": "Reconciliation Status",
"Reconciling": "Reconciling",
"Repo": "Repo",
Expand All @@ -86,6 +89,7 @@
"This pattern does not have a secret template defined.": "This pattern does not have a secret template defined.",
"This value will be automatically generated using vault policies": "This value will be automatically generated using vault policies",
"This will delete the pattern and all its deployed resources.": "This will delete the pattern and all its deployed resources.",
"Tier": "Tier",
"Uninstall": "Uninstall",
"Uninstall Pattern": "Uninstall Pattern",
"Upload a file that will be base64 encoded": "Upload a file that will be base64 encoded",
Expand All @@ -98,4 +102,4 @@
"You can manually override the auto-generated value": "You can manually override the auto-generated value",
"You can modify this pre-filled value": "You can modify this pre-filled value",
"Your pattern has been created. The operator is now reconciling it.": "Your pattern has been created. The operator is now reconciling it."
}
}
2 changes: 1 addition & 1 deletion console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.1",
"i18next-parser": "^3.11.0",
"i18next-parser": "^9.4.0",
"mocha-junit-reporter": "^2.2.0",
"mochawesome": "^7.1.3",
"mochawesome-merge": "^4.3.0",
Expand Down
Loading
Loading