-
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
Adding sass lint to Monitoring #44148
Closed
Closed
Changes from 21 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
eee283c
basic cleanup
andreadelrio 25923f0
will try to use EuiIcons for status
andreadelrio cb70628
replaced fa-circle with EuiIcon dot
andreadelrio 7ebd6b6
made flexitem and flexgroup available
andreadelrio bd8e8c7
chart legend overlaps
andreadelrio 1a2c015
Merge remote-tracking branch 'upstream/master' into sass-lint-monitoring
andreadelrio f67df41
some changes
andreadelrio 03cb97f
Merge remote-tracking branch 'upstream/master' into sass-lint-monitoring
andreadelrio d0c1a36
no sass lint warnings
andreadelrio c0da56d
Merge remote-tracking branch 'upstream/master' into sass-lint-monitoring
andreadelrio b81d49e
Merge remote-tracking branch 'upstream/master' into sass-lint-monitoring
andreadelrio 0089c0d
[SIEM] Changes ML conditional links to use tabs, fixes a small bug wi…
FrankHassanabad b58e43b
replaced number with eui variable
andreadelrio 3c00e62
Merge remote-tracking branch 'upstream/master' into sass-lint-monitoring
andreadelrio 93c0966
Merge remote-tracking branch 'upstream/master' into sass-lint-monitoring
andreadelrio 58d717c
using euiBorderColor for charts
andreadelrio dcaeb4d
Merge remote-tracking branch 'upstream/master' into sass-lint-monitoring
andreadelrio 62b3d54
fix lint error
andreadelrio b66c3d7
Fix tests
chrisronline 694d925
Fix more tests
chrisronline 1196745
Merge remote-tracking branch 'elastic/master' into sass-lint-monitoring
chrisronline 1fc9186
small sass changes
andreadelrio eb6fbf2
trying new layout
andreadelrio 4835224
new layout for shard legend
andreadelrio 0b4bc8b
Merge branch 'sass-lint-monitoring' of https://github.com/andreadelri…
andreadelrio 950afee
flexgrid for unassigned
andreadelrio fb1e478
fix conflict
andreadelrio 47e294c
snapshots
andreadelrio 40aea9a
refining layout
andreadelrio 4131d13
fixed conflict
andreadelrio 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 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
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
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
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.
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.
@cchaos What's the best way to do this in Kibana these days? I suggested this based on some older code I had, and didn't know if we have anything more utility based at this point?
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.
That's the correct way right now, but we should consider writing a NP plugin for this like the EUI/Charts one but specifically for the colors json files.
There are currently around 65 files right now pulling in these json files (and probably doing the dark theme check).
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.
Looking at the latest commit of my PR, we could actually just add more methods to that since it's no longer EUI and Charts specific.