OpenSearch-Dashboards
OpenSearch-Dashboards copied to clipboard
[Feature] Dashboards List Extensibility
Description
Extend OSD Dashboard List to allow other plugins to supply their own list of "dashboards" to be appended to the OSD Dashboard List.
"Edit" column on Dashboard List availability is set per-row, dependent upon presence of editUrl
value on each input row.
Issues WIP
[FEATURE] Integrate Observability Panels/Apps lists into OpenSearch-Dashboards main List View
Related PR
Observability Plugin : [WIP] [FEATURE] Integrate Dashboards/Observability
Check List
- [ ] New functionality includes testing.
- [ ] All tests pass
- [ ]
yarn test:jest
- [ ]
yarn test:jest_integration
- [ ]
yarn test:ftr
- [ ]
- [ ] All tests pass
- [ ] New functionality has been documented.
- [ ] Commits are signed per the DCO using --signoff
Hey @pjfitzgibbons, thanks for addressing most of the comments. I dont see any changes since my latest review though. The 3 remaining callouts I had for the PR are:
- There still seems to be a duplicate interface for
DashboardListItem
andDashboardListItems
- Tests for the new functionality (You can just add to the existing functional tests for the component)
- Fixing the existing Functional tests that are breaking in the CI runner
Can we get an update?
Will have a new commit to post on Tue. Sep 27
Thanks and Kindest Regards, Peter Fitzgibbons (224) 307-9689
On Mon, Sep 26, 2022 at 1:52 PM Sean Neumann @.***> wrote:
Can we get an update?
— Reply to this email directly, view it on GitHub https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2149#issuecomment-1258620154, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAACYNR3CB4OFIQUBFFCHZLWAIEKLANCNFSM56XLMXOA . You are receiving this because you were mentioned.Message ID: @.*** com>
@pjfitzgibbons Just following up to see if you're able to update the PR an resolve conflicts or remove the yarn.lock
file.
@pjfitzgibbons Should this PR be closed in favor of #2670, or are you still working on this? For now, I'm going to set it to draft since it's stale.