• Joined on 2024-08-12
akulij pushed to dev at akulij/gongbotrs 2025-05-31 09:33:01 +00:00
f5d108d350 add debug info when calling js handler
126708d8fa set literal for leave_application
Compare 2 commits »
akulij pushed to main at akulij/gongbotrs 2025-05-31 09:12:23 +00:00
d49971995c Merge pull request 'fix cd.yaml: install clang for quickjs-ng compilation' (#2) from dev into main
689d191d53 cd.yaml: install clang for quickjs-ng compilation
e9059f2bdf create build.yaml workflow to test build on dev branch
Compare 3 commits »
akulij merged pull request akulij/gongbotrs#2 2025-05-31 09:12:23 +00:00
fix cd.yaml: install clang for quickjs-ng compilation
akulij created pull request akulij/gongbotrs#2 2025-05-31 09:12:16 +00:00
fix cd.yaml: install clang for quickjs-ng compilation
akulij pushed to dev at akulij/gongbotrs 2025-05-31 09:10:48 +00:00
689d191d53 cd.yaml: install clang for quickjs-ng compilation
akulij pushed to dev at akulij/gongbotrs 2025-05-31 09:10:15 +00:00
05c0cab608 cd.yaml: install clangfor quickjs-ng compilation
akulij pushed to dev at akulij/gongbotrs 2025-05-31 09:07:14 +00:00
e9059f2bdf create build.yaml workflow to test build on dev branch
akulij pushed to dev at akulij/gongbotrs 2025-05-31 09:05:07 +00:00
f8fbdb83cf create build.yaml workflow to test build on dev branch
akulij pushed to dev at akulij/gongbotrs 2025-05-31 09:04:09 +00:00
ead725e0d4 create build.yaml workflow to test build on dev branch
akulij pushed to dev at akulij/gongbotrs 2025-05-31 09:01:36 +00:00
b34e0ca13f create build.yaml workflow to test build on dev branch
akulij pushed to main at akulij/gongbotrs 2025-05-31 08:49:52 +00:00
f7318f3661 Merge pull request 'migration to JS engine' (#1) from dev into main
adad94ad43 update mainbot.js logic
714853730a create /cancel command for users
b980a653cb attach user_application to runner
b8d07d0ad5 create MessageForward.store_db to store by DB type
Compare 132 commits »
akulij merged pull request akulij/gongbotrs#1 2025-05-31 08:49:52 +00:00
migration to JS engine
akulij created pull request akulij/gongbotrs#1 2025-05-31 08:49:30 +00:00
migration to JS engine
akulij pushed to dev at akulij/gongbotrs 2025-05-31 08:47:59 +00:00
adad94ad43 update mainbot.js logic
714853730a create /cancel command for users
b980a653cb attach user_application to runner
b8d07d0ad5 create MessageForward.store_db to store by DB type
2e447e87fd create Application.store_db to store by DB type
Compare 11 commits »
akulij pushed to dev at akulij/gongbotrs 2025-05-31 05:58:30 +00:00
bee93b32d1 use BotController
0265942449 enable Send for BotController
e993a6c941 derive Clone on Config
6dfe9b839d fix logic: move bot insertion to db to /deploy command, instead of function in bot_manager
f27fb670bd create BotManager
Compare 48 commits »
akulij pushed to dev at akulij/gongbotrs 2025-05-23 11:37:15 +00:00
4548419946 implement botscript_command_handler
e8dbf3db76 access RunnerConfig instead of manually using commands hash map
1ff86f641f impl RunnerConfig::get_command_message
31e78be68f change interface for ResolveValue
217a074c95 create ResolveError
Compare 16 commits »
akulij pushed to dev at akulij/gongbotrs 2025-05-21 23:55:06 +00:00
d174ee7bc7 fix: handle Runner in BotController
ca2e661a0e fix: in Runner's init_config use deserialize_js instead of js_into
c33c67044a delete test test_deserialization_main, since it isnot actual anymore
Compare 3 commits »
akulij pushed to dev at akulij/gongbotrs 2025-05-21 07:56:30 +00:00
d1b6d153d4 create call and call_args methods for BotFunction
0dc71fda08 fix BotFunction's call_context method
970ce07280 fix name of stateful_msg_handlers in Parcelable field getter
940a832561 mainbot.js: use function in handler instead of string function name
a15cdeadf9 mainbot.js: create example function enter_name
Compare 14 commits »
akulij pushed to dev at akulij/gongbotrs 2025-05-20 22:20:53 +00:00
2a4ed51824 limit CD workflow to triger only on main branch push
d1b25b52c1 fix: use KeyboardDefinition in BotMessage
2c5802eaeb delete unnecessary literal field in ButtonRaw
bd800e88eb create predefined buttons layout example in mainbot.js
a2e1354bee fix missing #[serde(untagged)] on keyboard layout structs
Compare 10 commits »
akulij created branch dev in akulij/gongbotrs 2025-05-20 22:20:53 +00:00