-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP ] OverviewPage made with Content Management #2036
Conversation
props.setStartDate(onTimeChangeProps.start); | ||
props.setEndDate(onTimeChangeProps.end); | ||
|
||
coreRefs.contentManagement?.updatePageSection(HOME_CONTENT_AREAS.DASHBOARD, (section) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Allows the date-picker to update the displayed dashboard. Pending opensearch-project/OpenSearch-Dashboards#7651
@danieldong51 Can you please resolve the conflicts here |
@@ -3,159 +3,239 @@ | |||
* SPDX-License-Identifier: Apache-2.0 | |||
*/ | |||
|
|||
import React, { useState, useEffect } from 'react'; | |||
import React, { useEffect, useState } from 'react'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we please add some jest, cypress tests here.
39c65a8
to
ac0acdc
Compare
Signed-off-by: Adam Tackett <[email protected]> Co-authored-by: Adam Tackett <[email protected]> Signed-off-by: Adam Tackett <[email protected]>
…t#2023) Signed-off-by: sumukhswamy <[email protected]> Signed-off-by: Adam Tackett <[email protected]>
* fix direct url load for trace analytics Signed-off-by: Shenoy Pratik <[email protected]> * update side nav link Signed-off-by: Shenoy Pratik <[email protected]> --------- Signed-off-by: Shenoy Pratik <[email protected]> Signed-off-by: Adam Tackett <[email protected]>
Signed-off-by: Adam Tackett <[email protected]> Co-authored-by: Adam Tackett <[email protected]> Signed-off-by: Adam Tackett <[email protected]>
…ch-project#2037) * bugfix ids and breadcrumbs Signed-off-by: Adam Tackett <[email protected]> * remove comments Signed-off-by: Adam Tackett <[email protected]> * quick fix Signed-off-by: Adam Tackett <[email protected]> --------- Signed-off-by: Adam Tackett <[email protected]> Co-authored-by: Adam Tackett <[email protected]> Signed-off-by: Adam Tackett <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]> Signed-off-by: Adam Tackett <[email protected]>
* add job scheduler to observability CI Signed-off-by: Shenoy Pratik <[email protected]> * update workflow for integ tests Signed-off-by: Shenoy Pratik <[email protected]> * remove datasources test Signed-off-by: Shenoy Pratik <[email protected]> * exclude localhost links from link checker Signed-off-by: Shenoy Pratik <[email protected]> * update links for link checker Signed-off-by: Shenoy Pratik <[email protected]> --------- Signed-off-by: Shenoy Pratik <[email protected]> Signed-off-by: Adam Tackett <[email protected]>
* Move the save button to the header control bar Signed-off-by: Ryan Liang <[email protected]> * Update snapshots Signed-off-by: Ryan Liang <[email protected]> * Fix the save button and correct its size + position Signed-off-by: Ryan Liang <[email protected]> * Fix the date picker location Signed-off-by: Ryan Liang <[email protected]> * Rename the navigation in coreRef and switch to use compressed date picker Signed-off-by: Ryan Liang <[email protected]> * Fix the popover Signed-off-by: Ryan Liang <[email protected]> * Rename the button Signed-off-by: Ryan Liang <[email protected]> * Update to latest mockup Signed-off-by: Ryan Liang <[email protected]> * Update snapshots Signed-off-by: Ryan Liang <[email protected]> * Fix the ui issues Signed-off-by: Ryan Liang <[email protected]> * Dummy metrics Signed-off-by: Ryan Liang <[email protected]> * Remove dummy Signed-off-by: Ryan Liang <[email protected]> * update snapshots Signed-off-by: Ryan Liang <[email protected]> * minor changes to match mocks Signed-off-by: Shenoy Pratik <[email protected]> --------- Signed-off-by: Ryan Liang <[email protected]> Signed-off-by: Shenoy Pratik <[email protected]> Co-authored-by: Shenoy Pratik <[email protected]> Signed-off-by: Adam Tackett <[email protected]>
…roject#2048) * first step of MDS Signed-off-by: Adam Tackett <[email protected]> * add mds support to getting started Signed-off-by: Adam Tackett <[email protected]> * update references, renaming, code cleanup Signed-off-by: Adam Tackett <[email protected]> * update snapshots, remove depend Signed-off-by: Adam Tackett <[email protected]> * only add mds reference to index patterns Signed-off-by: Adam Tackett <[email protected]> --------- Signed-off-by: Adam Tackett <[email protected]> Co-authored-by: Adam Tackett <[email protected]> Signed-off-by: Adam Tackett <[email protected]>
…pensearch-project#2068) * Use EuiSmallButton Signed-off-by: Miki <[email protected]> * Use EuiSmallButtonIcon Signed-off-by: Miki <[email protected]> * Use EuiSmallButtonEmpty Signed-off-by: Miki <[email protected]> * Use EuiCompressedFormRow Signed-off-by: Miki <[email protected]> * Use EuiCompressedField* Signed-off-by: Miki <[email protected]> * Use EuiCompressedSelect and EuiCompressedSuperSelect Signed-off-by: Miki <[email protected]> * Use EuiCompressedFilePicker Signed-off-by: Miki <[email protected]> * Use EuiCompressedRadio and EuiCompressedRadioGroup Signed-off-by: Miki <[email protected]> * Use EuiCompressedSwitch Signed-off-by: Miki <[email protected]> * Use EuiCompressedEuiTextArea Signed-off-by: Miki <[email protected]> * Use EuiCompressedComboBox Signed-off-by: Miki <[email protected]> * Use EuiSmallFilterButton Signed-off-by: Miki <[email protected]> * Undo unnecessary EuiSmallButton* uses Signed-off-by: Miki <[email protected]> * Use EuiCompressedSuperDatePicker Signed-off-by: Miki <[email protected]> * Fix tests and snapshots Signed-off-by: Miki <[email protected]> * Fix tests and snapshots Signed-off-by: Miki <[email protected]> --------- Signed-off-by: Miki <[email protected]> Signed-off-by: Adam Tackett <[email protected]>
Signed-off-by: Adam Tackett <[email protected]>
Signed-off-by: Dan Dong <[email protected]> Signed-off-by: Adam Tackett <[email protected]>
Signed-off-by: Dan Dong <[email protected]> Signed-off-by: Adam Tackett <[email protected]>
Signed-off-by: Dan Dong <[email protected]> Signed-off-by: Adam Tackett <[email protected]>
Signed-off-by: Dan Dong <[email protected]> Signed-off-by: Adam Tackett <[email protected]>
Signed-off-by: Adam Tackett <[email protected]>
Signed-off-by: Adam Tackett <[email protected]>
Signed-off-by: Dan Dong <[email protected]> Signed-off-by: Adam Tackett <[email protected]>
Signed-off-by: Dan Dong <[email protected]> Signed-off-by: Adam Tackett <[email protected]>
Signed-off-by: Dan Dong <[email protected]> Signed-off-by: Adam Tackett <[email protected]>
Signed-off-by: Dan Dong <[email protected]> Signed-off-by: Adam Tackett <[email protected]>
Signed-off-by: Dan Dong <[email protected]> Signed-off-by: Adam Tackett <[email protected]>
Signed-off-by: Adam Tackett <[email protected]>
Description
New core plugin for dynamic content rendering OpenSearch-Dashboards#7201
(Overview of functionality)
Example.mov
(Before the change)
(After the change)
(The setting)
By default is empty, once the user selects a dashboard in the overview page it is updated so that it persist when they return to the page.
Issues Resolved
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.