[PR #578] [MERGED] Add --all (-a) flag to enable routes command (implements #360) #1492

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

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/578
Author: @samson4649
Created: 5/10/2022
Status: Merged
Merged: 5/15/2022
Merged by: @kradalby

Base: mainHead: main


📝 Commits (4)

📊 Changes

3 files changed (+65 additions, -11 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 cmd/headscale/cli/routes.go (+35 -11)
📝 integration_cli_test.go (+29 -0)

📄 Description

  • 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.md

Added cli functionality to enable all routes on host.


🔄 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/578 **Author:** [@samson4649](https://github.com/samson4649) **Created:** 5/10/2022 **Status:** ✅ Merged **Merged:** 5/15/2022 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`8be9e96`](https://github.com/juanfont/headscale/commit/8be9e9655c567e70cb1f2ccc244abb6381a165bd) fixed issue #360 - [`b028a7d`](https://github.com/juanfont/headscale/commit/b028a7dfc97dd7ffbe291ceb02987aee583a5b72) Merge branch 'main' into main - [`c26280c`](https://github.com/juanfont/headscale/commit/c26280c3315b42399d3a780559e0ed067c739d8e) modified code to satisfy golangci-lint and added integration test - [`614c003`](https://github.com/juanfont/headscale/commit/614c003704cb7a6bec6d07288686be514de30dee) updated changelog ### 📊 Changes **3 files changed** (+65 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `cmd/headscale/cli/routes.go` (+35 -11) 📝 `integration_cli_test.go` (+29 -0) </details> ### 📄 Description <!-- Please tick if the following things apply. You… --> - [x] read the [CONTRIBUTING guidelines](README.md#user-content-contributing) - [x] raised a GitHub issue or discussed it on the projects chat beforehand - [ ] added unit tests - [x] added integration tests - [ ] updated documentation if needed - [ ] updated CHANGELOG.md <!-- If applicable, please reference the issue using `Fixes #XXX` and add tests to cover your new code. --> ---------------------- Added cli functionality to enable all routes on host. --- <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:16 +01:00
adam closed this issue 2025-12-29 02:30:16 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1492