[PR #6] [CLOSED] Macagent #47

Closed
opened 2026-03-02 02:12:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/rmmagent/pull/6
Author: @redanthrax
Created: 4/15/2022
Status: Closed

Base: masterHead: macagent


📝 Commits (10+)

📊 Changes

23 files changed (+755 additions, -165 deletions)

View changed files

.github/workflows/ci.yml (+49 -0)
📝 README.md (+4 -1)
📝 agent/agent.go (+61 -32)
agent/agent_darwin.go (+376 -0)
📝 agent/agent_unix.go (+56 -14)
📝 agent/agent_windows.go (+66 -46)
📝 agent/checkin.go (+1 -3)
📝 agent/checks.go (+1 -1)
📝 agent/choco_windows.go (+1 -1)
📝 agent/install.go (+6 -16)
📝 agent/install_darwin.go (+0 -0)
agent/install_unix.go (+60 -0)
📝 agent/process.go (+7 -0)
📝 agent/rpc.go (+5 -5)
📝 agent/svc.go (+5 -4)
📝 agent/tasks_windows.go (+2 -2)
📝 build/rmm.exe.manifest (+1 -1)
📝 build/setup.iss (+1 -1)
📝 go.mod (+7 -6)
📝 go.sum (+18 -13)

...and 3 more files

📄 Description

No description provided


🔄 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/amidaware/rmmagent/pull/6 **Author:** [@redanthrax](https://github.com/redanthrax) **Created:** 4/15/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `macagent` --- ### 📝 Commits (10+) - [`c43f64e`](https://github.com/amidaware/rmmagent/commit/c43f64e785215be2673fa694101f7f8583262645) stubbed mac agent - [`e49b8c2`](https://github.com/amidaware/rmmagent/commit/e49b8c2349c53ef2ff7b887d1d47563ecccd8380) added support for mac agent - [`7802532`](https://github.com/amidaware/rmmagent/commit/7802532732e2ed1675fffb5456e1223d19b7d0e7) Merge branch 'master' into macagent - [`78277d3`](https://github.com/amidaware/rmmagent/commit/78277d341dffaab79e6f6bb94c72dec59d9d2bc2) additional mac support - mesh - [`8fa81ed`](https://github.com/amidaware/rmmagent/commit/8fa81ed02ebedd66388114f2b969c2f87f118ee4) go module updates - [`959a1bb`](https://github.com/amidaware/rmmagent/commit/959a1bb8c8f061f9279884fcad1d96d12e64fda6) add workflow - [`73deda7`](https://github.com/amidaware/rmmagent/commit/73deda7d04e52072d55dea49e6d9cba4bbc96134) refactor goarch - [`eaf7485`](https://github.com/amidaware/rmmagent/commit/eaf74850d212d63422276f966edf057ae8ecbc90) update dev version - [`d8da131`](https://github.com/amidaware/rmmagent/commit/d8da1316230a34678ce57dfe5a3e32624aa6a406) added unix support/tested builds - [`d375353`](https://github.com/amidaware/rmmagent/commit/d3753535d53a8cd4050f3eacdc53b314f116a70b) add back license ### 📊 Changes **23 files changed** (+755 additions, -165 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/ci.yml` (+49 -0) 📝 `README.md` (+4 -1) 📝 `agent/agent.go` (+61 -32) ➕ `agent/agent_darwin.go` (+376 -0) 📝 `agent/agent_unix.go` (+56 -14) 📝 `agent/agent_windows.go` (+66 -46) 📝 `agent/checkin.go` (+1 -3) 📝 `agent/checks.go` (+1 -1) 📝 `agent/choco_windows.go` (+1 -1) 📝 `agent/install.go` (+6 -16) 📝 `agent/install_darwin.go` (+0 -0) ➕ `agent/install_unix.go` (+60 -0) 📝 `agent/process.go` (+7 -0) 📝 `agent/rpc.go` (+5 -5) 📝 `agent/svc.go` (+5 -4) 📝 `agent/tasks_windows.go` (+2 -2) 📝 `build/rmm.exe.manifest` (+1 -1) 📝 `build/setup.iss` (+1 -1) 📝 `go.mod` (+7 -6) 📝 `go.sum` (+18 -13) _...and 3 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 02:12:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/rmmagent#47
No description provided.