-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Dashboard] Deangularize navbar, attempt nr. 2 #61611
Merged
+240
−127
Merged
Changes from 1 commit
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
03336a7
Attempt at deangularization, nr.2
797c0fc
Remove padding in fullscreen
33ea01c
Fixing failing functional test
9b4a28c
Fixing remaining functional test
ca84abc
Fixing typescript errors
687f193
Fixing filter bar not being visible in fullscreen
ef77d2e
Fixing filter bar not being visible in fullscreen
fb33274
Rebasing against master
9026945
Fixing a small leftover
477f4d1
Fix order of functions
a081dd2
Fixing linting error
198affa
Merge branch 'master' into deangularize-navbar-2
elasticmachine c106db9
Merge branch 'master' into deangularize-navbar-2
elasticmachine ff6504f
Merge branch 'master' into deangularize-navbar-2
elasticmachine 778358f
Changing noPadding to a custom class
6844e0d
Use filterManagers to handle filters
38fd2ca
Rename class
5a90798
Attempt at deangularization, nr.2
271c193
Remove padding in fullscreen
46b8486
Fixing failing functional test
556b2e1
Fixing remaining functional test
e69dcce
Fixing typescript errors
8f96c19
Fixing filter bar not being visible in fullscreen
d1a0467
Fixing filter bar not being visible in fullscreen
debf3fa
Rebasing against master
bee3768
Fixing a small leftover
1894e58
Fix order of functions
5033678
Fixing linting error
8acefd6
[APM] Agent config select box doesn't work on IE (#63236)
cauemarcondes b0f2ba6
Use globe icon for "ext" span type on service map (#63205)
smith 910e2b8
Move shared vislib components into Charts plugin (#62957)
DianaDerevyankina 19fc959
Make uptime alert flyout test a little more resilient (#62702)
brianseeders bc26037
[SIEM] [Cases] Unit tests for case UI components (#63005)
stephmilovic 1e66805
Endpoint: Remove unused `lib` module (#63248)
b38b2cb
[Lens] Fix error in query from generated suggestion (#63018)
a4ac154
Resolver/node svg 2 html (#62958)
bkimmel 734513c
[Reporting] convert all server unit tests to TypeScript (#62873)
tsullivan b5f8664
[SIEM] Link ML Rule card CTA to license_management (#63210)
rylnd ae22596
Correctly type ILM's optional dependencies as optional (#63255)
cjcenizal 192ad72
[Telemetry] use prod keys (#63263)
Bamieh 64cf730
update chromedriver dependency to 81.0.0 (#63266)
dmlemeshko 05c55ec
task/mac-eventing-form (#62999)
parkiino 39c491e
bc6 rule import april 9 (#63152)
randomuserid 9e5fb5e
Added UI for pre-configured connectors. (#63074)
YulNaumenko 5eb6610
TaskManager tasks scheduled without attempting to run (#62078)
kobelb 96e4749
Changed alerting wrong param name for help xpack.encrypted_saved_obje…
YulNaumenko c63933a
fix ScopedHistory.createHref to prepend location with scoped history …
pgayvallet adf38e0
fixing custom link popover size and hiding scroll (#63240)
cauemarcondes 4827dbf
Changing noPadding to a custom class
8161d30
Use filterManagers to handle filters
a2abe6d
Rename class
537131c
Applying some changes
9bb8355
UseDefaultBehaviors in dashboard app controller
bca426e
Merge branch 'master' into deangularize-navbar-2
1be9803
Merge branch 'master' into deangularize-navbar-2
2edfa15
Reverting search_bar code changes
8076ed2
Removing some stuff that was causing functional tests to fail
6b09cee
Merge branch 'master' into deangularize-navbar-2
5b00872
Removing refresh dashboard container which was causing errors during …
1b5ac60
Do not destroy dashboardContainer
f1b5312
Merge branch 'master' into deangularize-navbar-2
elasticmachine ea48a46
Adding updateSavedQueryId method
6a751f4
Merge branch 'deangularize-navbar-2' of https://github.com/majagrubic…
359149c
Merge branch 'master' into deangularize-navbar-2
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
Remove padding in fullscreen
There are no files selected for viewing
This file contains 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 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 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
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.
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.
Why not pass in a class name from the caller directly?
I'm sure there will be other use cases for that.