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

Fix web database #542

Merged
merged 17 commits into from
Dec 14, 2022
Merged

Fix web database #542

merged 17 commits into from
Dec 14, 2022

Commits on Dec 13, 2022

  1. feat: function deploy

    LeezQ committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    d800e6b View commit details
    Browse the repository at this point in the history
  2. feat: add file upload

    LeezQ committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    611e940 View commit details
    Browse the repository at this point in the history
  3. update: edit bucket modal

    LeezQ committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    e04ba82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    544be39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eae861e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    16c6008 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    00a70a8 View commit details
    Browse the repository at this point in the history
  8. refactor: add i18n support

    LeezQ committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    f55ef8b View commit details
    Browse the repository at this point in the history
  9. fix: update services code

    LeezQ committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    3974f0c View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. impl runtime log (labring#535)

    * fix(server): fix oss external endpoint in env
    
    Signed-off-by: maslow <wangfugen@126.com>
    
    * feat(runtime): implement func logging in node runtime
    
    Signed-off-by: maslow <wangfugen@126.com>
    
    Signed-off-by: maslow <wangfugen@126.com>
    maslow authored and LeezQ committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    a72d3e8 View commit details
    Browse the repository at this point in the history
  2. chore: update readme & changelog (labring#536)

    Signed-off-by: maslow <wangfugen@126.com>
    maslow authored and LeezQ committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    dbc2a71 View commit details
    Browse the repository at this point in the history
  3. fix(core): fix gateway bucket name issue & minio deploy domain config (

    …labring#537)
    
    Signed-off-by: maslow <wangfugen@126.com>
    maslow authored and LeezQ committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    07e0d2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d3755b View commit details
    Browse the repository at this point in the history
  5. feat: add database mana

    LeezQ committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    de0844a View commit details
    Browse the repository at this point in the history
  6. fix(runtime): impv runtime logging struct; add func logs api (labring…

    …#538)
    
    Signed-off-by: maslow <wangfugen@126.com>
    maslow authored and LeezQ committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    acd7fee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7fc06d2 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'upstream/main' into fix-web-database

    # Conflicts:
    #	server/src/function/function.service.ts
    #	server/src/log/log.controller.ts
    #	web/index.html
    #	web/package-lock.json
    #	web/package.json
    #	web/public/locales/zh-CN/translation.json
    #	web/public/locales/zh/translation.json
    #	web/src/App.tsx
    #	web/src/components/CopyText/index.tsx
    #	web/src/hooks/useOss.ts
    #	web/src/layouts/Basic.tsx
    #	web/src/layouts/Function.tsx
    #	web/src/layouts/Header/index.tsx
    #	web/src/main.tsx
    #	web/src/pages/app/database/CollectionDataList/mods/DataPannel/DeleteButton.tsx
    #	web/src/pages/app/database/CollectionDataList/mods/DataPannel/index.tsx
    #	web/src/pages/app/database/mods/CreateCollectionModal/index.tsx
    #	web/src/pages/app/database/service.ts
    #	web/src/pages/app/functions/index.tsx
    #	web/src/pages/app/functions/mods/DebugPannel/index.tsx
    #	web/src/pages/app/functions/mods/DependecePanel/AddDepenceModal/index.tsx
    #	web/src/pages/app/functions/mods/FunctionPanel/CreateModal/defaultFunctionString.ts
    #	web/src/pages/app/functions/mods/FunctionPanel/CreateModal/index.tsx
    #	web/src/pages/app/functions/service.ts
    #	web/src/pages/app/storages/mods/CreateBucketModal/index.tsx
    #	web/src/pages/app/storages/mods/CreateFolderModal/index.tsx
    #	web/src/pages/app/storages/mods/FileList/index.tsx
    #	web/src/pages/app/storages/mods/HostingDrawer/index.tsx
    #	web/src/pages/app/storages/mods/StorageListPanel/index.tsx
    #	web/src/pages/app/storages/service.ts
    #	web/src/pages/globalStore.ts
    #	web/src/pages/home/index.tsx
    #	web/src/pages/home/mods/CreateAppModal/index.tsx
    #	web/src/routes/index.tsx
    #	web/src/utils/i18n.ts
    #	web/src/utils/request.ts
    #	web/tsconfig.json
    #	web/tsconfig.node.json
    #	web/vite.config.ts
    LeezQ committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    9da88da View commit details
    Browse the repository at this point in the history