Christopher Henn
db5baa2151
Require explicit submit action in Flux builder
2018-10-04 13:29:16 -07:00
Alirie Gray
a0b582be3e
Flux/replace duplicate sources in dropdown with toggle ( #4547 )
...
* Remove duplicate source items and add query type toggle
* Handle Flux toggling from non-dynamic source
* Keep query type when switching sources
* Refactor toggleFlux and source dropdown items
2018-10-04 12:52:43 -07:00
Alirie Gray
12e545fda4
Merge pull request #4540 from influxdata/flux/import-dash-with-flux-query
...
Remove old flux services from dashboard export
2018-10-04 09:50:20 -07:00
Alirie Gray
a8481e4b53
Remove old flux services from dashboard export
2018-10-03 15:12:47 -07:00
Alirie Gray
61ab25b2c0
Merge pull request #4536 from influxdata/ceo/allow-save-note-cell-without-query
...
Allow note cell without query
2018-10-03 14:46:32 -07:00
Alirie Gray
3a7a9de6e0
Add private timeMachineContainer to DashboardPage
2018-10-03 14:36:29 -07:00
Alirie Gray
0755573ca4
Remove unused props
2018-10-03 14:24:52 -07:00
Alirie Gray
032ad5347f
Connect CEO with TimeMachineContainer in DashboardPage
2018-10-03 11:22:49 -07:00
Deniz Kusefoglu
d9ddbc8d8d
Merge pull request #4534 from influxdata/bugfix/onboarding-with-auth-and-skip
...
Add switch org link and fix routing when auth is enabled in onboarding
2018-10-03 11:12:42 -07:00
Alirie Gray
aaef38c9aa
Check for cell type in isSaveable
2018-10-03 11:09:55 -07:00
Deniz Kusefoglu
196c5b70be
Add switch org link and fix routing when auth is enabled in onboarding
2018-10-03 09:41:06 -07:00
Christopher Henn
b6ff76b6f2
Fix inability to select Flux table from sidebar
2018-10-02 16:59:27 -07:00
Christopher Henn
b450d52b06
Enable horizontal scroll in Flux tables sidebar
2018-10-02 15:22:35 -07:00
Christopher Henn
110eed22e6
Fix inability to rename a dashboard cell
...
Also removes redundant query config building in CEO.
2018-10-02 13:11:13 -07:00
Christopher Henn
98e3242f30
Tweak padding the DE/CEO
2018-10-02 11:34:51 -07:00
Christopher Henn
f7712568c9
Fix jitter on initial DE/CEO vis load
2018-10-02 11:34:51 -07:00
Alirie Gray
9afce0d3b2
Merge pull request #4527 from influxdata/flux/change-filter-type-in-builder
...
Fix filter type radio button in flux builder tag list dropdown
2018-10-02 10:13:52 -07:00
Delmer
7ae6ea8e65
Update logs copy button position ( #4525 )
...
Having the button in the lower right created a frustrating UX when the
message was expanded and the user was attempting to copy.
Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
2018-10-02 12:59:15 -04:00
Christopher Henn
b9867eef95
Enable changing vis colors for Flux queries
2018-10-02 09:53:37 -07:00
Iris Scholten
dd2d53b51a
Merge pull request #4526 from influxdata/flux/dashboard-time
...
Add dashboard time templates to flux queries
2018-10-02 09:32:56 -07:00
Christopher Henn
78a8a3ee3a
Fix issue loading Data Explorer in Safari
...
Spin up 1 WebWorker by default, unless we are in a browser that defines
`navigator.hardwareConcurrency` (Chrome and Firefox do, Safari does
not).
2018-10-02 09:30:06 -07:00
Christopher Henn
8b0ae52e06
Fix issue with unwanted template var replacement
2018-10-01 17:39:18 -07:00
Iris Scholten
b03913db8d
Add dashboard time templates to flux queries
2018-10-01 17:16:52 -07:00
Alirie Gray
d7d6c08afe
Change = to != in radio button and convert onClick to arrow function
2018-10-01 17:10:38 -07:00
Brandon Farmer
57d93ab6b8
Merge pull request #4524 from influxdata/fixes/handling-negative-variables-flux
...
Properly handle negative numbers in flux
2018-10-01 16:52:58 -07:00
Brandon Farmer
035571c21d
Properly handle negative numbers in flux
2018-10-01 16:44:01 -07:00
Iris Scholten
8cf37ef0b4
Merge pull request #4518 from influxdata/flux/remove-separate-service
...
Stop treating flux as separate service on the front end
2018-10-01 13:03:43 -07:00
Iris Scholten
f0d4f29f4c
Treat flux service as a part of source
2018-10-01 12:44:46 -07:00
Luke Morris
2b85390aa3
fix(nightly): explicit newline between version and bucket
2018-09-28 15:08:56 -07:00
Luke Morris
763aa377bb
fix(nightly): set chronograf version to nightly
2018-09-28 14:37:38 -07:00
Christopher Henn
82045aea3a
Fix Firefox styling issue
2018-09-28 14:23:54 -07:00
Christopher Henn
27fcc0dd21
Avoid uncaught exception in TableGraph
2018-09-28 13:59:26 -07:00
Christopher Henn
63c9172172
Persist Data Explorer state to localStorage
2018-09-28 10:49:12 -07:00
Christopher Henn
dd44e48238
Port query config tests to new TimeMachineContainer
2018-09-27 15:15:25 -07:00
Christopher Henn
48a191e582
Remove unnecessary omit
2018-09-27 15:15:25 -07:00
Christopher Henn
1cff49e17a
Always return setState promise in TimeMachineContainer
2018-09-27 15:15:25 -07:00
Christopher Henn
5e75e5ab9d
Make use of helper function in TimeMachineContainer
2018-09-27 15:15:25 -07:00
Iris Scholten
3fae939108
Merge pull request #4508 from influxdata/flux/source-version
...
Add Version to Source struct
2018-09-27 14:19:33 -07:00
Iris Scholten
5115770edc
Add Version to Source struct
...
Co-authored-by: Michael Desa <mjdesa@gmail.com>
2018-09-27 14:07:15 -07:00
Alirie Gray
955684a73d
Merge pull request #4511 from influxdata/annotations/fix-fiter-tag-update
...
Annotations/fix filter tag update
2018-09-27 13:18:05 -07:00
Iris Scholten
3d99060582
Move TimeMachine state to new state container
...
Co-authored-by: Iris Scholten <iris@influxdata.com>
Co-authored-by: Chris Henn <chris@chrishenn.net>
2018-09-27 13:12:19 -07:00
Alirie Gray
42a73792a2
Remove upper index limit on filtered suggestions
2018-09-27 13:05:01 -07:00
Alirie Gray
f0203f7233
Clear local tag keys from redux upon saving annotation
2018-09-27 13:04:57 -07:00
Alirie Gray
cb3632af4c
Merge pull request #4504 from influxdata/dashboard/fix-datepicker-z
...
Increase z-index for time dropdown
2018-09-26 14:55:03 -07:00
Alirie Gray
75041ca13f
Increase z-index for time dropdown
...
Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
2018-09-26 14:42:56 -07:00
Alirie Gray
1acebbf943
Merge pull request #4503 from influxdata/dashboard/fix-dash-cell-header-z-index
...
Change dash header button z index
2018-09-26 14:00:02 -07:00
Alirie Gray
954ec6d80b
Change dash header button z index
2018-09-26 12:39:02 -07:00
Brandon Farmer
d6f6649961
Merge pull request #4502 from influxdata/fixes/graph-not-updating-in-ceo
...
Check response uuid for updating linegraph
2018-09-25 16:53:40 -07:00
Brandon Farmer
caed5bc063
Check response uuid for updating linegraph
2018-09-25 16:38:41 -07:00
Delmer
c56165bc0b
Fix meta query table ( #4499 )
...
Update table graph to render meta queries
* Add meta query response
* Fix meta query table graphing
* Fix meta query table transformation
* Update table graph error rendering
* Fix tests
* Fix nothing showing up if fix first data is true and there's only one visible column
* Add error throwing timeSeriesToTableGraph test
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2018-09-25 16:09:07 -04:00