-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Upgrade Assistant] Overview page redesign #106521
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
72 commits
Select commit
Hold shift + click to select a range
9e6f54e
start working on new UI pieces and copy
sabarasaba 5e3c775
start working on logstream implementation
sabarasaba 10c2476
start working on new toggle
sabarasaba 7d0c37f
create collapsible component and implement
sabarasaba e577375
Small tweaks
sabarasaba 28773ac
Remove latest minor banner
sabarasaba 9b2061c
Convert panels into clickeable cards
sabarasaba 24e92f8
Fix error layout for cards
sabarasaba 49d9d13
Add doc links and cap maxWidth of content
sabarasaba d261646
Conditionally render copy and cta's if we're on cloud
sabarasaba c73c01e
Add new UI states to toggle
sabarasaba a4241c1
Refactor folder structure and extract things into their own components
sabarasaba 763d747
Refactor page description
sabarasaba 07b044a
Toggle should set both settings, and show callout with warning if onl…
sabarasaba ac00180
Add cloud url link to cta
sabarasaba ceb4cb0
Both settings should be persistent
sabarasaba 15e9d6d
Fix hardcoded strings
sabarasaba 06695db
Use RedirectAppLinks so we dont do a full reload of the app when
sabarasaba cdb6ee8
refactor props and hardcoded strings
sabarasaba 32cacf2
Finish up working on discover deep link
sabarasaba 8506d4b
Fix link to observability app
sabarasaba 99c1ad5
Refactor hardcoded ids into constants file
sabarasaba c92ab2c
Use history hook instead of passing history everywhere
sabarasaba 613c4b1
Change copy to comply with latest copy changes
sabarasaba b7caddd
Fix toggle label also
sabarasaba f7d4d27
refactor fetcher into its own hook
sabarasaba 9063ba3
Add error and loading states
sabarasaba 359a8bb
Fix jumpy container when toggling switch
sabarasaba de844e2
small refactor and replace hardcoded strings
sabarasaba ab2f2b6
Should also set transient setting when toggling
sabarasaba d351947
Set time limit to 7d
sabarasaba 4fada95
remove css hacks
sabarasaba 6dac6d6
Change duped i18 string
sabarasaba 177273b
Fix backend tests
sabarasaba cb7ca37
Fix duped i18n keys
sabarasaba 2b09eb9
Fix html validation errors
sabarasaba b752d17
Add back css hack for demo purposes, also make links open in a new tab
sabarasaba 2b86a3f
Convert collapsible into a controlled component
sabarasaba 37b06a5
Fix small bug when toggling switch with expanded state
sabarasaba 9d0a5f7
wip: start writting tests
sabarasaba 7ba27b5
Remove logstream implementation
sabarasaba 276ccba
Finish off link boxes and copy changes
sabarasaba a6b703d
Show/hide deprecation warnings based on counts
sabarasaba 652affd
Refactor no warnings into a new component
sabarasaba 8999504
Rename NoWarnings to NoDeprecations
sabarasaba b870116
update i18n strings
sabarasaba 7f62065
Fix spacing between links
sabarasaba 9fc0c69
fix i18n strings
sabarasaba c9472ab
Remove no longer needed callout and refactor stuff a bit
sabarasaba 5412920
Refactor file structure and rename components
sabarasaba a671453
Apply upper limits to deprecation counts
sabarasaba cc0db5d
Add tests for review step
sabarasaba d8b6ea1
Finish adding cit's for all other components
sabarasaba 4e32f55
Add back warning callout and fix all broken tests
sabarasaba 79f1746
Fix wrong css imports
sabarasaba 990fca9
Remove unused dep
sabarasaba 3d1ef3e
Fix TS errors and tests
sabarasaba 525e8d3
Fix last few ts errors
sabarasaba 3ef3f67
rename doc link
sabarasaba d8a36e6
Address first part of CR
sabarasaba 42de63d
Start renaming files and methods
sabarasaba 85bd072
refactor function names
sabarasaba 8161f9f
Finish off renaming all variables and methods
sabarasaba 72ee24e
Rename identify_step to fix_deprecation_logs_step
sabarasaba 8e2b11a
Fix wrong import path
sabarasaba 6f1074f
Address first part of CR
sabarasaba 6a8ed53
Rename review_step to review_logs_step
sabarasaba b66710b
Last CR changes
sabarasaba af6dea0
Remove unused translations
sabarasaba bf3f1bb
Fix type import
sabarasaba 81d6aee
Small CR changes
sabarasaba 3a28ace
Add a bit more spacing around toggle
sabarasaba File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...ins/upgrade_assistant/public/application/components/overview/review_logs_step/_index.scss
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,2 @@ | ||
| @import 'stats_panel'; | ||
| @import 'no_deprecations/no_deprecations'; |
6 changes: 6 additions & 0 deletions
6
...grade_assistant/public/application/components/overview/review_logs_step/_stats_panel.scss
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| // Used by both es_stats and kibana_stats panel for having the EuiPopover Icon | ||
| // for errors shown next to the title without having to resort to wrapping everything | ||
| // with EuiFlexGroups. | ||
| .upgWarningIcon { | ||
| margin-left: $euiSizeS; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.