Commit Graph

33557 Commits (fdc1da6bc5da6a2cd39c1f02aba72a5661dc17eb)

Author SHA1 Message Date
Johnny Steenbergen a4e4be7787 feat(pkger): add ability to skip a resource within a template
references: #18490
2020-06-17 17:22:56 -07:00
Johnny Steenbergen 0b531e83bb feat(pkger): extend pkger apply/dry run with ability to skip resources
this work is primarily to introduce the state changes internally within
the state coordinator. The coordinator can be unit tested effectively to
verify the actions are being heard.

references: #18490
2020-06-17 15:28:46 -07:00
Johnny Steenbergen 72db5bdd96 chore(pkger): cache testdata dir in memory to reduce disk calls in tests
speeds up test ~5x
2020-06-17 15:28:46 -07:00
Zoe Steinkamp ce79edfd2e
fix: Gauge size adjustment (#18587) 2020-06-17 16:25:27 -06:00
Johnny Steenbergen ce6827c214 chore(cli): extend tests for CLI to capture how flags with `-` are in configs
the config for a daemon should use keys that match the flags of the
daemon it is provided too.
2020-06-17 14:52:03 -07:00
Johnny Steenbergen aa1e29fb84 feat(influx): extend stacks cmd with update
closes: #18548
2020-06-17 14:46:09 -07:00
Johnny Steenbergen a6df6c95ec chore(influx): update influx stacks usage 2020-06-17 14:46:09 -07:00
Alex Boatwright 7e1cf87c06
feat: flux csv debugging interface (#18554) 2020-06-17 14:25:52 -07:00
Alex Boatwright 9a00b0ca52
feat: toggle flow panel types with feature flags (#18555) 2020-06-17 14:24:55 -07:00
drdelambre a09de1b513 fix: helps if you run it 2020-06-17 14:02:55 -07:00
drdelambre 2c495e5603 feat: extending reporting caching 2020-06-17 13:56:18 -07:00
Alex Boatwright 238c3ecb47
fix: maybe looking at the correct file will help (#18582) 2020-06-17 13:34:38 -07:00
Bucky Schwarz 584e44d92b fix: fix yarn lock file 2020-06-17 12:50:30 -07:00
Brett Buddin 954939fa3a
Merge pull request #18507 from influxdata/bb/extract-write-logic
refactor(http): Extract write handler logic for re-use elsewhere
2020-06-17 15:22:41 -04:00
Yiqun (Ethan) Zhang 95d97c6e29
feat(query): planner rule to push down window and bare first() and la… (#18534) 2020-06-17 14:00:40 -05:00
alexpaxton 037777a6ef
refactor: increase contrast of helper text in flow cells (#18572) 2020-06-17 11:58:52 -07:00
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