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. 10 Oct, 2022 1 commit
    • lyf-coder's avatar
      feat(core/cache): support cache (#876) · 6e6086de
      lyf-coder authored
      * feat(core/cache): support cache
      
      * build(create-nocobase-app): remove --cache-store-package cli option
      
      * perf(core/cache): modify default cache config and remove unnecessary logic code
      6e6086de
  2. 18 May, 2022 1 commit
    • chenos's avatar
      feat: build, cli, devtools, sdk, docs... · 6410bc8a
      chenos authored
      * feat: nocobase build
      
      * chore: update build scripts
      
      * chore: update build scripts
      
      * chore(versions): 😊 publish v0.7.0-alpha.33
      
      * chore: independent version
      
      * chore: nocobase build
      
      * chore(versions): 😊 publish v0.7.0-alpha.34
      
      * feat: nocobase-cli
      
      * feat: nocobase-cli
      
      * chore: update dependencies
      
      * feat: improve code
      
      * refactor: create-nocobase-app
      
      * chore(versions): 😊 publish v0.7.0-alpha.35
      
      * feat: @nocobase/devtools
      
      * chore(versions): 😊 publish v0.7.0-alpha.36
      
      * chore: update dependencies
      
      * chore(versions): 😊 publish v0.7.0-alpha.37
      
      * feat: improve code
      
      * chore(versions): 😊 publish v0.7.0-alpha.38
      
      * feat: improve code
      
      * chore(versions): 😊 publish v0.7.0-alpha.39
      
      * feat: update deps
      
      * chore(versions): 😊 publish v0.7.0-alpha.40
      
      * chore: update devDependencies
      
      * chore(versions): 😊 publish v0.7.0-alpha.41
      
      * fix: postinstall
      
      * chore(versions): 😊 publish v0.7.0-alpha.42
      
      * chore: improve code
      
      * chore(versions): 😊 publish v0.7.0-alpha.43
      
      * chore: execa
      
      * chore(versions): 😊 publish v0.7.0-alpha.44
      
      * chore(cli): allow unknown option
      
      * chore(versions): 😊 publish v0.7.0-alpha.45
      
      * fix: default envs
      
      * chore(versions): 😊 publish v0.7.0-alpha.45
      
      * fix: package argument for build command
      
      * chore(versions): 😊 publish v0.7.0-alpha.46
      
      * fix: improve code
      
      * chore(versions): 😊 publish v0.7.0-alpha.48
      
      * feat: clean & doc
      
      * chore(versions): 😊 publish v0.7.0-alpha.49
      
      * feat: compilation tips
      
      * feat: upgrade command
      
      * chore(versions): 😊 publish v0.7.0-alpha.50
      
      * fix: unexpected token ] in JSON
      
      * chore(versions): 😊 publish v0.7.0-alpha.51
      
      * fix: upgrade command
      
      * chore(versions): 😊 publish v0.7.0-alpha.52
      
      * fix: remove export action from available action
      
      * fix: db sync after upgrade
      
      * chore(versions): 😊 publish v0.7.0-alpha.53
      
      * feat: upgrade log
      
      * chore(versions): 😊 publish v0.7.0-alpha.54
      
      * docs: updates
      
      * feat: updates
      
      * docs(cli): update usage description
      
      * feat: updates
      
      * docs: updates
      
      * docs: updates
      
      * docs: toc
      
      * feat: sdk
      
      * docs: updates
      
      * docs: updates
      
      * docs: updates
      
      * Update index.md
      
      * docs: updates
      
      * Update release-notes.md
      
      * Update roadmap.md
      
      * Update index.md
      
      * Update contributing.md
      
      * Update contributing.md
      
      * Update index.md
      
      * Update index.md
      
      * Update nocobase-cli.md
      
      * Update nocobase-cli.md
      
      * fix: user plugin initialization data
      
      * Update env.md
      
      * Update env.md
      
      * Update directory-structure.md
      
      * Update index.md
      
      * Update action-api.md
      
      * Update filter-operators.md
      
      * docs: update thanks.md
      
      * Update index.md
      
      * Update javascript-sdk.md
      
      * Update rest-api.md
      
      * Update installation.md
      
      * Update installation.md
      
      * Update upgrading.md
      
      * Update upgrading.md
      
      * Update upgrading.md
      
      * Update installation.md
      
      * Update installation.md
      
      * Create release-notes.md
      
      * Update release-notes.md
      
      * feat: updates
      
      * feat: update docs
      
      * feat: update release-notes.md
      
      * feat: switch language
      
      * feat: updates
      
      * Add files via upload
      
      * Add files via upload
      
      * Update important-features.md
      
      * Update thanks.md
      
      * feat: nocobase postinstall
      
      * Update index.md
      
      * Create why-different.md
      
      * Update why-different.md
      
      * Create who-is-for.md
      
      * Rename who-is-for.md to who.md
      
      * feat: update docs
      
      * Rename why-different.md to why.md
      
      * Update why.md
      
      * Update menus.ts
      
      * Update why-nocobase.md
      
      * Create who.md
      
      * Create why.md
      
      * feat: updates
      
      * chore(versions): 😊
      
       publish v0.7.0-alpha.55
      
      * feat: tips
      
      * Update who.md
      
      * Update who.md
      
      * feat: update docs
      
      * feat: update doc menus
      
      * fix: plugin client dist
      
      * docs: update contributing.md
      
      * docs: update readme.md
      
      * docs: update readme.md
      
      * docs: update readme.md
      
      * Update functional-zoning.md
      
      * fix: br
      Co-authored-by: default avatarZhou <zhou.working@gmail.com>
      6410bc8a
  3. 30 Apr, 2022 1 commit
  4. 20 Apr, 2022 1 commit
  5. 17 Apr, 2022 2 commits
    • Semmy's avatar
      ci: add dist dir in gitignore · 0f38997f
      Semmy authored
      0f38997f
    • 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 downloa...
      24ea83f0
  6. 24 Feb, 2022 1 commit
  7. 15 Feb, 2022 1 commit
  8. 06 Dec, 2021 1 commit
    • chenos's avatar
      v0.6 · 732d3100
      chenos authored
      732d3100
  9. 28 Nov, 2021 1 commit
  10. 18 Oct, 2021 1 commit
    • ChengLei Shao's avatar
      feat: create nocobase app with simple & quickstart option (#87) · 05ecb25d
      ChengLei Shao authored
      
      * feat: create nocobase app with simple & quickstart option
      
      * chore: delete template file
      
      * create-nocobase-app: add env API_PORT fallback
      
      * chore: log
      
      * env default fallback
      
      * move config dir
      
      * change has yarn
      
      * chore: prettier
      
      * fix: npm running issue
      
      * database testing support sqlite
      
      * once...
      
      * chore: typo
      
      * fix: sqlite test
      
      * update readme
      
      * feat: copy .env.example to .env at create-nocobase-app
      
      * create-nocobase-app: change sqlite3 to github master
      
      * create-nocobase-app: .env template
      
      * create-nocobase-app: update .env
      
      * chore: typo
      
      * update README
      
      * chore: Application constructor
      
      * feat: sqlite demo data support
      
      * fix test
      
      * fix: application error
      
      * chore: plugin-client run sql
      
      * fix: application createCli
      
      * fix: can choose whether to register actions
      
      * chore: model compile error
      
      * fix: support sqlite
      
      * fix: demo data set index sequence on postgresql
      
      * chore: code reduce
      
      * fix: operators are compatible with sqlite
      
      * add impor demo option to init command
      
      * update env
      Co-authored-by: default avatarchenos <chenlinxh@gmail.com>
      05ecb25d
  11. 17 Apr, 2021 1 commit
    • chenos's avatar
      docs: add docs (#75) · d5d0e103
      chenos authored
      * docs: add docs
      
      * ignore dumi theme test
      
      * fix: error TS2717: Subsequent property declarations must have the same type.
      
      * update docs
      
      * deploy gh-pages
      
      * plugins docs
      
      * hash & cname
      
      * exportStatic
      
      * ssr
      
      * vercel
      
      * vercel
      
      * fix: deploy vercel
      
      * Delete vercel.json
      
      * docs
      
      * fix APP_DIST
      
      * on master branch
      d5d0e103
  12. 22 Mar, 2021 1 commit
  13. 16 Mar, 2021 1 commit
    • chenos's avatar
      Develop (#68) · 6c39ac35
      chenos authored
      * refactor: fields/views/pages...
      
      * update
      
      * update
      
      * update
      
      * updates
      
      * updates
      
      * add yarn.lock
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * updates
      
      * developerMode
      
      * 一大波更新
      
      * bugfix
      
      * fix: hide the sorting settings
      
      * fix: reload menu when menu is updated
      
      * 页面重构
      
      * modify text
      
      * 补充细节
      
      * system settings
      
      * 继续更新补充
      
      * fix: 多级菜单支持
      
      * 无限嵌套
      
      * fix: icon
      
      * 省市区参数调整
      
      * 表单描述、文案调整
      
      * 支持草稿
      
      * 邮箱登录
      
      * 细节补充
      
      * 菜单页面权限初步
      
      * 详情页打开方式
      
      * 菜单父级、草稿问题
      
      * 描述文字
      
      * 详情分组显示
      
      * 状态改为 radio
      
      * 菜单权限
      
      * 跳过省市区 api
      
      * 修复权限数据范围
      
      * onDraft
      
      * 页面跳转
      
      * 修改文案
      
      * 注册、登录
      
      * fix: 权限过滤问题
      
      * 微调上传组件样式
      
      * 0.4.0-alpha.0
      
      * father-build
      
      * remove father-build
      
      * 细节调整
      6c39ac35
  14. 23 Dec, 2020 1 commit
    • Junyi's avatar
      feat: make single file upload to attachment available (#46) · eb7d5c59
      Junyi authored
      
      * feat: make single file upload to attachment available
      
      * fix: change file name case
      
      * feat: refactor structure and make local server work
      
      * test: skip bug case temporarily
      
      * fix: use middleware to load storage static server
      
      * fix: change meta from values to request.body back and refactor local server middleware
      
      * adjust details
      
      * http:
      Co-authored-by: default avatarchenos <chenlinxh@gmail.com>
      eb7d5c59
  15. 11 Nov, 2020 1 commit
    • chenos's avatar
      发布核心框架 (#6) · dcdb21d3
      chenos authored
      
      * api/ui 改名为 server/client
      
      * 微调
      
      * 继续完善 pages
      
      * Fix env file and file mode. (#1)
      
      * Fix: ignore .env file and environment variable names.
      
      * Fix: correct file mode.
      
      * fix: put environment variables together
      
      * fix: separate data and ui resourcer
      
      * feat: collection loader
      
      * feat: redirectTo
      
      * feat: fields & actions & views
      
      * feat: fields & actions
      
      * feat: app & pages & collections...
      
      * feat: collections & pages & permissions...
      
      * Doc: add readme (#2)
      
      * Doc: add README.md.
      
      * Util: add .editorconfig.
      
      * Fix: use glob ignore option instead of additional checking. (#3)
      
      * Fix: typo. (#4)
      
      * feat: permissions
      
      * feat: getCollection & getView actions
      
      * refactor: code cleanup
      Co-authored-by: default avatarJunyi <mytharcher@users.noreply.github.com>
      dcdb21d3
  16. 24 Oct, 2020 1 commit