[PR #513] [MERGED] Add Tailscale unstable channel and repo HEAD to integration tests #1452

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

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/513
Author: @juanfont
Created: 3/18/2022
Status: Merged
Merged: 3/20/2022
Merged by: @juanfont

Base: mainHead: unstable-integration-tests


📝 Commits (8)

  • 749c929 Add Tailscale unstable channel and repo HEAD to integration tests
  • 0165b89 Fixed paths
  • a645565 Added missing package
  • f42868f Docker requires lowercase for the container names
  • a1caa5b Minor improvements on logging
  • a8a683d Added default values in Dockerfile.tailscale
  • 94d9105 Merge branch 'main' into unstable-integration-tests
  • af6a47f Changelog updated

📊 Changes

7 files changed (+80 additions, -30 deletions)

View changed files

📝 CHANGELOG.md (+2 -1)
📝 Dockerfile.tailscale (+4 -3)
Dockerfile.tailscale-HEAD (+21 -0)
📝 integration_cli_test.go (+1 -1)
📝 integration_common_test.go (+44 -1)
📝 integration_embedded_derp_test.go (+4 -12)
📝 integration_test.go (+4 -12)

📄 Description

In preparation for the implementation of the new TS2021 protocol (Tailscale control protocol v2) we are expanding the test infrastructure

  • added unit tests
  • added integration tests
  • updated documentation if needed
  • updated CHANGELOG.md

🔄 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/513 **Author:** [@juanfont](https://github.com/juanfont) **Created:** 3/18/2022 **Status:** ✅ Merged **Merged:** 3/20/2022 **Merged by:** [@juanfont](https://github.com/juanfont) **Base:** `main` ← **Head:** `unstable-integration-tests` --- ### 📝 Commits (8) - [`749c929`](https://github.com/juanfont/headscale/commit/749c92954c5fcd3a49e6a4b904efffe64616c00a) Add Tailscale unstable channel and repo HEAD to integration tests - [`0165b89`](https://github.com/juanfont/headscale/commit/0165b89941306a77cd96e55080b4acf9c44bc180) Fixed paths - [`a645565`](https://github.com/juanfont/headscale/commit/a6455653c0d0e499737bcbac728ee9113784b5ae) Added missing package - [`f42868f`](https://github.com/juanfont/headscale/commit/f42868f67f9877bb6e51a7a1eea3105f11921507) Docker requires lowercase for the container names - [`a1caa5b`](https://github.com/juanfont/headscale/commit/a1caa5b45c9e35107d3477e06e158a9239793334) Minor improvements on logging - [`a8a683d`](https://github.com/juanfont/headscale/commit/a8a683d3cccb356dd7c3cd90d39387781d75ae0b) Added default values in Dockerfile.tailscale - [`94d9105`](https://github.com/juanfont/headscale/commit/94d910557f9d10a33a00ccd52f34daa2e736d39d) Merge branch 'main' into unstable-integration-tests - [`af6a47f`](https://github.com/juanfont/headscale/commit/af6a47fdd3c16da5d4e861931cff32cf1c88a235) Changelog updated ### 📊 Changes **7 files changed** (+80 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+2 -1) 📝 `Dockerfile.tailscale` (+4 -3) ➕ `Dockerfile.tailscale-HEAD` (+21 -0) 📝 `integration_cli_test.go` (+1 -1) 📝 `integration_common_test.go` (+44 -1) 📝 `integration_embedded_derp_test.go` (+4 -12) 📝 `integration_test.go` (+4 -12) </details> ### 📄 Description In preparation for the implementation of the new TS2021 protocol (Tailscale control protocol v2) we are expanding the test infrastructure - [ ] added unit tests - [x] added integration tests - [ ] updated documentation if needed - [x] updated CHANGELOG.md --- <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:30:08 +01:00
adam closed this issue 2025-12-29 02:30:08 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1452