Commit Graph

12615 Commits (51382c510f6b1442056cad5d5b1678f92f9c4c36)

Author SHA1 Message Date
Pavel Zavora de61da74ea fix(v2): disable administration for v2 connections 2020-11-24 18:02:03 +01:00
Pavel Zavora 6aa5b45d62 fix(kapacitor): AND not equal conditions in where filter 2020-11-24 05:38:05 +01:00
Pavel Zavora 994ccc6f75 chore(build): upgade golang to 1.15.5 2020-11-20 05:19:08 +01:00
Pavel Zavora 05ea29202f feat(etcd): allow to configure ETCD with client certificate 2020-11-18 20:22:19 +01:00
Pavel Zavora cf70afb7ac fix(alert rule): warn about unsupported data 2020-11-18 17:01:35 +01:00
Pavel Zavora 7e0cba1890 fix(go1.15): require non-nil parent in context.WithValue 2020-11-13 14:40:20 +01:00
Pavel Zavora a7983af69c chore(build): upgrade node to v14 2020-11-12 10:29:47 +01:00
Pavel Zavora ceabe677fa fix(ui): avoid blinking during dashboard refresh 2020-11-11 09:50:51 +01:00
Pavel Zavora de2a15906a fix(ui): propagate network failure 2020-11-11 09:43:47 +01:00
Pavel Zavora 62e10ae5fb chore(build): upgrade to go1.15.4 2020-11-10 13:56:44 +01:00
ivankudibal 5c1aac9ebb chore: prepare for 1.8.8 release 2020-11-04 12:50:25 +01:00
Pavel Závora 069a3764d1
Merge pull request #5604 from influxdata/5329/csv_download_timezone
fix(ui):  export CSV with a time column formatted according to selected time zone
2020-10-29 20:06:06 +01:00
Pavel Zavora 80c7d9fd36 fix(ui): export CSV with a time column formatted according to selected time zone 2020-10-29 20:05:39 +01:00
Pavel Závora 9117141341
Merge pull request #5603 from influxdata/5602/time_range_utc
fix(ui): respect selected timezone in range picker
2020-10-29 20:05:04 +01:00
Pavel Zavora ba5744cb5f fix(ui): respect selected timezone in range picker 2020-10-29 20:04:40 +01:00
Pavel Závora 39a70507db
Merge pull request #5600 from influxdata/5583/infinite_idle_connection
fix(servers): apply default timeouts in server connections
2020-10-29 20:03:54 +01:00
Pavel Zavora ffda97c69c fix(servers): apply default timeouts in server connections 2020-10-29 20:03:34 +01:00
Pavel Závora 9586946d28
Merge pull request #5598 from influxdata/5037/tickscript_editor_scroll
fix(tickscript): repair editor scrolling
2020-10-29 20:02:50 +01:00
Pavel Zavora 17a5f33826 fix(css): use default color for a disturbing (white) CodeMirror-gutter-filler 2020-10-29 20:02:13 +01:00
Pavel Zavora d8d8469b5b fix(tickscript): repair editor scrolling 2020-10-29 20:02:13 +01:00
Pavel Závora d15393614d
Merge pull request #5597 from influxdata/5593/dashboard_name
fix(dashboard): don't truncate dashboard name with lots of room
2020-10-29 20:00:33 +01:00
Pavel Zavora 0d9addb1d3 fix(dashboard): don't truncate dashboard name with lots of room 2020-10-29 19:59:41 +01:00
Pavel Závora ab9d165de2
Merge pull request #5596 from influxdata/4304/task_name_from_var
fix(kapacitor): parse task name from TICKScript
2020-10-29 19:57:42 +01:00
Pavel Závora 0c4ba74f04
feat(kapacitor/opsgenie2): add recovery action (#5595) 2020-10-29 19:50:04 +01:00
Pavel Zavora 72705c4bc2 fix(kapacitor): parse task name from TICKScript 2020-10-20 02:48:39 +02:00
ivankudibal 597f1c2379 chore: prepare for 1.8.7 release 2020-10-06 21:44:36 +02:00
Pavel Závora 2c5656c340
feat(server): allow to configure TLS ciphers and versions (#5591)
* feat(server): allow to configure TLS ciphers and versions
2020-10-06 21:23:28 +02:00
Ivan Kudibal 5031d46e60
Merge pull request #5592 from influxdata/fix/papaparse_5.3.0
fix(ui): upgrade papaparse to 5.3.0
2020-10-06 21:19:59 +02:00
Pavel Zavora 54d75d016c chore: update changelog 2020-10-05 09:03:46 +02:00
Pavel Zavora 4458bad2cb fix(ui): upgrade papaparse to 5.3.0 2020-10-05 08:12:47 +02:00
Pavel Závora d71b13dbe9
Merge pull request #5590 from influxdata/sranka-changelog-2020-10-02
chore: update changelog
2020-10-03 08:31:39 +02:00
Pavel Závora 7b43fe47aa
chore: update changelog 2020-10-02 07:32:38 +02:00
Ivan Kudibal f491a81dda
Merge pull request #5586 from influxdata/chore/pr_commit_messages
chore(github): require well-formatted commit messages in PR template
2020-09-29 21:33:28 +02:00
Ivan Kudibal 3dfb01ad0b
Merge pull request #5584 from influxdata/5581/alerta_token-prefix
feat(kapacitor): add token-prefix to Alerta configuration
2020-09-29 21:33:03 +02:00
Ivan Kudibal 140e69960f
Merge branch 'master' into 5581/alerta_token-prefix 2020-09-29 21:32:51 +02:00
Ivan Kudibal 08c2a2cf32
Merge pull request #5580 from influxdata/5566/isPresent_filter
fix(kapacitor): add 'isPresent' filter to rule tickscript
2020-09-29 21:31:51 +02:00
Ivan Kudibal bdb97ac1c3
Merge branch 'master' into 5566/isPresent_filter 2020-09-29 21:31:41 +02:00
Ivan Kudibal 864917e1d4
Merge pull request #5582 from influxdata/5571/tableGraph_vertical_scroll
fix(ui/TableGraph): make vertical scroll bar visible when rows overflow
2020-09-29 21:30:55 +02:00
Ivan Kudibal 268d039d95
Merge branch 'master' into 5571/tableGraph_vertical_scroll 2020-09-29 21:30:11 +02:00
Ivan Kudibal d5a27f07cf
Merge pull request #5579 from influxdata/5567/disable_dashboard_auto_refresh
fix(ui): disable default dashboard auto refresh
2020-09-29 21:27:59 +02:00
Ivan Kudibal 2199bde67b
Merge pull request #5578 from influxdata/chore/node_12
chore(ui): upgrade node to v12
2020-09-29 21:27:33 +02:00
Pavel Závora a8f1825aba
Merge pull request #5585 from localhots/configurable_session_inactivity_duration
feat(session): make session inactivity duration configurable
2020-09-28 19:00:00 +02:00
Gregory Eremin 572b28dcd1 chore: update changelog 2020-09-28 18:50:50 +02:00
Gregory Eremin 60bc07ee71 feat(session): make session inactivity duration configurable 2020-09-28 18:50:50 +02:00
Pavel Zavora 40ccde84cc chore(github): require well-formatted commit messages in PR template 2020-09-28 18:50:08 +02:00
Pavel Závora 98b8e7ccee
Merge pull request #5577 from influxdata/4562/basicAuth
feat(server): allow to configure basic access authentication
2020-09-28 18:43:45 +02:00
Pavel Zavora b8de7c2f73 feat(server): allow to configure basic authentication 2020-09-28 18:20:21 +02:00
Pavel Zavora 7993ffcfdb feat(kapacitor): add token-prefix to alerta configuration 2020-09-24 14:46:08 +02:00
Pavel Zavora 2a577dc9d2 fix(ui/TableGraph): make vertical scroll bar visible when rows overflow 2020-09-24 09:17:02 +02:00
Pavel Zavora 13c030939e fix(kapacitor): add 'isPresent' filter to rule's generated tickscript 2020-09-23 06:25:58 +02:00