|
|
e8e5fdb836
|
Merge branch 'master' of gitea.azcona-becker.net:mochapowered/mocha-dotnet
|
2025-11-14 17:51:28 -05:00 |
|
|
|
86deba173b
|
hacks and updates
|
2025-11-14 17:47:40 -05:00 |
|
|
|
0f32b22dc8
|
update mocha-common
|
2025-11-14 17:47:21 -05:00 |
|
|
|
a83a2da677
|
fix regression introduced by attribute validation
|
2025-11-11 02:13:54 -05:00 |
|
|
|
b8401520ff
|
update mocha-common
|
2025-10-27 19:57:54 -04:00 |
|
|
|
0e40deb35b
|
don't reinvent the wheel; move attribute validation logic from Oms to AttributeImplementation
|
2025-10-26 09:43:38 -04:00 |
|
|
|
3a96529a21
|
improve strongly typed validations for Work Set and other Work Data
|
2025-10-26 09:26:09 -04:00 |
|
|
|
79d86a933c
|
preliminary implementation of inheritable method binding definitions and properly choosing the appropriate implementing method
|
2025-10-26 00:03:43 -04:00 |
|
|
|
2b4b8b8408
|
improvements to dynamic code generation and interface modeling
|
2025-10-25 14:14:44 -04:00 |
|
|
|
9cda89829c
|
improvements to OMS method builder and tests
|
2025-10-22 20:06:47 -04:00 |
|
|
|
d555ac984f
|
move parameter assignment logic into separate function
|
2025-10-22 14:37:48 -04:00 |
|
|
|
2bd8ad8b0e
|
refactor method binding base and assign parameter assignments
|
2025-10-22 14:37:03 -04:00 |
|
|
|
d15f7066e5
|
refactor out class implementation registry into separate class
|
2025-10-21 14:10:21 -04:00 |
|
|
|
9eebbef630
|
refactor MethodImplementations as subclass of ClassImplementation
|
2025-10-21 11:26:37 -04:00 |
|
|
|
6e99d815eb
|
move attribute conversion and handling code into separate AttributeImplementation class for ease of adding new attribute types
|
2025-10-21 08:43:07 -04:00 |
|
|
|
c97b8b0b1f
|
add user info to returned JSON (placeholder for now)
|
2025-10-21 08:42:29 -04:00 |
|
|
|
e28fb4bc11
|
update mocha-common
|
2025-10-17 23:05:54 -04:00 |
|
|
|
ed912d20cb
|
improvements to strict type checking and casting
|
2025-10-17 23:03:57 -04:00 |
|
|
|
c648b3c6ad
|
improvements to SS - Select from Instance Set Method
|
2025-10-17 23:02:50 -04:00 |
|
|
|
ce7dd5f949
|
improvements to BEM - Build Element Method
|
2025-10-17 23:00:12 -04:00 |
|
|
|
c0b0c70785
|
preliminary implementation of IWS - Invoke Web Service Method
|
2025-10-17 22:58:03 -04:00 |
|
|
|
09023ddc86
|
improvements to Zq scripting runtime
|
2025-10-14 00:47:53 -04:00 |
|
|
|
243b9b4217
|
preliminary implementation of Build UI Response Method and Build Element Method as MethodImplementations
|
2025-10-12 13:14:41 -04:00 |
|
|
|
99ec3f703f
|
implement Combine Sets Instance Op
|
2025-10-09 23:02:53 -04:00 |
|
|
|
5351fe7735
|
conform to the new CreateGetRelationshipMethod API
|
2025-10-06 00:21:16 -04:00 |
|
|
|
0a07991485
|
GR - Get Relationship Method cannot be static, right?
|
2025-10-06 00:14:59 -04:00 |
|
|
|
ce9c166967
|
preliminary implementation of Instance Op Method (IOP)
|
2025-10-06 00:13:08 -04:00 |
|
|
|
988b29f426
|
fix BinaryOmsStorage to inherit from StreamOmsStorage
|
2025-10-02 23:41:42 -04:00 |
|
|
|
39cdecd9f4
|
fix and improve persistence / storage functionality complete with unit tests
|
2025-09-30 08:41:35 -04:00 |
|
|
|
0c7abc9a13
|
add some convenience functions to InstanceReference
|
2025-09-30 08:39:23 -04:00 |
|
|
|
aafd99ab94
|
implement GA - Get Attribute Method for static method calls
|
2025-09-28 14:30:46 -04:00 |
|
|
|
bce1cf6437
|
implement CN - Calculate Numeric method with operands that are Executables returning Attribute
|
2025-09-26 23:06:44 -04:00 |
|
|
|
1682dcd542
|
do not immediately crash if ignored instances do not exist (e.g. when using tiny-core-oms) since we're ignoring them anyway
|
2025-09-26 23:06:06 -04:00 |
|
|
|
560d0efffc
|
update mocha-common
|
2025-09-26 00:14:53 -04:00 |
|
|
|
6fe8dfa914
|
Merge branch 'master' of gitea.azcona-becker.net:mochapowered/mocha-dotnet
|
2025-09-26 00:13:07 -04:00 |
|
|
|
9e9c67d06a
|
add tests to check the actual Mocha code (YAML) in the system libraries
|
2025-09-26 00:12:55 -04:00 |
|
|
|
40dd9b4b76
|
improve OOP modeling code generation
|
2025-09-26 00:11:59 -04:00 |
|
|
|
70f5c03435
|
implement CN - Calculate Numeric Method
|
2025-09-26 00:11:22 -04:00 |
|
|
|
87ad532073
|
add test for passing a parm via a system routine
|
2025-09-19 19:17:12 -04:00 |
|
|
|
1c5e538b7d
|
support for and debugging custom Mochafile tenant adjustments
|
2025-09-19 18:59:09 -04:00 |
|
|
|
3023d6e513
|
Merge branch 'master' of gitea.azcona-becker.net:mochapowered/mocha-dotnet
|
2025-08-07 23:56:42 -04:00 |
|
|
|
ae6a7c3059
|
update loggers, add formatting, insert useful debug info
|
2025-08-07 23:56:25 -04:00 |
|
|
|
4938eaaa44
|
allow overriding default port with environment variable for Docker
|
2025-07-30 13:58:55 -04:00 |
|
|
|
20737a1571
|
update mocha-common
|
2025-07-30 13:58:29 -04:00 |
|
|
|
f3dbdc87b3
|
update mocha-common
|
2025-07-29 21:15:11 -04:00 |
|
|
|
f574b43acb
|
update mocha-common
|
2025-07-25 19:34:22 -04:00 |
|
|
|
1cc8ca84f1
|
update .gitmodules
|
2025-07-25 19:22:07 -04:00 |
|
|
|
80127b4399
|
inline SetDerivedDataString (used only once)
|
2025-07-18 22:56:47 -04:00 |
|
|
|
c5c06fe468
|
update mocha-common
|
2025-07-16 18:11:21 -04:00 |
|
|
|
f9ea976d26
|
Merge branch 'master' of gitea.azcona-becker.net:mochapowered/mocha-dotnet
|
2025-07-16 18:10:10 -04:00 |
|