ebb-tide
d32949bc93
Convert gauge labels and values to string in different ways
2018-07-17 16:19:12 -07:00
ebb-tide
77a64906eb
Change gauge line counts
2018-07-17 16:19:01 -07:00
Jonathan A. Sternberg
016caba031
Merge pull request #424 from influxdata/js-setup-remote-docker
...
fix(circleci): setup remote docker so that the deploy works for nightlies
2018-07-17 18:08:53 -05:00
Christopher Henn
53323464fd
Fix failing replacement tests
...
Since all tests shared the same `emptyTemplate` fixture, the `id` used
for each template in the graph construction was being clobbered.
2018-07-17 15:53:36 -07:00
Christopher Henn
370b53cf06
Rename module
2018-07-17 15:53:36 -07:00
Christopher Henn
ce7e2ba1fa
Render templates in topologically sorted order
2018-07-17 15:53:36 -07:00
Christopher Henn
7606c2d58e
Use template values when constructing dependency graph
2018-07-17 15:53:36 -07:00
Lyon Hill
be271bc6e4
Merge pull request #423 from influxdata/feat/query-eval
...
feat(query): split compile into two functions to allow Eval access
2018-07-17 16:48:03 -06:00
Jonathan A. Sternberg
54dde88da1
fix(circleci): setup remote docker so that the deploy works for nightlies
2018-07-17 17:32:34 -05:00
Lyon Hill
586d35ce98
update Eval docs
2018-07-17 16:17:55 -06:00
Lyon Hill
4eb335b360
Merge pull request #422 from influxdata/feat/task-option
...
feat(query): add task options
2018-07-17 16:12:56 -06:00
Lyon Hill
ec2764f8d0
feat(query): split compile into two functions to allow Eval access
2018-07-17 16:12:17 -06:00
Lyon Hill
cb04d22e73
feat(query): add task options
2018-07-17 15:52:33 -06:00
Jonathan A. Sternberg
b665290f2c
Merge pull request #420 from influxdata/js-flux-docker-nightly
...
feat(docker): create a fluxd nightly docker image
2018-07-17 16:04:27 -05:00
Andrew Watkins
b4ce9c48ce
Merge pull request #3948 from influxdata/bugfix/upload
...
Fix dismissal of overlay on uploading dashboards
2018-07-17 13:09:55 -07:00
Jonathan A. Sternberg
de61a79483
feat(docker): create a fluxd nightly docker image
2018-07-17 15:06:31 -05:00
Nathaniel Cook
f520b21134
Merged pull request #421 from influxdata/nc-query-headers
...
fix: Defer writing HTTP headers in query service
2018-07-17 14:01:59 -06:00
Nathaniel Cook
2fe60c3ce2
fix: Defer writing HTTP headers in query service
...
This makes it so we can encode errors in HTTP headers so long as the
encoder did not write anything.
This also changes the behavior to encode the stats trailer even in the
event of an error.
2018-07-17 13:43:20 -06:00
Andrew Watkins
f3a1d44db7
Fix dismissal of overlay on uploading dashboards
2018-07-17 12:15:03 -07:00
Deniz Kusefoglu
5c693edfab
Merge pull request #3945 from influxdata/bugfix/DE-query-status
...
Pass editQueryStatus to the timeseries component
2018-07-17 11:44:07 -07:00
ebb-tide
dec7382ae6
Pass editQueryStatus to the timeseries component
2018-07-17 11:25:21 -07:00
Alex Paxton
bd4f27f33c
Merge pull request #3942 from influxdata/misc-dashboard-polish
...
Misc Dashboard Polish
2018-07-17 11:20:30 -07:00
Alex P
685d400062
Use proper name on component class
2018-07-17 11:09:22 -07:00
Andrew Watkins
bb050a9e4f
Merge pull request #3944 from influxdata/chore/delete-auto-refresh-component
...
Chore/delete auto refresh component
2018-07-17 11:08:09 -07:00
Andrew Watkins
11e5fdbb6f
Merge pull request #3943 from influxdata/bugfix/refresh-host-page
...
Fix refreshing on HostPage
2018-07-17 11:04:01 -07:00
Andrew Watkins
a6200ba438
Delete AutoRefresh component
2018-07-17 10:57:43 -07:00
Andrew Watkins
33b037dcb1
Fix refreshing on HostPage
2018-07-17 10:35:33 -07:00
Iris Scholten
0c02bdebbb
Merge pull request #3934 from influxdata/fun/tests
...
Convert tests to typescript
2018-07-17 10:32:55 -07:00
Alex P
fe450ac075
Truncate dashboard name with ellipsis
2018-07-17 10:19:23 -07:00
Nathaniel Cook
523ec81d5b
Merged pull request #418 from influxdata/nc-query-stats
...
feat: Add query statistics
2018-07-17 09:18:47 -06:00
Nathaniel Cook
85b7d36147
feat: Add query statistics
...
Introduces the Statisticser interface which ResultIterators may
implement.
The HTTP implementation uses HTTP trailers to preserve the statistics.
This way we do not need to have all encoders and decoders support
statistics.
2018-07-17 09:16:27 -06:00
Alex P
3fa5779a8b
Make left half of page header as large as possible
...
Primarily increases size of the dashboard renamer, but has no impact on
other page headers
2018-07-17 01:05:36 -07:00
Alex P
6977a57565
Implement RenameDashboard component
...
Removing editing state from the dashboard page and scoping it to the
renaming component
2018-07-17 01:04:59 -07:00
Alex P
78d3b2b4be
Refactor RenameDashboard component & styles
2018-07-17 00:59:04 -07:00
Alex P
5cb7fbc8dd
Organize component in named folder
2018-07-17 00:11:58 -07:00
Alex P
32a844f4b7
Convert component to typescript
2018-07-17 00:10:51 -07:00
Alex P
8f19062db4
Enforce font family on text inputs and text areas
2018-07-17 00:09:12 -07:00
Alex P
01a0429845
Render floating legend items at full opacity
2018-07-17 00:08:50 -07:00
Deniz Kusefoglu
159a04cfdf
Merge pull request #3933 from influxdata/polish/gauge-label-decimals
...
Convert Gauge to TS and apply decimalPlaces to labels and values
2018-07-16 20:13:05 -07:00
Andrew Watkins
caca4ac875
Fix link tests
2018-07-16 17:05:25 -07:00
Andrew Watkins
a7021c456e
Fix buildInflux tests
2018-07-16 16:38:54 -07:00
ebb-tide
952dd8d8e0
Remove perens to make prettier happier
2018-07-16 16:25:48 -07:00
ebb-tide
3041f486f5
Removed unused colors schemas
2018-07-16 16:24:57 -07:00
Iris Scholten
5c95f9cf52
Convert Links action to typescript
2018-07-16 16:20:32 -07:00
Iris Scholten
bc0c744a29
Merge pull request #3932 from influxdata/logs-viewer/horizontal-scrolling-fix
...
Fix horizontal scrolling in logs table
2018-07-16 16:15:41 -07:00
Iris Scholten
c368f8f38e
Convert influxql.test to typescript
2018-07-16 16:11:13 -07:00
ebb-tide
9b2ed0c948
Merge branch 'master' into polish/gauge-label-decimals
2018-07-16 16:09:24 -07:00
Iris Scholten
2c67ab99b7
Convert auth reducer, action and test to ts
2018-07-16 16:03:26 -07:00
ebb-tide
b65509c5fe
Convert Gauge to TS and apply decimalPlaces to labels and values
2018-07-16 15:58:45 -07:00
Iris Scholten
116a664eb6
Convert app.test reducer and reducer test to ts
2018-07-16 15:13:31 -07:00