sweta553322
  • Joined on 2026-04-20
sweta553322 pushed to master at sweta553322/APIVisualExecutor 2026-04-29 19:20:48 +05:30
bc373d291e Implemented reading input from the textbox instead of connectors
sweta553322 pushed to master at sweta553322/APIVisualExecutor 2026-04-29 16:02:24 +05:30
1463d5b3a8 Added export logs button to save logs for future debugging
sweta553322 pushed to master at sweta553322/APIVisualExecutor 2026-04-29 14:29:31 +05:30
a9a3c385eb Implemented post put patch and delete request
sweta553322 pushed to master at sweta553322/APIVisualExecutor 2026-04-29 14:11:16 +05:30
7d0b7c3009 Fixed variables are not passing the defualt values
sweta553322 pushed to master at sweta553322/APIVisualExecutor 2026-04-29 12:14:13 +05:30
a235558db1 Fixed new object request node and allowed multiple classes with dot notation
sweta553322 pushed to master at sweta553322/APIVisualExecutor 2026-04-25 00:37:58 +05:30
77cd472f73 Added deserialzor node for parsing the json to model ot list of model
sweta553322 pushed to master at sweta553322/APIVisualExecutor 2026-04-25 00:22:48 +05:30
d4e6a7a06f updated runner class
sweta553322 pushed to master at sweta553322/APIVisualExecutor 2026-04-25 00:21:39 +05:30
73e725b6ec Fixed parse json node and added non flow nodes outputs to the output dictionary for storing
Compare 2 commits »
sweta553322 pushed to master at sweta553322/APIVisualExecutor 2026-04-25 00:09:59 +05:30
49eec5b849 Update .github/workflows/build.yml
sweta553322 pushed to master at sweta553322/APIVisualExecutor 2026-04-24 00:45:29 +05:30
5cf8dd32a2 Added logs to track the issues, started doing changes based on the school api project
sweta553322 pushed to master at sweta553322/APIVisualExecutor 2026-04-23 19:15:19 +05:30
baa7ae5579 Added nodes related to the list and array operations
sweta553322 pushed to master at sweta553322/APIVisualExecutor 2026-04-23 15:27:42 +05:30
1cb9838942 implemented color change in auth
sweta553322 pushed to master at sweta553322/APIVisualExecutor 2026-04-23 14:53:54 +05:30
abb2c0a095 Implemented colors based on the unreal engines blueprints
sweta553322 pushed to master at sweta553322/APIVisualExecutor 2026-04-23 13:50:10 +05:30
361c1bb8c4 Added nested level class support for import swagger
sweta553322 pushed to master at sweta553322/APIVisualExecutor 2026-04-22 21:27:49 +05:30
c8c556921f Implemente parse json node having universal connector
sweta553322 pushed to master at sweta553322/APIVisualExecutor 2026-04-22 20:29:07 +05:30
132f6068b5 Change target to net8 windows only
sweta553322 pushed to master at sweta553322/APIVisualExecutor 2026-04-22 19:40:47 +05:30
92202921a7 Added response model for post put and patch call
sweta553322 pushed to master at sweta553322/APIVisualExecutor 2026-04-22 18:02:15 +05:30
5c61fa1e53 Implemented post patch and put call body to be able to parse from model
sweta553322 pushed to master at sweta553322/APIVisualExecutor 2026-04-22 15:33:32 +05:30
9a9202e373 implemented string concatination node
sweta553322 pushed to master at sweta553322/APIVisualExecutor 2026-04-22 15:03:28 +05:30
b2fed489e2 Major changes in the flow of code, implemented modularization of the code for maintainability