[PR #117] [MERGED] 1.5.0 #385

Closed
opened 2026-04-23 01:58:37 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/olm/pull/117
Author: @oschwartz10612
Created: 4/22/2026
Status: Merged
Merged: 4/22/2026
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (7)

📊 Changes

8 files changed (+285 additions, -39 deletions)

View changed files

.github/CODEOWNERS (+1 -0)
📝 README.md (+1 -0)
📝 olm/connect.go (+3 -2)
📝 olm/data.go (+34 -15)
📝 olm/olm.go (+19 -7)
📝 olm/peer.go (+24 -14)
📝 peers/manager.go (+172 -0)
📝 peers/monitor/monitor.go (+31 -1)

📄 Description

  • Increase attempts
  • Get peer manager
  • Add CODEOWNERS
  • Basic route selector working
  • Mention the cli

🔄 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/117 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 4/22/2026 **Status:** ✅ Merged **Merged:** 4/22/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (7) - [`9645327`](https://github.com/fosrl/olm/commit/964532777a468bd04f7be6e7066db92e31eca527) Increase attempts - [`7d83518`](https://github.com/fosrl/olm/commit/7d83518951a93224e9f5a68f8a2d698de6997c2f) Get peer manager - [`5ef6b21`](https://github.com/fosrl/olm/commit/5ef6b21a6eef1d886406930b6cae1f2f32b335b4) Add CODEOWNERS - [`6eaf8c1`](https://github.com/fosrl/olm/commit/6eaf8c1475afbe312999c874fab00f88b0639ef7) Basic route selector working - [`aa838fe`](https://github.com/fosrl/olm/commit/aa838fec6105abc5ee8ecfb0b3c2d55a3d5c3ddd) Mention the cli - [`334ea15`](https://github.com/fosrl/olm/commit/334ea156b6562b8ef7b332931be00f9453e18953) Merge branch 'private-site-ha' into dev - [`7a8f4ab`](https://github.com/fosrl/olm/commit/7a8f4ab049a30798dd654bd7c8273a6df9c6fb7f) Merge branch 'main' into dev ### 📊 Changes **8 files changed** (+285 additions, -39 deletions) <details> <summary>View changed files</summary> ➕ `.github/CODEOWNERS` (+1 -0) 📝 `README.md` (+1 -0) 📝 `olm/connect.go` (+3 -2) 📝 `olm/data.go` (+34 -15) 📝 `olm/olm.go` (+19 -7) 📝 `olm/peer.go` (+24 -14) 📝 `peers/manager.go` (+172 -0) 📝 `peers/monitor/monitor.go` (+31 -1) </details> ### 📄 Description - **Increase attempts** - **Get peer manager** - **Add CODEOWNERS** - **Basic route selector working** - **Mention the cli** --- <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 2026-04-23 01:58:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/olm#385