Commit Graph

86 Commits

Author SHA1 Message Date
ChengLei Shao
24ea83f0ff
Feat/create nocobase app (#273)
* 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): 😊 publish v0.6.0

* chore(versions): 😊 publish v0.6.1-alpha.0

* chore(versions): 😊 publish v0.6.2-alpha.0

* chore(versions): 😊 publish v0.6.2-alpha.1

* chore: 0.6.2-alpha.2

* feat: workspaces

* chore(versions): 😊 publish v0.6.2-alpha.3

* chore(versions): 😊 publish v0.6.2-alpha.4

* chore: create-nocobase-app

* chore: create-nocobase-app lib

* fix: update tsconfig.jest.json

* chore: .env

* chore(versions): 😊 publish v0.6.2-alpha.5

* chore(versions): 😊 publish v0.6.2-alpha.6

* feat: improve code

* chore(versions): 😊 publish v0.6.2-alpha.7

* fix: cleanup

* chore(versions): 😊 publish v0.6.2-alpha.8

* chore: tsconfig for app server package

* fix: move files

* fix: move files

Co-authored-by: chenos <chenlinxh@gmail.com>
2022-04-17 10:00:42 +08:00
chenos
864223d26a docs: update readme 2021-12-06 21:25:28 +08:00
chenos
732d31009e v0.6 2021-12-06 21:23:34 +08:00
Zhou
3b5db3965e
Update README.md 2021-11-11 07:53:33 +08:00
chenos
c93d22ec27 fix(client): i18n.t in schema 2021-11-08 20:46:45 +08:00
chenos
479f64f197
feat: support i18n (#99)
* 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: Zhou <zhou.working@gmail.com>
2021-11-08 19:32:59 +08:00
chenos
5c0567b1cd feat: update doc 2021-11-01 18:16:04 +08:00
chenos
55a1263887 fix: update doc 2021-11-01 15:20:11 +08:00
chenos
0c0d90fd50 feat: update readme 2021-11-01 09:33:04 +08:00
chenos
3fe80cf370 docs: update readme 2021-10-25 14:47:28 +08:00
chenos
73d439eb1f feat(create-nocobase-app): simplify the process 2021-10-25 14:24:24 +08:00
Zhou
223872d390
Update README.md 2021-10-20 11:39:36 +08:00
ChengLei Shao
05ecb25d1b
feat: create nocobase app with simple & quickstart option (#87)
* 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: chenos <chenlinxh@gmail.com>
2021-10-18 12:49:37 +08:00
Zhou
e40dc85438
Update README.md 2021-10-14 11:02:15 +08:00
chenos
8472d9e6b0 fix: cannot start the project 2021-10-10 12:16:28 +08:00
chenos
04cdaae31c docs: update doc 2021-10-08 00:32:40 +08:00
chenos
681d940fa2 fix: typo 2021-10-07 21:54:10 +08:00
chenos
4a1c381a24 docs: update readme 2021-10-07 18:01:45 +08:00
Zhou
589e3ba29d
Update README.md 2021-09-28 13:12:08 +08:00
Zhou
35251f82eb
Update README.md 2021-09-28 13:02:14 +08:00
chenos
cb30eab3de update docs 2021-04-17 23:35:06 +08:00
chenos
22739afa2d docs: nodejs provided by docker 2021-04-17 22:47:08 +08:00
chenos
58e2ac3f5c docs: installation instructions 2021-04-07 20:34:30 +08:00
Junyi
9495917e97
fix: minor problems (#72) 2021-04-04 23:33:06 +08:00
chenos
0c2196df61
Update README.md 2021-04-04 11:41:01 +08:00
chenos
981f86dc68 docs: installation 2021-03-30 20:27:01 +08:00
chenos
0ee4f9df56
Update README.md 2021-03-29 13:32:44 +08:00
chenos
1ee13fef58
Update README.md 2021-03-29 13:27:26 +08:00
chenos
b635a1256b
Update README.md 2021-03-29 13:21:35 +08:00
chenos
b9af1cbbd9 docs: add readme.zh-CN.md 2021-03-29 13:07:09 +08:00
Zhou
9be284294f
Update README.md 2021-03-29 10:15:51 +08:00
Zhou
8a5391ab7b
Update README.md 2021-03-29 10:14:11 +08:00
Zhou
068dde29f4
update: README 2021-02-24 21:25:13 +08:00
Zhou
6792750c9c
Update README 2021-02-24 21:18:33 +08:00
Junyi
62a7cc2b1f
test: skip bug test cases for ci passing (#52) 2021-01-05 15:19:36 +08:00
chenos
dcdb21d398
发布核心框架 (#6)
* 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: Junyi <mytharcher@users.noreply.github.com>
2020-11-11 15:23:39 +08:00