[PR #315] [CLOSED] Add default port #1032

Closed
opened 2026-03-15 21:48:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/315
Author: @hypnoglow
Created: 12/1/2023
Status: Closed

Base: masterHead: add-default-port


📝 Commits (7)

  • 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

📊 Changes

33 files changed (+6019 additions, -6646 deletions)

View changed files

.tool-versions (+1 -0)
📝 CHANGELOG.md (+1 -1)
📝 Dockerfile (+7 -3)
📝 Makefile (+7 -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 (+27 -11)
📝 go.sum (+31 -103)
📝 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

Add default port if not present in redis-cluster-nodes


🔄 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/315 **Author:** [@hypnoglow](https://github.com/hypnoglow) **Created:** 12/1/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-default-port` --- ### 📝 Commits (7) - [`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 ### 📊 Changes **33 files changed** (+6019 additions, -6646 deletions) <details> <summary>View changed files</summary> ➕ `.tool-versions` (+1 -0) 📝 `CHANGELOG.md` (+1 -1) 📝 `Dockerfile` (+7 -3) 📝 `Makefile` (+7 -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` (+27 -11) 📝 `go.sum` (+31 -103) 📝 `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 Add default port if not present in redis-cluster-nodes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 21:48:20 +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#1032
No description provided.