Commit Graph

34188 Commits (df47ec7bb221ed3608d234fb4d1387b386094e60)

Author SHA1 Message Date
Stuart Carnie b3734695c5
Merge remote-tracking branch 'origin/master' into sgc/tsm1 2020-08-14 12:37:41 -07:00
Stuart Carnie 8a7dcc21fb
feat(influxql): Initial implementation of InfluxQL query engine
* Some tests are broken or do not pass; follow up PRs will resolve that
2020-08-14 12:37:30 -07:00
Johnny Steenbergen 99ab43fb91 fix(influx): add missing description field to auth output
this PR also extends the create auth to include ability to
set the auth description

closes: #19156
2020-08-14 12:05:55 -07:00
Lyon Hill eccdabf3ea
fix: restrict urm listing of a resource to members of org owning said resource (#19251)
* fix: restrict urm listing of a resource to members of org owning said resource

* chore: add testing around new urm behavior

* fix: add feature flagging

* fix: ensure we are returning the correct error

Co-authored-by: greg linton <greg@influxdata.com>
2020-08-14 12:34:07 -04:00
Bucky Schwarz ce443f832e feat: Add mosaic plot type to front end behind flag
Co-authored-by: Rashi Bose rashibose@gmail.com
Co-authored-by: Rose Parker reparker837@gmail.com
2020-08-13 15:03:14 -07:00
Andrew Watkins 5d63ebb4fc
fix: increase notification rule limit (#19322)
* fix: increase notification rule limit

* chore: separate resource limits
2020-08-13 13:20:24 -07:00
alexpaxton 3980f7706d refactor(community templates): clean up UI interactions 2020-08-13 11:43:58 -07:00
Stuart Carnie b73340a4b1
chore(influxql): Update to latest influxql master-1.x 2020-08-13 11:02:40 -07:00
Stuart Carnie fc6ff065e2
Merge remote-tracking branch 'origin/master' into sgc/tsm1 2020-08-13 09:23:34 -07:00
Bucky Schwarz 648ce11df3 chore: fix yarn.lock 2020-08-13 08:20:36 -07:00
Scott Anderson 8b51618a21
chore(flux): update fluxFunctions.ts for Flux 0.80.0 (#19313)
* chore(flux): update fluxFunctions.ts for Flux 0.80.0

* fix(fluxFunctions): fix aggregate.rate

Co-authored-by: Russ Savage <russorat@users.noreply.github.com>
2020-08-12 15:27:13 -06:00
Gavin Cabbage 6bbb2a18f2
fix(auth): use init to read envvar once (#19314)
* chore: remove logging

* fix(auth): use init to read envvar once

* chore: re-add logging
2020-08-12 16:51:31 -04:00
Gavin Cabbage 2c8b5f5bd4
chore(auth): new match behavior (#19306)
* fix(8166): match permission orgIDs if specified

* chore(auth): log old match behavior

* fix(auth): log format

Co-authored-by: greg linton <greg@influxdata.com>
2020-08-12 14:54:38 -04:00
Andrew Watkins f0afdb2ac7
fix: file upload (#19258)
* test(wip): upload data from file

* test(wip): add file upload status

* chore(wip): move line protocol out of redux

* feat(wip): pull out getters into components

* chore: update cypress

* refactor: move line protocol out of redux and into buckets

* test: remove useless tests

* chore: remove yarn lock

* fix: prettier

* fix: lint

* fix: explicitly return to the load data page

* chore: manually create WritePrecision enum

* test: remove big data file
2020-08-12 11:11:07 -07:00
Stuart Carnie a29ec693df
fix(tsdb): MaxSeriesPerDatabase is only supported by the inmem index 2020-08-12 09:12:16 -07:00
Stuart Carnie 56e27b8893
Merge remote-tracking branch 'origin/master' into sgc/tsm1
# Conflicts:
#	go.mod
#	go.sum
#	query/promql/internal/promqltests/go.mod
2020-08-12 09:07:30 -07:00
Yiqun (Ethan) Zhang b12c3ef77b
build(flux): update Flux to v0.80.0 (#19298) 2020-08-12 10:29:46 -05:00
George 5c9d6baf5d
revert(urm): Sanitize urm response output (#19242) (#19296)
This reverts commit 6d61c3cd73.
2020-08-12 15:08:49 +01:00
Pavel Závora a431ca5abc
Merge pull request #19135 from influxdata/17899/telegramNotification2
feat(notification/telegram): add telegram notification
2020-08-12 13:45:42 +02:00
Pavel Zavora 039d730a1c chore: apply review comments 2020-08-12 13:07:37 +02:00
George 2636e976b9
chore(query): use dbrp v2 service in flux influx.v1 dependencies (#19108)
* chore(query): use dbrp v2 service in flux influx.v1 dependencies

* chore: update transpiler to use dbrp mapping service v2
2020-08-12 11:08:25 +01:00
Pavel Zavora 3bb7cc575c chore: update changelog 2020-08-12 11:36:20 +02:00
Pavel Zavora aa6bc94888 chore(ui): prettier 2020-08-12 11:28:02 +02:00
Pavel Zavora cece18d270 feat(notification/telegram): control UI visibility by notification-endpoint-telegram flag 2020-08-12 11:28:02 +02:00
Pavel Zavora 6d086f7495 feat(notification/telegram): take back telegram notification after being reverted in #19088
This reverts commit f67c3a14e0.
2020-08-12 11:28:02 +02:00
Andrew Watkins d0a42098a0
perf: calculate and event dashboard visit => dashboard mount times (#19291)
* perf: calculate and emit dashboard and variable render times

* fix: name of action
2020-08-11 16:36:06 -07:00
rbose22 a245d38ca2
chore(mosaic graph): update giraffe version in influxdb (#19292)
Closes # 203

Changed the giraffe version to the new release

Co-authored-by: Rose Parker reparker837@gmail.com
2020-08-11 16:10:21 -07:00
Stuart Carnie 9b76352f74
fix(tsdb): MaxValuesPerTag is only supported by the inmem index type 2020-08-11 15:02:22 -07:00
Bucky Schwarz a3d98bd126 refactor: change communityTemplateToInstall => stagedCommunityTemplate 2020-08-11 13:56:47 -07:00
Bucky Schwarz 0eb12d8232 refactor: CommunityTemplateName => CommunityTemplateInstallInstructions 2020-08-11 13:56:47 -07:00
Bucky Schwarz f3981d7996 refactor: rename CommunityTemplateInstallerOverlay => CommunityTemplateOverlay 2020-08-11 13:56:47 -07:00
Bucky Schwarz a517197fe6 refactor: remove references to CommunityTemplatesImportOverlay in TemplatesIndex 2020-08-11 13:56:47 -07:00
Bucky Schwarz 45821caca8 refactor: rename CommunityTemplateContents => CommunityTemplateOverlayContents 2020-08-11 13:56:47 -07:00
Stuart Carnie 3d913da53c
fix(pkger): Add temporary Flux helpers for pkger build 2020-08-11 10:36:13 -07:00
Paul Hummer 86f183278b
Merge pull request #19277 from influxdata/flux-staging/v0.79.0
build(flux): update Flux to v0.79.0
2020-08-11 11:33:26 -06:00
Zoe Steinkamp cc75132525
test: add suite of community template e2e tests (#19271) 2020-08-11 11:31:03 -06:00
Stuart Carnie 057285e23a
Merge remote-tracking branch 'origin/master' into sgc/tsm1
# Conflicts:
#	query/logging.go
#	query/logging_test.go
#	query/stdlib/influxdata/influxdb/rules.go
#	query/stdlib/influxdata/influxdb/rules_test.go
#	query/stdlib/testing/testing.go
#	storage/flux/reader.go
#	storage/flux/table.gen.go
#	storage/flux/table.gen.go.tmpl
#	storage/flux/table.go
#	storage/flux/table_test.go
2020-08-11 10:25:01 -07:00
Paul Hummer 9d7330a1c1 build(flux): update Flux to v0.79.0 2020-08-11 10:27:12 -06:00
George 5cbe74630e
chore(tenant): make tenant and kv both conform with harness (#19266) 2020-08-11 15:56:42 +01:00
Lyon Hill 6d61c3cd73
fix(urm): Sanitize urm response output (#19242)
We would like to clean and sanitize the data being return from the urm
response to exclude user names as well as oauthID's
2020-08-10 15:33:29 -06:00
Russ Savage 50964d732c
chore(changelog): update for beta-16 (#19243)
* chore(changelog): update for beta-16

* chore(changelog): removing entry

* chore(changelog): update date for beta-16
2020-08-07 12:52:58 -07:00
Jonathan A. Sternberg d83fae37f6
fix(cmd/influx): query cli should not explicitly request gzipped content (#19250)
The `net/http` package default transport will request content gzipped
automatically if `DisableCompression` is set to false (which is the
default). If the transport does it automatically, it will decompress it
automatically which is what was the original intention of the code. But,
if it is requested explicitly, then go will not decompress the data
automatically.
2020-08-07 11:30:03 -07:00
Ariel Salem c933e3c631
fix(dedup-window-vars): added condition and tests for ensuring windowVars don't get passed an extern more than once (#19248) 2020-08-07 08:06:48 -07:00
Alex Boatwright 65d9b2c088
revert: revert "chore(limit): increasing limit to 200 (#19238)" (#19244) 2020-08-06 13:21:38 -07:00
Russ Savage 104da32b10
chore(limit): increasing limit to 200 (#19238) 2020-08-06 12:47:32 -07:00
Johnny Steenbergen 811aeaf5fb chore(pkger): update doc.go 2020-08-06 12:33:29 -07:00
Johnny Steenbergen 35bc18bc34 fix(task): update task max page size error message to include an accurate limit
previously it had returned and error of 100, but the limit was 500.
2020-08-06 11:09:40 -07:00
Gershon Shif 1e19a3682d
fix: use backslash for line breaker (#19237) 2020-08-06 09:12:39 -07:00
Deniz Kusefoglu bb8f776fed
feat(defaultAggregate): Apply default aggregate functions in query Bu… (#19130)
* feat(defaultAggregate): Apply default aggregate functions in query Builder

* feat(autoAggregate): Flip the relationship between createEmpty and fillValues

* feat(autoAgg): keep check fillValues as false with no need to change

* feat(autoAgg): Add fillValues defaults to check queries

* feat(autoAgg): Refrain from blowing away queryBuilder state if no changes in script editor

* feat(autoAgg): Update tests

* feat(autoAgg): replace first with last

* feat(autoAgg): fix slight logic errors

* feat(autoAgg): remove linter error

* feat(autoAgg): change to last in test
2020-08-06 09:06:45 -07:00
Ariel Salem 26fdb792ff
fix(reduce-dashboard-dispatches): wrapped getDashboards loop in one time out and created a custom set views and cells action to call once the iteratation cycle has completed to reduce the number of dispatches and rerenders (#19232) 2020-08-06 05:05:30 -07:00