Commit Graph

13745 Commits (9199310bb75eb98eb0d62875be358e9fd6e85b04)

Author SHA1 Message Date
Pavel Zavora 36dbc1bee3 chore: improve readme 2022-03-23 13:35:32 +01:00
Ivan Kudibal a7ce798351 doc: fix issue 2022-03-23 12:28:45 +01:00
Ivan Kudibal aa22195c27 chore: update to the new version, update the README.md instructions 2022-03-23 12:10:49 +01:00
Pavel Zavora 6ee6eab199 chore: update changelog 2022-03-23 08:47:31 +01:00
Pavel Zavora fa3ef2939b chore: use node 16.14.2 2022-03-23 07:47:36 +01:00
Pavel Zavora a3719f55b8 chore: upgrade installation instructions to install node 16 2022-03-23 07:45:51 +01:00
Pavel Zavora e5e630ed26 chore(ui): upgrade to node 16 2022-03-23 06:22:22 +01:00
Ivan Kudibal 85a3969e76 chore: prepare for 1.9.4 release 2022-03-22 20:36:56 +01:00
Pavel Závora 37c8f425b4
Merge pull request #5895 from influxdata/5890/builder_warns_before_overwrite
feat(ui/flux): warn before overriding the existing Flux Editor script
2022-03-21 18:25:49 +01:00
Pavel Zavora 0323d09cdf feat(ui/flux): add caret to query builder overwrite confirmation 2022-03-21 15:47:38 +01:00
Pavel Zavora 2ef7965695 chore(ui/flux): improve tooltips 2022-03-21 14:52:45 +01:00
Pavel Zavora d033e9ee96 chore: update changelog 2022-03-21 13:26:44 +01:00
Pavel Zavora df3b840d42 feat(ui/flux): confirm script overwrite only when necessary 2022-03-21 13:26:44 +01:00
Pavel Zavora f067d3d5ab feat(ui/flux): add builder confirmation popup 2022-03-21 13:26:44 +01:00
Pavel Zavora 526d70583e feat(ui/flux): add FluxQueryBuilderSubmit component 2022-03-21 13:26:44 +01:00
Pavel Zavora d5b0b92437 feat(ui/flux): detect custom script 2022-03-21 13:26:44 +01:00
Pavel Závora 6a5794d09d
Merge pull request #5894 from influxdata/feat/autocomplete_v_flux
feat(ui/flux): autocomplete builtin 'v' object in Flux editor
2022-03-21 13:26:10 +01:00
Pavel Zavora ad1b879b47 chore: update changelog 2022-03-21 13:24:27 +01:00
Pavel Zavora ef2c7bfbf0 feat(ui/flux): autocomplete builtin 'v' object in Flux editor 2022-03-21 13:24:27 +01:00
Pavel Závora 4d7c772c67
Merge pull request #5893 from influxdata/5889/aggregation_fn_optional
feat(ui): make aggregation function optional in Flux Query Builder
2022-03-21 13:23:36 +01:00
Pavel Závora eed35a1a62
Merge pull request #5892 from influxdata/5891/alerting_menu
fix(ui): reorder Alerting side menu
2022-03-21 13:23:20 +01:00
Pavel Zavora 75585c39ba chore: update changelog 2022-03-19 19:56:15 +01:00
Pavel Zavora 9b5a6f0e40 feat(ui): make aggregation function optional in Flux Query Builder 2022-03-19 19:03:09 +01:00
Pavel Zavora caaf3816dc chore: update changelog 2022-03-19 18:57:00 +01:00
Pavel Zavora 4792931254 fix(ui): reorder Alerting menu 2022-03-19 18:51:28 +01:00
Pavel Zavora 2d7a899ebd chore(ui): update browsers-list via caniuse-lite 2022-03-19 18:50:52 +01:00
Pavel Závora a622546c56
Merge pull request #5888 from influxdata/fix/show_queries_error
fix(ui): show failure reason on queries page
2022-03-18 13:32:36 +01:00
Pavel Zavora 10035254d4 chore: update changelog 2022-03-18 12:54:46 +01:00
Pavel Zavora 6f938ea64d fix(ui): show failure reason on queries page 2022-03-18 12:43:24 +01:00
Pavel Závora e45a987824
Merge pull request #5887 from influxdata/5884/make_version
chore(server): test non-empty dist version
2022-03-17 12:41:19 +01:00
Pavel Zavora a4f2147071 chore(server): test non-empty dist version 2022-03-17 12:05:42 +01:00
Pavel Závora b4266a2838
Merge pull request #5886 from influxdata/5884/make_version
fix(server): report correct chronograf version
2022-03-17 11:16:28 +01:00
Pavel Zavora b10aa7ab1d chore: improve docs 2022-03-17 09:54:04 +01:00
Pavel Zavora d192f9896f chore: update changelog 2022-03-17 09:52:02 +01:00
Pavel Zavora 57c601d9e3 fix(server): read chronograf version from UI dist by default 2022-03-17 09:35:56 +01:00
Pavel Zavora d0c0d4a1b4 feat(server/bindata): add version to bindata 2022-03-17 09:32:24 +01:00
Pavel Závora 63ac00ca4d
Merge pull request #5885 from influxdata/5883/ui_hosts_tz_selector
fix(ui/host): repair time zone selector
2022-03-17 08:31:58 +01:00
Pavel Zavora b89187c17e chore(ui): update changelog 2022-03-17 08:31:10 +01:00
Pavel Zavora 6bd5cefb25 fix(ui/host): repair time zone selector 2022-03-17 06:22:44 +01:00
Pavel Závora 6412738e91
Merge pull request #5856 from mmdoogie/add-alert-norecoveries
feat: add alert rule options to not send alert on state recovery and to send regardless of state change
2022-03-15 09:35:11 +01:00
Pavel Zavora 44c8d56637 feat(ui/kapacitor): improve rule reducer test 2022-03-15 09:15:08 +01:00
mmdoogie b9af9cc995 test(kapacitor): add reverse test with noRecoveries 2022-03-15 08:31:47 +01:00
mmdoogie afb4b89e18 test(kapacitor): add reverse test for without stateChangesOnly 2022-03-15 08:31:47 +01:00
mmdoogie d806ba8f5f fix(kapacitor): fix sometimes-removed parameters 2022-03-15 08:31:47 +01:00
mmdoogie 54bdbbc5b5 fix(kapacitor): restore proper id generation 2022-03-15 08:31:47 +01:00
mmdoogie 8d9b68c93f fix(kapacitor): rearrange new alert options ui for clarity 2022-03-15 08:31:47 +01:00
mmdoogie 36e2f734f0 chore: sync swagger.json with current AlertNode object and update with new parameter 2022-03-15 08:31:47 +01:00
mmdoogie 8ecf18df88 chore: Update CHANGELOG to reference PR 2022-03-15 08:31:47 +01:00
mmdoogie b284862c99 fix(kapacitor): make new stateChangesOnly UI option consistent with past usage 2022-03-15 08:31:47 +01:00
mmdoogie e751f1adcd fix(kapacitor): linting fixes 2022-03-15 08:31:47 +01:00