102 Commits

Author SHA1 Message Date
bennykok
ea675fcd4c fix: client side refresh for component 2024-02-01 17:01:54 +08:00
bennykok
bef6ce35de fix: auto refresh table 2024-02-01 15:24:43 +08:00
bennykok
66ad3ab4c2 fix: remove base model from new machine settings 2024-01-31 23:33:55 +08:00
bennykok
967a77d3a3 fix: gif file not returning file url. 2024-01-31 16:46:08 +08:00
bennykok
a4cd5db360 fix: ensure when getting current pricing plan is not deleted 2024-01-31 16:02:01 +08:00
bennykok
3e5ff7702e feat: run log dialog 2024-01-31 15:30:29 +08:00
bennykok
8eb2ce3e10 Squashed commit of the following:
commit 33c0ad7d14a85f22c57f943dab58610c13d2ac07
Author: Nicholas Koben Kao <kobenkao@gmail.com>
Date:   Tue Jan 30 21:56:00 2024 -0800

    revert custom form change

commit d2905ad045ad7856156e3647a81d642999352de7
Merge: 654423d e3a1d24
Author: Nicholas Koben Kao <kobenkao@gmail.com>
Date:   Tue Jan 30 20:50:06 2024 -0800

    merge schema

commit 654423d597e019a5ebf1ab6568c9942fcb9181c5
Author: Nicholas Koben Kao <kobenkao@gmail.com>
Date:   Tue Jan 30 20:49:34 2024 -0800

    merge confl.ict

commit 641724c11346319674fbb329e8e29b362117c242
Author: Nicholas Koben Kao <kobenkao@gmail.com>
Date:   Tue Jan 30 20:47:34 2024 -0800

    model reload on create

commit eb4dfe8e3f39a0a98eab0fcf1affe7096c12f33b
Author: Nicholas Koben Kao <kobenkao@gmail.com>
Date:   Tue Jan 30 17:00:03 2024 -0800

    delete models

commit 0bea9583fada102396c4e08fe6da971c94d404df
Author: Nicholas Koben Kao <kobenkao@gmail.com>
Date:   Tue Jan 30 14:35:15 2024 -0800

    deploy volume uploader to have timeouts only be modal related
2024-01-31 14:29:36 +08:00
bennykok
3b7db4480b update default comfy deploy version 2024-01-28 19:28:40 +08:00
bennykok
9de266fbab chore: add pricing plan lock for machine types 2024-01-28 14:36:36 +08:00
Nick Kao
42aaf1acb9
Nickkao/volume improvemnts v3 (#4)
* fix: attempt fixing timeout

* be validation work

* arbitrary model input, BE validation, error record creation with error logs during potential failure points

* remove unused type

---------

Co-authored-by: bennykok <itechbenny@gmail.com>
2024-01-28 11:09:00 +08:00
bennykok
e5097a5ed5 chore: add machine delete logic check for only new version 2024-01-27 22:33:25 +08:00
bennykok
0ce07c88f8 fix: adding more time log for the run status 2024-01-27 18:06:48 +08:00
bennykok
c7727fc1be feat: revamp cold start time counter 2024-01-27 14:21:59 +08:00
bennykok
5eba792579 fix: attempt fixing timeout 2024-01-27 13:15:28 +08:00
bennykok
fe8f5a49ff test timeout 2024-01-27 12:32:01 +08:00
bennykok
8f7f06470c feat: ensure open in comfy ui will carry over the auth token 2024-01-27 11:38:10 +08:00
Nick Kao
ac5aba2aa9
model volume rename, env for flyio, public and private volumes tested tgt, everything is a public model (#3) 2024-01-27 10:21:15 +08:00
bennykok
0311638ab1 Squashed commit of the following:
commit d70333baa606bbf9c6252c1c8f67763234a111cf
Author: BennyKok <itechbenny@gmail.com>
Date:   Fri Jan 26 07:47:41 2024 +0000

    fix: comment typo

commit 43cfebd97a8981805e0fdb661188e3f8b753c54e
Author: BennyKok <itechbenny@gmail.com>
Date:   Fri Jan 26 07:33:30 2024 +0000

    fix: only create share slug when public-share deployment
2024-01-26 16:06:27 +08:00
bennykok
15e1b1ccb4 Squashed commit of the following:
commit 43cfebd97a8981805e0fdb661188e3f8b753c54e
Author: BennyKok <itechbenny@gmail.com>
Date:   Fri Jan 26 07:33:30 2024 +0000

    fix: only create share slug when public-share deployment
2024-01-26 15:40:42 +08:00
bennykok
85477aba9d Squashed commit of the following:
commit c36b0ec0b374dd8ccbee3a6044ee7e3f1fefe368
Author: Nicholas Koben Kao <kobenkao@gmail.com>
Date:   Thu Jan 25 17:54:54 2024 -0800

    nits on wording and removing link to broken storage/:id page

commit 0777fdcf7b0002244bc713199d3d64eea6b6061e
Author: Nicholas Koben Kao <kobenkao@gmail.com>
Date:   Thu Jan 25 17:23:55 2024 -0800

    builder update config and such

commit 958b795bb2b6ac27ce33c5729ef265b068420e1a
Author: Nicholas Koben Kao <kobenkao@gmail.com>
Date:   Thu Jan 25 17:23:43 2024 -0800

    rename all from checkponit to model

commit 7a9c5636e73bd005499b141a4dd382db5672c962
Author: Nicholas Koben Kao <kobenkao@gmail.com>
Date:   Thu Jan 25 16:51:59 2024 -0800

    rename for consistency

commit 48bebbafab9a95388817df97c15f8ea97e0fea75
Author: Nicholas Koben Kao <kobenkao@gmail.com>
Date:   Thu Jan 25 16:18:36 2024 -0800

    bulider

commit 81dacd9af457886f2f027994d225a7748c738abb
Author: Nicholas Koben Kao <kobenkao@gmail.com>
Date:   Thu Jan 25 16:17:56 2024 -0800

    different types of models
2024-01-26 10:08:37 +08:00
bennykok
8305134a8e fix: make sure we were able to detect the pricing plan correct when not in a org 2024-01-26 00:28:05 +08:00
Nicholas Koben Kao
0d88907cfd clean up web 2024-01-24 22:22:59 -08:00
Nicholas Koben Kao
db04d02d34 working 2024-01-24 22:15:12 -08:00
Nicholas Koben Kao
911cc8d16b merge0 2024-01-24 16:26:16 -08:00
Nicholas Koben Kao
eb04f246a4 status 2024-01-24 12:53:43 -08:00
BennyKok
d644edd3c4 Merge branch 'main' into main-private 2024-01-25 00:40:31 +08:00
BennyKok
0f9e0c9c76 feat: pricing plan + usage page 2024-01-25 00:34:41 +08:00
Nicholas Koben Kao
b1e9bcc4e6 blah 2024-01-24 01:58:00 -08:00
BennyKok
f1b68164c6 fix: Update comfyui snapshot hash 2024-01-24 06:17:28 +00:00
BennyKok
14c3ca6bf5 Merge branch 'pricing-plan'
# Conflicts:
#	web/bun.lockb
#	web/drizzle/meta/_journal.json
#	web/src/db/schema.ts
2024-01-23 11:43:53 +08:00
BennyKok
71dcbe0d11 bump 2024-01-23 11:01:15 +08:00
BennyKok
b8f39239ba attempt fix 2024-01-23 10:55:19 +08:00
BennyKok
9296f8f703 fix edit endpoint 2024-01-23 10:49:07 +08:00
BennyKok
6ed7807081 bump default machine comfy deploy version 2024-01-23 10:43:53 +08:00
BennyKok
52d6e07eeb feat: add opening directly from comfy deploy -> machines 2024-01-23 09:33:53 +08:00
BennyKok
c0450b58d5 fix: format 2024-01-22 18:31:56 +08:00
BennyKok
47168930dc feat: add new auth_request flow for logging in with comfy deploy 2024-01-22 14:11:14 +08:00
Karrix
ac8f6e2808 update: pricing plan with usage base 2024-01-21 15:48:56 +08:00
Karrix
9cbf0760a0 feat: implement lemonsqueezy to pricing table 2024-01-21 15:47:47 +08:00
BennyKok
6de7bf3f20 feat: share page slug 2024-01-21 11:40:48 +08:00
BennyKok
ca1b05fff5 feat: add cold start duration display 2024-01-21 11:40:06 +08:00
BennyKok
c98a16a2dd feat: add duration display 2024-01-20 17:46:15 +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
BennyKok
c7772ca91e feat: update workflow page ux 2024-01-19 18:12:07 +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
BennyKok
8bc6655073 fix: inputs types 2024-01-18 22:48:06 +08:00
BennyKok
ad977f56f3 feat: add clone machine code 2024-01-18 19:50:41 +08:00
BennyKok
4a474a9fa8 chore: update default machine comfy-deploy version 2024-01-18 14:01:26 +08:00
BennyKok
56eb91d102 feat: options to clone the workflow 2024-01-18 00:18:36 +08:00
BennyKok
f8ac6fb251 feat: able to remove share page deployment 2024-01-16 23:51:04 +08:00