mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[PR #482] [MERGED] Add dash command to Asynq CLI #758
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#758
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hibiken/asynq/pull/482
Author: @hibiken
Created: 6/3/2022
Status: ✅ Merged
Merged: 6/3/2022
Merged by: @hibiken
Base:
master← Head:cli/dash📝 Commits (10+)
4cf5d74(cli): Add dash commanda666201(cli) Add footer to dash45554b2(cli) Add * to indicate current view in the footer menu2512d01(cli) Add navigation to dashe52a4b9(cli): Refactor data fetch in dasha895145(cli): Add redis view0d7846c(cli): Add queue details view to dashb6d8bd1(tools): Require go1.18+4e0da9f(cli): Add helper function for drawing table83b6a55(cli): Create dash subpackage📊 Changes
13 files changed (+2013 additions, -7 deletions)
View changed files
📝
.github/workflows/build.yml(+26 -3)➕
tools/asynq/cmd/dash.go(+44 -0)➕
tools/asynq/cmd/dash/dash.go(+219 -0)➕
tools/asynq/cmd/dash/draw.go(+724 -0)➕
tools/asynq/cmd/dash/draw_test.go(+33 -0)➕
tools/asynq/cmd/dash/fetch.go(+185 -0)➕
tools/asynq/cmd/dash/key_event.go(+317 -0)➕
tools/asynq/cmd/dash/key_event_test.go(+234 -0)➕
tools/asynq/cmd/dash/screen_drawer.go(+100 -0)➕
tools/asynq/cmd/dash/table.go(+70 -0)📝
tools/asynq/cmd/root.go(+6 -0)📝
tools/go.mod(+39 -1)📝
tools/go.sum(+16 -3)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.