Commit Graph

390 Commits

Author SHA1 Message Date
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
Frikky d6e37aa3fe Removed the startnode changes again. Too many possible failures 2023-11-17 01:51:34 +01:00
Frikky 7c90456ba3 Minor tests with skipping of startnode in app 2023-11-17 01:44:11 +01:00
Frikky deba8f15a2 Made startnode also care about conditions 2023-11-17 01:31:10 +01:00
Frikky 3c34e36be4 Added catchall and str() for regex 2023-11-16 19:51:56 +01:00
Aditya f0ef6af23c Merge branch '1.4.0' 2023-11-16 01:15:44 +05:30
Frikky c629864c26 Fixed some execution setting bugs 2023-11-15 12:58:23 +01:00
Aditya 8edd395ff6 fix: Adding SHUFFLE_APP_SDK_TIMEOUT 2023-11-03 03:35:36 +05:30
Aditya f09dbb8684 Merge branch '1.3.0' 2023-11-01 01:39:30 +05:30
Frikky a92823d273 Re-added cacheview bugfix, small app sdk fix and login page change 2023-10-20 17:20:34 +02:00
Aditya 341c0c5e1c Merge remote-tracking branch 'origin/1.3.0' into dhaval055/1.3.0 2023-10-18 20:59:14 +05:30
Frikky 614e39da70 Fixed some frontend things for release and orborus is now better by default 2023-10-18 14:58:36 +02:00
dependabot[bot] 0ecc9e9e11 Bump urllib3 from 1.26.17 to 1.26.18 in /backend/app_sdk
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.17...1.26.18)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 01:25:55 +00:00
dhaval055 ebf58e1917 merge to 1.3.0 2023-10-12 16:03:38 +00:00
dependabot[bot] 1dad8242f8 Bump urllib3 from 1.26.5 to 1.26.17 in /backend/app_sdk
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 1.26.17.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.5...1.26.17)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 04:39:17 +00:00
Frikky 787ca47add Added further admin panel fixes 2023-09-27 21:25:45 +02:00
Frikky ec36639fa7 Fixed a bunch of minor issues with notification workflows and the like 2023-09-22 01:01:20 +02:00
Frikky fc9bc33b30 Fixed self problems in app sdk 2023-09-21 20:18:22 +02:00
Frikky 6de66413c7 Fixed some app sdk things, added images for missing triggers and re-added Wait For Response to Webhooks 2023-09-20 22:34:06 +02:00
Frikky 210412ec84 Fixed a automatic base64 convert issue for images 2023-09-20 20:59:38 +02:00
Frikky 2fec45b47e Fixed most of the muiV5 / react 18 version problems 2023-07-13 22:58:51 +02:00
dependabot[bot] 850491ecb9 Bump requests from 2.25.1 to 2.31.0 in /backend/app_sdk
Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.25.1...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-06 18:28:13 +00:00
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