forked from labring/laf
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rm image list #7
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
maslow
commented
May 9, 2023
- docs: add ChatGPT quick start example (fix(README): add chatGPT example labring/laf#902)
- feat(subscription): impl subscription and account (feat(subscription): impl subscription and account labring/laf#894)
- feat(web): add subscription and wechat pay (feat(web): add subscription and wechat pay labring/laf#904)
- doc: add quick start todo (feat(docs): add quick start todo labring/laf#907)
- fix(server): add max renewal time in bundle; fix subscription price (fix(server): add max renewal time in bundle; fix subscription price labring/laf#908)
- doc: fix login example (doc: fix login example labring/laf#911)
- chore(server): add sub field to find app api (chore(server): add sub field to find app api labring/laf#913)
- refactor subscription dialog experience (refactor subscription dialog experience labring/laf#914)
- fix(web): fix some dark mode ui bugs (fix(web): fix some dark mode ui bugs labring/laf#919)
- feat(cli): upgrade s3 sdk version (feat(cli): upgrade s3 sdk version labring/laf#922)
- refactor(web): upgrade icon (refactor(web): upgrade icon labring/laf#915)
- fix(server): fix bucket name regex (fix(server): fix bucket name regex labring/laf#924)
- feat(server): add limit to update app state depends on subscription state
- chore: remove contrib docs of laf web (chore: remove contrib docs of laf web labring/laf#927)
- feat(server): new authentication implements (feat(server): new authentication implements labring/laf#897)
- feat(web): impl new signup & signin method (feat(web): impl new signup & signin method labring/laf#910)
- fix(server): change password signup phone filed to optional (fix(server): change password signup phone filed to optional labring/laf#934)
- fix(web): web signup phone err (fix: web signup phone err labring/laf#935)
- fix(web): login page i18n word too long (fix: auth i18n english too long labring/laf#936)
- fix(server): fix init auth provider params (fix(server): fix init auth provider params labring/laf#937)
- fix(web): sign up provider err while refreshing page (fix: sign up provider err labring/laf#938)
- doc: add cli README.md (doc: add cli README.md labring/laf#921)
- fix(server): deal with existed app without namespace (fix(server): deal with existed app without namespace labring/laf#943)
- fix(web): update data use merge mode (fix(web): update data use merge mode labring/laf#940)
- fix(server): add regex for environment name (fix(server): add regex for environment name labring/laf#944)
- fix(server): stuck-starting instance blocked the task handler (fix(server): stuck-starting instance blocked the task handler labring/laf#945)
- doc: add function param and data query (doc: add function param and data query labring/laf#948)
- refactor(web): updrage npm dependencies (refactor(web): updrage npm dependencies labring/laf#950)
- v1.0.0-beta.5
- chore(runtiem): upgrade to typescript@5, fix dockerize action
- chore(deploy): remove casdoor charts (chore(deploy): remove casdoor charts labring/laf#954)
- feat(server): support website custom domain ssl cert auto-gen (feat(server): support website custom domain ssl cert auto-gen labring/laf#956)
- fix(server): fixed the error of repeatedly deleting website routes (fix(server): fixed the error of repeatedly deleting website routes labring/laf#957)
- feat(server): add check if password had binded (feat(server): add check if password had binded labring/laf#951)
- refactor(web): optimize the tag selection (refactor(web): optimize the tag selection labring/laf#955)
- feat(web): fix login bg && add welcome text (feat: fix login bg && add welcome text labring/laf#941)
- doc: update & add db query docs (doc: add db query labring/laf#958)
- fix(server): add website count limit, opt website task (fix(server): add website count limit, opt website task labring/laf#959)
- fix(deploy): upgrade minio version to fix CVE-2023-28432 (fix(deploy): upgrade minio version to fix CVE-2023-28432 labring/laf#960)
- fix(web): add types for ctx.request (fix(web): add types for ctx.request labring/laf#963)
- fix(server): error on deleting cronjob; app stucked in starting (fix(server): error on deleting cronjob; app stucked in starting labring/laf#964)
- fix(server): fixed illegal removal of unowned trigger (fix(server): fixed illegal removal of unowned trigger labring/laf#965)
- feat(web): reset password (feat(web): reset password labring/laf#974)
- doc: add website hosting and laf-cli (doc: add website hosting and laf-cli labring/laf#972)
- fix(server): rm minio alias init in boot, fix multi region limit; (fix(server): rm minio alias init in boot, fix multi region limit; labring/laf#976)
- feat(web): generate function code with AI prompt (feat(web): generate function code with AI prompt labring/laf#978)
- fix(web): remove withCredentials (fix(web): remove withCredentials labring/laf#979)
- fix(server): cancel namespace removal while stopping app (fix(server): cancel namespace removal while stopping app labring/laf#980)
- Update account.controller.ts
- fix(server): bucket deletion didn't remove related website (fix(server): bucket deletion didn't remove related website labring/laf#983)
- feat(server): add notes field to region,bundle,pay,auth (feat(server): add notes field to region,bundle,pay,auth labring/laf#986)
- fix(server): fix tasks state handler logic (fix(server): fix tasks state handler logic labring/laf#987)
- fix(server): fix instance task error (fix(server): fix instance task error labring/laf#988)
- style(web): Responsive styles for home page (style(web): Responsive styles for home page labring/laf#985)
- fix(server): add existing check in creating phase of tasks (fix(server): add existing check in creating phase of tasks labring/laf#990)
- refactor(web): sort tailwind css classname (refactor(web): sort tailwind css classname labring/laf#989)
- doc: fix laf-cli and add websocket doc (doc: fix laf-cli and add websocket doc labring/laf#991)
- feat(web): add bundle note messages (feat(web): add bundle note messages labring/laf#992)
- fix(server): return notes fields in region & bundles (fix(server): return notes fields in region & bundles labring/laf#993)
- fix(web): hide register button while register disabled (fix: phone register(web) labring/laf#994)
- Update bug_report.yml
- fix(web): fixed the path issue when clicking pathlink
- fix(server): check site deleting state in site creation (fix(server): check site deleting state in site creation labring/laf#997)
- Update README.md
- Update README.md
- feat(web): add region info on logo (feat(web): add region info on logo labring/laf#1001)
- feat(web): format code on save (feat(web): format code on save labring/laf#1002)
- doc: update image and add cli-mind websocket laf client sdk (doc: update image and add cli-mind websocket laf client sdk labring/laf#1004)
- fix: fix app url protocol error & update default url (fix: fix app url protocol error & update default url labring/laf#1006)
- feat(cli): opt app list display (feat: feat app list display labring/laf#1007)
- chore(deploy): optimize install-on-linux.sh (chore(deploy): optimize install-on-linux.sh labring/laf#1010)
- fix(web): appid confict if open 2 tabs (fix(web): appid confict if open 2 tabs labring/laf#1011)
- feat(server): add account transaction (feat(server): add account transaction labring/laf#1014)
- Fix sealos does not support pulling multiple cluster images (chore: sealos does not support pulling multiple cluster images labring/laf#1016)
- feat(runtime): impl cloud function import and cache function (feat(runtime): impl cloud function import and cache function labring/laf#1005)
- fix(server): check website hosting in bucket deletion, add error handle to tasks; (fix(server): check website hosting in bucket deletion, add error handle to tasks; labring/laf#1017)
- v1.0.0-beta.6
- feat(web): add laf new homepage (feat: add laf new homepage labring/laf#1018)
- fix(web): compress png images in home site (fix: compress img labring/laf#1019)
- doc: fix logo and link (doc: fix logo and link labring/laf#1021)
- fix(web): fix route dashboard link (fix: route dashboard link labring/laf#1020)
- fix(server): Modify the installation order of APISIX (fix(deploy): modify the installation order of APISIX labring/laf#1022)
- refactor(web): copywriting description (fix(web): copywriting description labring/laf#1025)
- docs: update how to use the database (docs: update how to use the database labring/laf#1032)
- fix(web): Repair document link address (fix(web): Repair document link address labring/laf#1027)
- doc: fix image and add http (doc: fix image and add http labring/laf#1031)
- feat(cli): add ignore file (feat(cli): add ignore file labring/laf#1030)
- feat(web): use laf ai to generate code (feat(web): use laf ai to generate code labring/laf#1029)
- doc: fix function-in-client url error (doc: fix function-in-client url error labring/laf#1037)
- chore(server): update @lafjs/cloud runtime version (feat: update @lafjs/cloud runtime version labring/laf#1039)
- fix(client-sdk): optimize invoke code prompts and documents (fix: optimize invoke code prompts and documents labring/laf#1038)
- feat(web): common error handler (feat(web): common error handler labring/laf#1040)
- fix(server): suspend cronjob after instance stopped (fix(server): suspend cronjob after instance stopped labring/laf#1045)
- feat(web): add homepage darkmode (feat(web): add homepage darkmode labring/laf#1043)
- fix(web): add spec width scrollbar (fix(web): add scrollbar labring/laf#1046)
- feat(web): support folder delete in storage ([Feature] Delete folder in storage labring/laf#1047) (feat(web): delete folder in storage (#1047) labring/laf#1048)
- fix(server): avoid acct-trans addition in free order (fix(server): avoid acct-trans addition in free order labring/laf#1049)
- fix(cli): fix function name rule, add laf-cli option to issue tpl ([bug] laf cli error when create a function not only contain English letters or underscores labring/laf#1034) (fix(cli): fix cli with function name rule and add laf-cli option to bug_issues template (#1034) labring/laf#1035)
- feat(doc): improved cloud function related documents (doc: improved cloud function related documents labring/laf#1050)
- doc: add document for the interceptor (doc: add document for the interceptor labring/laf#1051)
- feat(web): add ChatGPT example (feat(web): add ChatGPT example labring/laf#1052)
- fix(runtime): add build-base libaries in docker image to support canvas library
- chore(runtime): replace runtime base image to ubuntu,opt init image
- feat(server): add func debug params, add envs update api (feat(server): add func debug params, add envs update api labring/laf#1055)
- doc: optimize cloud function document && add document search function (doc: optimize cloud function document && add document search function labring/laf#1057)
- refactor(web): update env modify modal (refactor(web): update env modify modal labring/laf#1058)
- fix(web): opt ide typings for response & request, opt function templates (fix(web): opt ide typings for response & request, opt function templates labring/laf#1059)
- refactro(web): editor scrollbar & colorMode fix (refactor(web): editor scrollbar & colorMode fix labring/laf#1061)
- doc: optimize the search button style; add database quickstart (doc: optimize the search button style && add database quickstart labring/laf#1062)
- doc: change start button name (doc: change start button name labring/laf#1064)
- fix(server): check env name regex for batch update (fix(server): check env name regex for batch update labring/laf#1065)
- fix(server): remove minio alias init (fix(server): remove minio alias init labring/laf#1066)
- ci: init e2e(check deployment and app create) (ci: init e2e(check deployment and app create) labring/laf#1056)
- ci: report broken links as an issue (ci: report broken links as an issue labring/laf#1060)
- doc: database document optimization and hosting document optimization (doc: database document optimization and hosting document optimization labring/laf#1068)
- feat(web): add status bar (feat(web): add status bar labring/laf#1054)
- feat(web): add loginpage darkmode (feat(web): add loginpage darkmode labring/laf#1070)
- fix(web): common error handler (fix(web): common error handler labring/laf#1071)
- fix(runtime): fix func logging order (fix(runtime): fix func logging order labring/laf#1072)
- fix(server): use _id to sort logs instead of created_at (fix(server): use _id to sort logs instead of created_at labring/laf#1073)
- feat(runtime): support process.env in runtime (feat(runtime): support process.env in runtime labring/laf#1074)
- fix(server): fix waiting time in instance starting task (fix(server): fix waiting time in instance starting task labring/laf#1075)
- doc: optimize cloud function documents and database documents (doc: optimize cloud function documents and database documents labring/laf#1076)
- feat(server): hot load environments for runtime instead of restarting runtime (feat(server): hot load environments for runtime instead of restarting runtime labring/laf#1077)
- feat(web): update environment variables without app restart (feat(web): update environment variables without app restart labring/laf#1079)
- feat(runtime): add init hook in runtime (feat(runtime): add __init__ hook in runtime labring/laf#1081)
- v1.0.0-beta.7
- chore: update package locks & changelog
- doc: Chinese and English formatization (doc: Chinese and English formatization labring/laf#1082)
- ci(e2e): wait api route in apisix ready (ci(e2e): wait api route in apisix ready labring/laf#1083)
- doc: add database aggregate and operator (doc: add database aggregate and operator labring/laf#1084)
- perf: change upload folder to upload fold's files (perf(web): change upload folder to upload folder's files labring/laf#1087)
- fix(docs): typo
- feat(web): add DocsPanel (feat(web): add DocsPanel labring/laf#1086)
- fix(web): function name regex (fix(web): function name regex labring/laf#1092)
- fix(server): add regex validation for function name (fix(server): add regex validation for function name labring/laf#1091)
- fix(web): text overflow ellipsis (refactor(web): text overflow ellipsis labring/laf#1085)
- doc: compression all pictures and modify cloud storage introduction (compression all pictures and modify cloud storage introduction labring/laf#1090)
- fix(web): update error prompt of function name format (fix(web): update error prompt of function name format labring/laf#1094)
- chore(web): vite support dot path (chore(web): vite support dot path labring/laf#1093)
- ci: build and push laf doc (ci: build and push laf doc labring/laf#1067)
- fix(web): fix bodyparams height (fix(web): fix bodyparams height labring/laf#1101)
- doc: added cloud storage subsequent documents and optimization documents overall structure (doc: added cloud storage subsequent documents and optimization documents overall structure labring/laf#1099)
- doc: fix uniapp use client sdk example (doc: fix uniapp use client sdk example labring/laf#1100)
- doc: fix the error about H5 call SDK (doc: fix the error about H5 call SDK labring/laf#1110)
- doc: fix docs typos & dark theme button style (doc: fix docs typos labring/laf#1102)
- ci: modify yarn installation to npm (ci: modify yarn installation to npm labring/laf#1106)
- feat(web): add link copy in oss page (feat(web): add link copy in oss page labring/laf#1108)
- feat(web): hide phone number info (feat(web): hide phone number info labring/laf#1111)
- chore(web): update function templates
- fix(client-sdk): fix bugs in compiling uniapp into WeChat mini programs (fix(client-sdk): fix bugs in compiling uniapp into WeChat mini programs labring/laf#1105)
- doc: add web-ide page and VS Code plugin doc; adjust the doc structure (doc: add web-ide page and VS Code plugin documentation, and adjust the documentation structure labring/laf#1109)
- feat(web): add function params storage (feat(web): add function params storage labring/laf#1113)
- doc: modify the default format of the cloud function (doc: modify the default format of the cloud function labring/laf#1114)
- doc: abandon the old environment variable method (doc: abandon the old environment variable method labring/laf#1116)
- chore(deploy): update deploy scripts (chore(deploy): update deploy scripts labring/laf#1117)
- docs(web): change discord link (docs(web): change discord link labring/laf#1118)
- feat(server): support deployment rolling update (feat(server): support deployment rolling update labring/laf#1112)
- chore(server): fix cronService does exist (fix(server): fix cronService does exist labring/laf#1120)
- doc: fix env error (doc: fix env error labring/laf#1119)
- chore(build): remove runtime image from cluster image
* feat(subscription): impl subscription and account * chore(server): fix payment amount * feat(server): impl account charge, wechat pay
* refactor(web): improve the subscripting experience * refactor(web): fix dark mode style * refactor(web): fix i18n text * fix(web): restart app bug * fix(web): dependence list max height
Signed-off-by: maslow <wangfugen@126.com>
…tate Signed-off-by: maslow <wangfugen@126.com>
Signed-off-by: maslow <wangfugen@126.com>
* feat(authentication): new authentication implements * feat(authentication): impl bind username and phone * feat(authentication): adjust to code review feedbacks * feat(authentication): modify code according to cr-gpt --------- Co-authored-by: maslow <wangfugen@126.com>
* feat(web): login ui * feat: web auth * feat: web auth * chore(web auth): impl i18n and fix code styles * fix: env url
* feat(web): login ui * feat: web auth * feat: web auth * chore(web auth): impl i18n and fix code styles * fix: env url * fix: signup phone not show * fix: signup api params
* fix: auth translate
* doc: add cli README.md * feat: opt cli doc * doc: fix cli doc * doc: fix cli doc style
Signed-off-by: maslow <wangfugen@126.com>
* fix(web): database merge mode * fix(web): add createWebsite modal tool tip
Signed-off-by: maslow <wangfugen@126.com>
…g#945) Signed-off-by: maslow <wangfugen@126.com>
* doc: add function param and data query * doc: fix guide index
* refactor(web): zustand import warning * refactor(web): chakra tooltip warning
* fix(web): update function name regex * refactor(web): function panel margin
* chore(web): Vite support dot path * style(web): homepage icon size
* ci: build and push laf doc Signed-off-by: Bird <aflybird0@gmail.com> * chore(ci): update deploy-doc.yml --------- Signed-off-by: Bird <aflybird0@gmail.com> Co-authored-by: maslow <wangfugen@126.com>
…nts overall structure (labring#1099)
* chore: add check version * fix: dark theme button style * fix: docs typos * feat: remove semver
labring#1109) * doc: add web-ide page and VS Code plugin documentation, and adjust the documentation structure * doc: fix some wrong format
* feat: support deployment rolling updates * feat: formatting code * feat: add status judgment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.