[PR #73] [CLOSED] Abc #74

Closed
opened 2026-03-02 02:13:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/rmmagent/pull/73
Author: @kirill-567
Created: 2/18/2026
Status: Closed

Base: developHead: abc


📝 Commits (10+)

📊 Changes

22 files changed (+769 additions, -131 deletions)

View changed files

.github/PULL_REQUEST_TEMPLATE.md (+10 -0)
.github/steps/sign-macos-package/action.yml (+105 -0)
.github/workflows/build.yml (+115 -0)
.github/workflows/ci.yml (+0 -42)
.github/workflows/test.yml (+85 -0)
📝 .gitignore (+2 -0)
📝 agent/agent.go (+76 -12)
📝 agent/agent_unix.go (+2 -0)
📝 agent/agent_windows.go (+4 -0)
📝 agent/install.go (+85 -50)
📝 agent/install_unix.go (+9 -1)
📝 agent/install_windows.go (+13 -1)
agent/openframe_connection_manager.go (+47 -0)
agent/openframe_encryption_service.go (+55 -0)
agent/openframe_token_extractor.go (+37 -0)
agent/openframe_token_refresher.go (+71 -0)
📝 agent/rpc.go (+31 -21)
📝 go.mod (+1 -0)
📝 go.sum (+1 -0)
📝 main.go (+18 -4)

...and 2 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/73 **Author:** [@kirill-567](https://github.com/kirill-567) **Created:** 2/18/2026 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `abc` --- ### 📝 Commits (10+) - [`627442d`](https://github.com/amidaware/rmmagent/commit/627442d7ffbdf4dbcc6e8e22ff17c7f78aaf700b) Added openframe mode - [`69abb80`](https://github.com/amidaware/rmmagent/commit/69abb80da3aa2ac9e6a3a9a8dc1f93168a5b8b1c) Removed profiles - [`ab21bfe`](https://github.com/amidaware/rmmagent/commit/ab21bfe45088ac5b6a13b9a88d33ca0a08a1f0d4) Use openframe prefix - [`059e31f`](https://github.com/amidaware/rmmagent/commit/059e31fa93f7cb7719816de987b0c1baa1a50f81) Use openframe prefix - [`be91190`](https://github.com/amidaware/rmmagent/commit/be91190e72d33cbbe036e527772ccaa1178d225e) Gitignore - [`f16836b`](https://github.com/amidaware/rmmagent/commit/f16836b27270502ed56a2352e5c70bcc317d971a) Openframe prefix - [`1f54938`](https://github.com/amidaware/rmmagent/commit/1f5493875f3d99873d7742f7db4de02a7722af31) Refactoring - [`4f7f2dd`](https://github.com/amidaware/rmmagent/commit/4f7f2ddd898930f9eeaa2a532a215de61f5c966a) Refactoring - [`79797d1`](https://github.com/amidaware/rmmagent/commit/79797d1dac88d8348a3af7ddc2473b55c4c59dfa) Refactoring - [`4bd0a5b`](https://github.com/amidaware/rmmagent/commit/4bd0a5b4ccedb643e7ba8a06fb5dc35191ce874e) Refactoring ### 📊 Changes **22 files changed** (+769 additions, -131 deletions) <details> <summary>View changed files</summary> ➕ `.github/PULL_REQUEST_TEMPLATE.md` (+10 -0) ➕ `.github/steps/sign-macos-package/action.yml` (+105 -0) ➕ `.github/workflows/build.yml` (+115 -0) ➖ `.github/workflows/ci.yml` (+0 -42) ➕ `.github/workflows/test.yml` (+85 -0) 📝 `.gitignore` (+2 -0) 📝 `agent/agent.go` (+76 -12) 📝 `agent/agent_unix.go` (+2 -0) 📝 `agent/agent_windows.go` (+4 -0) 📝 `agent/install.go` (+85 -50) 📝 `agent/install_unix.go` (+9 -1) 📝 `agent/install_windows.go` (+13 -1) ➕ `agent/openframe_connection_manager.go` (+47 -0) ➕ `agent/openframe_encryption_service.go` (+55 -0) ➕ `agent/openframe_token_extractor.go` (+37 -0) ➕ `agent/openframe_token_refresher.go` (+71 -0) 📝 `agent/rpc.go` (+31 -21) 📝 `go.mod` (+1 -0) 📝 `go.sum` (+1 -0) 📝 `main.go` (+18 -4) _...and 2 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:13:04 +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#74
No description provided.