[PR #9] [MERGED] CICD, --version & Bug Fixes #77

Closed
opened 2025-11-19 07:13:24 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/newt/pull/9
Author: @oschwartz10612
Created: 1/30/2025
Status: Merged
Merged: 1/30/2025
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (7)

📊 Changes

5 files changed (+98 additions, -7 deletions)

View changed files

.github/workflows/cicd.yml (+58 -0)
📝 Makefile (+10 -2)
📝 main.go (+9 -5)
📝 proxy/manager.go (+17 -0)
📝 websocket/client.go (+4 -0)

📄 Description

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

  • Add CICD
  • Add --version check
  • Fix saving the cli params to a config file and loading that back
  • Fix UDP socket EOF error

🔄 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/fosrl/newt/pull/9 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 1/30/2025 **Status:** ✅ Merged **Merged:** 1/30/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (7) - [`868bb55`](https://github.com/fosrl/newt/commit/868bb55f87ed38b35a1edfeb59c1afcb030dccea) Fix windows build in release - [`0c5c59c`](https://github.com/fosrl/newt/commit/0c5c59cf00156a95f3c68f31a21bac438916331c) Fix removing udp sockets - [`f8dccbe`](https://github.com/fosrl/newt/commit/f8dccbec808722216db2f97402dd79b76306ae57) Fix save config - [`4e50819`](https://github.com/fosrl/newt/commit/4e50819785ba74850d35269f5a660a323faa8777) Add --version check - [`7b1492f`](https://github.com/fosrl/newt/commit/7b1492f32788b621c6f9c571540b99ce22adf5b6) add cicd - [`a1a3dd9`](https://github.com/fosrl/newt/commit/a1a3dd9ba2416213aa048b983ee86a74ea548e13) Merge branch 'dev' of https://github.com/fosrl/newt into dev - [`39bfe5b`](https://github.com/fosrl/newt/commit/39bfe5b230bead2ca432a07aecf15c770a6ca3cd) Insert version CICD ### 📊 Changes **5 files changed** (+98 additions, -7 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/cicd.yml` (+58 -0) 📝 `Makefile` (+10 -2) 📝 `main.go` (+9 -5) 📝 `proxy/manager.go` (+17 -0) 📝 `websocket/client.go` (+4 -0) </details> ### 📄 Description ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description - Add CICD - Add --version check - Fix saving the cli params to a config file and loading that back - Fix UDP socket EOF error --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-19 07:13:24 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/newt#77