Nathaniel Cook
d568d7fd01
feat: Use DBRPMappings in 1.x read path
2018-07-18 09:46:57 -06:00
Lorenzo Fontana
016bff0dc8
chore(kit/signals): removed duplicated check for signals and add an example
...
Signed-off-by: Lorenzo Fontana <lo@linux.com>
2018-07-18 17:34:17 +02:00
Michael Desa
9fb2091852
Merge pull request #3947 from influxdata/dashboardv2
...
Implement v2 of dashboards API
2018-07-18 11:17:01 -04:00
Chris Goller
2bb809dfc0
Merge pull request #426 from influxdata/feature/simple-cli
...
feat(kit/cli): add viper simplification
2018-07-18 10:06:37 -05:00
Michael Desa
8d0e3cbeb1
review(chronograf): make changes suggested in pr
2018-07-18 10:39:05 -04:00
Michael Desa
ceed196a0c
changelog: add changelog entry for pr #3947 and #3842
2018-07-18 10:39:05 -04:00
Michael Desa
08fc45824e
docs(server): add dashboards to swagger definition for v2 API
2018-07-18 10:39:05 -04:00
Michael Desa
cbb6c4cb5c
test(integrations): add v2 dashboards links test
2018-07-18 10:39:05 -04:00
Michael Desa
2e31d2e38a
feat(server): add v2 dashboard API
2018-07-18 10:39:05 -04:00
Michael Desa
9f8a55f98e
feat(mocks): add mock implementation of dashboard service
2018-07-18 10:39:05 -04:00
Michael Desa
c50284e0e2
feat(bolt): add boltdb implementation of dashboard service
2018-07-18 10:39:04 -04:00
Michael Desa
7ce8fd71c3
feat(v2): add dashboard service interface and associated structs
2018-07-18 10:39:04 -04:00
Chris Goller
658b73b7fc
Merge pull request #425 from influxdata/feature/signals
...
feature(kit/signals): add standard method to capture signals with context
2018-07-18 09:12:21 -05:00
Chris Goller
70f5eae423
feat(kit/cli): add viper simplification
2018-07-17 22:52:37 -05:00
Chris Goller
9df3a40cbf
feature(kit/signals): add standard method to capture signals with context
2018-07-17 21:47:02 -05:00
Andrew Watkins
49c40b87b8
Subcribe fetch and subscribe on mount
2018-07-17 18:21:42 -07:00
Iris Scholten
a4d85a772f
Update changelog
2018-07-17 16:21:40 -07:00
Iris Scholten
89b37d2fd7
Change default Decimal Places to enforced with a value of 2
2018-07-17 16:21:31 -07:00
ebb-tide
270a3451a8
Make max decimal points 20, and define constants for magic numbers
2018-07-17 16:19:28 -07:00
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