feat(audit): fix broken instance-related events
Summary
fix(audit): fix broken instance-related events
This patch reintroduces instance-related events (e.g. join_instance
)
which were accidentally disabled in a bugfix of the DML handler (see
commit 52ed9237 for more information) due to the lack of tests.
Furthermore, this patch adds the following events:
- expel_instance
- change_config, which tracks changes in
_pico_property
This was the original intended change of the patch, but the apparent breakage of the preexisting events called for action.
Part of #349 (closed)
Ensure that
-
New code is covered by tests -
API is documented -
Changelog is up to date -
(if Lua API changed) Lua API version is bumped in luamod.rs
-
(if necessary) A follow-up doc issue is created in picodata/docs and linked here
Edited by Dmitry Ivanov
Merge request reports
Activity
assigned to @funbringer
added 12 commits
-
3edd3314...7bc92e89 - 11 commits from branch
master
- 378ddcb3 - fix(audit): fix broken instance-related events
-
3edd3314...7bc92e89 - 11 commits from branch
added 1 commit
- b2d6236f - fix(audit): fix broken instance-related events
added 1 commit
- df20b5cf - fix(audit): fix broken instance-related events
added 1 commit
- 96e6a760 - fix(audit): fix broken instance-related events
added 1 commit
- 978f2d37 - fix(audit): fix broken instance-related events
added 1 commit
- f72eca48 - fix(audit): fix broken instance-related events
added 1 commit
- 5bbdc048 - fix(audit): fix broken instance-related events
added 1 commit
- 19947604 - fix(audit): fix broken instance-related events
- Resolved by Dmitry Ivanov
looks good, do you plan on adding tests to this MR or a separate one?
Please register or sign in to reply