[PR #330] [CLOSED] Update go #689

Closed
opened 2026-03-07 22:16:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/330
Author: @hypnoglow
Created: 9/6/2024
Status: Closed

Base: masterHead: update-go


📝 Commits (10+)

  • 921ba24 Added configuration of custom redis prefix
  • 4ad1a27 Merged master of upstream and fix test
  • ed0d974 Add clean up of cluster addrs
  • c815d27 Merge pull request #1 from platacard/qqunity
  • 000c2bb Update and actualize the fork
  • b1f29e0 Merge pull request #2 from platacard/update-platacard
  • 9546790 Add default port if not present in redis-cluster-nodes
  • f6370dc Merge pull request #3 from platacard/add-default-port
  • acda512 Build multiarch images
  • 9f834c3 Merge pull request #4 from platacard/multiarch-images

📊 Changes

33 files changed (+6013 additions, -6649 deletions)

View changed files

.tool-versions (+2 -0)
📝 CHANGELOG.md (+1 -1)
📝 Dockerfile (+7 -3)
📝 Makefile (+11 -1)
📝 README.md (+18 -18)
📝 cmd/asynqmon/main.go (+37 -4)
📝 cmd/asynqmon/main_test.go (+14 -2)
📝 conversion_helpers.go (+1 -1)
📝 example_test.go (+2 -2)
📝 go.mod (+24 -11)
📝 go.sum (+23 -106)
📝 group_handlers.go (+2 -1)
📝 handler.go (+3 -2)
📝 queue_handlers.go (+1 -1)
📝 redis_info_handlers.go (+1 -1)
📝 scheduler_entry_handlers.go (+1 -1)
📝 server_handlers.go (+1 -1)
📝 task_handlers.go (+1 -1)
📝 ui/build/asset-manifest.json (+5 -12)
📝 ui/build/index.html (+1 -1)

...and 13 more files

📄 Description

No description provided


🔄 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/330 **Author:** [@hypnoglow](https://github.com/hypnoglow) **Created:** 9/6/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `update-go` --- ### 📝 Commits (10+) - [`921ba24`](https://github.com/hibiken/asynqmon/commit/921ba2417221b45144c6c6d88b6fc2bccead6fc6) Added configuration of custom redis prefix - [`4ad1a27`](https://github.com/hibiken/asynqmon/commit/4ad1a27a4c156815837d30c8637046fb5da29647) Merged master of upstream and fix test - [`ed0d974`](https://github.com/hibiken/asynqmon/commit/ed0d9748517703ff57c816a7e1e6a9e52f6388f7) Add clean up of cluster addrs - [`c815d27`](https://github.com/hibiken/asynqmon/commit/c815d278fefcd04b4c4823115fbff32674977039) Merge pull request #1 from platacard/qqunity - [`000c2bb`](https://github.com/hibiken/asynqmon/commit/000c2bb62a0d1700846d6248ce00be4d1fae0e24) Update and actualize the fork - [`b1f29e0`](https://github.com/hibiken/asynqmon/commit/b1f29e0293f64b4f0e2b8bd414d6e88111d0fa54) Merge pull request #2 from platacard/update-platacard - [`9546790`](https://github.com/hibiken/asynqmon/commit/9546790fb4c3b3e88e711dd56caa8bd51bdf4b20) Add default port if not present in redis-cluster-nodes - [`f6370dc`](https://github.com/hibiken/asynqmon/commit/f6370dc32d5e6ca03dceb7067f7b689fe32f22e7) Merge pull request #3 from platacard/add-default-port - [`acda512`](https://github.com/hibiken/asynqmon/commit/acda512c0a4ab52b3bc7afd203be19eeba77be67) Build multiarch images - [`9f834c3`](https://github.com/hibiken/asynqmon/commit/9f834c303b4412f86cabc3867e908b6994f45959) Merge pull request #4 from platacard/multiarch-images ### 📊 Changes **33 files changed** (+6013 additions, -6649 deletions) <details> <summary>View changed files</summary> ➕ `.tool-versions` (+2 -0) 📝 `CHANGELOG.md` (+1 -1) 📝 `Dockerfile` (+7 -3) 📝 `Makefile` (+11 -1) 📝 `README.md` (+18 -18) 📝 `cmd/asynqmon/main.go` (+37 -4) 📝 `cmd/asynqmon/main_test.go` (+14 -2) 📝 `conversion_helpers.go` (+1 -1) 📝 `example_test.go` (+2 -2) 📝 `go.mod` (+24 -11) 📝 `go.sum` (+23 -106) 📝 `group_handlers.go` (+2 -1) 📝 `handler.go` (+3 -2) 📝 `queue_handlers.go` (+1 -1) 📝 `redis_info_handlers.go` (+1 -1) 📝 `scheduler_entry_handlers.go` (+1 -1) 📝 `server_handlers.go` (+1 -1) 📝 `task_handlers.go` (+1 -1) 📝 `ui/build/asset-manifest.json` (+5 -12) 📝 `ui/build/index.html` (+1 -1) _...and 13 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 22:16:48 +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#689
No description provided.