[PR #1713] [CLOSED] fix: Preauth key list reusable column #2267

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

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/1713
Author: @dustinblackman
Created: 2/3/2024
Status: Closed

Base: mainHead: fix-preauth-list-table


📝 Commits (1)

  • e449375 fix: Preauth key list reusable column

📊 Changes

1 file changed (+1 additions, -8 deletions)

View changed files

📝 cmd/headscale/cli/preauthkeys.go (+1 -8)

📄 Description

Overview

Fixes https://github.com/juanfont/headscale/issues/1712

The preauthkeys Reusable column is incorrectly showing N/A rather than true when a key is reusable. Not quite sure what the original intention was, but this makes it more clear.

  • read the CONTRIBUTING guidelines
  • raised a GitHub issue or discussed it on the projects chat beforehand
  • added unit tests
  • added integration tests
  • updated documentation if needed
  • updated CHANGELOG.mm

🔄 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/1713 **Author:** [@dustinblackman](https://github.com/dustinblackman) **Created:** 2/3/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix-preauth-list-table` --- ### 📝 Commits (1) - [`e449375`](https://github.com/juanfont/headscale/commit/e449375887232bf6e731037619e2354af2f66746) fix: Preauth key list reusable column ### 📊 Changes **1 file changed** (+1 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `cmd/headscale/cli/preauthkeys.go` (+1 -8) </details> ### 📄 Description ## Overview Fixes https://github.com/juanfont/headscale/issues/1712 The preauthkeys Reusable column is incorrectly showing N/A rather than true when a key is reusable. Not quite sure what the original intention was, but this makes it more clear. - [x] read the [CONTRIBUTING guidelines](README.md#contributing) - [x] raised a GitHub issue or discussed it on the projects chat beforehand - [ ] added unit tests - [ ] added integration tests - [ ] updated documentation if needed - [ ] updated CHANGELOG.mm --- <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:20:29 +01:00
adam closed this issue 2025-12-29 03:20:29 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2267