Commit Graph

13745 Commits (9199310bb75eb98eb0d62875be358e9fd6e85b04)

Author SHA1 Message Date
Pavel Zavora c1cf7f35ae fix(ui): propagate influxql error message 2022-02-28 22:23:51 +01:00
Pavel Závora d15c188e0b
Merge pull request #5861 from influxdata/5853/truncated_lists
feat(fluxWizard): allow to load more keys/values when showing truncated results
2022-02-28 16:13:10 +01:00
Pavel Zavora 5814144605 chore(ui): improve UI message 2022-02-28 16:11:58 +01:00
Pavel Zavora 38da202ff3 chore(ui): remove unused fetchFluxTasks action creator 2022-02-28 13:45:51 +01:00
Pavel Zavora e9e3aeccdf feat(ui): automatically detect diameter for pagination buttons 2022-02-28 12:19:30 +01:00
Ivan Kudibal e63c6791b7
Merge branch 'master' into 5853/truncated_lists 2022-02-28 12:17:57 +01:00
Pavel Zavora 03416eee08 chore: merge branch 'master' into feat/tickscripts_page 2022-02-28 12:17:24 +01:00
Pavel Závora 36b8491865
Merge pull request #5873 from influxdata/chore/upgrade_size_detector
chore(ui): upgrade react-resize-detector
2022-02-28 12:16:32 +01:00
Pavel Zavora cb62962bee feat(ui): show prev/next button in one line 2022-02-28 11:31:44 +01:00
Pavel Zavora b3248a0583 feat(ui): allow to specify radius of surrounding page buttons 2022-02-28 11:31:08 +01:00
Pavel Zavora 3ac1554e2f chore: upgrade changelog 2022-02-28 11:17:12 +01:00
Pavel Zavora 2161630f80 chore(ui): upgrade react-resize-detector 2022-02-28 11:15:13 +01:00
Pavel Zavora af74fff4ef chore(ui): preffer useCallback 2022-02-28 11:08:32 +01:00
Pavel Zavora a7bcd27199 feat(ui): remove flux tasks from kapacitor rules page 2022-02-25 12:35:21 +01:00
Pavel Zavora d9d772eb08 chore: update changelog 2022-02-24 18:13:30 +01:00
Pavel Zavora 1efcacfe61 feat(ui): scroll to top when page changes 2022-02-24 17:39:29 +01:00
Pavel Zavora 34a002c03b feat(ui): add scrolling properties to PageContents 2022-02-24 17:18:09 +01:00
Pavel Zavora 60167c0111 fix(ui): repair type definition of scrolltop fn 2022-02-24 17:12:07 +01:00
Pavel Zavora 17305cbb1d chore(ui): repair comment 2022-02-24 17:05:18 +01:00
Pavel Zavora b58d8b4295 fix(ui): disable prev pagination button when first page 2022-02-24 17:04:22 +01:00
Pavel Zavora bd7d7a90f7 feat(ui): paginate tasks table 2022-02-24 15:32:10 +01:00
Pavel Zavora 40bee687c6 feat(ui): allow to pass children and sorted data to tasks table 2022-02-24 15:30:05 +01:00
Pavel Zavora a668a4ea13 feat(ui): add PaginationBar component 2022-02-24 15:28:34 +01:00
Pavel Zavora fa389ea845 chore(ui): adjust truncation message 2022-02-24 08:35:39 +01:00
Pavel Zavora b1ff4545c8 feat(ui): optimize filter-less fetch of tickscripts 2022-02-23 19:25:43 +01:00
Pavel Zavora 5535e292bc feat(ui): limit the size of the tasks table, extend on demand 2022-02-23 19:18:17 +01:00
Pavel Zavora 68302d5333 chore(ui): improve code 2022-02-23 13:30:01 +01:00
Pavel Zavora 7688562751 feat(ui): avoid re-rendering of table rows 2022-02-23 11:08:03 +01:00
Pavel Zavora 3b18756323 fix(ui): avoid passing filter to flux task detail page to improve table performance 2022-02-23 08:14:14 +01:00
Pavel Zavora adde539c86 chore(ui): optimize code 2022-02-23 06:44:59 +01:00
Pavel Zavora 11980a3c1f feat(ui/fluxTasks): use filter from URL and pass it through view pages 2022-02-22 17:30:06 +01:00
Pavel Zavora 830f215257 feat(ui): use filter from URL and pass it through edit pages 2022-02-22 17:21:04 +01:00
Pavel Zavora aa76184860 feat(ui): keep search parameters when exiting tickscript page 2022-02-22 17:06:46 +01:00
Pavel Zavora 05a024dbbb feat(ui): enhance TickscriptPage test 2022-02-22 16:58:05 +01:00
Pavel Zavora d7c0c86142 fix(ui): remove deleted tickscript on delete success 2022-02-22 16:36:58 +01:00
Pavel Zavora 94bbf3695e feat(ui): exit to tickscripts when arrived from tickscripts 2022-02-22 16:36:58 +01:00
Pavel Zavora e5d23b3fcd feat(ui): add TICKscripts to navigation sidebar 2022-02-22 16:36:47 +01:00
Pavel Zavora bacec46c46 feat(ui): add TickscriptsPage 2022-02-22 16:35:29 +01:00
Pavel Zavora 4929f8c25c feat(ui): add editLinkSuffix to TasksTable 2022-02-22 16:35:29 +01:00
Pavel Zavora 94432a28c1 fix(ui): change return type of getRules API 2022-02-22 16:35:29 +01:00
Pavel Zavora 7266587d4f fix(ui): update Kapacitor type to match expectations 2022-02-22 16:35:29 +01:00
Pavel Zavora ee8eb0c629 chore(ui): refactor rules API to typescript file 2022-02-22 16:35:29 +01:00
Pavel Závora 72ee515cfe
Merge pull request #5869 from influxdata/5460/list_rules_params
feat(server): optimize Alert Rules API
2022-02-22 15:14:07 +01:00
Pavel Zavora 8050e36318 chore: update changelog 2022-02-22 14:56:03 +01:00
Pavel Zavora 8372daf039 chore(server): update swagger 2022-02-22 14:56:03 +01:00
Pavel Zavora 006b42847b feat(server): define maxLimit to be compatible with go 1.16 2022-02-22 14:56:03 +01:00
Pavel Zavora 1580e89d85 feat(server): add test for GetAlertRuleName 2022-02-22 14:56:03 +01:00
Pavel Zavora 7963cc7324 feat(server): validate zero offset when pattern is supplied 2022-02-22 14:56:03 +01:00
Pavel Zavora 1c6a89cf93 chore(server): remove log message 2022-02-22 14:56:03 +01:00
Pavel Zavora 98c3d10060 feat(server): modify kapacitor client to filter by alert rule name 2022-02-22 14:56:03 +01:00