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
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
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
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
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
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
jlapacik
3d6aa22c07
Merge pull request #388 from influxdata/jl-add-now-field-to-query-spec
...
flux options interface. Closes #46 #37 .
2018-07-16 14:36:13 -07:00
jlapacik
524c4ccf35
flux options interface
...
default now option value
2018-07-16 14:24:37 -07:00
Nathaniel Cook
244288fa66
Merged pull request #410 from influxdata/nc-fix-build-rename-errors
...
fix: Fix tests that are failing because of the rename
2018-07-13 13:06:40 -06:00
Nathaniel Cook
336313bddb
fix: Fix tests that are failing because of the rename
...
These tests were part of a PR when the rename was made.
The changes were not rebased before merge so we did not discover the
failures till after the merge.
2018-07-13 13:02:37 -06:00
Jonathan A. Sternberg
12b3e5de6d
Merge pull request #403 from influxdata/js-queryd-catch-execute-panics
...
feat(query/control): catch panics when executing a query in the controller
2018-07-13 13:33:57 -05:00
Adam Perlin
b6afb5ff47
Merge pull request #398 from influxdata/ap-difference-panic-fix
...
Fix for panic when `difference` is called with no data
2018-07-13 10:42:12 -07:00
Nathaniel Cook
d9b2377c9f
Merged pull request #406 from influxdata/nc-rename-block
...
chore: Rename block to table
2018-07-13 10:56:44 -06:00
Nathaniel Cook
43ff647444
fix: Update Godoc parameter name
2018-07-13 10:43:20 -06:00
Adam Perlin
ed1809a513
Merge pull request #390 from influxdata/ifql-test-metaquery
...
Add initial flux meta query tests
2018-07-13 09:27:33 -07:00
adamperlin
70fae6f77a
Move length check out of loop
2018-07-13 09:17:59 -07:00
Nathaniel Cook
7902652290
chore: Rename local vars for b to tbl
2018-07-13 10:04:38 -06:00
Nathaniel Cook
80acc8d8c4
chore: Rename block to table
2018-07-13 09:56:35 -06:00
Adam Perlin
99e1f362af
Merge pull request #405 from influxdata/ifql-test-string-interp
...
Add flux string interpolation test
2018-07-13 08:55:36 -07:00
Nathaniel Cook
e5b74d9670
Merged pull request #382 from influxdata/nc-rename-parition
...
chore: Rename parition key to group key
2018-07-12 16:26:15 -06:00
Nathaniel Cook
e4848caa25
chore: Rename parition key to group key
2018-07-12 16:16:58 -06:00
Jonathan A. Sternberg
4a275e0e2e
feat(query/control): catch panics when executing a query in the controller
2018-07-12 17:16:12 -05:00
adamperlin
4db4a832a3
Add flux string interpolation test
2018-07-12 15:06:59 -07:00
Nathaniel Cook
f58441d95d
Merged pull request #399 from influxdata/nc-dbrp-testing
...
chore: Add testing helpers for DBRPMapping
2018-07-12 15:32:48 -06:00
adamperlin
becab773b3
Add additional measurements to flux measurement query test input
2018-07-12 13:18:02 -07:00
Nathaniel Cook
234f7b9cd9
chore: Add testing helpers for DBRPMapping
2018-07-12 13:43:06 -06:00
Nathaniel Cook
01ad9e99a7
Merged pull request #379 from influxdata/nc-bucket-id
...
feat(query): Add support for using bucketID in from
2018-07-12 13:42:29 -06:00
adamperlin
4885fd3049
Remove unnecessary condition from in flux difference function implementation
2018-07-12 12:42:16 -07:00
Nathaniel Cook
987b045f97
Merged pull request #381 from influxdata/nc-link
...
fix: Update Spec.md link
2018-07-12 13:40:19 -06:00
adamperlin
3e7c79a072
Fix off-by-one error in difference bounds check, update unit tests to account for n=1 and n=0 points
2018-07-12 11:38:24 -07:00
adamperlin
d190ad369c
Add fix for panic in flux difference function; add related tests
2018-07-12 11:38:20 -07:00
Jonathan A. Sternberg
3d67f92c82
Merge pull request #397 from influxdata/nc-controller-panic
...
fix(query): Fix panic in controller if planning errors
2018-07-12 12:50:30 -05:00
Nathaniel Cook
932c114649
fix(query): Fix panic in controller if planning errors
2018-07-12 11:47:34 -06:00
Adam Perlin
a8ecbe52c5
Merge pull request #394 from influxdata/ifql-test-increase
...
Ifql test increase
2018-07-12 09:50:28 -07:00
Adam Perlin
9380d47a7d
Merge pull request #391 from influxdata/ifql-test-groupfield
...
Add flux test for explicitly grouping by field
2018-07-12 09:48:49 -07:00
adamperlin
d1119b0b68
Update difference_panic flux test
2018-07-12 08:15:42 -07:00
Adam
c8da4b02aa
feat(query/influxql): Add group-by time + offset support ( #384 )
...
previous versions only supported the first parameter to time() that set the window size. This version supports the second parameter, which shifts the offset a fixed amount from the epoch
2018-07-12 10:46:29 -04:00
adamperlin
a0300688d5
Add test cases for flux sum increase function and difference() panic
2018-07-11 20:32:08 -07:00
adamperlin
ad2e467df9
Add flux test for explicitly grouping by field
2018-07-11 17:53:01 -07:00