Skip to content
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 #6

Closed
wants to merge 161 commits into from
Closed

rm image list #6

wants to merge 161 commits into from

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    cec576d View commit details
    Browse the repository at this point in the history
  2. feat(subscription): impl subscription and account (labring#894)

    * feat(subscription): impl subscription and account
    * chore(server): fix payment amount
    * feat(server): impl account charge, wechat pay
    maslow committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    b8f2d47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31c3a32 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    acf1d67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6139f74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    916d371 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d650d20 View commit details
    Browse the repository at this point in the history
  5. refactor subscription dialog experience (labring#914)

    * 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
    LeezQ committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    463a1bb View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    f9e1781 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8589126 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Configuration menu
    Copy the full SHA
    080712c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. fix(server): fix bucket name regex (labring#924)

    Signed-off-by: maslow <wangfugen@126.com>
    maslow committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    2c84173 View commit details
    Browse the repository at this point in the history
  2. feat(server): add limit to update app state depends on subscription s…

    …tate
    
    Signed-off-by: maslow <wangfugen@126.com>
    maslow committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    39447d8 View commit details
    Browse the repository at this point in the history
  3. chore: remove contrib docs of laf web (labring#927)

    Signed-off-by: maslow <wangfugen@126.com>
    maslow committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    a8f358c View commit details
    Browse the repository at this point in the history
  4. feat(server): new authentication implements (labring#897)

    * 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>
    sulnong and maslow committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    c4e3cf8 View commit details
    Browse the repository at this point in the history
  5. feat(web): impl new signup & signin method (labring#910)

    * feat(web): login ui
    
    * feat: web auth
    
    * feat: web auth
    
    * chore(web auth): impl i18n and fix code styles
    
    * fix: env url
    walle233 committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    0832b1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c35d339 View commit details
    Browse the repository at this point in the history
  7. fix(web): web signup phone err (labring#935)

    * 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
    walle233 committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    44b0699 View commit details
    Browse the repository at this point in the history
  8. fix(web): login page i18n word too long (labring#936)

    * fix: auth translate
    walle233 committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    0836e11 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    796774f View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    4ad79c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. doc: add cli README.md (labring#921)

    * doc: add cli README.md
    
    * feat: opt cli doc
    
    * doc: fix cli doc
    
    * doc: fix cli doc style
    skyoct committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    559a54d View commit details
    Browse the repository at this point in the history
  2. fix(server): deal with existed app without namespace (labring#943)

    Signed-off-by: maslow <wangfugen@126.com>
    maslow committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    5ed3be5 View commit details
    Browse the repository at this point in the history
  3. fix(web): update data use merge mode (labring#940)

    * fix(web): database merge mode
    
    * fix(web): add createWebsite modal tool tip
    LeezQ committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    d62fe96 View commit details
    Browse the repository at this point in the history
  4. fix(server): add regex for environment name (labring#944)

    Signed-off-by: maslow <wangfugen@126.com>
    maslow committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    1f5c300 View commit details
    Browse the repository at this point in the history
  5. fix(server): stuck-starting instance blocked the task handler (labrin…

    …g#945)
    
    Signed-off-by: maslow <wangfugen@126.com>
    maslow committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    f9a0f20 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. doc: add function param and data query (labring#948)

    * doc: add function param and data query
    
    * doc: fix guide index
    zuoFeng59556 committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    7903875 View commit details
    Browse the repository at this point in the history
  2. refactor(web): updrage npm dependencies (labring#950)

    * refactor(web): zustand import warning
    
    * refactor(web): chakra tooltip warning
    LeezQ committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    c7d5913 View commit details
    Browse the repository at this point in the history
  3. v1.0.0-beta.5

    maslow committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    3b8c557 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    4069ba8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2013c37 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. feat(server): support website custom domain ssl cert auto-gen (labrin…

    …g#956)
    
    * feat(server): support website custom domain ssl cert auto-gen
    
    * feat(server): impl website task to support cert auto gen
    maslow committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    9141651 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46d0cce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6b7ebc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    971b484 View commit details
    Browse the repository at this point in the history
  5. feat(web): fix login bg && add welcome text (labring#941)

    * fix: sign up provider err
    
    * styles: sign in page ui bg fix && add welcome text
    
    * fix: login page color
    
    * fix: login text color to theme color
    
    * fix: auth css
    
    * fix: auth logout
    walle233 committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    6baf800 View commit details
    Browse the repository at this point in the history
  6. doc: update & add db query docs (labring#958)

    * doc: add function param and data query
    
    * doc: fix guide index
    
    * doc: add db doc
    
    * doc: fix vitepress config error
    
    * doc: fix function index
    
    * fix: db query
    zuoFeng59556 committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    ffd4371 View commit details
    Browse the repository at this point in the history
  7. fix(server): add website count limit, opt website task (labring#959)

    * fix(server): add website count limit, opt website task
    
    * chore(server): revise improperly named function
    maslow committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    7ca3364 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b38c288 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Configuration menu
    Copy the full SHA
    a18c27f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1e42b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    260b335 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    13a2a9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97acba6 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    251a3c4 View commit details
    Browse the repository at this point in the history
  2. feat(web): generate function code with AI prompt (labring#978)

    * refactor(web): new logo
    
    * feat(web): add prompt function code generate
    LeezQ committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    c68b03b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3300953 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8213bea View commit details
    Browse the repository at this point in the history
  5. Update account.controller.ts

    maslow committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    5ff503c View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    f559764 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    206070a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d36eab9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63cc523 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    b7f75cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8444d80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    228ac20 View commit details
    Browse the repository at this point in the history
  4. doc: fix laf-cli and add websocket doc (labring#991)

    * doc: add cli-mind
    
    * doc: fix db query
    
    * doc : add forum link
    
    * doc : fix laf-cli
    
    * doc: add websocket
    
    * doc: fix laf-cli
    
    * doc: fix policy
    
    * doc : fix oss
    
    * doc: fix lafyun
    
    * doc: ignore oss.laf.dev
    
    * doc: delete FAQ
    zuoFeng59556 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    537c791 View commit details
    Browse the repository at this point in the history
  5. feat(web): add bundle note messages (labring#992)

    * refactor(web): login api auto generate
    
    (cherry picked from commit 0cd370d1f8b26c06a771a1a2849172e7b53ba539)
    
    * feat(web): add region message tip
    
    (cherry picked from commit 1dbed91ceef7e5e9d49156c103d6446b26ac9986)
    LeezQ committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    f8adbe7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82b8121 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a12f1f5 View commit details
    Browse the repository at this point in the history
  8. Update bug_report.yml

    maslow committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    84a1371 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Configuration menu
    Copy the full SHA
    3408aca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f4d026 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Update README.md

    maslow committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    97de48d View commit details
    Browse the repository at this point in the history
  2. Update README.md

    maslow committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    1c4040a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    378b0e6 View commit details
    Browse the repository at this point in the history
  2. feat(web): format code on save (labring#1002)

    * feat(web): format code on save
    
    * fix(web): json data max height
    LeezQ committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    e970a66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e258a7b View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. fix: fix app url protocol error & update default url (labring#1006)

    * fix: fix app url protocol error
    
    * feat: update default url to laf.run
    skyoct committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    b79f71e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13a06df View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    40e8e0b View commit details
    Browse the repository at this point in the history
  2. fix(web): appid confict if open 2 tabs (labring#1011)

    * fix(web): appid confict if open 2 tabs
    
    * fix(web): function editor scroll bug
    LeezQ committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    f6c39ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7e6d15 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. Configuration menu
    Copy the full SHA
    a3dbf80 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. feat(runtime): impl cloud function import and cache function (labring…

    …#1005)
    
    * feat(runtime): impl func import and cache func
    
    * feat: opt init and cache
    
    * feat: opt func cache & add pkg types
    
    * style: opt style
    skyoct committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    6a96add View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48cad2d View commit details
    Browse the repository at this point in the history
  3. v1.0.0-beta.6

    maslow committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    17676ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f66e2f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2e2c4d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e05678 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ad26a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    67cc35d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fa4ce8 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. docs: update how to use the database (labring#1032)

    辛宝Otto committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    d906110 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f171712 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dad71e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c32ced View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. feat(web): use laf ai to generate code (labring#1029)

    * feat: use laf AI to generate code
    LeezQ committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    f1eac71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a88d238 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    14fb0c0 View commit details
    Browse the repository at this point in the history
  2. fix(client-sdk): optimize invoke code prompts and documents (labring#…

    …1038)
    
    Co-authored-by: NightWhite <nightwhite634@gamail.com>
    nightwhite and NightWhite committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    0e7d812 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a099568 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    8d63403 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ade2a05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bbcaa0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    367dcf0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0f7e81 View commit details
    Browse the repository at this point in the history
  6. fix(cli): fix function name rule, add laf-cli option to issue tpl (la…

    …bring#1034) (labring#1035)
    
    * fix(cli): fix cli with function name rule (labring#1034)
    
    * chore: add Laf-cli Env option when open bug issue
    yuedanlabs committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    f07fecb View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    9ada3d2 View commit details
    Browse the repository at this point in the history
  2. doc: add document for the interceptor (labring#1051)

    Co-authored-by: maslow <wangfugen@126.com>
    nightwhite and maslow committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    8443c01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a46ce42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c191848 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5e04de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f88a12 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    e53474c View commit details
    Browse the repository at this point in the history
  2. refactor(web): update env modify modal (labring#1058)

    * refactor(web): upgrade env setting mode
    * refactor(web): rename JsonEditor -> JSONEditor
    * feat(web): update env editor view
    * refactor(web): Extract colorMode variables into constants.
    LeezQ committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    2e49d1b View commit details
    Browse the repository at this point in the history
  3. fix(web): opt ide typings for response & request, opt function templa…

    …tes (labring#1059)
    
    * fix(web): opt ide typings for response & request
    
    * fix(web): opt function templates codes
    maslow committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    7cb8204 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Configuration menu
    Copy the full SHA
    3215c11 View commit details
    Browse the repository at this point in the history
  2. doc: optimize the search button style; add database quickstart (labri…

    …ng#1062)
    
    * doc: optimize the search button style && add database quickstart document
    
    * doc: optimization description
    nightwhite committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    589cd4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20f3f46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ddb36f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b900f90 View commit details
    Browse the repository at this point in the history
  6. ci: init e2e(check deployment and app create) (labring#1056)

    Signed-off-by: Bird <aflybird0@gmail.com>
    aFlyBird0 committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    0c43722 View commit details
    Browse the repository at this point in the history
  7. ci: report broken links as an issue (labring#1060)

    Signed-off-by: Bird <aflybird0@gmail.com>
    aFlyBird0 committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    5241dd2 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    7b14c5a View commit details
    Browse the repository at this point in the history
  2. feat(web): add status bar (labring#1054)

    * feat(web): add status bar
    newfish-cmyk committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    cd31eb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a27bcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c93438b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd0c3d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a87bea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f0f1582 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa72bb9 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. doc: optimize cloud function documents and database documents (labrin…

    …g#1076)
    
    * doc: optimize cloud function documents and database documents
    
    * doc: fix eq link
    
    * doc: change database policy position
    
    * doc: small adjustment
    
    * doc: optimize automatic compilation
    
    * doc: optimize homepage copy and top buttons
    
    * doc: add ignore docs Address
    nightwhite committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    75ba39a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feb70ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc25ae3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db62f1a View commit details
    Browse the repository at this point in the history
  5. v1.0.0-beta.7

    maslow committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    e9927c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6dabddb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7a017fe View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. ci(e2e): wait api route in apisix ready (labring#1083)

    Signed-off-by: Bird <aflybird0@gmail.com>
    aFlyBird0 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    bc2b1a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05e6506 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d20780 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. fix(docs): typo

    NMTuan authored and maslow committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    3711363 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e72123 View commit details
    Browse the repository at this point in the history
  3. fix(web): function name regex (labring#1092)

    * fix(web): update function name regex
    
    * refactor(web): function panel margin
    LeezQ authored and maslow committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    0b933c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48dbfb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99a01ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b60021 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aeaa54d View commit details
    Browse the repository at this point in the history
  8. chore(web): vite support dot path (labring#1093)

    * chore(web): Vite support dot path
    
    * style(web): homepage icon size
    LeezQ authored and maslow committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    96be1e1 View commit details
    Browse the repository at this point in the history
  9. ci: build and push laf doc (labring#1067)

    * 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>
    aFlyBird0 and maslow committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    17c72e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    933da58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97bd8b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Configuration menu
    Copy the full SHA
    c94cb59 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    2318887 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. doc: fix docs typos & dark theme button style (labring#1102)

    * chore: add check version
    
    * fix: dark theme button style
    
    * fix: docs typos
    
    * feat: remove semver
    hai-x committed May 6, 2023
    Configuration menu
    Copy the full SHA
    f108bc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adac7f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    425b782 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4d8141 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3cf45cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd86d0b View commit details
    Browse the repository at this point in the history
  7. doc: add web-ide page and VS Code plugin doc; adjust the doc structure (

    labring#1109)
    
    * doc: add web-ide page and VS Code plugin documentation, and adjust the documentation structure
    
    * doc: fix some wrong format
    nightwhite committed May 6, 2023
    Configuration menu
    Copy the full SHA
    5f4558f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1f75387 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. Configuration menu
    Copy the full SHA
    83e6599 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52617e9 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    bd974df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5109ec View commit details
    Browse the repository at this point in the history
  3. feat(server): support deployment rolling update (labring#1112)

    * feat: support deployment rolling updates
    
    * feat: formatting code
    
    * feat: add status judgment
    skyoct committed May 8, 2023
    Configuration menu
    Copy the full SHA
    633b2f3 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    855b135 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8961e0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1c822b View commit details
    Browse the repository at this point in the history