[PR #197] [MERGED] improvement: prettify json payloads #255

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/197
Author: @imhugofonseca
Created: 12/4/2021
Status: Merged
Merged: 12/14/2021
Merged by: @hibiken

Base: masterHead: improvement/task-payload


📝 Commits (1)

  • 33eb4a6 feat: prettify json payloads

📊 Changes

19 files changed (+53 additions, -33 deletions)

View changed files

📝 ui/build/asset-manifest.json (+7 -7)
📝 ui/build/index.html (+1 -1)
📝 ui/build/static/js/2.d6956563.chunk.js (+2 -2)
📝 ui/build/static/js/2.d6956563.chunk.js.LICENSE.txt (+0 -0)
📝 ui/build/static/js/2.d6956563.chunk.js.map (+1 -1)
ui/build/static/js/main.2bdef890.chunk.js (+2 -0)
ui/build/static/js/main.2bdef890.chunk.js.map (+1 -0)
ui/build/static/js/main.525ff6d9.chunk.js (+0 -2)
ui/build/static/js/main.525ff6d9.chunk.js.map (+0 -1)
📝 ui/src/components/ActiveTasksTable.tsx (+2 -2)
📝 ui/src/components/ArchivedTasksTable.tsx (+2 -2)
📝 ui/src/components/CompletedTasksTable.tsx (+3 -2)
📝 ui/src/components/PendingTasksTable.tsx (+2 -2)
📝 ui/src/components/RetryTasksTable.tsx (+2 -2)
📝 ui/src/components/ScheduledTasksTable.tsx (+2 -2)
📝 ui/src/components/SchedulerEntriesTable.tsx (+2 -2)
📝 ui/src/components/ServersTable.tsx (+2 -2)
📝 ui/src/utils.ts (+19 -0)
📝 ui/src/views/TaskDetailsView.tsx (+3 -3)

📄 Description

Hello! been using asynq and needed the json payloads to look prettier for debugging on the ui so here is the pr. :)

  • Added isJsonPayload util
  • Added pretiffyPayload util

🔄 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/197 **Author:** [@imhugofonseca](https://github.com/imhugofonseca) **Created:** 12/4/2021 **Status:** ✅ Merged **Merged:** 12/14/2021 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `improvement/task-payload` --- ### 📝 Commits (1) - [`33eb4a6`](https://github.com/hibiken/asynqmon/commit/33eb4a627f7fd769d85beca4325c71de9f288cc5) feat: prettify json payloads ### 📊 Changes **19 files changed** (+53 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `ui/build/asset-manifest.json` (+7 -7) 📝 `ui/build/index.html` (+1 -1) 📝 `ui/build/static/js/2.d6956563.chunk.js` (+2 -2) 📝 `ui/build/static/js/2.d6956563.chunk.js.LICENSE.txt` (+0 -0) 📝 `ui/build/static/js/2.d6956563.chunk.js.map` (+1 -1) ➕ `ui/build/static/js/main.2bdef890.chunk.js` (+2 -0) ➕ `ui/build/static/js/main.2bdef890.chunk.js.map` (+1 -0) ➖ `ui/build/static/js/main.525ff6d9.chunk.js` (+0 -2) ➖ `ui/build/static/js/main.525ff6d9.chunk.js.map` (+0 -1) 📝 `ui/src/components/ActiveTasksTable.tsx` (+2 -2) 📝 `ui/src/components/ArchivedTasksTable.tsx` (+2 -2) 📝 `ui/src/components/CompletedTasksTable.tsx` (+3 -2) 📝 `ui/src/components/PendingTasksTable.tsx` (+2 -2) 📝 `ui/src/components/RetryTasksTable.tsx` (+2 -2) 📝 `ui/src/components/ScheduledTasksTable.tsx` (+2 -2) 📝 `ui/src/components/SchedulerEntriesTable.tsx` (+2 -2) 📝 `ui/src/components/ServersTable.tsx` (+2 -2) 📝 `ui/src/utils.ts` (+19 -0) 📝 `ui/src/views/TaskDetailsView.tsx` (+3 -3) </details> ### 📄 Description Hello! been using asynq and needed the json payloads to look prettier for debugging on the ui so here is the pr. :) - Added `isJsonPayload` util - Added `pretiffyPayload` util --- <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:28 +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#255
No description provided.