424 Commits

Author SHA1 Message Date
BennyKok
a6d5bde7fd feat(plugin): improve deploy flow 2024-01-05 23:32:05 +08:00
BennyKok
157b126fbf feat(plugin): update deployment flow 2024-01-05 19:27:31 +08:00
BennyKok
d6707295cc chore: add readme for modal builder 2024-01-05 19:27:31 +08:00
EdwinWong
fd9378b2a4 chore: custom node type 2024-01-05 14:42:11 +08:00
EdwinWong
57045d44f3 feat: external number 2024-01-05 13:04:43 +08:00
BennyKok
6478300056 feat: add comfy-deploy-serverless options 2024-01-04 23:07:50 +08:00
BennyKok
9937252777 feat: add preview image builder 2024-01-04 22:29:22 +08:00
BennyKok
314eb9fd16 feat: add modal cloud builder 2024-01-04 22:28:19 +08:00
BennyKok
d879889e1b fix(web): display error from serverless run creation 2024-01-02 16:25:52 +08:00
BennyKok
46869e78b1 feat(web): add modal serverless type (preview) 2024-01-02 13:55:49 +08:00
BennyKok
61498dd3f5 fix(web): remove workflow fk delete cascade problem with schema migration 2024-01-02 01:13:13 +08:00
BennyKok
2260b4be30
Merge pull request #4 from ecjojo/patch-1
fix typo in readme🐰
2024-01-02 00:57:12 +08:00
JoJo
bf82cc1eaf
Update README.md 2024-01-02 00:54:32 +08:00
BennyKok
56ea34f2fa fix(api): ensure when api user dont have org_id, check for workflow that org_id must be null as well 2024-01-01 23:55:33 +08:00
BennyKok
40d9060fda fix(web): workflow org visibility issues 2024-01-01 23:51:12 +08:00
BennyKok
8190740abf fix(web): machine org permission visibility 2024-01-01 23:50:42 +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
744a222e26 fix(plugin): set status to failed if there are node_errors 2023-12-30 02:48:48 +08:00
BennyKok
824ce16b4e fix(plugin): pending upload status not updated 2023-12-29 20:06:52 +08:00
BennyKok
e13a863af7 fix(plugin): ignore when node_errors is empty 2023-12-29 17:45:51 +08:00
BennyKok
6b99b8a66a fix(plugin): ensure node_errors is sent 2023-12-29 16:53:32 +08:00
BennyKok
62f8ba2c70 fix: download url 2023-12-29 16:23:45 +08:00
BennyKok
d54ed35755 chore(web): add process.env.SPACES_CDN_FORCE_PATH_STYLE 2023-12-29 16:02:42 +08:00
BennyKok
ba19364f72 chore(plugin): add log when file not uploaded due to folder not found 2023-12-29 15:44:22 +08:00
BennyKok
9d0a52b7ab fix(web): layout and scrollable 2023-12-29 14:55:08 +08:00
BennyKok
d9f83dadd1 fix: ensure the correct path when logging out version 2023-12-29 00:09:52 +08:00
BennyKok
7ab0674d8a chore(plugin): log current comfy deploy revision out 2023-12-28 23:56:52 +08:00
BennyKok
61894c0b46 fix: first run error will be logged, log rotation handling revamped, prompt id will be generated first. 2023-12-28 22:48:31 +08:00
BennyKok
8fe38fde3d fix(web): copy workflow will have correct version and id 2023-12-28 22:45:51 +08:00
BennyKok
ee8efd0b6b fix(plugin): python error 2023-12-28 14:38:35 +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
536fdecb67 fix(plugin): normal queue will crash due to key not found 2023-12-25 19:03:02 +08:00
BennyKok
8c2440ad8b fix(web): password field 2023-12-25 13:15:20 +08:00
BennyKok
ecf0c277f6 fix(web): token not being saved 2023-12-25 13:09:52 +08:00
BennyKok
850d8473ad fix: handle file upload status correctly, add serverless machine type 2023-12-24 18:53:32 +08:00
BennyKok
dc5ae7a7b1 fix(plugin): ensure endpoints with / works in plugin 2023-12-24 18:51:59 +08:00
BennyKok
dc5dd81358 chore: add uploading to workflowRunStatus 2023-12-23 21:44:04 +08:00
BennyKok
3e2d709b79 fix build error 2023-12-22 16:15:53 +08:00
BennyKok
71c8b95add fix: update wordings on dialog 2023-12-22 16:12:45 +08:00
BennyKok
592cc2abcd feat(web): add run inputs options on dashboard 2023-12-22 16:09:36 +08:00
BennyKok
cdbf4f3dd5 chore: update comments 2023-12-22 16:08:10 +08:00
BennyKok
ccd3e43550 feat(plugin): add external image with base64 support, also with alpha image node 2023-12-22 16:07:56 +08:00
BennyKok
d3b01ff64c fix(plugin): keep the config button when deploying 2023-12-22 16:07:29 +08:00
BennyKok
b185d95e93 fix(plugin): try catch update run endpoint call 2023-12-22 12:59:05 +08:00
BennyKok
2690db12b5 feat: machines logs viewer 2023-12-22 00:24:12 +08:00
BennyKok
9cc3c6ffe3 fix(plugin): support preview image upload 2023-12-21 19:52:39 +08:00
BennyKok
04ca3760ce fix(web): workflow details not updated when version changes 2023-12-21 18:14:03 +08:00