Commit Graph

33945 Commits (f46e36b6ac1fb49f213ac3f7532ff8a91be71596)

Author SHA1 Message Date
Stuart Carnie f46e36b6ac
Merge remote-tracking branch 'origin/master' into sgc/tsm1 2020-08-17 09:27:00 -07:00
alexpaxton 0111f024d5
Revert "feat(ui): redesign load data page (#19246)" (#19336)
This reverts commit 67857f25ae.
2020-08-14 17:27:56 -07:00
Stuart Carnie 80428fe2a9
fix(influx): httpClient global is cached, resulting in flaky tests 2020-08-14 15:10:24 -07:00
Stuart Carnie 2b8d6ca14a
fix(influxql): Fix broken unit tests 2020-08-14 15:09:40 -07:00
alexpaxton 67857f25ae
feat(ui): redesign load data page (#19246)
* refactor: rename client libraries from overlay to page

* refactor: remove client libraries from load data nav

* refactor: remove client libraries from main nav

* refactor: convert client library overlays to pages

* feat: create Write Data and related sub-pages

* fix: assing proper component to route

* refactor: separate sections of write data page into own files

* refactor: implement telegraf plugins pages

* refactor: rename components to match filenames

* refactor: organize client libraries within writeData folder

* fix: cleanup loose ends from moving files around

* refactor: move client lib graphics into write data section

* fix: correct import path

* fix: import path

* feat: enable importing of markdown files

* feat: use markdown source for example telegraf plugin

* feat: convert Arduino page to use markdown

* fix: properly type svg and markdown imports

* feat: replace react component images with regular images

* feat: add placeholder image for items without images

* fix: cleanup

* feat: start standardizing pages for write data views

* refactor: use params instead making a component for each page

* refactor: make client libraries pages all markdown and use template

* refactor: cleanup

* refactor: move templates out of folder

* refactor: style details view

* feat(ui): add activemq, aerospike, and bcache

* feat(writeData): load up all the telegraf inputs

* feat: add telegraf explainer to telegraf plugins pages

* refactor: make card grid more compact

* refactor: polish

* feat(write): adding logos

* fix(writeData): more logos

* refactor: make CopyButton more customizable

* refactor: add real content to telegraf plugin explainer

* refactor: polish thumbnail appearance

* refactor: make index views scrollable

* feat(write): alphabetize & more logos

* refactor: increase width of token overlay

* refactor: add description to telegraf section

* feat: wrap each section in feature flags

* refactor: WIP helper widgets for details pages

* feat(writeData): add more logos

* feat(writeData): update Plugin names, readmes, add logos

* feat(write): final batch of logos

* feat(write): readme updates

* feat(write): adding proxmox

* refactor: add tabbed navigation back to browse page

* refactor: make code snippets templatized

* fix: replace untemplatized URL key in arduino markdown

* refactor: cleanup

* refactor: rename "browse" to "sources"

* refactor: rename feature flags to match page names

* refactor: make sort case insensitive

* refactor: make code sample helper only appear in client libraries pages

* fix: remove image padding from client library logos

* fix: select first user bucket instead of first any bucket

* fix: make less legible logos more legible

* refactor: make search field autofocus

* fix: linter error

* fix: case sensitive file import

* fix: remove empty prop definitions

* fix: more case sensitive imports

* refactor: remove use of lodash

* fix(writeData): update kapa & tele logos; rename internal plugin

* fix: repair broken explorer test

* fix: rework client libs e2e tests to match new design

* refactor: rename e2e test appropriately

* refactor: rewrite data sources e2e to assert proper rendering of the details views

* feat: add GA tracking of code snippet copy event

* chore: changelog update

Co-authored-by: Russ Savage <russ@influxdata.com>
2020-08-14 14:00:01 -07:00
Johnny Steenbergen c0b593ec7d feat(influx): add active-config flag to override config on single command call
closes: #19318
2020-08-14 13:33:14 -07:00
Zoe Steinkamp c7dc87e26c
feat: Eventing and metrics adding to the community templates (#19295)
* chore: deal with merge commits

* chore: add back eventing to clicks

* chore: remove unused variables

* test: e2e test failing

* feat: change community template resourceType

* test: fix e2e test

* fix: prettier

* test: unskip test with some good ole stubbin

Co-authored-by: Bucky Schwarz <d.w.schwarz@gmail.com>
2020-08-14 13:57:34 -06:00
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