Lyon Hill
c9177b8913
feat: migrate task records to always have an owner id ( #18513 )
...
* feat: migrate task records to always have an owner id
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
Co-authored-by: George <me@georgemac.com>
2020-06-17 12:30:37 -06:00
Johnny Steenbergen
285502a8ae
feat(cli): extend Program with config file
...
closes : #18565
2020-06-17 10:52:31 -07:00
Brett Buddin
e1f063c084
chore(kit/io): Tests for LimitedReadCloser.
2020-06-17 13:13:59 -04:00
Brett Buddin
4ce308ee02
fix(http): Make sure we are using the proper response writer.
2020-06-17 13:13:59 -04:00
Brett Buddin
82b940ae06
fix(http): Placate the linter.
2020-06-17 13:13:59 -04:00
Brett Buddin
8f3b887721
chore: Tidy up documentation
2020-06-17 13:13:59 -04:00
Brett Buddin
ebbc331297
chore: Go toolchain insists on updating these.
2020-06-17 13:13:58 -04:00
Brett Buddin
22b569fcd8
chore: Tidy up some documentation and naming.
2020-06-17 13:13:58 -04:00
Brett Buddin
414aef261b
refactor(http): Refactor write endpoint to enable 1.x write code reuse.
2020-06-17 13:13:58 -04:00
David McKay
2befc27adf
chore: remove draft: true in order to publish the container image
2020-06-17 17:53:22 +01:00
Johnny Steenbergen
7e8ab162e7
feat(pkger): extend stacks with update functionality
...
references: #18548
2020-06-17 09:47:33 -07:00
Ben Johnson
171f6586a0
fix(tsdb): Add refs for file-sourced tag keys
...
This commit adds ref counting for files that we pull tag keys from.
Previously, files were only ref counted during the time we extracted
tag keys but this commit adds additional ref counting for the life of
the `Engine.tagKeysNoPredicate()` function.
2020-06-17 10:27:23 -06:00
Zoe Steinkamp
9ff05bde82
fix: add back the refresh button in cloud ( #18562 )
2020-06-17 10:22:07 -06:00
Lyon Hill
4809285c91
fix: remove urm create from task create request. ( #18519 )
...
* fix: remove urm create from task create request.
This will greatly reduce the amount of urms created in the system. To make this change to the system we need to also remove our direct reliance on the urm's in tasks.
Remove the create and delete portion of the task actions that are creating and deleting urms
Remove reliance on urm's when we are doing FindTaskByUser and instead rely on the user filter matching the task.OwnerID
One test had to be changed because the test was explicitly hacking the task to remove the owner ID and then trying to successfully look up the task by ownerID
* fix: add in feature flag
* fix: apply cursor cleanliness and permission error handling
2020-06-17 08:20:05 -06:00
Adrian Thurston
5d1a759170
feat: annotate context with feature flags when handling flux queries ( #18506 )
...
Annotate the context with feature flags when handling flux queries in influxdb.
Taking advantage of this in flux end-to-end tests. Using a custom flagger that
can set overrides based on the test case that is about to be run, allowing us
to enable features in the end-to-end tests.
2020-06-17 16:55:29 +03:00
Timmy Luong
9288dc7c36
fix(ui): leave strings as strings in formatStatValue
2020-06-16 20:44:04 -07:00
Timmy Luong
cbf6a96ce4
fix(ui): remove newlines in fromFlux parser only for time strings
2020-06-16 20:29:46 -07:00
Deniz Kusefoglu
2135042485
feat(reporting): Silence reporting errors ( #18542 )
2020-06-16 19:41:31 -07:00
Deniz Kusefoglu
cdcba3566b
fix(popovers): Refactor popover to controlled component ( #18524 )
...
* fix(popovers): Refactor popover to controlled component
* fix(labels): Test popover closing
2020-06-16 19:41:12 -07:00
Timmy Luong
5c4f5cacdc
fix(ui): add removal of hidden newlines to the fromFlux parser
2020-06-16 19:24:19 -07:00
Johnny Steenbergen
f9628b20b3
fix(swagger): update swagger spec with correct list output for stacks
2020-06-16 18:47:01 -07:00
jlapacik
a19604c0ea
refactor: windowed read operation should include aggregate name
2020-06-16 18:05:21 -07:00
Alex Boatwright
85c0d90017
feat: adding pagination ability to raw data ( #18474 )
2020-06-16 16:24:57 -07:00
Johnny Steenbergen
61cd72b0cd
chore(influx): update usage and soften comparisons for kind matching on export
...
closes : #18550
2020-06-16 15:31:39 -07:00
Johnny Steenbergen
18eff154a6
feat(influx): provide for remote files in the template commands
2020-06-16 14:44:51 -07:00
Alex Boatwright
8ef5e4d7ec
fix: dont crash on empty result state ( #18545 )
2020-06-16 14:34:15 -07:00
Andrew Watkins
55055b529d
test(e2e): dashboard cell markdown and resize ( #18549 )
...
* test(cell): create a markdown note
* test(cell): resize
* test(cells): use aliases instead of vars
2020-06-16 14:33:21 -07:00
Alirie Gray
ec3a857fd0
refactor: remove org service from kv dashboard service ( #18504 )
2020-06-16 14:03:42 -07:00
Johnny Steenbergen
870a3bb48c
chore(influx): extend stacks output with sources
2020-06-16 14:00:56 -07:00
Bucky Schwarz
05e91093e0
chore(flagged): add active template to redux
2020-06-16 13:19:15 -07:00
Johnny Steenbergen
5af53f88c5
feat(pkger): allow for base github content urls for json/yaml/jsonnet templates
...
closes : #18479
2020-06-16 13:00:29 -07:00
alexpaxton
42e8a2e06d
refactor(flows): update copy to improve usability ( #18516 )
2020-06-16 12:48:00 -07:00
Johnny Steenbergen
ea322d8286
feat(pkger): extend metrics to collect remote sources
...
closes : #18243
2020-06-16 12:17:45 -07:00
Johnny Steenbergen
74b1ab2948
chore(metric): refactor the metric pkg to enable extension of vectors and naming convetions
2020-06-16 12:17:45 -07:00
Lyon Hill
009b8ec98f
feat: start using the new org handler from the tenant service. ( #18371 )
...
* feat: start using the new org handler from the tenant service.
The rest of the tenant system is in place except the org http api handler and the
user api handler.
* fix: update the label service in org handler and add links
2020-06-16 12:56:31 -06:00
Zoe Steinkamp
3af909b611
test: Adding simple client libraries test ( #18527 )
2020-06-16 10:22:04 -06:00
Johnny Steenbergen
b977568390
feat(pkger): extend pkger to provide sources of templates to each template
2020-06-16 08:04:37 -07:00
Johnny Steenbergen
020c9e7374
chore(pkger): add source to Pkgs to
2020-06-16 08:04:37 -07:00
Johnny Steenbergen
6ff46c0f3c
chore(pkger): drop deprecated shouldRemove from parser identity
2020-06-16 08:04:37 -07:00
karel-rehor
72a415de51
chore(e2e): refactor and stablize tests ( #18531 )
2020-06-16 08:59:05 -06:00
Brett Buddin
42ef78d0c5
Merge pull request #18508 from influxdata/bb/dbrp-bucket-permissions
...
fix(dbrp): Change DBRP mapping service to use Buckets resource permissions
2020-06-16 10:07:40 -04:00
Ariel Salem
b1f7d03ad1
feat(cancel-query-request): added abort query request functionality after submitting a query ( #18387 )
2020-06-16 05:19:34 -07:00
Deniz Kusefoglu
c4b0ba7f4b
feat(reporting): Convert ms to ns ( #18523 )
2020-06-15 18:00:31 -07:00
Johnny Steenbergen
0e8b5848ef
chore(http): fixup the chi base router using API type
2020-06-15 17:16:05 -07:00
Alex Boatwright
9c6f02f7f0
fix: don't break on auto detected delimiters ( #18521 )
2020-06-15 16:56:01 -07:00
Johnny Steenbergen
2c85e1520f
chore(http): export NewBaseChiRouter constructor
2020-06-15 15:35:45 -07:00
Rose Parker
4790c3cb43
test: retaining dashboard sort order
2020-06-15 16:36:07 -04:00
Brett Buddin
d8aa318985
fix(dbrp): Change DBRP mapping service to use Buckets resource permissions instead of DBRP.
2020-06-15 15:50:37 -04:00
jlapacik
7f1caec697
feat: limit cursors ( #18467 )
...
* feat(storage): first array cursor
* feat: add first and last to rpc messages
* test(launcher): push down group first and group last
* feat(storage): window first array cursor
* test(launcher): push down bare first and bare last
* feat(storage): add capabilities for group first and group last
* refactor: rename first to limit
* refactor: make zero value for every period meaningful
* refactor: standardize launcher pushdown tests
2020-06-15 12:21:35 -07:00
Deniz Kusefoglu
fd8e2291ef
feat(reporting): Add reporting abstraction and init events ( #18499 )
...
* feat(reporting): Add init reporting abstraction
* feat(reporting): Add events
* feat(reporting): Rename queryperformance, add Date.now() in function call
2020-06-15 11:37:29 -07:00