69 Commits

Author SHA1 Message Date
BennyKok
52d6e07eeb feat: add opening directly from comfy deploy -> machines 2024-01-23 09:33:53 +08:00
BennyKok
47168930dc feat: add new auth_request flow for logging in with comfy deploy 2024-01-22 14:11:14 +08:00
BennyKok
6de7bf3f20 feat: share page slug 2024-01-21 11:40:48 +08:00
BennyKok
163e6f0426 feat: add share page settings dialog + add org id to deployment as well 2024-01-20 12:06:26 +08:00
Nicholas Koben Kao
a2d0e93172 posthog install. from: https://posthog.com/docs/libraries/next-js 2024-01-19 19:38:35 -08:00
BennyKok
c7772ca91e feat: update workflow page ux 2024-01-19 18:12:07 +08:00
BennyKok
ffb117d85d fix: uploading new workflow will refresh the update date 2024-01-19 17:34:50 +08:00
BennyKok
544de57628 fix: error page in workflow run 2024-01-19 17:24:04 +08:00
BennyKok
e220921440 feat: add run origin options, fix client code templates, buttons and badge styles 2024-01-19 17:08:05 +08:00
EdwinWong
3644e5044c feat: error page 2024-01-19 03:46:24 +08:00
BennyKok
a4825acc95 fix: set max duration for share page and workflow 2024-01-18 21:40:51 +08:00
BennyKok
ad977f56f3 feat: add clone machine code 2024-01-18 19:50:41 +08:00
BennyKok
1e99474780 fix: max duration for 5mins incase modal cold start too long 2024-01-18 02:40:52 +08:00
BennyKok
56eb91d102 feat: options to clone the workflow 2024-01-18 00:18:36 +08:00
BennyKok
a4d564decd fix: upload-url check auth 2024-01-16 01:02:48 +08:00
BennyKok
1ced8095dc feat(api): add file upload api, get a upload url, then upload file, max 50mb for now 2024-01-16 00:49:50 +08:00
BennyKok
18cfbce171 feat: add public share options for workflow 2024-01-14 23:35:25 +08:00
BennyKok
dafc8b168b feat: better mobile navigation 2024-01-14 18:06:44 +08:00
Karrix
a27bdf5ea2 fix: missing env key issue 2024-01-14 16:51:38 +08:00
BennyKok
29bf7636b1 feat: add gpu options 2024-01-11 21:57:30 +08:00
BennyKok
8aa86bbe64 fix: build error 2024-01-09 14:11:11 +08:00
BennyKok
7d36f8af88 feat: add interactive api docs, rewrite run endpoint with hono and zod validator 2024-01-09 14:00:16 +08:00
BennyKok
79639bd6ee chore: update global styles 2024-01-07 23:05:23 +08:00
BennyKok
9af3bb26d2 chore: remove log 2024-01-07 21:09:13 +08:00
BennyKok
7ab4edb069 chore(web): ensure builder connect to the specific instance id 2024-01-07 21:06:47 +08:00
BennyKok
01a9c1a1d6 feat: add millon js, add models picker dialog, update builder 2024-01-07 17:22:28 +08:00
BennyKok
3c4bce630e feat(web): auto fresh every 5 seconds for workflow display 2024-01-06 01:53:21 +08:00
BennyKok
157b126fbf feat(plugin): update deployment flow 2024-01-05 19:27:31 +08:00
BennyKok
9937252777 feat: add preview image builder 2024-01-04 22:29:22 +08:00
BennyKok
40d9060fda fix(web): workflow org visibility issues 2024-01-01 23:51:12 +08:00
BennyKok
c66de45522 feat(all): add organisation, api updates with organisation check
Now calling run endpoints with GET, POST will check against the API key, whether there is org_id or not, if the operation workflow doesnt match with the user org or user id, will return with workflow not found, run not found
2024-01-01 23:13:01 +08:00
BennyKok
75776e6d8f fix(api): force-dynamic for get run and run 2024-01-01 01:48:56 +08:00
BennyKok
d63ab1924b feat(web): paginated runs table, add loading page 2023-12-31 01:07:39 +08:00
BennyKok
9d0a52b7ab fix(web): layout and scrollable 2023-12-29 14:55:08 +08:00
BennyKok
498374195d feat(docs): add docs and restructure 2023-12-28 00:06:32 +08:00
BennyKok
afc67bc0b9 feat(web): workflow details page, showing custom node dependencies 2023-12-25 20:36:44 +08:00
BennyKok
dc5dd81358 chore: add uploading to workflowRunStatus 2023-12-23 21:44:04 +08:00
BennyKok
04ca3760ce fix(web): workflow details not updated when version changes 2023-12-21 18:14:03 +08:00
BennyKok
9d8f570b4d chore(web): remove log 2023-12-21 17:58:22 +08:00
BennyKok
d57842d2a9 feat(web): add copy workflow button 2023-12-21 17:58:10 +08:00
BennyKok
c2d67da7db feat(web): add tooltip for workflow variables 2023-12-21 16:21:32 +08:00
BennyKok
3e55efe0a5 fix(api): return files download url for "files" output 2023-12-21 16:21:06 +08:00
BennyKok
61d3e2f65a feat(web): options to disable machine 2023-12-21 13:39:36 +08:00
BennyKok
eda922a5e3 fix build 2023-12-21 00:50:05 +08:00
BennyKok
a8adb59879 fix(web): build issues 2023-12-21 00:48:27 +08:00
BennyKok
06f427ef70 feat(web): update machine status view 2023-12-21 00:42:52 +08:00
BennyKok
f2c9362a8a fix(web): mobile view 2023-12-21 00:01:01 +08:00
BennyKok
ee68507755 feat(web): add custom file download button for runs output 2023-12-20 23:14:01 +08:00
BennyKok
1dc04a8752 fix: build issues 2023-12-16 23:17:09 +08:00
BennyKok
9e1e15d4eb chore: update wording 2023-12-16 19:28:16 +08:00