Ariel Salem
c933e3c631
fix(dedup-window-vars): added condition and tests for ensuring windowVars don't get passed an extern more than once ( #19248 )
2020-08-07 08:06:48 -07:00
Alex Boatwright
65d9b2c088
revert: revert "chore(limit): increasing limit to 200 ( #19238 )" ( #19244 )
2020-08-06 13:21:38 -07:00
Russ Savage
104da32b10
chore(limit): increasing limit to 200 ( #19238 )
2020-08-06 12:47:32 -07:00
Deniz Kusefoglu
bb8f776fed
feat(defaultAggregate): Apply default aggregate functions in query Bu… ( #19130 )
...
* feat(defaultAggregate): Apply default aggregate functions in query Builder
* feat(autoAggregate): Flip the relationship between createEmpty and fillValues
* feat(autoAgg): keep check fillValues as false with no need to change
* feat(autoAgg): Add fillValues defaults to check queries
* feat(autoAgg): Refrain from blowing away queryBuilder state if no changes in script editor
* feat(autoAgg): Update tests
* feat(autoAgg): replace first with last
* feat(autoAgg): fix slight logic errors
* feat(autoAgg): remove linter error
* feat(autoAgg): change to last in test
2020-08-06 09:06:45 -07:00
Ariel Salem
26fdb792ff
fix(reduce-dashboard-dispatches): wrapped getDashboards loop in one time out and created a custom set views and cells action to call once the iteratation cycle has completed to reduce the number of dispatches and rerenders ( #19232 )
2020-08-06 05:05:30 -07:00
Deniz Kusefoglu
bc6237ba8c
feat(autoAgg): change to last in test
2020-08-05 23:43:46 -07:00
Bucky Schwarz
6eed5e7c49
feat: add tab index to alerts page
2020-08-05 17:03:22 -07:00
Bucky Schwarz
17060ce138
chore: remove rum poc
2020-08-05 16:53:50 -07:00
Deniz Kusefoglu
b7afd8da1c
feat(autoAgg): remove linter error
2020-08-05 13:07:03 -07:00
Deniz Kusefoglu
e59c6d2ba5
feat(autoAgg): fix slight logic errors
2020-08-05 13:07:03 -07:00
Deniz Kusefoglu
01c92de2fe
feat(autoAgg): replace first with last
2020-08-05 13:07:03 -07:00
Deniz Kusefoglu
ef529d5399
feat(autoAgg): Update tests
2020-08-05 13:07:03 -07:00
Deniz Kusefoglu
975c7ff8ce
feat(autoAgg): Refrain from blowing away queryBuilder state if no changes in script editor
2020-08-05 13:07:03 -07:00
Deniz Kusefoglu
b4d118f045
feat(autoAgg): Add fillValues defaults to check queries
2020-08-05 13:07:03 -07:00
Deniz Kusefoglu
97141c933f
feat(autoAgg): keep check fillValues as false with no need to change
2020-08-05 13:07:03 -07:00
Deniz Kusefoglu
1596b3bd1f
feat(autoAggregate): Flip the relationship between createEmpty and fillValues
2020-08-05 13:07:03 -07:00
Deniz Kusefoglu
f97d1bdf54
feat(defaultAggregate): Apply default aggregate functions in query Builder
2020-08-05 13:07:03 -07:00
alexpaxton
fe5e57934e
feat(flows): use global time range instead of bucket time ( #19215 )
...
* feat: replace bucket time selector with global time range
* refactor: replace custom list with List component
2020-08-05 09:24:17 -07:00
Ariel Salem
2397f7f5a0
fix(dashboard-timezone-selection): toggling timezone should update queries timerange to respect timezone selection ( #19146 )
2020-08-05 08:14:34 -07:00
Ariel Salem
3882b39152
fix(flashing-cells): prevent flashing cells by setting all the cell data when the dashboard is loaded ( #19212 )
2020-08-05 04:52:30 -07:00
Ariel Salem
8a3abfbe85
chore(clone-cell-test): added an e2e test for cloning cells ( #19207 )
2020-08-04 11:19:15 -07:00
Andrew Watkins
500bd1e532
perf: event cells when TimeSeries renders ( #19197 )
...
* perf: new render id when dashboard refreshes
* perf: record vis time properly for scrolled cells
* fix: correct props
2020-08-04 09:46:00 -07:00
Ariel Salem
fdea2c6597
feat(feature-flagged-query-cache): Added a feature flagged query cache ( #19072 )
2020-08-04 06:56:02 -07:00
Andrew Watkins
37ecb9299b
fix: revert cell disappear pr ( #19194 )
2020-08-03 16:53:16 -07:00
Ariel Salem
5553049c0e
fix(cell-queries-error): created mutex hashmap to resolve queries independently of one another ( #19188 )
2020-08-03 14:31:32 -07:00
alexpaxton
b8797a251e
feat(ui): add SVG graphics for pending Map and Mosaic type views ( #19161 )
...
* feat: add SVG graphics for pending Map and Mosaic type views
* fix: appease linter
2020-08-03 14:30:07 -07:00
Andrew Watkins
54709c3137
perf: calculate and emit event for cell mount => cell visualized ( #19186 )
...
* perf: calc cell visualization time on the frontend
* fix: dont emit event without all ids
* fix: auto import
2020-08-03 13:50:21 -07:00
Ariel Salem
4a41055911
fix(cells-disappearing): setting cells in getDashboard. ( #19166 )
2020-08-03 10:18:04 -07:00
Scott Anderson
a0ec9f9a4d
chore(Flux): fix typo in aggregate.range description ( #19139 )
2020-08-03 10:56:31 -06:00
Zoe Steinkamp
f59c313650
feat: add not for additional scripts ( #19172 )
2020-07-31 15:59:58 -06:00
Zoe Steinkamp
471ccfd50f
feat: Community template polishing ( #19171 )
...
* feat: Community template polishing
2020-07-31 15:59:46 -06:00
Alex Boatwright
a89040bfa7
fix: decoupling remounting from onboarding state ( #19124 )
2020-07-31 13:42:26 -07:00
Alex Boatwright
337bc7c2ea
fix: apply feedback from default sort order ( #19165 )
2020-07-31 12:20:33 -07:00
Andrew Watkins
a3b000bb4c
perf: dashboard rendering events ( #19163 )
...
* fix: useRef DnD context error spam
* perf: only fire events for initiall viewable cells
* fix: drag types
* fix: import
* fix: unused imports
* chore: add TODO
* fix: remove unused ref
* fix: import
* fix: import observer polyfill
* chore: move event
* chore: mountID to renderID
* feat: change renderID from tag to field
* chore: remove redundant orgID
2020-07-31 11:56:40 -07:00
Zoe Steinkamp
11d1823841
feat: Template link to resource ( #19154 )
...
* feat: Template link to resource
* chore(community-templates): consolidate community template links
Co-authored-by: Bucky Schwarz <d.w.schwarz@gmail.com>
2020-07-30 16:36:01 -06:00
Daniel Campbell
bc4c19dfd8
feat(ui): Enhance resource creation experience when limits are reached ( #19103 )
...
* feat(ui): add AssetLimitOverlay
* feat(ui): enable create bucket button
* feat(ui): enable create dashboard and task buttons
* feat(ui): add reusable AssetLimitButton
* feat(ui): change alerts limit experience
* feat(ui): update changelog
* feat(ui): address review comments
2020-07-30 09:14:21 -07:00
Will Cooke
d510884e48
chore: Update orgID location and Token location for Arduino client library boilerplate.
2020-07-30 13:10:52 +01:00
Zoe Steinkamp
c4972715c6
feat: Add Error Reporting to community templates ( #19140 )
...
* feat: Add Error Reporting to community templates
* Update ui/src/templates/components/CommunityTemplateImportOverlay.tsx
Co-authored-by: Bucky Schwarz <hoorayimhelping@users.noreply.github.com>
* Update ui/src/templates/containers/CommunityTemplatesIndex.tsx
Co-authored-by: Bucky Schwarz <hoorayimhelping@users.noreply.github.com>
* feat: Add Error Reporting to community templates
fix prettier
Co-authored-by: Bucky Schwarz <hoorayimhelping@users.noreply.github.com>
2020-07-29 15:36:01 -06:00
Alex Boatwright
1444df8557
revert: "feat: consolidate application state fetching ( #19020 )" ( #19138 )
...
This reverts commit 6d8083e97d
.
2020-07-29 09:57:32 -07:00
Bucky Schwarz
382ff3a5dc
feat(community-templates): show full path to github source
2020-07-29 09:39:37 -07:00
Bucky Schwarz
03eeb3184f
feat(community-templates-ui): name templates based on the directory and the template name
2020-07-29 09:39:37 -07:00
Alex Boatwright
6d8083e97d
feat: consolidate application state fetching ( #19020 )
2020-07-29 09:24:19 -07:00
Zoe Steinkamp
0cc0d2ece5
feat: community template error message ( #19117 )
2020-07-28 16:43:29 -06:00
Alex Boatwright
e729cdae02
fix: removing default sorting of table view ( #19118 )
2020-07-28 14:58:32 -07:00
Bucky Schwarz
902cdebb66
fix: handle ui and file installed templates
2020-07-28 11:15:39 -07:00
Bucky Schwarz
573cdbb322
fix: loosen restrictions on what files we accept
2020-07-28 11:15:39 -07:00
Bucky Schwarz
443c599b0f
chore: rename templates activity log to installed list
2020-07-28 11:15:39 -07:00
Ariel Salem
0595fe43f2
chore(reporting-version): added version reporting to events ( #19093 )
2020-07-27 12:55:25 -07:00
Alex Boatwright
efabb57d46
fix: remove type errors from tooling update ( #19090 )
2020-07-27 11:20:02 -07:00
Bucky Schwarz
b14d376e29
fix: show template name in ui
2020-07-27 11:04:16 -07:00