Commit Graph

32393 Commits (027d29dd30f7860f54cd1677cc43100f463eee7b)

Author SHA1 Message Date
Alex Boatwright 443d6e413d
fix: clears out the old results (#16959) 2020-02-21 09:16:48 -08:00
Michael Desa be636f983d fix(notification/rule): import experimental package for pagerduty rule
🤦
2020-02-21 09:13:36 -08:00
Lorenzo Affetti 09e272ea23
Merge pull request #16955 from influxdata/feat/document-service
feat(http): add document service
2020-02-21 16:29:16 +01:00
Lorenzo Affetti 9defb8a77f
feat(http): add document service 2020-02-21 15:58:40 +01:00
Russ Savage b8130bf947
fix(variablelist): fix sort by variable type (#16935) 2020-02-20 20:36:04 -08:00
Alex Boatwright fae020a773
fix: bugs (#16951)
* fix: bugs

* fix: patch it

* chore: prettier?

* fix: cloudnav header

* fix: adding some notifications
2020-02-20 15:23:36 -08:00
Michael Desa 4995330687
Merge pull request #16952 from influxdata/fix/pagerduty-alerting
fix(notification/rule): add alert level filtering to pagerduty rule
2020-02-20 14:28:11 -08:00
Michael Desa c0bccf53dd fix(notification/rule): add alert level filtering to pagerduty rule
An accidental omission of status a level check resulted in all statuses
triggering notifications for pagerduty rules. This was not caught due
to insufficient testing of the pagerduty rule.
2020-02-20 13:37:03 -08:00
Andrew Watkins c7a81fe88d
fix: cloud user link (#16950) 2020-02-20 12:56:30 -08:00
Johnny Steenbergen 80751314bc chore(influx): refactor influx cmd to use builder
refators test to use full call paths where possible
2020-02-20 11:27:44 -08:00
Alex Boatwright a0cf7f16d0
fix: weird normalizr bug (#16949) 2020-02-20 10:40:54 -08:00
Andrew Watkins e51bf963d9
feat: add side nav for cloud users (#16939)
* feat: add side nav for cloud users

* feat: wrap in CloudOnly component

* chore: use constant for path
2020-02-20 10:07:53 -08:00
Alex Boatwright 4eb64deff6
chore: cleaning (#16915) 2020-02-20 09:58:56 -08:00
Russ Savage 508ecdd287
fix(timeMachine): do not set activeQueryIndex when deleting last tab (#16942)
* fix(timeMachine): do not set active index when out of bounds

* test: add test cases for activeQueryIndex bugfix

Co-authored-by: Bucky Schwarz <hoorayimhelping@users.noreply.github.com>
2020-02-20 09:22:32 -08:00
Alex Boatwright 336287b3d8
fix: escaping tag values (#16938) 2020-02-19 15:51:07 -08:00
Christopher M. Wolff 2535d54087
chore: update to Flux v0.60.0 (#16936) 2020-02-19 15:02:21 -08:00
Russ Savage fa551988fb
fix(contributing): fixing code formatting 2020-02-19 14:13:28 -08:00
Russ Savage 9a305a383c
fix(tokenlist): fix sort by status (#16934)
* fix(tokenlist): fix sort by status

* chore(changelog): updated changelog
2020-02-19 14:09:37 -08:00
Alex Boatwright 6e8647e1dc
feat: override the notification text (#16933) 2020-02-19 13:56:35 -08:00
Russ Savage e0075fc7da
fix(checkmetacard): fix for tags being null (#16931)
* fix(checkmetacard): fix for tags being null

* chore(changelog): update changelog

* fix(checkmetacard): prettier:fix
2020-02-19 13:30:03 -08:00
Russ Savage c8a02b83ea
fix(me): sort dashboards list (#16919)
* fix(me): sort dashboards list

* chore(changelog): update changelog

* chore(me): remove extra spaces

* fix(me): adding localeCompare
2020-02-19 11:19:19 -08:00
Jakub Bednář b24be19b53
docs(clientLibs): add query example for Ruby client (#16905)
* docs(clientLibs): add actual version of Java client

* docs(clientLibs): add query example for Ruby client
2020-02-18 14:48:19 -08:00
David McKay 1b5ae7780b fix(cmd/write): remove shared buffer access that caused race condition on large imports 2020-02-15 00:20:59 +00:00
Johnny Steenbergen abff400900 chore(changelog): add missing link to fix for closing #16874 2020-02-14 15:58:32 -08:00
Russ Savage 3e054aaca6
chore(changelog): update for beta-4 release 2020-02-14 12:04:00 -08:00
Zoe Steinkamp c377ca142a
Update CHANGELOG.md (#16895) 2020-02-14 12:01:36 -08:00
Jonathan A. Sternberg e8dbb4559c
docs: update changelog with the flux update (#16894) 2020-02-14 13:52:01 -06:00
Deniz Kusefoglu 8b2048402e
feat(lsp): Update changelog (#16893) 2020-02-14 11:18:36 -08:00
Deniz Kusefoglu 38e014ee90
feat(lsp): Add lsp wasm and connect to monaco (#16842)
* feat(lsp): Add flux-lsp-browswer dependency

* feat(lsp): Change webpack settings to compile lsp wasm

* feat(lsp): Add monaco lsp client dep

* feat:lsp instantiate lsp server in monaco editor file

* feat(lsp): Update monaco loaders and load in webpack.common

* feat(lsp): Update flux-lsp-browser dependency

* feat(lsp): Connect monaco to lsp server

* feat(lsp): Add trigger characters

* feat(lsp): Dispose of completion item provider

* feat(lsp): Remove javascript and go as monaco languages

* feat(lsp): Fix type errors in tests

* feat(lsp): Define constants file for fluxlangid

* feat(lsp): Remove console

* feat(lsp): Fix variable and function insertion

* feat(lsp): Fix script entering in DE

* feat(lsp): FIx task tests

* feat(lsp): Add monaco as global

* feat(lsp): Add monaco to window type
2020-02-14 09:59:05 -08:00
George f218dfaf67
chore(changelog): update changelog to reflect revert of URM and auth indexes (#16889) 2020-02-14 17:37:12 +00:00
Zoe Steinkamp f6704f428a
fix: gauge now fits containers (#16858)
* fix: gauge now fits containers

* fix: gauge now fits containers
2020-02-14 10:35:43 -07:00
tmgordeeva 890c943643
fix(backup): handle backup with no credentials file (#16877)
* fix(backup): handle backup with no credentials file

Backups and restores should work whether or not the original installation uses
a credentials file and whether or not the backup contains a credentials file.
2020-02-14 09:19:58 -08:00
Ariel Salem 753bcbcc77
chore(ui): updated clockface to latest version (#16886) 2020-02-14 08:39:03 -08:00
Alex Boatwright 798a53f50b
feat: adding in a simple regexp (#16879) 2020-02-13 14:35:51 -08:00
Andrew Watkins 31c1ea0523
test: add reducer helpers test (#16845) 2020-02-13 14:18:29 -08:00
Jonathan A. Sternberg 8c6cf672e2
build(flux): update Flux to v0.59.6 (#16856) 2020-02-13 16:09:23 -06:00
Johnny Steenbergen a632025eb6 fix(influx): fix token env var and default assignment 2020-02-13 13:25:50 -08:00
Ariel Salem 47ab6d620d
feat(ui): added labels to buckets (#16855)
feat(ui): added labels to buckets
2020-02-13 12:27:43 -08:00
Johnny Steenbergen ce08936deb fix(pkger): fix check for labels having conflict
also backfills a bunch of missing tests for these has conflict types
2020-02-13 11:58:06 -08:00
Johnny Steenbergen 505ce2372c fix(influx): fix issue with locla state overriding env vars for token
closes: #16874
2020-02-13 11:55:41 -08:00
Stuart Carnie 506a82902b
Merge pull request #16843 from influxdata/sgc/resultset
feat(mock): Add SeriesGenerator to ResultSet transformation
2020-02-13 10:25:50 -07:00
Zoe Steinkamp 6c3b160b2d
Zs gaugecontainerfit15911 (#16849)
* fix: gauge now fits containers

* destructure props to make typescript shut up

* fix: gauge now fits containers

* fix: gauge now fits containers

* fix: gauge now fits containers

* fix: gauge now fits containers

* fix: gauge now fits containers

Co-authored-by: Bucky Schwarz <hoorayimhelping@users.noreply.github.com>
2020-02-13 09:08:52 -07:00
George f239a2ed9c
fix(kv): remove URM and Authorizations by UserID Index (#16852)
* Revert "fix(kv): Don't stop when key not found from index."

This reverts commit bd9167d383.

* Revert "fix(kv): push down org ID to skip in delete URM (#16841)"

This reverts commit a5f508de77.

* Revert "fix(kv): delete authorization from correct index bucket (#16835)"

This reverts commit 7349216e94.

* Revert "feat(kv): Index Authorizations by User ID (#16818)"

This reverts commit df36fe957b.

* Revert "feat: add indexes to urm for user lookups (#16789)"

This reverts commit 9561d0a4f4.
2020-02-13 15:27:57 +00:00
Brett Buddin a17471696c
Merge pull request #16851 from influxdata/continue
fix(kv): Don't stop when key not found from index
2020-02-12 21:50:00 -05:00
Brett Buddin bd9167d383
fix(kv): Don't stop when key not found from index. 2020-02-12 21:38:17 -05:00
Stuart Carnie f1990cc92c
feat(mock): Add SeriesGenerator to ResultSet transformation
In addition, adds a ResultSetToLineProtocol function, which
transforms a `ResultSet` into InfluxDB line protocol.
2020-02-12 14:20:31 -07:00
Chris Goller a5f508de77
fix(kv): push down org ID to skip in delete URM (#16841)
* fix(kv): push down org ID to skip in delete URM

* fix(kv): use database key rather than resource id

We are trying to skip deletes that would remove keys
that have already been deleted.  This is a rather
extreme approach and I believe we should think about how
to fix user-resource-mappings.

Co-authored-by:  Lyon Hill <lyondhill@gmail.com>
Signed-off-by: Chris Goller <goller@gmail.com>

Co-authored-by: George <me@georgemac.com>
Co-authored-by: Lyon Hill <lyondhill@gmail.com>
2020-02-12 14:33:57 -06:00
George 7349216e94
fix(kv): delete authorization from correct index bucket (#16835)
* fix(kv): delete authorization from correct index bucket

* fix(kv): return not found code when user resource mapping indexed by not in source

* chore(kv): define failing test for URM on delete
2020-02-12 18:36:45 +00:00
Nathaniel Cook 03f65cf045
fix(influxql): add explicit routing to influxql service (#16832)
Prior to this change influxql requests were sent to the same back end as Flux queries.
This MAY not always be the case. Now InfluxQL queries are specifically routed to the InfluxQLService.
In the case of this OSS build the FluxService and InfluxQLService are the same.
2020-02-12 10:07:29 -07:00
Ariel Salem f5de43b973
chore(ui): moved logic into thunk reducer (#16831)
chore(ui): moved logic into thunk reducer
2020-02-11 15:22:44 -08:00