[PR #890] [MERGED] Integration v2: initial CLI command work #1711

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

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/890
Author: @kradalby
Created: 10/24/2022
Status: Merged
Merged: 10/28/2022
Merged by: @kradalby

Base: mainHead: integration-v2-cli


📝 Commits (7)

  • 2c0488d Add Execute helper for controlserver
  • cb61a49 Add namespace command test
  • 239ef16 Add preauthkey command test
  • 5013187 Add some sort stability
  • 7e6ab19 Port preauthkey subcommand tests
  • 2ca286e Merge branch 'main' into integration-v2-cli
  • 73eae8e Merge branch 'main' into integration-v2-cli

📊 Changes

3 files changed (+401 additions, -0 deletions)

View changed files

integration/cli_test.go (+377 -0)
📝 integration/control.go (+1 -0)
📝 integration/hsic/hsic.go (+23 -0)

📄 Description

Signed-off-by: Kristoffer Dalby kristoffer@tailscale.com


🔄 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/890 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 10/24/2022 **Status:** ✅ Merged **Merged:** 10/28/2022 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `integration-v2-cli` --- ### 📝 Commits (7) - [`2c0488d`](https://github.com/juanfont/headscale/commit/2c0488da0b13f8430cb6847b5eb5569e54a1f7bb) Add Execute helper for controlserver - [`cb61a49`](https://github.com/juanfont/headscale/commit/cb61a490e026f093a8aa6dfce9798e5f01a0fde2) Add namespace command test - [`239ef16`](https://github.com/juanfont/headscale/commit/239ef16ad1fd97611ceac8e76172ac988411f35a) Add preauthkey command test - [`5013187`](https://github.com/juanfont/headscale/commit/5013187aaffc1e6efa8f827dc0e1b9bbcdd8831c) Add some sort stability - [`7e6ab19`](https://github.com/juanfont/headscale/commit/7e6ab19270567a8bc1494aad8dff15c2dae470bc) Port preauthkey subcommand tests - [`2ca286e`](https://github.com/juanfont/headscale/commit/2ca286ee8cf90fd6842a57ee82a8cdf4fe7c26d6) Merge branch 'main' into integration-v2-cli - [`73eae8e`](https://github.com/juanfont/headscale/commit/73eae8e2cf584464199fb5a249d58ca90635b2de) Merge branch 'main' into integration-v2-cli ### 📊 Changes **3 files changed** (+401 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `integration/cli_test.go` (+377 -0) 📝 `integration/control.go` (+1 -0) 📝 `integration/hsic/hsic.go` (+23 -0) </details> ### 📄 Description Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> --- <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:31:24 +01:00
adam closed this issue 2025-12-29 02:31:24 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1711