mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 09:35:49 +03:00
[PR #220] [MERGED] v0.6 #619
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#619
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/220
Author: @hibiken
Created: 3/2/2022
Status: ✅ Merged
Merged: 3/2/2022
Merged by: @hibiken
Base:
master← Head:next📝 Commits (10+)
9eeb922add copy id feature for task tables1408b48add copy id for the rest of tablesd53e8c8fix jsx config error6ef159baddress comments851f1e3Show orphaned status in active task table3bb3c91Update asynq dependency to v0.22.03a5d354Display queue latency30d5820Update changelog471e440Add ReadOnly option for HTTPHandler18373f9(cmd): Add --read-only mode flag📊 Changes
42 files changed (+1201 additions, -896 deletions)
View changed files
📝
CHANGELOG.md(+12 -0)📝
cmd/asynqmon/main.go(+3 -0)📝
conversion_helpers.go(+26 -16)📝
go.mod(+4 -4)📝
go.sum(+2 -9)📝
handler.go(+22 -0)📝
static.go(+3 -0)📝
ui/build/asset-manifest.json(+12 -10)📝
ui/build/index.html(+1 -1)➖
ui/build/static/js/2.60672392.chunk.js(+0 -3)➖
ui/build/static/js/2.60672392.chunk.js.map(+0 -1)➕
ui/build/static/js/2.8c4ddcd7.chunk.js(+3 -0)📝
ui/build/static/js/2.8c4ddcd7.chunk.js.LICENSE.txt(+2 -6)➕
ui/build/static/js/2.8c4ddcd7.chunk.js.map(+1 -0)➕
ui/build/static/js/main.0094b47e.chunk.js(+2 -0)➕
ui/build/static/js/main.0094b47e.chunk.js.map(+1 -0)➖
ui/build/static/js/main.c4fad8d1.chunk.js(+0 -2)➖
ui/build/static/js/main.c4fad8d1.chunk.js.map(+0 -1)📝
ui/build/static/js/runtime-main.4c7af7c1.js(+1 -1)➕
ui/build/static/js/runtime-main.4c7af7c1.js.map(+1 -0)...and 22 more files
📄 Description
See changelog for details
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.