Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
eba0226
feat: ou-888 integrate perses dashbaord editing panels
zhuje Oct 14, 2025
fee17d5
Merge pull request #584 from zhuje/ou888-perses-edit-panel-pr
openshift-merge-bot[bot] Oct 16, 2025
8e6b7f3
ou-1023: integrate remotePluginLoader()
zhuje Nov 6, 2025
8ed1978
Merge pull request #616 from zhuje/ou1023-remotepluginloader3-pr
openshift-merge-bot[bot] Nov 6, 2025
026b5a7
OU-1008: Perses Variable Editing Panel
zhuje Nov 14, 2025
84085f4
Merge pull request #644 from zhuje/ou1008-variableEditor-pr
openshift-merge-bot[bot] Nov 17, 2025
fa6da57
OU-1004: List perses dashbaords
zhuje Dec 18, 2025
9a9d158
fix: replace consoleFetch with consoleFetchJSON and make code more re…
zhuje Dec 19, 2025
bc8faf0
Merge pull request #666 from zhuje/ou1004-list-dashboards-pr
openshift-merge-bot[bot] Dec 22, 2025
56c19e4
perses-data-test-ids
etmurasaki Dec 26, 2025
42cee15
Merge pull request #710 from etmurasaki/etmura-list-perses-ids
openshift-merge-bot[bot] Jan 1, 2026
c872351
Merge branch 'main' into sync-customizable-dashboards-with-main
jgbernalp Jan 2, 2026
8ce9c71
fix imports
jgbernalp Jan 2, 2026
6069c8a
Merge pull request #714 from jgbernalp/sync-customizable-dashboards-w…
jgbernalp Jan 5, 2026
d18da58
OU-1158 [List Perses] - Change Namespace is throwing 404
zhuje Jan 7, 2026
4bbae09
fix: seperate into DashboardFrame and DashboardListFrame
zhuje Jan 8, 2026
dee7635
OU-1172: Remove Datasource from Editing Ribbon
zhuje Jan 8, 2026
bfc9c47
Merge pull request #723 from zhuje/ou1172-remove-datasource
jgbernalp Jan 9, 2026
5a57682
Merge pull request #719 from zhuje/ou1158-perses-list-namespace
jgbernalp Jan 9, 2026
3adb20a
fix: use namespace for permission check
PeterYurkovich Jan 9, 2026
6992dd4
Merge pull request #726 from PeterYurkovich/use-project-for-permission
PeterYurkovich Jan 9, 2026
6879434
OU1170 Fix Add Variable - Name with more than 75 chars
zhuje Jan 12, 2026
e9b7e33
fix: add static text translation to success message
zhuje Jan 12, 2026
add73fb
feat: In dashboard add Patternfly Toast Alerts, remove Perses Snackbar
zhuje Jan 13, 2026
d7c885a
Merge pull request #727 from zhuje/ou1170-variable-75char-pr2
openshift-merge-bot[bot] Jan 13, 2026
a349397
OU-1177: DashboardListPage Create Button
zhuje Jan 15, 2026
00b152b
fix: Add static text translations, use Patternfly Alerts instead of c…
zhuje Jan 19, 2026
2c2376b
fix: Reduce 'Create' button size in ListDashboardPage
zhuje Jan 20, 2026
4d07805
fix: RBAC handling when user has mixed EDITOR and VIEWER access to pr…
zhuje Jan 26, 2026
f70bbad
fix: fetch dashboard edit permission using useQuery()
zhuje Jan 27, 2026
9a67ba6
fix: add eslint rule for console.warn
zhuje Jan 27, 2026
30e5c86
Merge pull request #734 from zhuje/ou1177-dashlist-create-btn-pr
openshift-merge-bot[bot] Jan 28, 2026
ffeabf0
feat: OU-1138 DashboardList Actions Delete, Duplicate, Rename Dashboards
zhuje Feb 3, 2026
a5071b0
fix: OU-1138 Add translations, add new direct dependency "react-hook-…
zhuje Feb 3, 2026
47d2b60
fix: OU-1138 Update package.json with new dependency
zhuje Feb 3, 2026
7d692e0
fix: OU-1138 Remove unnecessary logic checks and update package-lock.…
zhuje Feb 4, 2026
11f4dcd
fix: remove optional translation param
zhuje Feb 5, 2026
7116fac
Merge pull request #752 from zhuje/ou1138-kebab-actions2-pr
openshift-merge-bot[bot] Feb 5, 2026
10b3d30
Merge branch 'main' into customizable-dashboards
PeterYurkovich Feb 11, 2026
bfadfd4
feat: update perses dependencies
jgbernalp Feb 11, 2026
ae3b7db
Merge pull request #762 from PeterYurkovich/merge-into-dashboards
PeterYurkovich Feb 11, 2026
b97cf05
Merge pull request #763 from jgbernalp/update-perses-deps
openshift-merge-bot[bot] Feb 11, 2026
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.devcontainer/dev.env
.DS_Store
.vscode
web/cypress/screenshots/
web/cypress/export-env.sh
web/screenshots/
Expand Down
42 changes: 39 additions & 3 deletions config/perses-dashboards.patch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"exact": false,
"path": ["/multicloud/monitoring/v2/dashboards"],
"component": {
"$codeRef": "DashboardsPage"
"$codeRef": "DashboardListPage"
}
}
}
Expand Down Expand Up @@ -36,7 +36,7 @@
"properties": {
"exact": false,
"path": ["/monitoring/v2/dashboards"],
"component": { "$codeRef": "DashboardsPage" }
"component": { "$codeRef": "DashboardListPage" }
}
}
},
Expand Down Expand Up @@ -64,7 +64,7 @@
"properties": {
"exact": false,
"path": ["/virt-monitoring/v2/dashboards"],
"component": { "$codeRef": "DashboardsPage" }
"component": { "$codeRef": "DashboardListPage" }
}
}
},
Expand All @@ -83,5 +83,41 @@
"insertAfter": "dashboards-virt"
}
}
},
{
"op": "add",
"path": "/extensions/1",
"value": {
"type": "console.page/route",
"properties": {
"exact": false,
"path": ["/monitoring/v2/dashboards/view"],
"component": { "$codeRef": "DashboardPage" }
}
}
},
{
"op": "add",
"path": "/extensions/1",
"value": {
"type": "console.page/route",
"properties": {
"exact": false,
"path": ["/virt-monitoring/v2/dashboards/view"],
"component": { "$codeRef": "DashboardPage" }
}
}
},
{
"op": "add",
"path": "/extensions/1",
"value": {
"type": "console.page/route",
"properties": {
"exact": false,
"path": ["/multicloud/monitoring/v2/dashboards/view"],
"component": { "$codeRef": "DashboardPage" }
}
}
}
]
Loading