Stuart Carnie
dee8977d2c
chore: move v2/v1/tsdb → v2/tsdb
2020-08-26 10:46:47 -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
Stuart Carnie
6474c8c9fa
Merge remote-tracking branch 'origin/master' into sgc/tsm1
...
# Conflicts:
# storage/engine.go
# storage/engine_test.go
# storage/wal/wal_test.go
# tsdb/tsm1/engine_delete_prefix.go
# tsdb/tsm1/engine_delete_prefix_test.go
# tsdb/tsm1/engine_test.go
# v1/tsdb/engine/tsm1/wal.go
2020-08-24 09:56:18 -07:00
Timmy Luong
a6dc8748d2
chore: update giraffe
2020-08-24 09:41:27 -07:00
vlastahajek
2da740a1c2
Merge branch 'master' into docs/update-go-client
...
# Conflicts:
# ui/src/clientLibraries/constants/index.ts
2020-08-24 16:50:30 +02:00
Brett Buddin
77fcf692c5
fix(notification/rule): Include the edge of the boundary we are observing. ( #19392 )
...
* fix(notification/rule): Include the edge of the boundary we are observing.
* chore(changelog): Add 19392 to changelog.
2020-08-24 10:08:14 -04:00
Ben Johnson
32fb699ecf
Merge pull request #19387 from influxdata/influxql-delete
...
feat(influxql): Implement DELETE & DROP MEASUREMENT
2020-08-24 08:02:36 -06:00
Stuart Carnie
047ed7836a
fix(Makefile): Remove redundant make targets
...
Fixes #19407
2020-08-21 13:24:03 -07:00
Stuart Carnie
ca77c4f4b7
Merge remote-tracking branch 'origin/master' into sgc/tsm1
2020-08-21 13:06:45 -07:00
Stuart Carnie
afd5120221
fix(storage): Ensure _field tag key has special handling
...
Fixes #19120
2020-08-21 13:06:00 -07:00
Ben Johnson
1501351623
feat(influxql): Implement DELETE & DROP MEASUREMENT
2020-08-21 13:32:47 -06:00
Alirie Gray
521500ba76
fix: add variable name validation for flux identifier ( #19317 )
2020-08-21 10:49:07 -07:00
Alirie Gray
5660be302e
fix: add delete org owner back ( #19347 )
2020-08-21 10:48:46 -07:00
Alirie Gray
9b4fef0f9a
fix: add variable name validation for flux identifier
2020-08-21 10:28:18 -07:00
Stuart Carnie
c01a62d5d4
chore(task): Remove unused code
2020-08-20 16:59:26 -07:00
KevinSmile
ebaa32313b
fix(api/dashboards): FindOptions not working
2020-08-20 16:55:52 -06:00