Commit Graph

365 Commits

Author SHA1 Message Date
Frikky 0708a51482 Fixed an unecessary string replacement in App SDK 2024-05-08 23:05:32 +02:00
Frikky 45a6089629 Removed custom handler for SHUFFLE_NO_SPLITTER loop handler and further debug logs 2024-04-29 13:00:12 +02:00
Frikky 5e789d4a53 Fixed SHUFFLE_NO_SPLITTER loop bugs 2024-04-29 12:40:23 +02:00
Frikky 7e92c8d399 Fixed duplicate parameter parsing. Requires full app update 2024-04-29 11:35:21 +02:00
Frikky 8567b7e722 Fixed a looping bug with SHUFFLE_NO_SPLITTER where it sometimes didn't do loops at all 2024-04-29 11:14:04 +02:00
Frikky e0fc97f590 Fixed #1365 2024-04-21 23:11:25 +02:00
Frikky 54b3687eef Fixed further user input issues 2024-03-19 23:56:16 +01:00
Frikky 06494a0093 Fixed SDK bug in loops with tmp being undefined 2024-03-18 16:00:37 +01:00
Frikky 1da44d12ec Minor fix to make JSON only return json if it's actually json 2024-03-05 15:30:59 +01:00
Frikky 0333c0ab6a Added liquid (and future json) pattern fix to sdk to autofix some normal issues 2024-03-05 15:25:11 +01:00
Frikky 66a5260cdb Fixed more pattern matching things. Will implement to test for liquid formatting 2024-03-05 14:55:46 +01:00
Frikky 4b225ab8eb Added a liquid matcher that fixes bad liquid 2024-03-05 14:35:40 +01:00
Frikky b34113f216 Made app sdk support local caching for cache keys for a very short amount of time as to make it possible to check a ton of keys fast 2024-02-29 13:55:51 +01:00
Frikky 21e34a5178 Added a local cache layer for an app within a workflow. This is to help with caching to laod faster 2024-02-29 13:39:20 +01:00
Frikky 4be496466e Removed even more unecessary verbosity in sdk 2024-02-29 04:24:03 +01:00
Frikky d65e9215ff Removed a lot of verbosity from app sdk 2024-02-28 21:49:47 +01:00
Frikky 77de59f9e0 Fixed app sdk problem with base64 decode for Gmail/Outlook 2024-02-23 16:44:23 +01:00
Frikky f8640d854f Fixed file category loading and small workflow changes 2024-02-21 09:32:33 +01:00
Frikky 858d18c7dc A lot of things 2024-02-15 18:53:39 +01:00
Frikky 0a349019ab Changed app sdk order for apps 2024-02-07 18:46:19 +01:00
Frikky 8c640cbfd1 Loads of frontend fixes 2024-02-05 23:47:05 +01:00
Frikky cb9be52245 Fixed recursion bug where items that used to become empty strings became full values 2024-02-02 01:54:18 +01:00
Frikky 7cfb41df69 Merge branch '1.4.0' of https://github.com/shuffle/shuffle into 1.4.0 2024-01-31 17:44:39 +01:00
Frikky 95c925095b Fixed execution_id redirects in workflow 2024-01-31 17:44:36 +01:00
Frikky 989dc2aaf4 Merge branch 'main' into 1.4.0 2024-01-31 10:57:29 +01:00
Frikky f8bbfb0fdb Fixed execution mapping problems in workflows for 1.3.2 2024-01-31 10:54:56 +01:00
Frikky 42e5c7822a Fixed cache frontend issues related to editing/viewing 2024-01-30 01:37:46 +01:00
Frikky a80d88b53f Splitcnt missing in production app for . value catching 2024-01-26 15:16:52 +01:00
Frikky f2c47405f0 Added a recursion test script for dot notation handling that works with e.g. kibana 2024-01-26 15:13:12 +01:00
Frikky b796eba7b2 Fixed cache view UI, minor theme bug and an SDK loading problem 2024-01-26 11:45:14 +01:00
Frikky b82b68c8b2 https://github.com/Shuffle/Shuffle/issues/1306: Fixed int casting issue in app sdk during list management 2024-01-24 12:06:48 +01:00
Frikky 98bf24d51e Fixed an integer mapping problem in conditions 2024-01-24 11:09:00 +01:00
Frikky 729b2b211d Added SHUFFLE_MAX_EXECUTION_DEPTH for subflows to be able to go lower than 10 subflows 2024-01-23 16:12:58 +01:00
Frikky a08c9c0bf3 Fixed a problem where variables with loops fail, and a print problem 2024-01-18 12:52:14 +01:00
Frikky 8a48dee950 Small SDK changes for proxy and verbosity 2024-01-16 15:18:47 +01:00
Frikky 9b24a45627 Minor SDK update for prints 2024-01-16 14:02:12 +01:00
Frikky daf378e5d6 Rebuild orborus with correct env 2023-12-12 13:23:56 +01:00
Frikky 2383b1e730 Proxy bypass for internal 2023-12-11 14:51:40 +01:00
Frikky b1fb3a7c26 Update app_base.py 2023-12-07 22:49:50 +01:00
Frikky a8fa130381 Added proxies to app base 2023-12-07 17:52:58 +01:00
Frikky 1aef4d2dbb Appbase change to handle exits when retries and timeouts happen, as these are expected from worker -> app 2023-12-06 17:11:42 +01:00
Frikky ec726fe073 Even more runtime debugger and docs fixes 2023-12-03 01:42:03 +01:00
Frikky 706a8ee233 Changed apps to use milliseconds instead of seconds for timestamps to be more accurate 2023-11-30 21:11:16 +01:00
Frikky ff7ca90936 Minor sdk update 2023-11-30 11:14:55 +01:00
Frikky ce029bfb32 Rolled back SDK to not get more string issues 2023-11-27 22:24:05 +01:00
Frikky 3ecfb6898e Added automatic value sanitization if it is a string in a JSON. Point is to make newlines and quotes not screw it all up 2023-11-27 04:27:53 +01:00
Frikky 10f5d202ea Added more app sdk timeout debug info 2023-11-24 18:35:23 +01:00
Frikky c776c71fc6 Made larger than, less than and is empty a bit smarter to not need {{ | size }} 2023-11-24 16:54:08 +01:00
Frikky 9fc6326350 Made autocasting happen values in larger than, less than and is empty 2023-11-24 15:40:23 +01:00
Frikky c1bfb159c6 Fixed oauth2, docs and popups for onboarding 2023-11-19 18:03:53 +01:00