Skip to content
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

Upgrade EUI to v33.0.0 #99382

Merged
merged 46 commits into from
Jun 1, 2021
Merged
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
063b0dc
eui to 33.0.0
thompsongl May 5, 2021
7865c2c
resize observer type inclusion - revisit
thompsongl May 5, 2021
0a67885
src snapshot updates
thompsongl May 5, 2021
ece02e4
x-pack snapshot updates
thompsongl May 5, 2021
1570e0e
table sort test updates
thompsongl May 5, 2021
738bfe8
code block language sh -> bash
thompsongl May 5, 2021
c319815
Merge branch 'master' into eui/33.0
thompsongl May 5, 2021
e254d09
datagrid datetime sort inversion
thompsongl May 5, 2021
e27f5ab
types
thompsongl May 5, 2021
a2791b8
kbn-crypto
thompsongl May 5, 2021
f4aa961
Merge branch 'master' into eui/33.0
thompsongl May 6, 2021
8a6b280
refractor yarn resolution
thompsongl May 6, 2021
ed27ab5
refractor yarn resolution
thompsongl May 6, 2021
8522942
Merge branch 'master' into eui/33.0
thompsongl May 6, 2021
74d0c2c
update cypress tests
thompsongl May 6, 2021
6847767
Merge branch 'master' into eui/33.0
thompsongl May 7, 2021
2ddfafa
url state test
thompsongl May 11, 2021
adc3538
trial
thompsongl May 11, 2021
30ade23
Merge branch 'master' into eui/33.0
thompsongl May 11, 2021
9698262
Merge branch 'master' into eui/33.0
thompsongl May 11, 2021
6c7a985
Revert "trial"
thompsongl May 11, 2021
9a11711
trial anomaly timeout
thompsongl May 12, 2021
3c3d305
Merge branch 'master' into eui/33.0
thompsongl May 12, 2021
b08d126
Revert "trial anomaly timeout"
thompsongl May 12, 2021
8ab0702
Merge branch 'master' into eui/33.0
thompsongl May 12, 2021
e38ff12
Merge branch 'master' into eui/33.0
kibanamachine May 12, 2021
100ee39
kbn-telemetry-tools
thompsongl May 12, 2021
f0610f5
Merge branch 'master' into eui/33.0
kibanamachine May 13, 2021
a204098
Merge branch 'master' of github.com:elastic/kibana into eui/33.0
afharo May 13, 2021
a0e9e65
Change a useMemo to useCallback so the code executes when intended
chandlerprall May 13, 2021
0c6a580
Removed no-longer-used import
chandlerprall May 13, 2021
20945d3
exitOrFail already retries for longer than tryForTime
afharo May 14, 2021
7d36031
Wait for loading indicator to disappear
afharo May 14, 2021
98ac42c
Intentionally adding `.only`
afharo May 14, 2021
5da9966
Revert .only
afharo May 14, 2021
c453220
Increase wait time for the ML chart to load
afharo May 14, 2021
66dc715
Merge branch 'master' of github.com:elastic/kibana into eui/33.0
afharo May 14, 2021
b6b9533
Remove unused var
afharo May 14, 2021
22c4477
Merge branch 'master' into eui/33.0
kibanamachine May 23, 2021
7ae359f
Merge branch 'master' into eui/33.0
kibanamachine May 24, 2021
b6150fb
overflow
thompsongl May 26, 2021
3eb5f21
chartWidth
thompsongl May 26, 2021
ff527bb
Merge branch 'master' into eui/33.0
thompsongl May 26, 2021
894a022
Merge branch 'master' into eui/33.0
thompsongl May 27, 2021
e145ae9
Merge branch 'master' into eui/33.0
thompsongl May 28, 2021
b9b06d6
Merge branch 'master' into eui/33.0
kibanamachine Jun 1, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
overflow
thompsongl committed May 26, 2021
commit b6150fb55239428900f59cb487d56570da28b310
Original file line number Diff line number Diff line change
@@ -146,7 +146,7 @@ export const EmbeddableAnomalyChartsContainer: FC<EmbeddableAnomalyChartsContain
id={`mlAnomalyExplorerEmbeddableWrapper-${id}`}
style={{
width: '100%',
overflowY: 'auto',
overflowY: 'hidden',
overflowX: 'hidden',
padding: '8px',
}}