Commit Graph

12473 Commits (1c6e055c3dda645453c305432931dde805b3ca94)

Author SHA1 Message Date
Pavel Zavora 1c6e055c3d fix(ui): sort namespaces by database and retention policy #5374 2020-08-03 15:38:14 +02:00
Pavel Závora 0babc528f0
fix(ui): add HTTP security headers (#5536) 2020-07-15 08:56:46 -07:00
ivankudibal 6b7e6cb1a0 chore: prepare for 1.8.5 release 2020-07-08 11:59:54 +02:00
Vlasta Hajek 6fdcbd44c3
Merge pull request #5524 from vlastahajek/fix/zoom_stop_presenting
fix: zooming out stops presentation mode
2020-07-07 19:38:23 +02:00
vlastahajek 3aed6126ef chore: fix review comment 2020-07-07 17:33:41 +02:00
Vlasta Hajek 6e5994358c
Merge branch 'master' into fix/zoom_stop_presenting 2020-07-07 13:32:21 +02:00
Vlasta Hajek d3e70920b4
Merge pull request #5529 from vlastahajek/fix/csv-from-dupl
fix: making each csv.from unique
2020-07-07 11:44:15 +02:00
vlastahajek 7b82ec3c45 fix: making each csv.from unique (#5523) 2020-07-02 17:31:04 +02:00
vlastahajek 96f9d73acc docs: update Changelog 2020-06-26 16:10:45 +02:00
vlastahajek b9e11edcff Merge branch 'master' into fix/zoom_stop_presenting 2020-06-26 15:52:48 +02:00
vlastahajek fb8f7ad8a9 fix: prevent leaving presentation mode when zooming (#5382) 2020-06-26 15:52:15 +02:00
Pavel Závora b1ba37b3ea
Merge pull request #5519 from influxdata/5347/mergeQueryResults
fix(TableGraph): merge query results with unique column names
2020-06-25 06:34:47 +02:00
Pavel Zavora d3ed47c854 chore: update changelog 2020-06-25 06:05:24 +02:00
Pavel Zavora 18747adcc5 chore: apply review comments 2020-06-25 06:03:15 +02:00
Pavel Zavora c1dca1c8d5 fix(worker/timeSeriesToTableGraph): add test 2020-06-25 06:03:15 +02:00
Pavel Zavora 87f40fd9e5 fix(tableGraph): ensure unique column names when merging multiple query responses 2020-06-25 06:03:15 +02:00
Pavel Zavora 763ed3a160 fix(explorer/tableView): make errors visible 2020-06-25 06:03:15 +02:00
Pavel Závora 3fe08e6b71
Merge pull request #5517 from influxdata/5472/logsFallbackToPointTime
fix(logs): fall back to point timestamp
2020-06-22 22:57:41 +02:00
Pavel Zavora dc536f377b chore: update changelog 2020-06-22 22:28:21 +02:00
Pavel Zavora 5acc21c2cb chore: apply review comments 2020-06-22 21:15:08 +02:00
Pavel Závora 24a7294284
Merge pull request #5516 from influxdata/5343/rule_validation
fix(kapacitor/alert): accept valid templates
2020-06-22 21:10:22 +02:00
Pavel Závora 25563b07de
Merge pull request #5521 from influxdata/5474/dashboard_undefined
fix(dashboard): avoid undefined error when dashboard is not ready yet
2020-06-22 21:09:26 +02:00
Pavel Zavora 9639fc469b fix(dashboard): avoid undefined error when dashboard is not ready yet 2020-06-21 10:22:14 +02:00
Pavel Zavora 1f9ff096df chore: lint 2020-06-19 08:15:11 +02:00
Pavel Zavora 798e588cc9 fix(logs): fall back to point timestamp #5472 2020-06-19 07:43:55 +02:00
Pavel Zavora de96add671 fix(kapacitor/alert): accept valid templates #5343 2020-06-18 08:58:07 +02:00
Pavel Závora 71b9d07f4f
Merge pull request #5514 from vlastahajek/fix/reedit-issue
fix: Avoiding passing invalid number to Grid
2020-06-18 06:09:01 +02:00
Vlasta Hajek b1138fdb43
Merge branch 'master' into fix/reedit-issue 2020-06-17 19:00:58 +02:00
Pavel Závora 94db028b1d
Merge pull request #5505 from influxdata/5493/distinguish_kapacitors
feat(kapacitor): repair management of kapacitor rules and tickscripts
2020-06-17 05:34:15 +02:00
Pavel Zavora ce8a2d894a chore: update changelog 2020-06-17 05:14:40 +02:00
Pavel Zavora cebd337325 fix(kapacitors): return the first error if possible without modifications upon multiple kapacitor updates 2020-06-17 05:04:51 +02:00
Pavel Zavora ade1f504d9 chore: code review 2020-06-17 05:04:51 +02:00
Pavel Zavora c61e25171b fix(kapacitor): change routing paths of kapacitor rules to include kapacitor ID 2020-06-17 05:04:51 +02:00
Pavel Zavora c45414aa1c fix(kapacitor): test enforcement of one active kapacitor 2020-06-17 05:04:51 +02:00
Pavel Zavora 18164d81fd fix(kapacitor): enforce one active kapacitor 2020-06-17 05:04:51 +02:00
vlastahajek deca4f8450 fix: Avoiding passing invalid number to Grid (#5476) 2020-06-16 16:22:39 +02:00
Pavel Závora 3941491173
Merge pull request #5504 from influxdata/5492/message_validation
fix(kapacitor/alert): support .Time.Unix message validation #5492
2020-06-16 07:10:21 +02:00
Pavel Zavora 566d34ca7f chore: update changelog 2020-06-16 06:54:22 +02:00
Pavel Zavora 6a390479d0 fix(kapacitor/alert): support .Time.Unix message validation #5492 2020-06-16 06:54:22 +02:00
Pavel Závora 0d73bf57f0
fix(ui): report worker errors, better parse flux CSV results (#5506)
* chore(ui): log error in worker to trace errors

* fix(ui): repair parsing of flux results to support influxdb 1.8.0
2020-06-15 08:23:08 -07:00
Pavel Zavora f0cd243f01 fix(ui/kapacitor): repair tickscript editor in FF 2020-06-15 08:22:39 -07:00
Pavel Zavora 0cbcf8b39b chore(node): add .nvmrc to match contributing.md 2020-06-15 08:22:39 -07:00
Pavel Zavora 7edae1be4d fix(dashboard): keep table sorting on refresh 2020-06-15 08:22:27 -07:00
vlastahajek 92474858ae fix: crash on windows when build by go 1.14 (#5511) 2020-06-15 08:21:32 -07:00
Greg 00cce510f2
fix: remove common public-url config from oauth validation check (#5475) 2020-05-05 15:42:41 -06:00
Bucky Schwarz 86f6051776
chore: prepare for 1.8.4 release 2020-04-30 10:22:13 -07:00
Bucky Schwarz da73c94fa6
chore: update changelog with scrolling fix 2020-04-29 07:30:50 -07:00
Bucky Schwarz 82ec443eec fix: table graph panels should be aligned when scrolling 2020-04-29 06:28:54 -07:00
Bucky Schwarz 7350962204 chore: revert oauth inactivity change 2020-04-24 14:16:59 -07:00
Bucky Schwarz baac7cf4ec
chore: prepare for 1.8.3 release 2020-04-23 15:56:51 -07:00