2
0
mirror of https://github.com/hibiken/asynqmon.git synced 2026-08-30 07:24:30 +08:00
Commit Graph

107 Commits

Author SHA1 Message Date
Ken Hibino
febf690aa8 (ui): Add renderRow prop to TasksTable component 2022-04-03 06:40:46 -07:00
Ken Hibino
5ed0d74ba9 (ui): Make task action props optional 2022-04-03 06:29:13 -07:00
Ken Hibino
9e8dd34a88 Create generic TasksTable component 2022-04-03 05:50:23 -07:00
Ken Hibino
e83c77cbd4 (ui): Rename TasksTable to TasksTableContainer 2022-04-02 20:11:34 -07:00
Ken Hibino
ea78dacaf6 (ui): Reduce bundle size by using light syntax-highlighter 2022-04-01 14:32:06 -07:00
Ken Hibino
8e26f2d3d8 (ui): Add empty group UI 2022-04-01 10:54:39 -07:00
Ken Hibino
e494b7fca6 (ui): Add action buttons to AggregatingTasksTable 2022-04-01 10:03:02 -07:00
Ken Hibino
0b5e5e9784 Add redux actions/reducer for aggregating task actions 2022-03-30 18:34:15 -07:00
Ken Hibino
0d44cb3d62 (ui): minor cleanup 2022-03-26 14:14:49 -07:00
Ken Hibino
040c377983 (ui): Add error and not found alert box in AggregatingTasksTable 2022-03-26 14:09:24 -07:00
Ken Hibino
c32ac9e820 (ui): Rename TaskGroupsTable to AggregatingTasksTable 2022-03-26 14:04:55 -07:00
Ken Hibino
7d5b031d93 (ui): Display tasks in TaskGroupsTable 2022-03-26 14:02:03 -07:00
Ken Hibino
e14c35a3d7 (ui): Add redux action/reducer for aggregating tasks 2022-03-26 07:04:22 -07:00
Ken Hibino
a665a094be WIP: Add table to TaskGroupsTable 2022-03-25 16:11:20 -07:00
Ken Hibino
b3e7f28fae (ui): Make GroupSelect controlled input 2022-03-25 07:00:31 -07:00
Ken Hibino
7f7e699921 Use virtualized list 2022-03-25 06:43:44 -07:00
Ken Hibino
cbc292bce2 Add GroupSelect component 2022-03-25 06:06:13 -07:00
Ken Hibino
f19b95ad82 Update QueueSizeChart to show aggregating task count 2022-03-24 06:15:58 -07:00
Ken Hibino
410be6f842 Fix TasksTable styles 2022-03-23 20:47:39 -07:00
Ken Hibino
8671cd011c Add group count and aggregating task count in TaskView 2022-03-23 20:47:11 -07:00
Ken Hibino
af9c47d038 Fix pagination in Active table 2022-03-02 06:34:45 -08:00
Ken Hibino
1a27aaacbe Add concept of Flag values under window object to ensure values are
parsed before use
2022-03-02 06:34:45 -08:00
Ken Hibino
49eece97f7 (ui): Hide action buttons in read-only mode 2022-03-02 06:34:45 -08:00
Ken Hibino
8a508c58eb Display queue latency 2022-03-02 06:34:45 -08:00
Ken Hibino
aceac82d78 Show orphaned status in active task table 2022-03-02 06:34:45 -08:00
Peizhi Zheng
1655bf3d88 address comments 2022-03-02 06:34:45 -08:00
Peizhi Zheng
3d31c94258 add copy id for the rest of tables 2022-03-02 06:34:45 -08:00
Peizhi Zheng
747d10df97 add copy id feature for task tables 2022-03-02 06:34:45 -08:00
Peizhi Zheng
609b319a9e Add copy taskID to clipboard button 2022-01-14 22:46:49 -08:00
Ken Hibino
3ae79d85c3 Fix typescript error 2021-12-20 07:11:15 -08:00
Ken Hibino
1b8d46a35e Add support for Prometheus integration 2021-12-19 07:30:16 -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
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
565dfb4ccf Update UI code with new API 2021-06-29 16:47:25 -07:00
Ken Hibino
72bcbadf72 Update Appbar with a new logo 2021-04-19 06:56:00 -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
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
a6498ca729 Improve network error handling 2021-01-26 21:25:42 -08:00