[PR #121] [MERGED] New integration test for tailscale 1.14 #1271

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

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/121
Author: @kradalby
Created: 9/23/2021
Status: Merged
Merged: 9/23/2021
Merged by: @kradalby

Base: tailscale-1.14Head: main


📝 Commits (10+)

  • 0aac79f Dockerfile: add golang tag
  • b28ebb5 fix typo
  • e154e7a fix typo, it is 'relayed' not 'relied'
  • bf26e37 Merge pull request #112 from fkr/main
  • 4d22b42 Merge pull request #108 from ohdearaugustin/topic/docker-image-version
  • 7940dbc Merge pull request #111 from woudsma/main
  • da209e8 Update README.md
  • d68d201 Add version support to integration support
  • f905812 Test two namespaces
  • 994b4ee Use JSON output and proper datamodel for tailscale status

📊 Changes

5 files changed (+369 additions, -197 deletions)

View changed files

📝 .github/workflows/release.yml (+1 -0)
📝 Dockerfile (+1 -1)
📝 Dockerfile.tailscale (+3 -1)
📝 README.md (+80 -63)
📝 integration_test.go (+284 -132)

📄 Description

No description provided


🔄 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/121 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 9/23/2021 **Status:** ✅ Merged **Merged:** 9/23/2021 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `tailscale-1.14` ← **Head:** `main` --- ### 📝 Commits (10+) - [`0aac79f`](https://github.com/juanfont/headscale/commit/0aac79f8fa2a853e5537882fcb50e0b7d54f77a9) Dockerfile: add golang tag - [`b28ebb5`](https://github.com/juanfont/headscale/commit/b28ebb5d20570dc87fc854c04fd3806f5334898a) fix typo - [`e154e7a`](https://github.com/juanfont/headscale/commit/e154e7a0fb0d4de7ad668f3cce6009e9369bc8f9) fix typo, it is 'relayed' not 'relied' - [`bf26e37`](https://github.com/juanfont/headscale/commit/bf26e37e0e85a376f6b48bbd3ec8058aa26c457e) Merge pull request #112 from fkr/main - [`4d22b42`](https://github.com/juanfont/headscale/commit/4d22b4252fa341ffe8af55ad49cc08623f4d4fa2) Merge pull request #108 from ohdearaugustin/topic/docker-image-version - [`7940dbc`](https://github.com/juanfont/headscale/commit/7940dbc78b96db3660c5916e37c4c17f7afc6ccb) Merge pull request #111 from woudsma/main - [`da209e8`](https://github.com/juanfont/headscale/commit/da209e89a7d09e7dc9d5e01e4dedadfdc7bb689a) Update README.md - [`d68d201`](https://github.com/juanfont/headscale/commit/d68d201722d184db6ed5ace314836f415d383cc9) Add version support to integration support - [`f905812`](https://github.com/juanfont/headscale/commit/f905812afa9114bb17b1b848d33d6de85d1f30ff) Test two namespaces - [`994b4ee`](https://github.com/juanfont/headscale/commit/994b4eef17348bf452764ba410964ae35c3becfb) Use JSON output and proper datamodel for tailscale status ### 📊 Changes **5 files changed** (+369 additions, -197 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+1 -0) 📝 `Dockerfile` (+1 -1) 📝 `Dockerfile.tailscale` (+3 -1) 📝 `README.md` (+80 -63) 📝 `integration_test.go` (+284 -132) </details> ### 📄 Description _No description provided_ --- <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:31 +01:00
adam closed this issue 2025-12-29 02:29:31 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1271