mirror of
https://github.com/vxcontrol/soldr-modules.git
synced 2026-07-21 17:05:24 -04:00
[PR #43] [MERGED] Feature/improve protocol #42
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/43
Author: @NexoMichael
Created: 1/12/2023
Status: ✅ Merged
Merged: 1/16/2023
Merged by: @asdek
Base:
master← Head:feature/improve_protocol📝 Commits (4)
d27d7a5add args and sent msg validation for vxproto mockeb9da4afix linter config5f3e5c0remove unused/unpublished events for file_remover module6d99b61add 'data' messages proxying similar to actions📊 Changes
12 files changed (+202 additions, -215 deletions)
View changed files
📝
.luacheckrc(+8 -4)📝
file_remover/1.0.0/config/current_event_config.json(+0 -38)📝
file_remover/1.0.0/config/default_event_config.json(+0 -38)📝
file_remover/1.0.0/config/event_config_schema.json(+0 -76)📝
file_remover/1.0.0/config/info.json(+0 -3)📝
file_remover/1.0.0/config/locale.json(+0 -33)📝
tests/file_remover_server_spec.lua(+2 -2)📝
utils/mock/api.lua(+11 -3)📝
utils/mock/core.lua(+7 -0)📝
utils/protocol/cmodule.lua(+68 -5)📝
utils/protocol/protocol.lua(+6 -1)📝
utils/protocol/smodule.lua(+100 -12)📄 Description
Introducing 'data' proxying implementation in common protocol implementation for modules.
Additionally small clean-ups here and there like cleaning of unused/unpublished events for file_remover module, linter configuration fixes and some additional validations in vxproto mock.
Description of the Change
How to test the Change
Changelog Entry
Checklist:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.