[PR #220] [MERGED] v0.6 #270

Closed
opened 2026-03-02 05:19:32 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: next


📝 Commits (10+)

  • 9eeb922 add copy id feature for task tables
  • 1408b48 add copy id for the rest of tables
  • d53e8c8 fix jsx config error
  • 6ef159b address comments
  • 851f1e3 Show orphaned status in active task table
  • 3bb3c91 Update asynq dependency to v0.22.0
  • 3a5d354 Display queue latency
  • 30d5820 Update changelog
  • 471e440 Add ReadOnly option for HTTPHandler
  • 18373f9 (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.

## 📋 Pull Request Information **Original PR:** https://github.com/hibiken/asynqmon/pull/220 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 3/2/2022 **Status:** ✅ Merged **Merged:** 3/2/2022 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `next` --- ### 📝 Commits (10+) - [`9eeb922`](https://github.com/hibiken/asynqmon/commit/9eeb922f622ea51ad250d9d4ce700c4e8115a7f9) add copy id feature for task tables - [`1408b48`](https://github.com/hibiken/asynqmon/commit/1408b486bb99f367ab57110b3fdfdf173d4ecd5e) add copy id for the rest of tables - [`d53e8c8`](https://github.com/hibiken/asynqmon/commit/d53e8c89b72f8805c3f2ea0132fdab43e98e4824) fix jsx config error - [`6ef159b`](https://github.com/hibiken/asynqmon/commit/6ef159b6a1c7d90008151230e9b52fb250b3c547) address comments - [`851f1e3`](https://github.com/hibiken/asynqmon/commit/851f1e3a26f35baef3571d51df569468bfab296b) Show orphaned status in active task table - [`3bb3c91`](https://github.com/hibiken/asynqmon/commit/3bb3c91b4ff98ce0990a6311672a44a032ffc7de) Update asynq dependency to v0.22.0 - [`3a5d354`](https://github.com/hibiken/asynqmon/commit/3a5d3541955fd83288a1483cabd58a668d1817a9) Display queue latency - [`30d5820`](https://github.com/hibiken/asynqmon/commit/30d58200e97a7bb09e10abb63743caa226d1f9a0) Update changelog - [`471e440`](https://github.com/hibiken/asynqmon/commit/471e4404fc5d4d7c37a2a9e33632fbb09697077b) Add ReadOnly option for HTTPHandler - [`18373f9`](https://github.com/hibiken/asynqmon/commit/18373f9ac431a2b59c4c3a98a2e3654e7d73451a) (cmd): Add --read-only mode flag ### 📊 Changes **42 files changed** (+1201 additions, -896 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description See changelog for details --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 05:19:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynqmon#270
No description provided.