mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 09:35:49 +03:00
[PR #197] [MERGED] improvement: prettify json payloads #255
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#255
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/197
Author: @imhugofonseca
Created: 12/4/2021
Status: ✅ Merged
Merged: 12/14/2021
Merged by: @hibiken
Base:
master← Head:improvement/task-payload📝 Commits (1)
33eb4a6feat: 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. :)
isJsonPayloadutilpretiffyPayloadutil🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.