Commit Graph

103 Commits

Author SHA1 Message Date
timurgordon
c91f9ba43c organize rpc logic in single module and fix rpc handling / client errs 2025-01-04 01:00:46 -05:00
timurgordon
357000ef13 implement openrpc and http interface generation for actor 2025-01-03 01:48:04 -05:00
timurgordon
6ba89a8b9c fix actor specification tests 2025-01-03 01:47:33 -05:00
timurgordon
d5af1d19b8 fix actor generation and tests 2025-01-03 01:47:16 -05:00
timurgordon
ce1ce722d5 fix actor redis rpc client and handler logic 2025-01-03 01:46:12 -05:00
timurgordon
fa192e10b8 rename actions module and fix tests 2025-01-03 01:45:15 -05:00
timurgordon
7ae3296ef5 improve code generation and add test & compilation checking 2025-01-03 01:44:24 -05:00
timurgordon
a6ba22b0b1 improve & fix openrpc handler and http interface 2025-01-03 01:42:21 -05:00
timurgordon
d49e94e412 make schema models and methods more defensive 2025-01-03 01:41:42 -05:00
timurgordon
ff8ee3693c add baobab code generation examples 2025-01-02 01:48:53 -05:00
timurgordon
d43d4d8a9f remove old jsonschema 2025-01-02 01:48:30 -05:00
timurgordon
6f814b5d09 add snake_case name fixer 2025-01-02 01:47:56 -05:00
timurgordon
5d3df608e1 lighten modules and remove unnecessary imports 2025-01-02 01:47:15 -05:00
timurgordon
86af42bf4a add performance analysis tool to view import trees 2025-01-02 01:44:49 -05:00
timurgordon
5869998f6e move codemodel to core as code and fix 2025-01-02 01:43:28 -05:00
timurgordon
cbdc0fd313 move and fix baobab for generation 2025-01-02 01:42:39 -05:00
timurgordon
bada9508ef create actor specification translation examples 2025-01-02 01:41:10 -05:00
timurgordon
7bc4da97ab port schema modules from crystallib 2025-01-02 01:40:01 -05:00
523a58cfec ... 2024-12-30 08:39:45 +01:00
7894f7d420 ... 2024-12-30 08:01:17 +01:00
dfafeecf2c Merge branch 'main_test_fixes' into development
* main_test_fixes:
  fixes in rclone module

# Conflicts:
#	test_basic.vsh
2024-12-30 07:39:08 +01:00
8612f80c53 Merge branch 'development_mahmoud' into development
* development_mahmoud:
  test: improve test suite
2024-12-30 07:35:44 +01:00
f25be20e21 fixes in rclone module 2024-12-29 14:05:09 +02:00
84d3aaade7 ... 2024-12-27 17:06:08 +01:00
33eb743ba5 ... 2024-12-27 15:38:41 +01:00
480ca32c57 ... 2024-12-27 15:31:17 +01:00
97fe1cd110 remove parser for now 2024-12-27 15:15:47 +01:00
Mahmoud-Emad
da44604910 test: improve test suite
- Remove unnecessary debug print statements.
- Remove redundant initialization calls.
- Improve test cache handling and error reporting.
- Refactor code for better readability and maintainability.
- Update test suite to include additional tests.
- Improve code formatting and style consistency.
2024-12-26 10:14:37 +00:00
26c370ed91 screem 2024-12-25 22:33:20 +01:00
4373ec21aa fixes installers 2024-12-25 22:30:33 +01:00
d8d852cd5a tests to ignore 2024-12-25 21:57:11 +01:00
53f8b9ff96 ... 2024-12-25 21:53:50 +01:00
958daaa697 fixes for docu 2024-12-25 21:48:03 +01:00
df86792bf0 ... 2024-12-25 21:35:13 +01:00
34b70e76cc notifier 2024-12-25 21:29:25 +01:00
8e48610c11 more installers 2024-12-25 20:56:35 +01:00
d458ccb7d0 installers 2024-12-25 20:53:37 +01:00
7cbfb504d6 default clients & installs 2024-12-25 20:45:21 +01:00
20527ae412 renames 2024-12-25 20:30:24 +01:00
0fcccf93b0 add virt 2024-12-25 20:13:02 +01:00
eff6338f71 generation starts working again 2024-12-25 19:32:53 +01:00
7bbeee570e fix 2024-12-25 19:17:23 +01:00
49286ffcd0 bugfixes 2024-12-25 19:11:07 +01:00
41f0c13da6 fixes for scanning generator 2024-12-25 19:01:32 +01:00
1bbb182df3 Merge branch 'development_mahmoud' into development_kristof
* development_mahmoud:
  chore: update install script
  test: fix startupmanager test
  fix openai import
2024-12-25 17:53:13 +01:00
04e18f439b generator code for herolib 2024-12-25 17:52:57 +01:00
Mahmoud-Emad
a8a975a688 chore: update install script
- Add `dnsutils` to the list of packages installed on Linux systems.
2024-12-25 16:05:56 +00:00
Mahmoud-Emad
6e769b6af5 test: fix startupmanager test
- The test was failing because it assumed the process `redis-server` was not already running.
- This commit adds a check to see if the process exists. If it does, it stops it before starting it.
- If it doesn't exist, it creates it before starting it.
- This ensures the test is more robust and reliable.
2024-12-25 15:58:02 +00:00
64d913d730 fix openai import 2024-12-25 17:46:19 +02:00
63660bbb90 hero lang 2024-12-25 16:19:37 +01:00