This project is mirrored from https://gitee.com/nocobase/nocobase.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 26 Apr, 2022 2 commits
  2. 25 Apr, 2022 10 commits
  3. 20 Apr, 2022 1 commit
    • chenos's avatar
      fix: create-nocobase-app (#306) · f5dbb04a
      chenos authored
      * chore: create-nocobase-app
      
      * chore: change create-nocobase-app lib to src
      
      * chore(versions): :blush: publish v0.6.2-alpha.9
      
      * fix: publish
      
      * chore(versions): :blush: publish v0.6.2-alpha.10
      
      * fix: read-config
      
      * chore(versions): :blush: publish v0.6.2-alpha.11
      
      * fix: create-nocobase-app publish
      
      * chore: create-nocobase-app package.json
      
      * chore(versions): :blush:
      
       publish v0.6.2-alpha.12
      Co-authored-by: default avatarChareice <chareice@live.com>
      f5dbb04a
  4. 17 Apr, 2022 1 commit
    • ChengLei Shao's avatar
      Feat/create nocobase app (#273) · 24ea83f0
      ChengLei Shao authored
      * create-nocobase-app template from [develop]
      
      * change create-nocobase-app package.json config
      
      * feat: load configuration from directory
      
      * feat: configuration repository toObject
      
      * feat: create application from configuration dir
      
      * feat: application factory with plugins options
      
      * export type
      
      * feat: read application config &  application with plugins options
      
      * feat: release command
      
      * fix: database release
      
      * chore: workflow package.json
      
      * feat: nocobase cli package
      
      * feat: console command
      
      * chore: load application in command
      
      * fix: load packages from process.cwd
      
      * feat: cli load env file
      
      * feat: create-nocobase-app
      
      * fix: gitignore create-nocobase-app lib
      
      * fix: sqlite path
      
      * feat: create plugin
      
      * chore: plugin files template
      
      * chore: move cli into application
      
      * chore: create-nocobase-app
      
      * fix: create plugin
      
      * chore: app-client && app-server
      
      * chore: package.json
      
      * feat: create-nocobase-app download template from npm
      
      * chore: create-nocobase-app template
      
      * fix: config of plugin-users
      
      * fix: yarn.lock
      
      * fix: database build error
      
      * fix: yarn.lock
      
      * fix: resourcer config
      
      * chore: cross-env
      
      * chore: app-client dependents
      
      * fix: env
      
      * chore: v0.6.0-alpha.1
      
      * chore: verdaccio
      
      * chore(versions): :blush: publish v0.6.0
      
      * chore(versions): :blush: publish v0.6.1-alpha.0
      
      * chore(versions): :blush: publish v0.6.2-alpha.0
      
      * chore(versions): :blush: publish v0.6.2-alpha.1
      
      * chore: 0.6.2-alpha.2
      
      * feat: workspaces
      
      * chore(versions): :blush: publish v0.6.2-alpha.3
      
      * chore(versions): :blush: publish v0.6.2-alpha.4
      
      * chore: create-nocobase-app
      
      * chore: create-nocobase-app lib
      
      * fix: update tsconfig.jest.json
      
      * chore: .env
      
      * chore(versions): :blush: publish v0.6.2-alpha.5
      
      * chore(versions): :blush: publish v0.6.2-alpha.6
      
      * feat: improve code
      
      * chore(versions): :blush: publish v0.6.2-alpha.7
      
      * fix: cleanup
      
      * chore(versions): :blush:
      
       publish v0.6.2-alpha.8
      
      * chore: tsconfig for app server package
      
      * fix: move files
      
      * fix: move files
      Co-authored-by: default avatarchenos <chenlinxh@gmail.com>
      24ea83f0
  5. 28 Mar, 2022 1 commit
    • ChengLei Shao's avatar
      featPlugin multiple apps (#248) · 81978711
      ChengLei Shao authored
      * feat: multiple apps plugin
      
      * feat: multipleAppManager in Application
      
      * stage
      
      * fix: export error
      
      * test: multiple app
      
      * application model
      
      * feat: create application with plugins
      
      * load and install after sub application created
      
      * create subApp database beforeInstall
      
      * sub apps listen to main app start & stop events
      
      * refactor: getPluginName as package name
      
      * feat: load apps on mainApp starts
      
      * fix: test
      
      * feat: beforeGetApplication event
      
      * fix: test
      
      * fix: test with sqlite memory database
      
      * test: lazyLoad application
      
      * fix: test with sqlite memory
      
      * chore: clone database collection & promise.all
      81978711
  6. 11 Feb, 2022 1 commit
  7. 06 Dec, 2021 1 commit
    • chenos's avatar
      v0.6 · 732d3100
      chenos authored
      732d3100
  8. 23 Nov, 2021 1 commit
  9. 13 Nov, 2021 1 commit
  10. 09 Nov, 2021 3 commits
  11. 08 Nov, 2021 5 commits
    • chenos's avatar
      chore: v0.5.0-alpha.29 · 4ea7d742
      chenos authored
      4ea7d742
    • chenos's avatar
      chore: v0.5.0-alpha.28 · cce22535
      chenos authored
      cce22535
    • chenos's avatar
      chore: v0.5.0-alpha.27 · 5cacee4e
      chenos authored
      5cacee4e
    • chenos's avatar
      chore: v0.5.0-alpha.26 · 7611beea
      chenos authored
      7611beea
    • chenos's avatar
      feat: support i18n (#99) · 479f64f1
      chenos authored
      
      * feat: i18next
      
      * multi language data
      
      * feat(client): locale support
      
      * en-US for collections
      
      * us-EN for routes
      
      * en-US for routes
      
      * en-US for attachments
      
      * feat: partial translations
      
      * translation
      
      * add AntdConfigProvider
      
      * translation
      
      * translation
      
      * feat: translation
      
      * feat: add translation
      
      * fix: improve translation
      
      * feat: improve translation
      
      * fix: SyntaxError: Unexpected token ) in JSON at position
      
      * typo
      
      * feat: improve translation
      
      * feat: improve translation
      
      * feat: language settings can be saved on the server
      
      * feat: lang option of init cli
      
      * demo translation
      
      * typo
      
      * change address field to textarea
      
      * address data
      
      * feat: chart translation
      
      * feat: chart translation
      
      * improve translation
      
      * signin,signup,signout...
      Co-authored-by: default avatarZhou <zhou.working@gmail.com>
      479f64f1
  12. 01 Nov, 2021 2 commits
  13. 28 Oct, 2021 2 commits
  14. 25 Oct, 2021 1 commit
  15. 18 Oct, 2021 1 commit
  16. 12 Oct, 2021 1 commit
  17. 10 Oct, 2021 3 commits
  18. 08 Oct, 2021 1 commit
  19. 07 Oct, 2021 2 commits