[PR #42] [MERGED] Add update checks, log rotation, and message timeouts #44

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

📋 Pull Request Information

Original PR: https://github.com/fosrl/olm/pull/42
Author: @oschwartz10612
Created: 10/9/2025
Status: Merged
Merged: 10/9/2025
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (6)

📊 Changes

6 files changed (+246 additions, -21 deletions)

View changed files

📝 common.go (+12 -0)
📝 go.mod (+31 -2)
📝 go.sum (+70 -0)
📝 main.go (+18 -2)
📝 service_unix.go (+4 -0)
📝 service_windows.go (+111 -17)

📄 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

  • Windows log file rotation
  • Timeout to hp messages
  • Check for updates when starting
  • Dont delete the service_args.json so it can be used when running a service

🔄 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/olm/pull/42 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 10/9/2025 **Status:** ✅ Merged **Merged:** 10/9/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (6) - [`2445ced`](https://github.com/fosrl/olm/commit/2445ced83ba013eee1de04b84ae2e22125301990) Add update checker - [`fa1d2b1`](https://github.com/fosrl/olm/commit/fa1d2b1f557a72f8f15bc6501811da37f7863a7c) Add timeouts to hp - [`c5ece2f`](https://github.com/fosrl/olm/commit/c5ece2f21fd1ed882ae1a6521d4a70c327c18a3a) Try to fix log rotation and service args - [`ff3b5c5`](https://github.com/fosrl/olm/commit/ff3b5c50fc5e5949ad036c320843c0052fc2395e) Dont delete service args file - [`d88bfd4`](https://github.com/fosrl/olm/commit/d88bfd461ea1292f050c059d3b8c07c91c4e0109) Merge branch 'main' into dev - [`c58f3ac`](https://github.com/fosrl/olm/commit/c58f3ac92db9f3447a2ac213fb6f39bcfb47ef06) GO update ### 📊 Changes **6 files changed** (+246 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `common.go` (+12 -0) 📝 `go.mod` (+31 -2) 📝 `go.sum` (+70 -0) 📝 `main.go` (+18 -2) 📝 `service_unix.go` (+4 -0) 📝 `service_windows.go` (+111 -17) </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 * Windows log file rotation * Timeout to hp messages * Check for updates when starting * Dont delete the service_args.json so it can be used when running a service --- <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:04:56 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/olm#44