maslow
3ee12db5cf
refactor(db-proxy): refactor accessor constructor in database-proxy, add objectid type as global in runtime; ( #1738 )
...
* refactor(db-proxy): refact constructor of accessor
* add ObjectId to global in runtime
2023-12-14 15:19:12 +08:00
maslow
74db91209c
refactor(cloud-sdk): refactor listFiles paramsof cloud sdk ( #1735 )
2023-12-12 21:37:47 +08:00
maslow
0873645bcd
refactor(cloud-sdk): refacct readFile returns in cloud-sdk ( #1734 )
...
* refact read file api
* fix storage api typing missing
2023-12-12 20:47:29 +08:00
Tsui Yen-Che
3236f80322
doc: opt db-ql documents ( #1726 )
2023-12-12 11:22:52 +08:00
maslow
2b87cb735c
feat(cloud-sdk): add url api to cloud sdk ( #1732 )
...
* feat(cloud-sdk): add filename url api to cloud.storage.bucket
* update cloud sdk version in runtime
* chore: fix deprecated marker
2023-12-12 11:14:20 +08:00
maslow
18afa9b9b1
feat(runtime): add cloud.storage api in cloud sdk ( #1729 )
...
* feat(runtime): add cloud.storage api in cloud sdk
* fix cloud object prop missing in runtime
2023-12-08 06:40:29 -06:00
maslow
c1748d6f86
fix(runtime): fix cloud sdk cannot initialize in custom deps module ( #1711 )
...
* fix(runtime): fix cloud sdk cannot initialize in custom deps module
* opt the init scripts
* chore: use fixed node version in dockerfile
2023-11-27 23:50:04 +08:00
0fatal
354de5070c
chore: lint the remaining codes ( #1693 )
2023-11-16 16:00:51 +08:00
0fatal
fcab6067cf
chore: harmonise lint configuration ( #1688 )
...
* chore: harmonise eslint configuration
* chore: add husky,stylelint,editorconfig
---------
Co-authored-by: maslow <wangfugen@126.com>
2023-11-16 14:50:15 +08:00
maslow
5844873a6a
v1.0.0-beta.13
2023-11-10 20:10:17 +08:00
maslow
69cd98b819
chore: deprecated few fn global typings
2023-11-10 19:56:18 +08:00
maslow
67b3cd6ee3
refactor(runtime): refactor the cloud function engine ( #1668 )
...
* refactor function module
* support debug executor
* opt debug interceptor
2023-11-09 21:26:11 +08:00
maslow
537225e75d
chore: update change log
2023-10-31 14:47:09 +08:00
maslow
f50a14e498
v1.0.0-beta.12
2023-10-31 14:26:37 +08:00
0fatal
f8c068a950
feat(web): add database indexes management ( #1611 )
...
* feat(sdk): add db index method
* fix(sdk): fix index res type
* feat(web): add index manage
* refactor(sdk): remove useless code
2023-10-31 14:09:49 +08:00
skyoct
acafda5d43
feat(runtime): reuse context ( #1539 )
...
* feat:shared context
* fix: remove useless code
2023-09-22 11:08:59 +08:00
maslow
ba0c64faeb
v1.0.0-beta.10
2023-07-12 16:36:01 +08:00
seewhy
021adbd5c1
feat(client-sdk): support taro request ( #1325 )
...
* docs: update trigger.md
* feat(client-sdk): add taro request support
2023-06-28 16:35:40 +08:00
0fatal
c0fef5fb1c
fix(client-sdk): fix #1282 add polyfill for globalThis ( #1295 )
2023-06-25 17:12:50 +08:00
maslow
524aee5b41
v1.0.0-beta.8
2023-05-12 17:49:27 +08:00
maslow
0b5c9d1ba3
fix(client-sdk): eslint type error
2023-05-12 17:48:44 +08:00
nightwhite
dd86d0b263
fix(client-sdk): fix bugs in compiling uniapp into WeChat mini programs ( #1105 )
2023-05-06 14:42:47 +08:00
maslow
e9927c951b
v1.0.0-beta.7
2023-04-25 17:55:21 +08:00
maslow
8d63403943
fix(server): suspend cronjob after instance stopped ( #1045 )
2023-04-19 15:40:38 +08:00
nightwhite
0e7d8120c9
fix(client-sdk): optimize invoke code prompts and documents ( #1038 )
...
Co-authored-by: NightWhite <nightwhite634@gamail.com>
2023-04-18 17:45:42 +08:00
maslow
e59392621f
v1.0.0-beta.4
2023-03-09 20:27:51 +08:00
maslow
757c38e878
fix(web): cloud function ctx types error ( #869 )
2023-03-07 20:23:48 +08:00
maslow
0771b59ab3
chore: update changelog & pkg locks
2023-02-24 18:38:19 +08:00
maslow
d2808decff
v1.0.0-beta.2
2023-02-24 18:34:47 +08:00
maslow
809d1def83
feat(server): refactor bundle and other data schemas ( #811 )
2023-02-22 16:54:02 +08:00
nightwhite
625acce535
docs: update cloudfunction guide && images preview ( #764 )
...
* docs: update cloudfunction guide && images preview
* fix: change InvokeFunctionType
---------
Co-authored-by: maslow <wangfugen@126.com>
2023-02-14 19:49:51 +08:00
nightwhite
00cb5f1a1a
docs: fix document.id to document._id #747 ( #752 )
...
* docs:change document.id to document._id #747
* docs:fix field docs error #585
2023-02-08 13:48:34 +08:00
全场最拉
d783d567e2
chore: update env in cloud-skd types ( #730 )
2023-02-05 23:51:10 +08:00
maslow
0505a072da
v1.0.0-beta.1
2023-02-05 15:31:01 +00:00
maslow
46122a6b08
refactor(runtime): remove @/cloud-sdk from node runtine
2022-12-21 23:24:44 +08:00
maslow
c98aaec086
feat(sdk): add cloud sdk package
2022-12-21 23:24:44 +08:00
Maslow
098e58d712
Clean-v0.8-codes ( #403 )
...
* clean old version codes
Signed-off-by: maslow <wangfugen@126.com>
* remove old codes & refactor dir struct
* merge next-web & move to web
* fix configs
* fix ci
Signed-off-by: maslow <wangfugen@126.com>
2022-11-10 15:35:55 +08:00
leezq
c5aacf0151
impl web doc & pages ( #402 )
...
* feat: dataabse page
* feat: add storage page
* update: add api swagger doc
* feat: add database page
* feat: add storage file page
2022-11-10 11:47:31 +08:00
Maslow
ccd6e65fa4
init: add & init laf server project ( #401 )
...
* init laf server
* add swagger
* add health
2022-11-10 10:26:47 +08:00
LeezQ
c5d3cd868c
update: function page style
2022-11-04 18:20:28 +08:00
LeezQ
03a90db443
feat: add new function modal
2022-11-04 18:18:06 +08:00
LeezQ
811eaf1465
update: monaco editro
2022-11-04 18:18:06 +08:00
LeezQ
1ec4d0ca7e
feat: add function create
2022-11-04 18:18:06 +08:00
LeezQ
a12540b77c
refactor: change file path
2022-11-04 18:18:06 +08:00
LeezQ
299c002015
style: function page
2022-11-04 18:18:06 +08:00
LeezQ
bffff2cd2e
fix: code format
2022-11-04 18:18:06 +08:00
LeezQ
fc986b5034
update: add click to code
2022-11-04 18:18:06 +08:00
LeezQ
fe68b2976d
feat: add function panel
2022-11-04 18:18:05 +08:00
LeezQ
df008c940f
refactor: use lingui for i18n
2022-11-04 18:17:59 +08:00
LeezQ
66a501597b
feat: add function page
2022-11-04 18:17:58 +08:00