[PR #20] [MERGED] Preauthkeys improvements #1202

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

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/20
Author: @cure
Created: 5/2/2021
Status: Merged
Merged: 5/3/2021
Merged by: @juanfont

Base: mainHead: preauthkeys_improvements


📝 Commits (1)

  • b34e90c Fix bug in preauthkeys: namespace object was not populated in the return

📊 Changes

7 files changed (+94 additions, -7 deletions)

View changed files

📝 Makefile (+1 -1)
📝 app.go (+4 -1)
📝 db.go (+8 -3)
📝 go.mod (+2 -1)
📝 go.sum (+2 -0)
📝 preauth_keys.go (+2 -1)
preauth_keys_test.go (+75 -0)

📄 Description

This fixes a bug in preauthkeys and adds tests. The tests use sqlite3.


🔄 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/20 **Author:** [@cure](https://github.com/cure) **Created:** 5/2/2021 **Status:** ✅ Merged **Merged:** 5/3/2021 **Merged by:** [@juanfont](https://github.com/juanfont) **Base:** `main` ← **Head:** `preauthkeys_improvements` --- ### 📝 Commits (1) - [`b34e90c`](https://github.com/juanfont/headscale/commit/b34e90c45dba328c114094d2ebd55f59191ad824) Fix bug in preauthkeys: namespace object was not populated in the return ### 📊 Changes **7 files changed** (+94 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+1 -1) 📝 `app.go` (+4 -1) 📝 `db.go` (+8 -3) 📝 `go.mod` (+2 -1) 📝 `go.sum` (+2 -0) 📝 `preauth_keys.go` (+2 -1) ➕ `preauth_keys_test.go` (+75 -0) </details> ### 📄 Description This fixes a bug in preauthkeys and adds tests. The tests use sqlite3. --- <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 02:29:12 +01:00
adam closed this issue 2025-12-29 02:29:12 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1202