Commit Graph

249 Commits

Author SHA1 Message Date
frikky 38fe58f1b6 Fixed merge conflicts 2023-07-06 17:39:40 +02:00
frikky 92fabeddbe Merging changes from 1.2.0 for cleanup 2023-07-06 17:19:52 +02:00
frikky c9076e7124 Fixed app base timeout problems for stuck functions 2023-06-23 01:07:50 +02:00
frikky ee48543350 Ton of minor fixes all pulled in. More info in the latest release for 1.2.0 2023-05-15 04:42:09 +02:00
frikky 70edb366a9 Minor JSON fixes for SDK 2023-05-11 11:39:01 +02:00
frikky 27457637c1 More subflow fixes 2023-04-13 15:37:22 +02:00
frikky 8203f4b648 Added more filters for Liquid to work with bad lists 2023-03-28 19:28:44 +02:00
frikky d9eaff1532 Fixed caching issue for schedules, and removed empty key usage 2023-03-21 16:11:05 +01:00
frikky c47118b922 Fixed issue in Orborus where it doesn't use Memcached properly yet 2023-03-15 21:01:11 +01:00
frikky 808c3befbf Fixed app building and worker/orborus algorithms 2023-02-16 22:41:31 +01:00
frikky f3292bc43e Many minor fixes to workflow execution algorithms 2023-02-13 03:45:47 +01:00
frikky ad03b6f406 Added Webhook v2 which allows using Webhooks as lambda functions with 15s timeouts 2023-02-08 00:42:34 +01:00
frikky a661741064 Rebuild worker automatically (CI) 2023-02-06 02:49:53 +01:00
frikky 10baffbfe2 Fixing swarm BASE_URL propagation during deployment to ensure apps are downloaded properly 2023-01-31 12:21:29 +01:00
frikky 4e7f26126b Added the flatten function to liquid 2023-01-20 16:24:13 +01:00
frikky 2eb22efdac Fixed unreachable code for #1020 and #1021 2023-01-17 17:02:51 +01:00
frikky 78d62789cc Fixed minor issue with app sdk 2023-01-16 00:30:46 +01:00
frikky 8a8fe1f9f9 Added app sdk retries during startup if backend is unavailable 2022-11-06 17:17:54 +01:00
frikky be0aed82e3 Cleaned up how keys are handled for duplicates and published workflows. Further changes APIs to use the correct one again for OpenAPI loading 2022-10-27 18:00:04 +02:00
frikky cbaf4ace92 Added more error message handlers to SDK 2022-10-22 22:56:05 +02:00
frikky b85a56f4b5 Merging fixes from cloud. Detailed changes TBA with next release 2022-10-11 16:19:27 +02:00
frikky bd170df0f0 Fixed an app creator file bug and added execution testing to workflow 2022-10-09 15:37:41 +02:00
frikky a4ee887245 Loads of minor bugfixes to Shuffle UI 2022-09-17 16:59:50 +02:00
frikky 72bf8399b5 Fixed creator grid information 2022-08-30 09:43:00 +02:00
frikky 909a364445 Added CSV parse to app SDK 2022-08-17 18:33:59 +02:00
frikky 9dc16550fa Fixed some minor SSR issues in search grids 2022-08-09 00:52:58 +02:00
frikky 4ae090e050 Added file category listing with new app options to work with detections in the future 2022-08-05 18:21:50 +02:00
frikky 1950c54ec8 Fixed autocompleter in Code Editor to work with proper JSON examples 2022-07-28 00:20:32 +02:00
frikky 285bf7d2d2 Added welcome form and redirect, as well as docker autobuilds 2022-07-21 23:32:03 +02:00
frikky 66d7cd4e80 Bunch of fixes for new welcome pages and search fields 2022-07-21 00:30:17 +02:00
frikky 16e7bfcb58 Fixed minor bugs in app creator bodies and action names + added auto addition of headers 2022-07-14 01:16:27 +02:00
frikky 76bfff84da Added | escape }} liquid filter to manage strings in JSON better 2022-07-03 02:15:02 +02:00
frikky d7260b709b Fixed issues with names in conditions when changing 2022-06-28 20:41:35 +02:00
frikky ab5b35532b Added minor fix to app generation 2022-06-28 18:14:02 +02:00
frikky 387731fbfe Added minor fix for coloring and text highlights 2022-06-05 21:32:28 +02:00
frikky 2167be32f5 Fixed app sdk startnode failing when branches coming into it 2022-05-20 01:07:05 +02:00
frikky 76d74e32a3 Minor updates to app sdk 2022-05-12 17:11:43 +02:00
frikky 7bbfda9e4f Minor changes for launch 2022-04-27 20:48:41 +02:00
frikky cb939fb59f Added base part to documentation to help with support 2022-04-25 23:08:33 +02:00
frikky beae97482d Added JSON check in SDK to ENSURE checks for [] and {} are in place to avoid parsing unecessary values like 1e3 which equals 100 2022-04-21 22:26:12 +02:00
frikky bcf2119a7c Fixed an issue with ast literal eval parsing 7e7 as a mathematical operation instead of pure string 2022-04-21 19:00:50 +02:00
frikky 24c25a9aa9 Added ubuntu SDK wrapper 2022-04-18 21:43:56 +02:00
frikky 63ce93500c Fixed a broken part of the condition system which didn't look for skipped/failed nodes 2022-04-08 01:50:09 +02:00
frikky b66d81178a Fixed further execution concurrency issues with sdk & worker 2022-04-07 21:44:42 +02:00
frikky c89817a717 Fixed docker compose with :z instead 2022-04-04 14:32:00 +02:00
frikky 5b78366191 Fixed issues with regex parsing 2022-04-01 23:37:40 +02:00
frikky fec4d63cac Fixed small frontend issues in workflow and app creator 2022-03-29 02:10:37 +02:00
frikky 3cc3b62f74 Added automated parsing of subvalues in JSON to make even more values into proper usable keys 2022-03-27 20:27:20 +02:00
frikky 81183d8404 failed action results are now showing up together with success to make it easier to find 2022-03-27 20:05:56 +02:00
frikky 3d5e02d8da Added JSON and list checks to app sdk parsing 2022-03-26 11:33:01 +01:00