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

[Uptime] Waterfall filters #89185

Merged
merged 64 commits into from
Feb 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
534678a
WIP
shahzad31 Jan 11, 2021
20b7e5d
Use multi canvas solution
shahzad31 Jan 14, 2021
aa285ff
type
shahzad31 Jan 14, 2021
5fd0e8b
fix test
shahzad31 Jan 14, 2021
8f374d1
adde unit tests
shahzad31 Jan 15, 2021
9fa4144
Merge branch 'master' into water-fall-issue
shahzad31 Jan 15, 2021
b131bf2
reduce item to 150
shahzad31 Jan 15, 2021
88239d8
update margins
shahzad31 Jan 17, 2021
2612eff
Merge branch 'master' into water-fall-issue
shahzad31 Jan 18, 2021
4240857
use constant
shahzad31 Jan 18, 2021
d78aa80
update z-index
shahzad31 Jan 18, 2021
add7043
added key
shahzad31 Jan 18, 2021
2b43683
Merge branch 'master' into waterfall-filters
shahzad31 Jan 18, 2021
2c1a4d9
Merge branch 'water-fall-issue' into waterfall-filters
shahzad31 Jan 18, 2021
45e9eb5
Merge branch 'master' into waterfall-filters
shahzad31 Jan 19, 2021
fb93fd4
Merge branch 'master' into waterfall-filters
shahzad31 Jan 19, 2021
d575247
wip
shahzad31 Jan 19, 2021
c0b3c14
wip
shahzad31 Jan 19, 2021
6e02e08
Merge branch 'master' into waterfall-filters
shahzad31 Jan 20, 2021
92be91d
wip filters
shahzad31 Jan 21, 2021
dbea8f5
Merge branch 'master' into waterfall-filters
shahzad31 Jan 21, 2021
00909e5
reorgnaise components
shahzad31 Jan 21, 2021
038500e
Merge branch 'master' into waterfall-filters
shahzad31 Jan 21, 2021
f028695
fix issue
shahzad31 Jan 21, 2021
a765b17
update filter
shahzad31 Jan 23, 2021
ab8521f
Merge branch 'master' into waterfall-filters
shahzad31 Jan 24, 2021
18b1a9a
only highlight button
shahzad31 Jan 25, 2021
21d1908
water fall test
shahzad31 Jan 25, 2021
bd72555
styling
shahzad31 Jan 25, 2021
fd7dfdc
Merge branch 'master' into waterfall-filters
shahzad31 Jan 25, 2021
d0c65b8
fix styling
shahzad31 Jan 25, 2021
587a508
test
shahzad31 Jan 25, 2021
cf5ec20
fix types
shahzad31 Jan 25, 2021
34f6e08
update test
shahzad31 Jan 25, 2021
0368627
Merge branch 'master' into waterfall-filters
shahzad31 Jan 26, 2021
d2d4a69
Merge branch 'master' into waterfall-filters
shahzad31 Jan 26, 2021
9893968
update ari hidden
shahzad31 Jan 26, 2021
471bc09
Merge branch 'master' into waterfall-filters
shahzad31 Jan 26, 2021
9aa21bd
added click telemetry for waterfall filters
shahzad31 Jan 26, 2021
326c1cf
added input click telemetry
shahzad31 Jan 26, 2021
f7a7e56
update filter behaviour
shahzad31 Jan 26, 2021
8309378
fixed typo
shahzad31 Jan 26, 2021
176ad0b
fix type
shahzad31 Jan 26, 2021
3f8d4de
fix styling
shahzad31 Jan 26, 2021
c3c6a82
persist original resource number in waterfall sidebar when showing on…
dominiqueclarke Feb 2, 2021
dd28e82
update waterfall filter collapse checkbox content
dominiqueclarke Feb 2, 2021
3267dbc
Merge branch 'master' of github.com:elastic/kibana into shahzad/water…
dominiqueclarke Feb 2, 2021
ae83040
update use_bar_charts to work with filtered data
dominiqueclarke Feb 3, 2021
8cda631
update network request total label to include filtered requests
dominiqueclarke Feb 3, 2021
b7246a0
adjust telemetry
dominiqueclarke Feb 3, 2021
063d875
add accessible text
dominiqueclarke Feb 4, 2021
6073bef
Merge branch 'master' of github.com:elastic/kibana into shahzad/water…
dominiqueclarke Feb 4, 2021
f94cf5b
add waterfall chart view telemetry
dominiqueclarke Feb 5, 2021
7c60849
updated mime type filter label translations
dominiqueclarke Feb 7, 2021
d0032db
adjust total network requests to use FormattedMessage
dominiqueclarke Feb 7, 2021
e2a5204
adjust translations and tests
dominiqueclarke Feb 7, 2021
2b39750
use FormattedMessage in NetworkRequestsTotal
dominiqueclarke Feb 7, 2021
f15494c
Merge branch 'master' of github.com:elastic/kibana into shahzad/water…
dominiqueclarke Feb 7, 2021
895a8d1
ensure sidebar persists when 0 resources match filter
dominiqueclarke Feb 8, 2021
898ebae
use destructuring in waterfall sidebar item
dominiqueclarke Feb 8, 2021
d337d57
reset collapse requests checkbox when filters are removed
dominiqueclarke Feb 8, 2021
fcb3254
Merge branch 'master' into waterfall-filters
kibanamachine Feb 8, 2021
1cc9344
update license headers
shahzad31 Feb 8, 2021
7cc75d3
Merge branch 'master' into waterfall-filters
kibanamachine Feb 8, 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
1 change: 1 addition & 0 deletions x-pack/plugins/observability/public/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export { getCoreVitalsComponent, HeaderMenuPortal } from './components/shared/';
export {
useTrackPageview,
useUiTracker,
useTrackMetric,
UiTracker,
TrackMetricOptions,
METRIC_TYPE,
Expand Down
Loading