Commit Graph

446 Commits

Author SHA1 Message Date
frikky 34e6546184 Added conversions for public workflows and apps when first utilized 2022-06-21 02:34:25 +02:00
frikky daf200149f Added search engine to open source Shuffle with external links 2022-06-21 01:38:40 +02:00
frikky 9ddbea2e37 Fixed white issue with textfield and started using opensearch version 2 2022-06-16 12:27:21 +02:00
frikky 638f67004a Fixed issue with menu crashing without a popup position when starting with dollarsign $ 2022-06-15 00:04:23 +02:00
frikky 4d146e53e2 Added a way to handle extra apps with default actions 2022-06-11 23:23:08 +02:00
frikky 82ae7c2ae0 Fixed issue where authentication header is not set properly every time 2022-06-05 21:47:48 +02:00
frikky 387731fbfe Added minor fix for coloring and text highlights 2022-06-05 21:32:28 +02:00
frikky 9e3e86f1b0 Added many new usecases and and a way to show vid os within workflows 2022-05-26 01:03:08 +02:00
frikky b51294fc2d Added check for all available variables in code editor 2022-05-23 02:31:26 +02:00
frikky 642605ccec Fixed priorities and OpenID issues 2022-05-22 22:25:33 +02:00
frikky a10007c832 Added basic string replacement when a node changes name 2022-05-21 16:57:23 +02:00
frikky 7e42553fee Fixed usecase linking and added basic priorities to start making a priority system 2022-05-21 14:31:43 +02:00
frikky 3a7865df6d Added countries 2022-05-16 10:42:53 +02:00
frikky b2aa5a3060 Added more embedded video & GIF features to workflow UI 2022-05-15 02:31:16 +02:00
frikky c50cb2ce4d Minor fixes for frontend 2022-05-10 21:02:44 +02:00
frikky 24c25a9aa9 Added ubuntu SDK wrapper 2022-04-18 21:43:56 +02:00
frikky 4fb2455779 Made it possible to change org without parent org available 2022-04-08 02:28:16 +02:00
Frikky 20b483a1a6 Merge pull request #782 from gohil-jay/launch
Updated text selection highlight to be visible over shuffle variables
2022-04-06 10:53:30 +02:00
frikky c89817a717 Fixed docker compose with :z instead 2022-04-04 14:32:00 +02:00
gohil-jay c9c3e6d750 Updated text selection highlight to be visible over shuffle variables 2022-03-30 12:10:54 +05:30
frikky fec4d63cac Fixed small frontend issues in workflow and app creator 2022-03-29 02:10:37 +02:00
frikky 109e6466a5 Merge branch 'launch' of https://github.com/frikky/shuffle into launch 2022-03-28 21:17:17 +02:00
Frikky b401e16a17 Merge pull request #768 from gohil-jay/launch
Added sub-variable detection and added scroll to editor popup
2022-03-28 21:17:07 +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
gohil-jay 25519b1ecc Made auto scroll 2022-03-25 18:50:22 +05:30
gohil-jay 6ada7b69f1 Added sub-variable detection and added scroll to editor popup 2022-03-25 18:34:28 +05:30
frikky 79b24f76d8 Added basic zip upload reader sample with files in-memory based on @Dhaval's work. 2022-03-25 00:43:16 +01:00
frikky 619fcac499 Fixed issue with trigger selection 2022-03-18 22:14:17 +01:00
frikky e5449a6f3c Added better nested field visuals for JSON when autocompleting 2022-03-18 19:08:23 +01:00
frikky 923e9e5be2 Added usecase editing & app framework handling in any place 2022-03-08 12:45:45 +01:00
frikky f88636579f Merge branch 'launch' of https://github.com/gohil-jay/Shuffle into launch 2022-03-06 16:07:26 +01:00
frikky 9d4caf940b Removed extra unecessary logging 2022-03-06 16:05:59 +01:00
gohil-jay 08fea2a2d7 Added cursor tracking, tabs visuals; variable focus popup, highlighting and replacement 2022-03-05 11:45:57 +05:30
frikky e124012b74 Merge branch 'launch' of https://github.com/gohil-jay/Shuffle into launch 2022-03-04 12:04:17 +01:00
frikky b21e2478a7 Added possibility of editing app framework anywhere 2022-03-04 05:11:57 +01:00
frikky 05acf690f4 Added human visuals to app framework 2022-03-04 04:06:40 +01:00
gohil-jay 1275885f3c Added cursor tracking, variable focus popup and variable highlighting 2022-03-03 16:35:56 +05:30
Jay Gohil be23bc14af Merge branch 'frikky:launch' into launch 2022-03-03 16:09:25 +05:30
frikky 790bb8607d Fixed workflow X use case info 2022-03-02 13:39:59 +01:00
frikky 36f9ed26c2 #709: Added usecase discovery and mapping on /usecases path 2022-02-20 19:03:58 +01:00
frikky 8af27d2800 Started looking at ways to parse invalid JSON patterns 2022-02-16 20:14:52 +01:00
frikky 92fa70a373 Fixed auto-unmapping of e.g. names and authentication during action change. Re-mapped with pointers rather than JSON parsing 2022-02-15 22:37:09 +01:00
frikky 0d27959a2d Disabled magic output by default again 2022-02-11 02:27:20 +01:00
frikky 136b7337af Made ALL popups (modals) in the workflow UI movable by dragging the title 2022-02-11 00:35:06 +01:00
frikky 65418b39c4 Fixed issue with actionlist autocompletion 2022-02-11 00:23:34 +01:00
frikky 6886f9e585 Fixed public workflow loading bug 2022-02-06 04:28:22 +01:00
frikky c11051c7eb Added new test-build that includes OpenID connect to test with KeyCloak 2022-02-02 04:15:16 +01:00
frikky 4e3f0833ad Minor action fix 2022-01-31 12:27:01 +01:00
frikky a811036fb2 Added fixes for public workflows with app visuals 2022-01-31 12:22:37 +01:00