Jonathan A. Sternberg
db686349e7
feat(storage/flux): support full aggregate window push down ( #18399 )
...
This enables a new rule that will push down the full `aggregateWindow`
query including the `duplicate` and `window(every: inf)` that recombines
the tables. When the full rule is used, the table is not split into
tables for each window and instead retains itself as a single table. The
start or stop column is renamed to `_time` and `_start` and `_stop` will
be the boundaries of the query.
2020-06-10 13:21:41 -05:00
Johnny Steenbergen
1d75e3e8e9
feat(influx): provide means to provide trace debug ids to httpc client
2020-06-09 18:18:43 -07:00
Faith Chikwekwe
1bf2ce1a32
feat(query): register bare aggregate
2020-06-09 14:24:41 -07:00
Jonathan A. Sternberg
36b0a90b2c
tests(launcher): add a launcher test for read window aggregate push down ( #18412 )
...
This adds a launcher test for the read window aggregate push down to
verify that it is done when a query is sent with the appropriate
pattern, the output is correct, and that the metric is incremented that
signals the push down happened.
2020-06-09 15:20:54 -05:00
Johnny Steenbergen
34b3dc77fb
feat(influx): move nested commands to root for stacks, export, and rename pkg to apply
...
this is the beginning of consolidating packages under the moniker templates
2020-06-08 10:10:25 -07:00
Johnny Steenbergen
be4f989961
fix(pkger): lazy init the pkger store
...
closes : #18383
2020-06-05 14:17:26 -07:00
Johnny Steenbergen
bc9b69b96f
fix(pkger): provide charts when export stack dashboards by stack
2020-06-04 15:16:15 -07:00
Johnny Steenbergen
a6ead1246e
fix(pkger): provide correct stackID for recording pkg application
...
this bug surfaces when you do not provide a stack ID to the apply call.
the new stack is created, but the resources created are not associated
with it. This remedies that issue.
2020-06-04 13:47:52 -07:00
Johnny Steenbergen
d21fce5f6d
fix(influx): have delete cmd respect the config settings
...
closes : #17289
2020-06-02 16:31:49 -07:00
Johnny Steenbergen
fd289883fe
feat(influx): add User-Agent header to the CLI http calls
...
closes : #18336
2020-06-02 16:09:11 -07:00
Johnny Steenbergen
81a0982b00
feat(influx): add version to influx CLI
...
closes : #14821
2020-06-02 16:09:11 -07:00
Johnny Steenbergen
6112c7848d
chore(influx): improve usage for influx pkg commands
...
closes #18324
2020-06-02 13:49:35 -07:00
Johnny Steenbergen
07e351b204
chore(influx): disable failing when providing an unexpected error to influx CLI
...
closes : #18290
2020-06-02 12:25:21 -07:00
Johnny Steenbergen
4838a94eed
feat(pkger): add export stack command to influx CLI
...
closes : #18271
2020-06-02 08:18:11 -07:00
Johnny Steenbergen
3dcd5d496f
feat(pkger): add ability to export by stack
...
this ability exports all resources associated with a stack by the same
metadata.name fields as the original application had done it. This can
be used as a means to snapshot the current state of the stack. This can
be used for source control or other means.
closes : #18271
2020-06-02 08:18:11 -07:00
Alirie Gray
03ba8f250a
refactor: remove urms from new label service ( #18301 )
2020-06-01 09:28:03 -07:00
Johnny Steenbergen
d3be5d19ea
chore(influx): provide stack ID in pkg application commands
2020-05-29 09:24:22 -07:00
Johnny Steenbergen
53794bfae5
feat(pkger): make all pkg applications stateful
...
if no stack is provided then one will be provided for you.
closes : #17997
2020-05-28 16:59:21 -07:00
Johnny Steenbergen
b25b4021c3
chore(pkger): refactor return values for Apply/DryRun to enable extending it
...
references: #17997
2020-05-28 15:34:15 -07:00
Pavel Závora
f9ed497abf
feat(cmd/influx/write): enhance the ability to import CSV files using csv2lp library ( #18093 )
...
* feat(cmd/influx/write): enhance the ability to import CSV files
* feat(cmd/influx/write): rely upon csv2lp package
* chore(cmd/influx/write): rename file to snake case
* chore(cmd/influx): apply PR review comments
2020-05-28 15:28:45 -07:00
Alirie Gray
876238d688
feat: add feature flag for new labels service ( #18215 )
2020-05-28 08:26:08 -07:00
jlapacik
d22380dc8b
Merge pull request #17900 from influxdata/feat/use-algo-w
...
chore: promote algorithm W to master
2020-05-27 10:20:03 -07:00
Lyon Hill
97dc4d18db
feat: use the new tenant user handler ( #18190 )
...
Switch to use the new user handler. We have been using the tenant backend for some
time now and just need to switch over to using tenant front to back.
2020-05-27 08:48:27 -06:00
jlapacik
7db9f4c520
Merge branch 'master' into chore/merge-master
2020-05-26 10:03:42 -07:00
Alirie Gray
7f4ddabe8a
refactor: add new label package ( #18078 )
2020-05-21 11:30:19 -07:00
greg linton
5ac45ccb8a
fix: use skip-verify flag in ping
2020-05-21 11:44:51 -06:00
Jonathan A. Sternberg
0c8d19e896
Merge branch 'master' into feat/use-algo-w
2020-05-18 13:25:26 -05:00
Lyon Hill
c459852f8f
feat: integrate the new session system behind a feature flag ( #18042 )
2020-05-18 11:50:22 -06:00
Gianluca Arbezzano
1cf64fd721
feat: dbrp service
...
Signed-off-by: Lorenzo Affetti <lorenzo.affetti@gmail.com>
Co-Authored-By: Gianluca Arbezzano <gianarb92@gmail.com>
Co-Authored-By: George MacRorie <gmacrorie@influxdata.com>
Co-Authored-By: Alirie Gray <alirie.gray@gmail.com>
2020-05-15 12:05:38 +02:00
jlapacik
34e581ca0a
Merge branch 'master' into chore/merge-master
2020-05-12 11:18:25 -07:00
Johnny Steenbergen
3ad00934c4
fix(influx): fixup display message for onboarding with interactive and rp flag
...
closes : #17862
2020-05-08 10:03:56 -07:00
Alirie Gray
24cc1cabb8
feat: add feature flag for refactored authorization package ( #17944 )
2020-05-08 10:00:39 -07:00
Gavin Cabbage
4fd30f5f24
fix(kit/feature): lookup typed flag if base is passed to override ( #18012 )
...
* fix(kit/feature): lookup typed flag if base is passed to override
* chore(kit/feature): override base flag test
2020-05-08 09:50:04 -04:00
Johnny Steenbergen
233b6d368d
fix(influx): update diff labelmapping print to respect state status
2020-05-07 15:52:52 -07:00
Johnny Steenbergen
b0d00425b0
feat(influx): add pkger remove|rm|uninstall stacks command
2020-05-07 15:52:52 -07:00
Johnny Steenbergen
e668524847
feat(influx): add pkger list stacks command
2020-05-07 15:52:52 -07:00
Brett Buddin
8d26d9807d
Merge pull request #17970 from influxdata/bb/feature-flag-proxy
...
feat(http): Allow specific API handlers to be proxied for the Algo-W rollout
2020-05-07 14:20:47 -04:00
jlapacik
f3320c7b43
Merge branch 'master' into chore/update-flux
2020-05-07 10:44:34 -07:00
Johnny Steenbergen
37d44d882d
chore(pkger): handle edge cases for telegraf configs that manifest from user interaction
...
closes : #17434
2020-05-06 16:49:50 -07:00
Johnny Steenbergen
3eb5af969a
chore(pkger): handle edge cases for tasks that manifest from user interaction
...
references: #17434
2020-05-06 16:49:50 -07:00
Johnny Steenbergen
7be0d8289b
chore(pkger): handle edge cases for rules that manifest from user interaction
...
references: #17434
2020-05-06 16:18:48 -07:00
Johnny Steenbergen
7f8aa4c40f
chore(pkger): handle edge cases for endpoints that manifest from user interaction
...
references: #17434
2020-05-06 15:56:32 -07:00
Johnny Steenbergen
b4b52570b4
chore(pkger): handle edge cases for labels that manifest from user interaction
...
references: #17434
2020-05-06 15:26:01 -07:00
Johnny Steenbergen
d4aa3be8db
chore(pkger): handle edge cases for dashboards that manifest from user interaction
...
references: #17434
2020-05-06 15:12:30 -07:00
Johnny Steenbergen
485cc3ea54
chore(pkger): handle edge cases for checks that manifest from user interaction
...
references: #17434
2020-05-06 14:57:04 -07:00
Johnny Steenbergen
24dd13bcc6
chore(pkger): handle edge cases for buckets that manifest from user interaction
...
references: #17434
2020-05-06 14:19:44 -07:00
Johnny Steenbergen
f575ea8d41
chore(pkger): handle edge cases that can manifest from users in the platform and stateful pkg applications
...
references: #17434
2020-05-06 13:01:50 -07:00
jlapacik
4aec0dc48e
Merge branch 'master' into chore/update-flux
2020-05-06 10:00:09 -07:00
Brett Buddin
c5c4e71dbd
feat(http): Add ability to proxy specific API handlers for Algo-W rollout.
2020-05-06 12:30:05 -04:00
Gavin Cabbage
8af9b3c2d1
refactor(kit/feature): remove target logic; expose bykey ( #17949 )
...
* refactor(kit/feature): remove target logic; expose bykey
* refactor(kit/feature): un-variadic-ify bykey arg
2020-05-06 11:13:17 -04:00