[PR #82] [MERGED] Self contained signal cmd build #2528

Open
opened 2025-11-20 07:11:25 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/82
Author: @mlsmaycon
Created: 8/11/2021
Status: Merged
Merged: 8/13/2021
Merged by: @mlsmaycon

Base: mainHead: self-contained-signal-cmd-build


📝 Commits (8)

  • 491c69a Moved Signal CMD to Signal directory
  • 7091578 Removed config dir and fixed a parameter typo
  • f7b6264 removed attempt to create ssl directory
  • 702d316 Update Signal build configuration
  • 1a9738b move Signal documentation to its directory
  • 7dfece2 removed unused variables
  • 6803969 test build management and signal
  • f8c87e0 User run as subcommand to execute the signal daemon

📊 Changes

10 files changed (+179 additions, -50 deletions)

View changed files

📝 .github/workflows/golang-test.yml (+10 -2)
📝 .goreleaser.yaml (+20 -10)
📝 README.md (+0 -16)
📝 cmd/root.go (+0 -1)
📝 infrastructure_files/docker-compose.yml (+8 -2)
📝 signal/Dockerfile (+2 -2)
📝 signal/README.md (+49 -0)
signal/cmd/root.go (+62 -0)
📝 signal/cmd/run.go (+16 -17)
signal/main.go (+12 -0)

📄 Description

  • move cmd to signal
  • update builds

Closes #79


🔄 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/netbirdio/netbird/pull/82 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 8/11/2021 **Status:** ✅ Merged **Merged:** 8/13/2021 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `self-contained-signal-cmd-build` --- ### 📝 Commits (8) - [`491c69a`](https://github.com/netbirdio/netbird/commit/491c69a2f59a0f5878f2e515908ac798bbd6235c) Moved Signal CMD to Signal directory - [`7091578`](https://github.com/netbirdio/netbird/commit/70915787a8052cdefae72e535c36f4b37234c277) Removed config dir and fixed a parameter typo - [`f7b6264`](https://github.com/netbirdio/netbird/commit/f7b6264b91c838ca683af85c307eeccf6bf5eed7) removed attempt to create ssl directory - [`702d316`](https://github.com/netbirdio/netbird/commit/702d3160f423af23e6448d77e4a31dfb5dc8040b) Update Signal build configuration - [`1a9738b`](https://github.com/netbirdio/netbird/commit/1a9738babd3d9fc61dfbcbdd94f600fac93930d1) move Signal documentation to its directory - [`7dfece2`](https://github.com/netbirdio/netbird/commit/7dfece2920aec24cb033155279cb05d12e121f08) removed unused variables - [`6803969`](https://github.com/netbirdio/netbird/commit/6803969462ddb411ab312159a80a81d6cf239b31) test build management and signal - [`f8c87e0`](https://github.com/netbirdio/netbird/commit/f8c87e0ff524c81aeaad09dd180c385813e249ea) User run as subcommand to execute the signal daemon ### 📊 Changes **10 files changed** (+179 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/golang-test.yml` (+10 -2) 📝 `.goreleaser.yaml` (+20 -10) 📝 `README.md` (+0 -16) 📝 `cmd/root.go` (+0 -1) 📝 `infrastructure_files/docker-compose.yml` (+8 -2) 📝 `signal/Dockerfile` (+2 -2) 📝 `signal/README.md` (+49 -0) ➕ `signal/cmd/root.go` (+62 -0) 📝 `signal/cmd/run.go` (+16 -17) ➕ `signal/main.go` (+12 -0) </details> ### 📄 Description - [x] move cmd to signal - [x] update builds Closes #79 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 07:11:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2528