greg linton
a0c0c392da
feat: export buckets by name
2020-08-27 16:31:25 -06:00
greg linton
aca096a79a
chore: actually restrict exported dashboards to specified name
2020-08-27 16:10:13 -06:00
greg linton
7cc195556d
chore: cleanup types
2020-08-27 15:37:44 -06:00
greg linton
4e1bc7ceb2
feat(pkger): add ability to export dashboards by name
2020-08-27 15:32:04 -06:00
Brett Buddin
b829d71a44
chore(Makefile): Remove gen_test references, because the files aren't there.
2020-08-27 15:53:47 -04:00
Brett Buddin
b917d8d9b0
chore(influxdb): Placate the linter.
2020-08-27 15:46:32 -04:00
Brett Buddin
c91e502f82
chore(tsm1): Temporarily disable this check, because its TONS of work to work around.
2020-08-27 14:59:20 -04:00
Brett Buddin
09b0258ab4
chore(master): Merge branch 'master' into sgc/tsm1
2020-08-27 14:43:50 -04:00
Stephanie Engel
12bd9d067f
chore: fix build config for grace nightly tests ( #19449 )
2020-08-26 16:10:52 -05:00
Greg
be35109440
feat(templates): handle task as option and spec in template query ( #19369 )
2020-08-26 14:44:59 -06:00
Andrew Watkins
6151c389f0
feat: flows index ( #19448 )
...
* feat(flows): empty state for index page
* feat(wip): link to flows from index page
* feat(wip): rename flows
* feat: name flows
* fix: set feature flags
* test: skip flagged test
2020-08-26 13:25:08 -07:00
Zoe Steinkamp
684b1149f3
feat: community template adding the new github raw readme fetch ( #19434 )
...
* feat: Adding the new github raw readme fetch
2020-08-26 12:14:07 -06:00
Greg
80b85162e0
feat(cli): add option to dump the raw flux response from query ( #19433 )
2020-08-26 12:12:17 -06:00
Stuart Carnie
dee8977d2c
chore: move v2/v1/tsdb → v2/tsdb
2020-08-26 10:46:47 -07:00
Bucky Schwarz
a5676f6924
revert: refactor(templates): Remove legacy templates ( #19300 )
2020-08-26 10:29:21 -07:00
Stuart Carnie
d20440a09f
fix: go fmt to satisfy go linter
2020-08-26 10:28:35 -07:00
Stuart Carnie
9163edb187
Merge remote-tracking branch 'origin/master' into sgc/tsm1
2020-08-26 10:14:42 -07:00
Stuart Carnie
31f4b1a403
fix(flux): Fix broken tests merged from master
2020-08-26 09:44:45 -07:00
Stuart Carnie
8104677639
revert(tasks): Revert incompatible commits
...
Revert 1ae2541
Revert fde2129
2020-08-26 09:44:21 -07:00
Stuart Carnie
3633a974b6
revert(flux): Revert incompatible commit 6f805cb
2020-08-26 09:33:51 -07:00
Stuart Carnie
39ab4a10c5
Merge remote-tracking branch 'origin/master' into sgc/tsm1
...
# Conflicts:
# cmd/influxd/launcher/query_test.go
# go.mod
# go.sum
# query/promql/internal/promqltests/go.mod
# task/backend/executor/executor.go
# task/backend/executor/support_test.go
2020-08-26 09:26:43 -07:00
Lyon Hill
a8fe07bfc7
chore(task): clean up old maxPermission code ( #19432 )
...
Tasks no longer uses the max permission system to pupulate an
authorization. We can safely remove this dead code.
2020-08-26 10:26:32 -06:00
Stuart Carnie
8ff350557f
fix(flux): Skip failing tests to facilitate merge to master
...
Closes #19442
2020-08-26 09:24:09 -07:00
Vlasta Hajek
886a8d2cf0
Merge pull request #19358 from vlastahajek/docs/update-go-client
...
docs(clientLibs): Update Go code templates
2020-08-26 15:02:18 +02:00
George
e2e954b47a
feat(kv): add support for WithCursorLimit to ForwardCursor ( #17524 )
2020-08-26 12:10:00 +01:00
Stuart Carnie
8bebf9cbeb
fix(coordinator): Return correct data types for stand-in RP values
...
Future work is required to ensure the retention policy information
is appropriately retrieved from the bucket service and / or meta client
2020-08-25 16:26:16 -07:00
Yiqun (Ethan) Zhang
6f805cbc2b
feat: flux query profiler ( #19359 )
2020-08-25 18:00:02 -05:00
Stephanie Engel
56ac8b2762
chore: add grace nightly job and build for oss ( #19436 )
2020-08-25 17:57:54 -05:00
Stuart Carnie
06fac044e5
fix(storage): Implement SeriesCardinality, which is per-bucket
...
Fixed unit tests
2020-08-25 14:52:00 -07:00
Stuart Carnie
fccaf74954
fix(tenant): Fix FindBuckets to no longer returns hard-coded buckets
...
Closes #19189
2020-08-25 14:50:15 -07:00
Brett Buddin
fde2129002
fix(task/executor): Use correct name for last success time extern ( #19435 )
...
* fix(task/executor): Use correct name for last success time extern.
* chore(tasks/executor): Don't reuse this constant in the tests. Test the name.
2020-08-25 17:32:36 -04:00
Brett Buddin
1ae2541bf3
feat(task): Inject Task's LatestSuccess Timestamp In Flux Extern ( #19402 )
...
* feat(task): Inject latest success/failure into extern.
* chore(task/backend): Don't specify an extern if there are no statements.
* chore(task/executor): Don't apply the latest failure for now.
* chore(changelog): Add 19402 to changelog.
* chore(kit): Introduce feature flag for time injection.
* chore(task/executor): Guard injection into extern by feature flag.
* chore(task/executor): No need for this subtest pattern.
* chore(task/executor): Add tests for extern injection.
2020-08-25 13:06:26 -04:00
Paul Hummer
342a29897e
Merge pull request #19427 from influxdata/flux-staging/v0.82.2
...
build(flux): update Flux to v0.82.2
2020-08-25 11:03:52 -06:00
Stuart Carnie
0e0b2a3d87
Merge remote-tracking branch 'origin/master' into sgc/tsm1
2020-08-25 09:03:07 -07:00
Stuart Carnie
9bebacf92f
fix(reads): Fix query cursor read that caused cursor truncation.
...
Port of #17610
Closes #19310
2020-08-25 09:01:47 -07:00
Andrew Watkins
63047111c0
fix: increase task limit to 500 ( #19424 )
2020-08-25 08:48:23 -07:00
Deniz Kusefoglu
543bbd12c1
refactor(templates): Remove legacy templates ( #19300 )
2020-08-25 08:47:01 -07:00
Ariel Salem
a03745e57d
feat(metric-selector): query builder for flows ( #19396 )
2020-08-25 08:06:48 -07:00
Brett Buddin
f96303bfb2
feat(task): Record last success and failure run times in the Task ( #19390 )
...
* feat(task): Record the latest success/failure of a Task.
* chore(task): Fix typo.
* chore(kv): Test the updating of latest success/failure fields.
* fix(kv/task): Copy the latest success/failure fields when unmarshalling.
* chore(changelog): Add 19390 to changelog.
2020-08-25 10:44:37 -04:00
Lyon Hill
f0e382adc2
chore: remove feature flag for task executor ( #19422 )
...
We now default task execution to pull from the user service a permission
set.
2020-08-25 08:39:03 -06:00
Paul Hummer
df41d42457
build(flux): update Flux to v0.82.2
2020-08-25 08:04:28 -06:00
George
45a3f2e87c
feat(paging): add support for after id parameter in find options ( #19219 )
...
* feat(paging): add support for after id parameter in find options
* chore(http): update swagger to reflect after query parameter in list buckets
* chore(changelog): update changelog to reflect after query parameter in list buckets
* chore(tenant): update tenant storage tests for paginating with after
2020-08-25 14:59:59 +01:00
greg linton
56988b9afd
chore: require flagging in pull request template
2020-08-24 19:15:12 -06:00
Stuart Carnie
7ec178f54c
feat(influxd): Perform checks to determine if prior version exists
...
Closes #19408
2020-08-24 15:40:25 -07:00
Bucky Schwarz
70b7287c9e
chore(community-templates): remove github file restriction
2020-08-24 15:15:16 -07:00
Michael Desa
eb2dd5af7b
fix(kv): gaurd new org dashboard pagination with feature flag ( #19421 )
...
* fix(kv): gaurd new org dashboard pagination with feature flag
* chore: remove trailing whitespace from line
* fix(testing): remove extra context
2020-08-24 12:50:10 -07:00
Alirie Gray
b6642b13b7
Merge pull request #19325 from influxdata/update-swagger-scrapers-label-patch
...
docs: remove unused patch scraper label route from swagger
2020-08-24 12:24:19 -07:00
Alex Boatwright
55f9c2bc2d
fix: update dashboard limits to 100 ( #19417 )
2020-08-24 12:02:14 -07:00
Alirie Gray
5e41bc8373
docs: remove unused patch scraper label route from swagger
2020-08-24 10:55:56 -07:00
Stuart Carnie
cfd089b77a
revert(storage): Revert changes from 1501351
...
Reverted 1501351623
2020-08-24 10:08:46 -07:00