Skip to content

Commit 1df822e

Browse files
authored
FLPATH-2749 | Refactor the Plugin code based on new structure to cost-management (#2341)
FLPATH-2749 | Refactor the Plugin code based on new structure to cost-management
1 parent 5ad82d7 commit 1df822e

285 files changed

Lines changed: 335 additions & 310 deletions

File tree

Some content is hidden

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

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/workspaces/openshift-image-registry @redhat-developer/rhdh-ui @divyanshiGupta @its-mitesh-kumar
2828
/workspaces/orchestrator @batzionb @mareklibra @gciavarrini
2929
/workspaces/quickstart @redhat-developer/rhdh-ui @divyanshiGupta @its-mitesh-kumar
30-
/workspaces/redhat-resource-optimization @ydayagi @mareklibra @batzionb @PreetiW @asmasarw
30+
/workspaces/cost-management @ydayagi @mareklibra @batzionb @PreetiW @asmasarw
3131
/workspaces/sandbox @lucifergene @rohitkrai03 @karthikjeeyar @xcoulon @alexeykazakov @mfrancisc @rsoaresd @jrosental @rajivnathan @MatousJobanek
3232
/workspaces/scorecard @redhat-developer/rhdh-plugins @redhat-developer/rhdh-ui @christoph-jerolimov @its-mitesh-kumar @eswaraiahsapram
3333
/workspaces/theme @redhat-developer/rhdh-ui @ciiay @logonoff
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"packageRules": [
3+
{
4+
"description": "all Cost Management minor updates",
5+
"matchFileNames": ["workspaces/cost-management/**"],
6+
"extends": [
7+
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/base/rhdh-minor-presets(Cost Management)"
8+
],
9+
"addLabels": ["team/cost-management", "cost-management"]
10+
},
11+
{
12+
"description": "all Cost Management patch updates",
13+
"matchFileNames": ["workspaces/cost-management/**"],
14+
"extends": [
15+
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/base/rhdh-patch-presets(Cost Management)"
16+
],
17+
"addLabels": ["team/cost-management", "cost-management"]
18+
},
19+
{
20+
"description": "all Cost Management dev dependency updates",
21+
"matchFileNames": ["workspaces/cost-management/**"],
22+
"extends": [
23+
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/base/rhdh-devdependency-presets(Cost Management)"
24+
],
25+
"addLabels": ["team/cost-management", "cost-management"]
26+
}
27+
]
28+
}

.github/renovate-presets/workspace/rhdh-redhat-resource-optimization-presets.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-orchestrator-presets",
5555
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-sandbox-presets",
5656
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-openshift-image-registry-presets",
57-
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-redhat-resource-optimization-presets",
57+
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-cost-management-presets",
5858
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-quickstart-presets",
5959
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-mcp-integrations-presets",
6060
"github>redhat-developer/rhdh-plugins//.github/renovate-presets/workspace/rhdh-repo-tools-presets",

workspaces/redhat-resource-optimization/.changeset/README.md renamed to workspaces/cost-management/.changeset/README.md

workspaces/redhat-resource-optimization/.changeset/config.json renamed to workspaces/cost-management/.changeset/config.json

File renamed without changes.

workspaces/redhat-resource-optimization/.changeset/renovate-2cc8e69.md renamed to workspaces/cost-management/.changeset/renovate-2cc8e69.md

Lines changed: 1 addition & 1 deletion
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions

0 commit comments

Comments
 (0)