mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 09:35:49 +03:00
[PR #193] [MERGED] Change for v0.4 #250
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#250
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/asynqmon/pull/193
Author: @hibiken
Created: 11/6/2021
Status: ✅ Merged
Merged: 11/6/2021
Merged by: @hibiken
Base:
master← Head:next📝 Commits (10+)
aaa3147WIP:3723433Remove trailing slash from RootPath output string81ae7c2Add API endpoint for ListCompletedTasks41d42c6Update Makefilebac72f5WIP:(ui): Add CompletedTasksTable36c82e3(ui): Add Completed section in QueueSizeChartefb2aa7Update task details view6be4552(ui): Fix isSameDate helper function1eefc83(ui): Minor style fixf65986dAdd API endpoints for deleting completed tasks📊 Changes
36 files changed (+1235 additions, -202 deletions)
View changed files
📝
.gitignore(+2 -1)📝
Makefile(+6 -1)📝
README.md(+2 -1)📝
cmd/asynqmon/main.go(+8 -0)📝
conversion_helpers.go(+79 -3)📝
go.mod(+2 -1)📝
go.sum(+2 -0)📝
handler.go(+27 -11)📝
task_handlers.go(+48 -2)📝
ui/build/asset-manifest.json(+7 -7)📝
ui/build/index.html(+1 -1)📝
ui/build/static/js/2.260e42b2.chunk.js(+3 -3)📝
ui/build/static/js/2.260e42b2.chunk.js.LICENSE.txt(+0 -0)➕
ui/build/static/js/2.260e42b2.chunk.js.map(+1 -0)➖
ui/build/static/js/2.3f9a2354.chunk.js.map(+0 -1)➕
ui/build/static/js/main.525ff6d9.chunk.js(+2 -0)➕
ui/build/static/js/main.525ff6d9.chunk.js.map(+1 -0)➖
ui/build/static/js/main.dec9d0fd.chunk.js(+0 -2)➖
ui/build/static/js/main.dec9d0fd.chunk.js.map(+0 -1)📝
ui/src/actions/tasksActions.ts(+217 -18)...and 16 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.