mirror of
https://github.com/vxcontrol/soldr-modules.git
synced 2026-07-19 21:43:31 -04:00
[PR #33] [MERGED] Common module protocol implementation #34
Reference in New Issue
Block a user
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/vxcontrol/soldr-modules/pull/33
Author: @NexoMichael
Created: 12/20/2022
Status: ✅ Merged
Merged: 12/21/2022
Merged by: @asdek
Base:
master← Head:module_protocol📝 Commits (6)
7fc9e94fix utils/mockd962eb3add common module protocol implementation8d829e8remove outdated module testsc6b6df1refactor file_remover to use new common module protocol implementation616faaaadd file_remover unit tests701cf72add junit test results output formatter📊 Changes
17 files changed (+1512 additions, -785 deletions)
View changed files
📝
file_remover/1.0.0/bmodule/main.vue(+141 -125)📝
file_remover/1.0.0/cmodule/args.json(+2 -1)➕
file_remover/1.0.0/cmodule/file_remove_other_os.lua(+3 -0)➕
file_remover/1.0.0/cmodule/file_remove_windows.lua(+34 -0)📝
file_remover/1.0.0/cmodule/main.lua(+83 -177)📝
file_remover/1.0.0/smodule/main.lua(+2 -88)➖
tests/file_remover.lua(+0 -151)➕
tests/file_remover_client_spec.lua(+354 -0)➕
tests/file_remover_server_spec.lua(+215 -0)➖
tests/file_remover_spec.lua(+0 -179)➕
tests_framework/junit_with_utf_terminal.lua(+14 -0)📝
utils/mock/agents.lua(+9 -9)📝
utils/mock/core.lua(+69 -55)➕
utils/protocol/actions_validator.lua(+64 -0)➕
utils/protocol/cmodule.lua(+247 -0)➕
utils/protocol/protocol.lua(+38 -0)➕
utils/protocol/smodule.lua(+237 -0)📄 Description
This PR adds several things:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.