0fatal
|
4bf342806e
|
refactor(server): refactor billing (#1648)
* refactor(server): refactor billing
* fix
|
2023-11-07 18:17:23 +08:00 |
|
maslow
|
6b835c24ca
|
chore(deploy): add image version for multipass launch
|
2023-10-25 15:06:06 +08:00 |
|
maslow
|
55c6525741
|
chore(deploy): fix sealos version
|
2023-10-24 21:35:05 +08:00 |
|
maslow
|
0b612c73d9
|
chore: remove custom storage class, use default sc; (#1584)
|
2023-10-13 15:57:57 +08:00 |
|
maslow
|
fe607f8fd0
|
chore(deploy): fix ingress-nginx image name typo (#1566)
|
2023-10-08 00:57:04 +08:00 |
|
maslow
|
8de0a29de6
|
fix(gateway): fix cors headers conf of runtime, ingress nginx installation (#1565)
|
2023-10-07 23:52:42 +08:00 |
|
maslow
|
155814bd67
|
feat(gateway): refactor gateway to support ingress (#1559)
* refactor: impl runtime ingress
* refactor: impl bucket domain ingress
* refactor: impl website domain ingress
* refactor: rm apisix api service; add region cert conf
* remove apisix deployment in build scripts
* feat(server): publish website-hosting to runtime
---------
Co-authored-by: 0fatal <2816813070@qq.com>
|
2023-10-07 17:00:38 +08:00 |
|
maslow
|
199201877e
|
chore(build): fix build file missing in kubefile
|
2023-08-24 16:13:12 +08:00 |
|
0fatal
|
d7594afa90
|
fix(build): fix build of laf mage and change the deployment of metering service (#1488)
* fix(build): fix build laf mage
* chore(build): change the deployment of metering service
|
2023-08-24 12:29:08 +08:00 |
|
yy
|
d0cbbba89d
|
chore(deploy): add metrics-server cluster image (#1462)
|
2023-08-14 15:33:54 +08:00 |
|
maslow
|
d1a6e55086
|
chore(build): update sharp version, fix deploy scripts
|
2023-07-31 15:41:36 +08:00 |
|
geeknonerd
|
ede4029fac
|
chore(deploy): fix deploy scripts PROJECT_ROOT error (#1238)
Co-authored-by: levi <levi@c2h4.org>
|
2023-06-12 11:16:44 +08:00 |
|
maslow
|
f7bbb709b8
|
chore(deploy): fix deploy scripts path error (#1220)
|
2023-06-06 12:10:06 +08:00 |
|
maslow
|
dfeed5a578
|
chore(build): seperate deploy and build dir (#1219)
|
2023-06-06 11:46:30 +08:00 |
|
skyoct
|
806fcbd7c2
|
feat(server): support website history (#1210)
* feat: support website history
* feat: update apisix images
|
2023-06-06 10:24:55 +08:00 |
|
maslow
|
b8cdc75a82
|
fix(server): fix billing task concurrency overflow (#1216)
|
2023-06-05 15:31:05 +08:00 |
|
maslow
|
8a06d44e2a
|
feat(server): add metered billing module, remove subscription module, discard Prisma (#1187)
* design metering schema
* add region bundle schema
* remove prisma in gateway, website, storage
* remove prisma in dependency module
* remove prisma in account module
* remove prisma in instance module
* remove prisma in auth and user module
* remove prisma in function and trigger module
* remove prisma totally
* add resource option & template api
* rename resource template to bundle
* add billing module & price calculation api
* add response api typings
* update app bundle api
* impl billing task
* impl billing payment task
* restart app while updating bundle
* update user profile api
* fix account api response body
* feat: bundle select
* fix: upgrade payment
* refactor(web): update package
* refactor(web): upgrade type definitions
---------
Co-authored-by: NightWhite <nightwhite634@gmail.com>
* add pagination response decoration
* feat(web): metering web (#1173)
(cherry picked from commit 3793fbcb195bf22388784c30342afb4e1995c970)
* chore: update entity typings
* fix(web): modal height (#1175)
* add application trial tier limit
* feat(server): add invite code feature and billings pagination (#1183)
* feat(server): process free trial billing
* fix(web): update app state api & rules add api (#1184)
* fix(web): update app state api
(cherry picked from commit 33f89bfca718e17f62880c0a08959af345732fd5)
* fix(web): rules add
(cherry picked from commit a4cc073848d7d42b9bb55364636ebae7422e439e)
* fix(web): id -> _id
(cherry picked from commit 1bd3ab0a7d3372689306cf43cc49c3f6995045f7)
* fix(server): update response struct of rules, add response types
* refactor(web): api definitions (#1185)
* fix(server): fix trial app logic
* Feat definition (#1186)
* refactor(web): api definitions
* fix(web): show fee
* merge main into design-metering
* add metering yaml to laf helm charts
---------
Co-authored-by: allence <lizhenq2009@gmail.com>
Co-authored-by: NightWhite <nightwhite634@gmail.com>
Co-authored-by: limbo <43649186+HUAHUAI23@users.noreply.github.com>
|
2023-05-29 20:13:53 +08:00 |
|
yinzhidong
|
14af9d5edb
|
doc: Update install-on-linux.sh add some install command (#1124)
|
2023-05-12 23:02:25 +08:00 |
|
maslow
|
fb0e07272c
|
chore(build): remove runtime image from cluster image (#1122)
|
2023-05-09 16:57:08 +08:00 |
|
maslow
|
bd974df84f
|
chore(deploy): update deploy scripts (#1117)
|
2023-05-08 16:42:55 +08:00 |
|
maslow
|
b0f7e81b3f
|
fix(server): avoid acct-trans addition in free order (#1049)
|
2023-04-19 23:46:47 +08:00 |
|
nightwhite
|
67cc35dfc6
|
fix(server): Modify the installation order of APISIX (#1022)
|
2023-04-12 10:12:16 +08:00 |
|
maslow
|
48cad2de3c
|
fix(server): check website hosting in bucket deletion, add error handle to tasks; (#1017)
|
2023-04-11 13:04:24 +08:00 |
|
Jiahui
|
a3dbf806c4
|
Fix sealos does not support pulling multiple cluster images (#1016)
|
2023-04-08 12:12:59 +08:00 |
|
Jiahui
|
40e8e0b518
|
chore(deploy): optimize install-on-linux.sh (#1010)
|
2023-04-07 10:48:10 +08:00 |
|
maslow
|
82b8121dfd
|
fix(server): return notes fields in region & bundles (#993)
|
2023-03-31 20:43:55 +08:00 |
|
maslow
|
b38c288da5
|
fix(deploy): upgrade minio version to fix CVE-2023-28432 (#960)
|
2023-03-24 21:18:01 +08:00 |
|
maslow
|
914165185e
|
feat(server): support website custom domain ssl cert auto-gen (#956)
* feat(server): support website custom domain ssl cert auto-gen
* feat(server): impl website task to support cert auto gen
|
2023-03-24 15:07:12 +08:00 |
|
maslow
|
2013c37020
|
chore(deploy): remove casdoor charts (#954)
|
2023-03-23 18:34:15 +08:00 |
|
maslow
|
b8f2d47611
|
feat(subscription): impl subscription and account (#894)
* feat(subscription): impl subscription and account
* chore(server): fix payment amount
* feat(server): impl account charge, wechat pay
|
2023-03-16 00:15:30 +08:00 |
|
maslow
|
92e570faef
|
chore(deploy): add default region database conf (#860)
|
2023-03-06 11:35:16 +08:00 |
|
maslow
|
53445f4564
|
fix(build): update minio latest version to fix #800 (#850)
|
2023-03-04 16:46:14 +08:00 |
|
maslow
|
093ebacbf6
|
fix(deploy): wrong node type in install scripts (#847)
|
2023-03-03 18:25:54 +08:00 |
|
maslow
|
f0c5d18c3f
|
feat(server): support runtime pod affinity, add task switcher env (#846)
|
2023-03-03 14:45:00 +08:00 |
|
maslow
|
809d1def83
|
feat(server): refactor bundle and other data schemas (#811)
|
2023-02-22 16:54:02 +08:00 |
|
maslow
|
7a2753322c
|
fix(server): bind custom domain not working
|
2023-02-16 20:34:33 +08:00 |
|
maslow
|
c202330574
|
refactor(server): rewrite cron trigger using k8s cron job
|
2023-02-15 21:26:18 +08:00 |
|
maslow
|
893ddcf4b7
|
fix: fix init error in runtime, add set -e for shell scripts
|
2023-02-15 11:02:52 +08:00 |
|
maslow
|
d8a532cc6f
|
chore(deploy): fix mongodb charts headless service host issue (#729)
|
2023-02-05 23:15:40 +08:00 |
|
maslow
|
ea07f2fd92
|
chore(deploy): remove laf helm charts
|
2023-02-04 23:47:01 +08:00 |
|
maslow
|
82509f5132
|
chore(deploy): turn deployments to statefuleset in etcd charts
|
2023-02-04 23:47:01 +08:00 |
|
maslow
|
cd9ead0a34
|
refactor: refact region schema & deploy scripts (#719)
|
2023-02-03 12:30:53 +08:00 |
|
全场最拉
|
b568eeba8b
|
chore(deploy): add windows deploy doc (#709)
Co-authored-by: sulnong <bytepay@bytepayment.com>
|
2023-01-31 16:43:02 +08:00 |
|
maslow
|
888ee82687
|
fix: fix max header size bug in gw & server (#708)
|
2023-01-31 15:46:48 +08:00 |
|
maslow
|
44a82a4c17
|
chore(deploy): fix sealos version to 4.1.4 in deploy shell (#686)
|
2023-01-28 21:24:54 +08:00 |
|
maslow
|
d7fde76e3a
|
chore: mv lerna conf to root; fix cluster image build scripts (#672)
|
2023-01-22 21:55:42 +08:00 |
|
maslow
|
642faeeb01
|
chore(deploy): change pg charts to statefulset (#671)
|
2023-01-22 21:11:19 +08:00 |
|
maslow
|
2cfe8eccdc
|
chore(deploy): change mongo charts from replicaset to statefulset (#669)
|
2023-01-22 15:34:36 +08:00 |
|
maslow
|
5230735067
|
chore: remove deploy compose yaml files of v0.8 (#668)
* chore: remove deploy compose yamls of v0.8
* docs: fix broken links
|
2023-01-21 16:18:12 +08:00 |
|
maslow
|
de0a86ba84
|
fix(deploy): fix minio ingress in build charts (#658)
|
2023-01-19 19:53:56 +08:00 |
|