Commit Graph

836 Commits

Author SHA1 Message Date
Ken Hibino
0eecef2da6 (cli): Refactor key event handlers 2022-05-21 16:09:35 -07:00
Ken Hibino
8b8b17650f (cli): Make baseStyle global variable 2022-05-21 07:21:56 -07:00
Ken Hibino
553891e837 (cli): Add group selection table 2022-05-21 06:55:02 -07:00
Ken Hibino
2e9b5ed17e (cli): Add pagination to task table 2022-05-19 09:45:07 -07:00
Ken Hibino
16856a6a41 (cli): update queue details view 2022-05-18 21:05:22 -07:00
Ken Hibino
2c43ee9e20 (cli): Add event handler for left/right arrows 2022-05-18 10:28:37 -07:00
Ken Hibino
b78ed063ff (cli): Show queue info banner in dash 2022-05-18 06:08:22 -07:00
Ken Hibino
b6303876b5 (cli): Split dash package into multiple files 2022-05-18 05:50:50 -07:00
Ken Hibino
83b6a5599d (cli): Create dash subpackage 2022-05-18 05:40:25 -07:00
Ken Hibino
4e0da9fb55 (cli): Add helper function for drawing table 2022-05-17 14:43:32 -07:00
Ken Hibino
b6d8bd1412 (tools): Require go1.18+ 2022-05-16 17:07:50 -07:00
Ken Hibino
0d7846c580 (cli): Add queue details view to dash 2022-05-16 06:45:13 -07:00
Ken Hibino
a895145a43 (cli): Add redis view 2022-05-15 13:40:08 -07:00
Ken Hibino
e52a4b97e5 (cli): Refactor data fetch in dash 2022-05-15 13:14:47 -07:00
Ken Hibino
2512d01d19 (cli) Add navigation to dash 2022-05-15 12:37:21 -07:00
Ken Hibino
45554b2e37 (cli) Add * to indicate current view in the footer menu 2022-05-15 11:49:01 -07:00
Ken Hibino
a666201f99 (cli) Add footer to dash 2022-05-14 18:11:40 -07:00
Ken Hibino
4cf5d74162 (cli): Add dash command 2022-05-14 17:37:39 -07:00
Ken Hibino
5187844ca5 Update CLI install command in README 2022-05-06 16:55:54 -07:00
Ken Hibino
4dd2b5738a (cli): Improve help command output 2022-05-06 16:18:40 -07:00
Jeffrey Lo
9116c096ec docs: correct typo (deafult => default) 2022-05-04 19:10:09 -07:00
Erwan Leboucher
5c723f597e Correct the error message to cancel an active tasks 2022-04-13 06:08:46 -07:00
Ken Hibino
dd6f84c575 (cli): Use asynq v0.23 2022-04-13 06:07:31 -07:00
Ken Hibino
c438339c3d Fix date in changelog 2022-04-12 06:22:42 -07:00
Ken Hibino
901938b0fe Update readme 2022-04-11 17:07:24 -07:00
Ken Hibino
245d4fe663 v0.23.0 v0.23.0 2022-04-11 16:57:33 -07:00
Ken Hibino
94719e325c Update CHANGELOG.md 2022-04-11 16:55:43 -07:00
Ken Hibino
8b2a787759 Rename variables for public API documentation 2022-04-11 16:55:43 -07:00
Ken Hibino
451be7e50f (cli): Update stats command to print the number of aggregating tasks 2022-04-11 16:55:43 -07:00
Ken Hibino
578321f226 (cli): Extend task ls command to list aggregating tasks 2022-04-11 16:55:43 -07:00
Ken Hibino
2c783566f3 (cli): Add group ls command 2022-04-11 16:55:43 -07:00
Ken Hibino
39718f8bea Always enqueue the aggregated task in the same queue 2022-04-11 16:55:43 -07:00
Ken Hibino
829f64fd38 Define GroupAggregator interface 2022-04-11 16:55:43 -07:00
Ken Hibino
a369443955 Add batch actions to inspector for aggregating tasks
Added:
- Inspector.DeleteAllAggregatingTasks
- Inspector.ArchiveAllAggregatingTasks
- Inspector.RunAllAggregatingTasks
2022-04-11 16:55:43 -07:00
Ken Hibino
de139cc18e Update RDB.RunTask to schedule aggregating task 2022-04-11 16:55:43 -07:00
Ken Hibino
74db013ab9 Add RDB.RunAllAggregatingTasks 2022-04-11 16:55:43 -07:00
Ken Hibino
725105ca03 Update RDB.ArchiveTask to archive aggregating task 2022-04-11 16:55:43 -07:00
Ken Hibino
d8f31e45f1 Add RDB.ArchiveAllAggregatingTasks 2022-04-11 16:55:43 -07:00
Ken Hibino
9023cbf4be Update RDB.DeleteTask to handle aggregating task 2022-04-11 16:55:43 -07:00
Ken Hibino
9279c09125 Add RDB.DeleteAllAggregatingTasks 2022-04-11 16:55:43 -07:00
Ken Hibino
bc27126670 Fix memory usage lua script 2022-04-11 16:55:43 -07:00
Ken Hibino
0cfa7f47ba Fix memory_usage lua script 2022-04-11 16:55:43 -07:00
Ken Hibino
8a4fb71dd5 Update go.mod with replace directive 2022-04-11 16:55:43 -07:00
Ken Hibino
7fb5b25944 Add Inspector.ListAggregatingTasks 2022-04-11 16:55:43 -07:00
Ken Hibino
71bd8f0535 Add RDB.ListAggregating 2022-04-11 16:55:43 -07:00
Ken Hibino
4c8432e0ce Add Inspector.Groups method 2022-04-11 16:55:43 -07:00
Ken Hibino
e939b5d166 Rename asynqtest package to testutil 2022-04-11 16:55:43 -07:00
Ken Hibino
1acd62c760 Move test helpers to asynqtest package 2022-04-11 16:55:43 -07:00
Ken Hibino
0149396bae Add RDB.GroupStats for inspecting groups 2022-04-11 16:55:43 -07:00
Ken Hibino
45ed560708 Add Group field to TaskInfo struct 2022-04-11 16:55:43 -07:00