Alex Boatwright
11473b905b
fix: only send strings ( #18778 )
2020-06-29 11:00:15 -07:00
Bucky Schwarz
9279ace825
fix: update templates contents to handle empty collections
2020-06-29 10:35:45 -07:00
Zoe Steinkamp
2ed233182f
test: add telegraf tests ( #18768 )
2020-06-29 09:46:01 -06:00
Ariel Salem
c93408dca8
updated loadBuckets to set buckets after requesting them, and removed GetReource Buckets from DataExplorerPage ( #18700 )
2020-06-29 05:07:12 -07:00
Andrew Watkins
7cbaebf7b7
fix: greater / fewer number of hooks rendered ( #18759 )
...
* fix: greater / fewer number of hooks rendered
* chore: remove hooks
2020-06-26 16:38:40 -07:00
Ariel Salem
3be7ca6025
chore(min-max/customtimerange): set min & max dates for start & stop time respectively ( #18491 )
2020-06-26 11:42:34 -07:00
Zoe Steinkamp
4411318dca
test: Add variable control test ( #18672 )
...
* test: Add variable control test
* test: Add variable control test
2020-06-25 17:44:52 -06:00
alexpaxton
db991b01ac
feat(flows): create data source cell behind feature flag ( #18678 )
...
* feat: create data source cell behind feature flag
* fix: prettier
* fix: remove rogue comment
* feat: adding in bucket context
* fix: prettier
* refactor: display buckets list in loading state until context returns buckets
* refactor: use loading to determine loading state
* refactor: give variable more descriptive name
Co-authored-by: drdelambre <drdelambre>
2020-06-25 14:47:34 -07:00
Alex Boatwright
86796ddf2d
feat: adding a bucket provider ( #18709 )
2020-06-25 11:39:27 -07:00
rbose22
449d47574a
chore(query Builder): fix query builder state ( #18649 )
...
* fix(query-builder): added function call to editActiveQueryWithBuilder to change redux state to queryBuilder
* fix(query-Builder): resets query builder state after switching to script editor and navigating to another page
* fix(query-Builder): added tests to ensure navigating from the buckets list leads to the data explorer page with query builder
* fix(query-Builder): updated change log
* fix(query-Builder): fixed prettier issue)
* fix(query-Builder): fixed formatting in queryBuilder.ts and simplified test in explorer.test.ts
Co-authored-by: Russ Savage <russorat@users.noreply.github.com>
2020-06-25 10:48:04 -07:00
Ariel Salem
cc28e2fd33
revert(filter_changes): adding the filter function was causing nested queries to not load the newly set values ( #18731 )
2020-06-25 10:35:26 -07:00
David McKay
687130d030
fix: restore newlines with updated editorconfig
2020-06-25 18:16:57 +01:00
David McKay
b3c738fc53
fix: have tests use non-default value and support pkger
2020-06-25 18:16:57 +01:00
David McKay
76e3fe103a
feat: allow for hoverDimension to be configured
2020-06-25 18:16:57 +01:00
Andrew Watkins
ef4b956daf
test: visualize cell data with variables ( #18712 )
...
* test: visualize cell data with variables
* fix: test
2020-06-25 09:59:49 -07:00
Alex Boatwright
518660786a
feat: adding more segmentation vectors ( #18607 )
2020-06-24 12:02:45 -07:00
Deniz Kusefoglu
a1dfa45e34
feat(reporting): Add reporting to instances of the UI running queries for the user ( #18661 )
...
* feat(reporting): Add ability to extend simpleQueryPerformanceEvent
* feat(reporting): Add reports to runQuery calls
2020-06-23 15:58:29 -07:00
Timmy Luong
07c76030e4
chore(ui): update giraffe
2020-06-23 14:29:57 -07:00
alexpaxton
73a3e82697
feat(templates-ui): display template resources in accordion list ( #18669 )
...
* feat: display template resources list in accordion fashion
* refactor: polish template name widget and add graphic
* fix: cleanup
2020-06-23 13:08:25 -07:00
Ariel Salem
c4fee5b6c3
feat(cache-cell-results): added cell result caching to reduce cell configuration querying on loads ( #18581 )
2020-06-23 09:34:16 -07:00
Bucky Schwarz
a96f21f27c
fix: don't re-fetch variables if their loading status is done
2020-06-23 08:33:23 -07:00
Timmy Luong
ca45ad1a23
chore(ui): update prettier in yarn.lock
2020-06-22 16:55:23 -07:00
Andrew Watkins
6d20ef4af5
test(e2e): drag and drop cell ( #18585 )
...
* test(e2e): drag and drop cell
* chore: update prettier to 1.19.1
* chore(e2e): find cell by substring
* test(e2e): fix element selectors
* fix: prettier
2020-06-22 13:34:29 -07:00
alexpaxton
47529a826b
feat(flux editor UI): rotate layout of flux toolbar and allow no tab to be active ( #18608 )
...
* feat: rotate layout of flux toolbar and allow no tab to be active
* fix: add testID back in
* fix: update affected e2e tests
2020-06-22 12:20:55 -07:00
Bucky Schwarz
cee2f93506
fix: reportEvent has a default timestamp
2020-06-22 11:21:26 -07:00
Alex Boatwright
3e5f8a49f9
feat: push it all to GA ( #18620 )
2020-06-22 10:57:33 -07:00
Ariel Salem
501795b444
fix(timeseries-map-bug): prevents random racecondition bug from erroring cells ( #18632 )
2020-06-22 09:01:18 -07:00
Bucky Schwarz
f43dc98050
chore: reportError has a default value for timestamp now
2020-06-18 15:21:18 -07:00
Bucky Schwarz
560491d410
feat: add error metric writing method. call it during honeybadger errors
2020-06-18 15:21:18 -07:00
Alex Boatwright
2d9f86a508
chore: move flux testing notebook to feature flag ( #18612 )
2020-06-18 14:19:05 -07:00
Russ Savage
cc19948fdf
fix(fluxFunctions): fix typo in lastIndex ( #18617 )
2020-06-18 14:09:47 -07:00
Alex Boatwright
a51b1c23ee
fix: let flags get updated ( #18610 )
2020-06-18 13:18:15 -07:00
Deniz Kusefoglu
f378c228d5
feat(reporting): events to durations ( #18577 )
...
* feat(reporting): Add source: ui field only if fields is empty
* feat(reporting): Convert events to durations
* feat(reporting): Report durations rather than events
* feat(reporting): Report durations in ms rather than nanoseconds
* feat(reporting): Report cell edit click
* feat(reporting): join array of resource names outside the promise then
2020-06-18 13:14:06 -07:00
Bucky Schwarz
a834d18cf2
chore: move flagging location to lowest possible point - we safe now
2020-06-18 12:11:24 -07:00
Alex Boatwright
b828f7b87d
feat: instrument notebooks ( #18576 )
2020-06-18 11:44:17 -07:00
Alex Boatwright
339bf00e67
feat: extending reporting pooling ( #18584 )
...
* feat: extending reporting caching
* fix: helps if you run it
Co-authored-by: drdelambre <drdelambre>
2020-06-18 11:38:45 -07:00
Zoe Steinkamp
757ba6c366
test: add note controls test ( #18604 )
...
* test: add note controls test
* test: add note controls test
2020-06-18 11:47:03 -06:00
Bucky Schwarz
d5bf002d1e
chore: clean up rum - delete unused files, use official api
2020-06-18 09:23:57 -07:00
Bucky Schwarz
994a37b5c8
feat: add user and org id to about page
2020-06-18 07:36:39 -07:00
Bucky Schwarz
5ad1c8ed76
feat: show template resources in template install overlay
2020-06-17 18:08:55 -07:00
Zoe Steinkamp
ce79edfd2e
fix: Gauge size adjustment ( #18587 )
2020-06-17 16:25:27 -06:00
Alex Boatwright
7e1cf87c06
feat: flux csv debugging interface ( #18554 )
2020-06-17 14:25:52 -07:00
Alex Boatwright
9a00b0ca52
feat: toggle flow panel types with feature flags ( #18555 )
2020-06-17 14:24:55 -07:00
drdelambre
a09de1b513
fix: helps if you run it
2020-06-17 14:02:55 -07:00
drdelambre
2c495e5603
feat: extending reporting caching
2020-06-17 13:56:18 -07:00
Bucky Schwarz
584e44d92b
fix: fix yarn lock file
2020-06-17 12:50:30 -07:00
alexpaxton
037777a6ef
refactor: increase contrast of helper text in flow cells ( #18572 )
2020-06-17 11:58:52 -07:00
Zoe Steinkamp
9ff05bde82
fix: add back the refresh button in cloud ( #18562 )
2020-06-17 10:22:07 -06:00
Timmy Luong
9288dc7c36
fix(ui): leave strings as strings in formatStatValue
2020-06-16 20:44:04 -07:00
Timmy Luong
cbf6a96ce4
fix(ui): remove newlines in fromFlux parser only for time strings
2020-06-16 20:29:46 -07:00