Commit Graph

124 Commits

Author SHA1 Message Date
Ken Hibino
48e4c287f3 (ui): Display endtime in MetricsFetchControls 2021-12-13 16:44:52 -08:00
Ken Hibino
dee89be66d (ui): Extract MetricsFetchControls component 2021-12-13 16:44:52 -08:00
Ken Hibino
b218fea8fd (ui): Add custom endtime input 2021-12-13 16:44:52 -08:00
Ken Hibino
9964cc27b4 (ui): Fix parseDuration helper 2021-12-13 16:44:52 -08:00
Ken Hibino
7692f6bb85 (ui): Add custom duration field 2021-12-13 16:44:52 -08:00
Ken Hibino
c8cbc49122 (ui): Fix QueueSizeMetricsChart 2021-12-13 16:44:52 -08:00
Ken Hibino
f304d97e11 (ui): Fix button style 2021-12-13 16:44:52 -08:00
Ken Hibino
36a5ce4a5b Use dynamic step when fetching metrics from Prometheus server 2021-12-13 16:44:52 -08:00
Ken Hibino
3a90416b52 (ui): Update UI to use the user selected duration 2021-12-13 16:44:51 -08:00
Ken Hibino
ce28af6a69 WIP: (ui): Add endtime, duration selector 2021-12-13 16:44:13 -08:00
Ken Hibino
d7ac077083 (ui): Add QueueSizeMetricsChart component 2021-12-13 16:44:13 -08:00
Ken Hibino
d60905334f Add redux actions/reducer for metrics 2021-12-13 16:44:12 -08:00
Ken Hibino
0279bd29cd (ui): Add MetricsView 2021-12-13 16:43:32 -08:00
Ken Hibino
c9fcd9c7ae Show metrics icon in sidebar if prometheus-addr is specified 2021-12-13 16:43:28 -08:00
Hugo Fonseca
711ca8b5c8 Prettify json bytes in Web UI 2021-12-13 16:39:55 -08:00
Ken Hibino
741a3c59fa Add completed state 2021-11-06 15:23:10 -07:00
Ken Hibino
32c5bac6cc (ui): fix build 2021-10-22 06:27:16 -07:00
Ken Hibino
ccdd6cea01 Serve both UI assets and REST API from handler 2021-10-12 15:35:56 -07:00
Lukas Malkmus
8b0a5d2dd5 Fix typo 2021-09-30 06:03:52 -07:00
Ken Hibino
ce5c86eea5 Support redis cluster
- Added `--redis-cluster-nodes` flag
- Display cluster information in redis info page
2021-09-07 07:10:38 -07:00
Ken Hibino
3befee382d Add Task details view
Allow users to find task by task ID
2021-07-30 05:53:14 -07:00
Ken Hibino
d58d549d4c Adjust payload field to print content if bytes are printable 2021-06-29 16:47:25 -07:00
Ken Hibino
b5de7e6994 Update timeAgo helper to handle zero unix time 2021-06-29 16:47:25 -07:00
Ken Hibino
565dfb4ccf Update UI code with new API 2021-06-29 16:47:25 -07:00
Ken Hibino
a1ee096efa Rollback new logo in appbar 2021-05-08 22:11:07 -07:00
Ken Hibino
72bcbadf72 Update Appbar with a new logo 2021-04-19 06:56:00 -07:00
Ken Hibino
8395647155 Move dailyStats chart type state to redux store 2021-04-10 06:47:33 -07:00
Ken Hibino
33ac2d7316 Save task-rows-per-page as user settings 2021-04-10 06:47:33 -07:00
Ken Hibino
15dc9ff485 Fix action button styles 2021-03-01 15:24:41 -08:00
Ken Hibino
50b7af8421 Make barchart clickable 2021-03-01 15:14:12 -08:00
Ken Hibino
93ef083abc Style fix 2021-03-01 15:14:12 -08:00
Ken Hibino
aa2cc37cd9 Update task table styles 2021-01-30 10:17:54 -08:00
Ken Hibino
30f64efd09 Minor fixes 2021-01-29 22:25:01 -08:00
Ken Hibino
747ff21218 Fix percentage helper 2021-01-29 16:01:30 -08:00
Ken Hibino
4179d00b7b Change values displayed in QueuesOverviewTable 2021-01-28 06:54:53 -08:00
Ken Hibino
a0e7b49c3a Use small icons in QueuesOverviewTable 2021-01-27 21:41:57 -08:00
Ken Hibino
ae7e0730bc Show deadline data in ActiveTasksTable 2021-01-27 16:16:38 -08:00
Ken Hibino
3c43624927 Add retry and last error fields to all task types 2021-01-27 07:18:31 -08:00
Ken Hibino
a488599ec0 Fix queue size when delete action happens 2021-01-26 21:43:51 -08:00
Ken Hibino
a6498ca729 Improve network error handling 2021-01-26 21:25:42 -08:00
Ken Hibino
1bee405599 Display queue memory usage in task view 2021-01-26 15:56:45 -08:00
Ken Hibino
7336a37555 Use chip for task type selection 2021-01-24 18:49:26 -08:00
Ken Hibino
2b2d5f88a5 Add breadcrumb to task view 2021-01-24 13:56:05 -08:00
Ken Hibino
b2c8de61bb Change layout of TasksTable 2021-01-24 11:40:41 -08:00
Ken Hibino
e69d343d89 Update ActiveTasksTable styles 2021-01-23 17:16:28 -08:00
Ken Hibino
c08addc7b3 Show started time in ActiveTasksTable 2021-01-23 12:06:50 -08:00
Ken Hibino
1eafcbeed5 Use redux for drawer open state 2021-01-22 22:26:04 -08:00
Ken Hibino
3547d27214 Minimize the number of writes to local-storage 2021-01-22 22:16:48 -08:00
Ken Hibino
3c064e0eaf Change LinkItemLink selected color in dark mode 2021-01-22 21:55:01 -08:00
Ken Hibino
caae17a230 Add delete and archive action buttons to PendingTasksTable 2021-01-21 16:26:34 -08:00