Commit Graph

874 Commits

Author SHA1 Message Date
Frikky 8a50b3a5d0 Another version bump for dockerfile 2024-04-24 15:48:04 +02:00
Frikky 584e7eac87 Bumped backend versions to match golang 1.22 2024-04-24 15:44:25 +02:00
Frikky 2ac6001297 Bumped everything to match shuffle-shared 2024-04-23 23:28:48 +02:00
Frikky e0fc97f590 Fixed #1365 2024-04-21 23:11:25 +02:00
Frikky 9908c9adad Added discordchat searchengine file 2024-04-18 04:11:57 +02:00
Frikky 16ef8082d2 Made it work with Opensearch >=2.12.0 with improved password etc 2024-03-21 18:30:51 +01:00
Frikky 05b80d2f55 Fixed oauth2-app mapping 2024-03-20 03:42:50 +01: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 e3271b2438 Fixed UI tracker backend 2024-03-18 02:50:07 +01:00
Frikky 833a8d53e0 Fixed relevant stats & license trackers to make it easier to use 2024-03-18 02:48:53 +01:00
Frikky 4da3f1aa23 Merge pull request #1342 from satti-hari-krishna-reddy/subOrg
added a way to get sub orgs of the current org
2024-03-15 14:39:57 +01:00
Hari Krishna e5e4acdf03 modifed the endopoint 2024-03-15 06:55:26 +00:00
Frikky 625d681fe5 Synced over files and go.mod 2024-03-14 09:47:01 +01:00
Hari Krishna eab95ae906 implemented changes to show parent of the suborg 2024-03-14 06:22:38 +00:00
Frikky 403acbc984 KMS fixes and updates with go.mod 2024-03-07 11:16:48 +01:00
Hari Krishna b71d008edc changed HandleGetSubOrg -> HandleGetSubOrgs 2024-03-06 11:09:47 +00: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
Hari Krishna 6cb611a6a8 fixed a typo subOrg --> subOrgs 2024-03-05 15:27:11 +05:30
Hari Krishna 1e510c6b84 Added a way to get the sub orgs of the current org 2024-03-05 09:29:45 +00: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 fb626a7c21 Fixed minor schedule location issues and app build revisions 2024-02-28 23:09:50 +01:00
Frikky d65e9215ff Removed a lot of verbosity from app sdk 2024-02-28 21:49:47 +01:00
Frikky 54f6b07cb6 Added contributor tracking apps, and started tracking revisions the same way as workflows 2024-02-28 20:06:45 +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 51935b96a8 Made caching work well for hooks 2024-02-16 16:32:55 +01:00
Frikky 858d18c7dc A lot of things 2024-02-15 18:53:39 +01:00
Frikky bf776409bd Added basic image distribution on app rebuild to be sent to orborus and handled 2024-02-08 00:23:30 +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 7dbb1a8b14 Force rebuidl 2024-02-01 14:34:29 +01:00
Frikky 3628812ff6 Fixed api calls not following PROXY guidelines: https://github.com/Shuffle/Shuffle/issues/1318 2024-02-01 14:32:31 +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 57b7440b46 Minor workflow UI fix 2024-01-25 21:03:10 +01:00
Frikky d6f9c7b6b3 Made logo show up, and fixed notification loading problems onprem 2024-01-25 20:13:45 +01:00
Frikky 7a09037604 Made it so wait for results does what it should for loops on cloud 2024-01-25 14:56:52 +01:00