[PR #2271] [MERGED] Add worker reading extra_records_path from file #2580

Closed
opened 2025-12-29 03:21:54 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/2271
Author: @kradalby
Created: 12/5/2024
Status: Merged
Merged: 12/13/2024
Merged by: @kradalby

Base: mainHead: kradalby/extra-record-path


📝 Commits (5)

📊 Changes

22 files changed (+388 additions, -81 deletions)

View changed files

📝 .github/workflows/docs-deploy.yml (+2 -2)
📝 .github/workflows/test-integration.yaml (+1 -0)
📝 CHANGELOG.md (+8 -7)
📝 Dockerfile.integration (+1 -1)
📝 Makefile (+4 -1)
📝 flake.nix (+1 -1)
📝 go.mod (+1 -1)
📝 go.sum (+2 -0)
📝 hscontrol/app.go (+63 -43)
📝 hscontrol/auth.go (+0 -1)
📝 hscontrol/db/db_test.go (+0 -1)
hscontrol/dns/extrarecords.go (+155 -0)
📝 hscontrol/mapper/mapper.go (+2 -2)
📝 hscontrol/mapper/mapper_test.go (+4 -4)
📝 hscontrol/mapper/tail_test.go (+1 -1)
📝 hscontrol/oidc.go (+2 -2)
📝 hscontrol/types/config.go (+21 -8)
📝 hscontrol/types/config_test.go (+3 -3)
📝 hscontrol/util/dns.go (+0 -1)
📝 integration/auth_oidc_test.go (+2 -2)

...and 2 more files

📄 Description

Add worker reading extra_records_path from file.

Fixes #2262


🔄 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/juanfont/headscale/pull/2271 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 12/5/2024 **Status:** ✅ Merged **Merged:** 12/13/2024 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `kradalby/extra-record-path` --- ### 📝 Commits (5) - [`a044cd0`](https://github.com/juanfont/headscale/commit/a044cd01dac676b4a6d7431c2c6b79ba1f652b0d) consolidate scheduled tasks into one goroutine - [`a9cbdba`](https://github.com/juanfont/headscale/commit/a9cbdbacd947dbb66947e543cd6c84d0ee876862) rename Tailcfg dns struct - [`e39f8c0`](https://github.com/juanfont/headscale/commit/e39f8c09b59f4059655043b10ae51d5f1bd979a7) add dns.extra_records_path option - [`970c040`](https://github.com/juanfont/headscale/commit/970c040b2c14afde37f1df0904561b45a206b886) prettier lint - [`2de7961`](https://github.com/juanfont/headscale/commit/2de796119631505b09b31b62ac19397733e7cfbe) go-fmt ### 📊 Changes **22 files changed** (+388 additions, -81 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docs-deploy.yml` (+2 -2) 📝 `.github/workflows/test-integration.yaml` (+1 -0) 📝 `CHANGELOG.md` (+8 -7) 📝 `Dockerfile.integration` (+1 -1) 📝 `Makefile` (+4 -1) 📝 `flake.nix` (+1 -1) 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -0) 📝 `hscontrol/app.go` (+63 -43) 📝 `hscontrol/auth.go` (+0 -1) 📝 `hscontrol/db/db_test.go` (+0 -1) ➕ `hscontrol/dns/extrarecords.go` (+155 -0) 📝 `hscontrol/mapper/mapper.go` (+2 -2) 📝 `hscontrol/mapper/mapper_test.go` (+4 -4) 📝 `hscontrol/mapper/tail_test.go` (+1 -1) 📝 `hscontrol/oidc.go` (+2 -2) 📝 `hscontrol/types/config.go` (+21 -8) 📝 `hscontrol/types/config_test.go` (+3 -3) 📝 `hscontrol/util/dns.go` (+0 -1) 📝 `integration/auth_oidc_test.go` (+2 -2) _...and 2 more files_ </details> ### 📄 Description Add worker reading extra_records_path from file. Fixes #2262 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 03:21:54 +01:00
adam closed this issue 2025-12-29 03:21:54 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2580