Commit Graph

32685 Commits (468704bbfde1253eec52e77599521933f81f8567)

Author SHA1 Message Date
Kelvin Wang 0ba38e712f chore(cmd/influx): typo 2020-02-28 10:45:13 -05:00
Johnny Steenbergen 46758e3370 fix(pkger): correct the export of tasks to include system type tasks
wrong assumption in original design. The system tasks are actually
the CRUD tasks. Name is a bit confusing for user generated tasks.

closes: #17038
2020-02-27 17:16:12 -08:00
Ariel Salem 497abb585b
fix(ui): fixed issue where dashboard header interval dropdown wasn't setting correctly (#17040)
fix(ui): fixed issue where dashboard header interval dropdown wasn't setting correctly
2020-02-27 15:53:13 -08:00
Russ Savage b75bff66c7
chore(changelog): added section for beta-6 2020-02-27 15:43:17 -08:00
Johnny Steenbergen 1a12ebc8ab fix(pkger): fix bug where tasks are exported for notification rules 2020-02-27 15:28:07 -08:00
Russ Savage 2295247a59
chore(changelog): update for beta-5 release 2020-02-27 14:41:30 -08:00
kelwang 6387ecc9f4
Merge pull request #16961 from influxdata/cli_secret_ui
fix(cmd/influx): ui change for secret
2020-02-27 15:08:52 -07:00
Kelvin Wang 48490cdc9b fix(cmd/influx): ui change for secret 2020-02-27 16:34:51 -05:00
Johnny Steenbergen 7761c99818 fix(pkger): elminate threshold color requirement for guage charts 2020-02-27 09:49:12 -08:00
Chris Goller 4f2076acf6
build: run e2e tests hourly (#16228)
Signed-off-by: Chris Goller <goller@gmail.com>
2020-02-26 15:03:43 -06:00
Lorenzo Affetti 3a971ecc11
Merge pull request #17014 from influxdata/refactor/http-client
refactor(http): make client contain every service available, and make…
2020-02-26 18:25:49 +01:00
MikaelUrankar 633cb8547a
chore: update golang.org/x/sys to support freebsd/arm64 (#16904) 2020-02-26 09:25:30 -08:00
Timmy Luong b64a7b0869
fix(ui): update giraffe to fix tooltip rendering in scatterplots (#17013)
* fix(ui): update giraffe to fix tooltip rendering in scatterplots

* chore: update CHANGELOG
2020-02-26 08:57:44 -08:00
Lorenzo Affetti d4af93eec2
refactor(http): make client contain every service available, and make it more pluggable 2020-02-26 17:45:38 +01:00
Jacob Marble 5a8e1f852f chore(codeowners): add storage team 2020-02-26 08:35:12 -08:00
Gavin Cabbage fe21b9eb88
feat(http): checks client (#16922) 2020-02-26 11:34:10 -05:00
Stuart Carnie 20625b587b
Merge pull request #17000 from influxdata/sgc/fix/gomod
chore: Fix jaeger-lib go mod compatibility issue
2020-02-26 08:28:53 -07:00
Ariel Salem c225be8a4e
fix(ui): fixed overflow issue on scrollbar list (#17010)
fix(ui): fixed overflow issue on scrollbar list
2020-02-25 15:43:09 -08:00
Russ Savage 32cca72712
chore(changelog): update changelog for pr #16574 2020-02-25 14:38:41 -08:00
pierwill d70076e643
fix(http): Add secure flag to session cookie (#16574) 2020-02-25 14:37:11 -08:00
Lorenzo Affetti 4a83a80784
Merge pull request #16998 from influxdata/fix/add-document-service
feat(http): add document service to http Service
2020-02-25 22:47:37 +01:00
Stuart Carnie 43d4726cb2
chore: Fix jaeger-lib go mod compatibility issue
Fixes an issue resolving dependencies with `go mod`.

Specifically, when starting from a clean environment, and
executing:

```sh
$ go mod download
```

the following error is produced:

```
github.com/uber/jaeger-lib@v1.5.0+incompatible: invalid version: +incompatible suffix not allowed: major version v1 is compatible
```
2020-02-25 14:32:43 -07:00
Alirie Gray 0ed292b1be
fix(tasks): update tasks authorization (#16994) 2020-02-25 12:59:59 -08:00
Michael Angerman 4c1e682117
fix(models): Remove tsdb package dependency from tests (#16918) 2020-02-25 14:06:47 -06:00
Bucky Schwarz e6cf208400 test: add e2e test for query builder grouping 2020-02-25 11:37:16 -08:00
Bucky Schwarz f072164219 fix: Query Builder grouping now (correctly) groups on columns, not tag values 2020-02-25 11:37:16 -08:00
Lorenzo Affetti 3171cf0656
feat(http): add document service to http Service 2020-02-25 16:22:33 +01:00
Russ Savage 8d9e3550bd
fix(fluxFunctions): fix category on fromRange (#16991)
* fix(fluxFunctions): fix category on fromRange

* fix(fluxFunctions): update to use example-bucket

* fix(fluxFunctions): run prettier

* fix(fluxFunctions): update description for experimental/query functions

* fix(fluxFunctions): update category for inBucket

* chore(changelog): update changelog
2020-02-24 16:03:55 -08:00
Jacob Marble 9f71cad966 fix(storage): small improvements to readservice/store
Use tracing properly, simplify a few lines.
2020-02-24 13:31:36 -08:00
Scott Anderson 036d2a67ae
Merge pull request #16970 from influxdata/flux-0.60.0-functions
chore(flux): add functions for flux 0.60.0 and 0.61.0
2020-02-24 13:45:22 -07:00
Alirie Gray 3120b4c47e
refactor(tasks): add Client to http TaskService (#16912) 2020-02-24 11:41:21 -08:00
Alex Boatwright c24445665e
chore: perfection (#16958)
* chore: perfection

* chore: linting
2020-02-24 11:03:42 -08:00
docmerlin (j. Emrys Landivar) cbbb5db71a fix(tasks): update to newer github.com/influxdb/cron 2020-02-24 09:20:05 -06:00
docmerlin (j. Emrys Landivar) 2ae0234995 fix(tasks): add more tests for duration parsing 2020-02-24 09:20:05 -06:00
docmerlin (j. Emrys Landivar) aae9b58338 fix(tasks): use flux's parser.ParseDuration instead of time.Duration
for TaskUpdate.Validate
2020-02-24 09:20:05 -06:00
Timmy Luong d96f3dc5ab
fix(ui): update giraffe (#16973)
* fix(ui): update giraffe

* chore: update CHANGELOG
2020-02-21 14:29:33 -08:00
Jonathan A. Sternberg 7c88946eab
build(flux): update flux for promqltests (#16968) 2020-02-21 14:23:16 -06:00
Michael Desa 058ccc25cf
Merge pull request #16964 from influxdata/fix/import-experimental
fix(notification/rule): import experimental package for pagerduty rule
2020-02-21 11:13:02 -08:00
Scott Anderson b1e7ec43db chore(flux): added functions for flux 0.61.0 2020-02-21 11:54:22 -07:00
Jonathan A. Sternberg 740f47df3b
build(flux): update Flux to v0.61.0 (#16965) 2020-02-21 12:31:25 -06:00
Scott Anderson 784bda61d3 chore(flux): add functions for flux 0.60.0 2020-02-21 10:36:12 -07:00
Alex Boatwright 583014b743
fix: remove moment warning (#16963) 2020-02-21 09:34:11 -08:00
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