[PR #84] [MERGED] Ping improvements, dependabot, hostname in docker #112

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

📋 Pull Request Information

Original PR: https://github.com/fosrl/newt/pull/84
Author: @oschwartz10612
Created: 7/13/2025
Status: Merged
Merged: 7/13/2025
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (9)

  • 9348842 added use of hostname if available
  • 4d343e3 Update README.md for health check
  • 58a74fc Merge branch 'patch-5' of github.com:woutervanelten/newt into woutervanelten-patch-5
  • f513f97 Working on better ping
  • 663e283 Fix typo with _
  • 6f4469a Merge branch 'woutervanelten-patch-5' into dev
  • 86e262a Merge branch 'main' into dev
  • 7264bb7 Merge branch 'patch-2' of github.com:woutervanelten/newt into woutervanelten-patch-2
  • e842136 Merge branch 'woutervanelten-patch-2' into dev

📊 Changes

4 files changed (+141 additions, -16 deletions)

View changed files

📝 README.md (+4 -1)
📝 docker/client.go (+11 -0)
📝 main.go (+17 -4)
📝 util.go (+109 -11)

📄 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

Adjust ping logic to be more tolerant of tunnel congestion
Add hostname to docker collection data
Readme documentation
Dependabot updates


🔄 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/84 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 7/13/2025 **Status:** ✅ Merged **Merged:** 7/13/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (9) - [`9348842`](https://github.com/fosrl/newt/commit/9348842e2cd1cc9eea29e43c9ad5cd7740c15309) added use of hostname if available - [`4d343e3`](https://github.com/fosrl/newt/commit/4d343e3541064ecbf838c8959246280796091a10) Update README.md for health check - [`58a74fc`](https://github.com/fosrl/newt/commit/58a74fce6f29f412bc768e8c875517ea30af4d91) Merge branch 'patch-5' of github.com:woutervanelten/newt into woutervanelten-patch-5 - [`f513f97`](https://github.com/fosrl/newt/commit/f513f97fc39163bf3c35137e306ad52750a01dc7) Working on better ping - [`663e283`](https://github.com/fosrl/newt/commit/663e28329b19ff9948f55f162ed21e4e6da576b6) Fix typo with _ - [`6f4469a`](https://github.com/fosrl/newt/commit/6f4469a5a41c774cf55869404ca0c5c7486a39d0) Merge branch 'woutervanelten-patch-5' into dev - [`86e262a`](https://github.com/fosrl/newt/commit/86e262ac1ed9221b02b5e7c4a79ab48dcd31c54b) Merge branch 'main' into dev - [`7264bb7`](https://github.com/fosrl/newt/commit/7264bb7001c4d27c56646ed5b62e3b27f68bd13d) Merge branch 'patch-2' of github.com:woutervanelten/newt into woutervanelten-patch-2 - [`e842136`](https://github.com/fosrl/newt/commit/e8421364fc88bd614bb8ecedb99305b8019ad56b) Merge branch 'woutervanelten-patch-2' into dev ### 📊 Changes **4 files changed** (+141 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+4 -1) 📝 `docker/client.go` (+11 -0) 📝 `main.go` (+17 -4) 📝 `util.go` (+109 -11) </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 Adjust ping logic to be more tolerant of tunnel congestion Add hostname to docker collection data Readme documentation Dependabot updates --- <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:14:14 -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#112