verstak/internal/core/plugins
mirivlad 7b9c9647ac test: add TestCallPluginFunction + final run - all 13 tests pass
- TestCallPluginFunction: verifies DoString calls Lua functions correctly
  - add(3,4) → 7, greet('World') → 'Hello, World', get_table() → table
- Full suite: 13 tests, 0 failures
- go build ./... clean
2026-06-07 16:41:47 +08:00
..
builtin/templates step 10: plugins system (Lua + templates) + DokuWiki as optional plugin 2026-05-31 11:20:45 +08:00
api.go feat: плагин-система Lua + Calendar reference plugin 2026-06-07 14:59:46 +08:00
api_ext.go feat: плагин-система Lua + Calendar reference plugin 2026-06-07 14:59:46 +08:00
api_node.go feat: плагин-система Lua + Calendar reference plugin 2026-06-07 14:59:46 +08:00
api_utils.go feat: плагин-система Lua + Calendar reference plugin 2026-06-07 14:59:46 +08:00
lua.go step 10: plugins system (Lua + templates) + DokuWiki as optional plugin 2026-05-31 11:20:45 +08:00
manager.go fix: only plugins with on_install are managed - skip others entirely 2026-06-07 15:55:04 +08:00
manager_lifecycle.go feat: plugin install/uninstall lifecycle + UI buttons 2026-06-07 15:28:37 +08:00
manager_test.go fix: only plugins with on_install are managed - skip others entirely 2026-06-07 15:55:04 +08:00
runtime.go feat: PluginPage iframe bridge + CallPluginFunction binding 2026-06-07 16:37:32 +08:00
runtime_test.go test: add TestCallPluginFunction + final run - all 13 tests pass 2026-06-07 16:41:47 +08:00
scheduler.go feat: плагин-система Lua + Calendar reference plugin 2026-06-07 14:59:46 +08:00