mirror of
https://github.com/amidaware/rmmagent.git
synced 2026-04-26 06:45:48 +03:00
[PR #15] [CLOSED] Big refactor #52
Labels
No labels
bug
bug
enhancement
fixed
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rmmagent#52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/amidaware/rmmagent/pull/15
Author: @redanthrax
Created: 6/24/2022
Status: ❌ Closed
Base:
develop← Head:BigRefactor📝 Commits (10+)
6f159d4organizing and refactoringe3d5bf2readme update1b9669fmoar refactor9347008fixed windows build - removed test depd5fa217fixed linux buildd6cd817Merge remote-tracking branch 'origin/RefactorDebug' into BigRefactor93db0f1even moar refactor6abf716small changed switching to windows7fbb0febig refactora2ed11breturned existing files to origin during restruct📊 Changes
105 files changed (+9088 additions, -372 deletions)
View changed files
📝
.github/workflows/ci.yml(+3 -3)➕
.github/workflows/tests.yml(+53 -0)📝
.vscode/settings.json(+6 -1)📝
README.md(+37 -2)📝
agent/agent.go(+4 -53)➕
agent/agent_test.go(+34 -0)📝
agent/agent_unix.go(+49 -5)➕
agent/agent_unix_test.go(+68 -0)📝
agent/agent_windows.go(+3 -3)➕
agent/agent_windows_test.go(+65 -0)📝
agent/checkin.go(+1 -0)📝
agent/checks.go(+9 -15)➕
agent/choco/choco_unix.go(+12 -0)➕
agent/choco/choco_windows.go(+66 -0)➕
agent/choco/choco_windows_test.go(+59 -0)➕
agent/choco/structs.go(+6 -0)➕
agent/disk/disk_test.go(+42 -0)➕
agent/disk/disk_unix.go(+42 -0)➕
agent/disk/disk_windows.go(+50 -0)➕
agent/disk/structs.go(+10 -0)...and 80 more files
📄 Description
proposal for changing/organizing in a more modular way to organize tests and maintain modules for different architectures.
original agent code still builds and refactored code is unused at this time
let me know if this approach works or if it's rejected all together
added tests and tested in windows/linux/macos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.