nocobase/packages/core/database/src
jack zhang 5df3b0e75d
refactor!: plugins build and plugins load (#2253)
* refactor: plugin build and plugin template

* refactor: plugins' deps

* refactor: plugins bugs

* feat: add plugin static middleware

* fix: bugs

* refactor: frontend plugin add from remote

* refactor: delete useless app/client/plugins

* fix: requirejs move to local

* fix: tests case

* refactor: add src/client and src/server dir check

* fix: lodash tree shaking

* refactor: add BUILD_TIP

* refactor: add file size tip

* fix: bugs

* fix: bug

* fix: change china-division

* fix: change plugins response

* fix: recover dynamicImport

* fix: change server src entry

* fix: test error

* fix: plugins sourcemap => false

* fix: production file error

* refactor: change build tools to vite and tsup

* fix: yarn.lock

* fix: bugs

* fix: server build bugs

* fix: delete .fatherrc.ts

* fix: bug

* fix: bug

* fix: bugs

* fix: bugs

* fix: bugs

* refactor: add plugin d.ts

* refactor: delete fatherrc

* refactor: delete father scripts

* refactor: build bug

* fix: bug

* fix: deps adjust

* fix: add build tips

* fix: bug

* refactor: ignore plugins when build client

* docs: update doc

* refactor: docs and build

* fix: bug

* refactor: build deps

* fix: add USER_REMOTE_PLUGIN env

* feat: add plugin static cache

* feat: add build deps cache

* fix: bugs

* test: add test

* fix: add plugin depden on plugin tip

* fix: adjust shouldDevDependencies

* fix: deps

* fix: ajust deps

* fix: mobile style error

* fix: map error

* fix: test

* fix: bug

* feat: lodash and dayjs import from themself

* feat: @emotion/css 、ahooks and lodash to global

* fix: theme-editor plugin error

* fix: review

* feat: move all plugins' dependencies to devDependencies

* feat: change build

* feat: add devPlugins

* fix: bug

* fix: bugs

* fix: bugs

* fix: bugs

* feat: build bugs

* fix: bugs

* fix: bugs

* fix: review

* fix: bug

* fix: change deps build

* fix: bugs

* fix: bug

* fix: bug

* fix: bugs

* fix: bug

* fix: bug

* fix: multi language

* fix: dist

* fix: cronstrue

* fix: getPackageClientStaticUrl

* fix: antd dayjs locale

* fix: plugin' d.ts import from dist

* fix: multi language

* fix: build types error

* fix: requireModule

* fix: plugin lifecycle

* fix: client resource

* fix: improve code

* fix: locale

* feat: custom build

* fix: require locale

* fix: improve code

* fix: improve code

* fix: skip preset

* fix: collection undefined

* feat: yarn build

* fix: remove enabled

* fix: update dockerfile

* fix: formily version

* docs: update v12 changelog

* fix: devDependencies

* feat: @nocobase/app

* feat: generateAppDir

* fix: improve code

* fix: 0.11.1-alpha.5

* fix: missing @nocobase/client

* fix: error

* fix: add .npmignore

* feat: upgrade antd version

* fix: dependencies

* fix: peerDependencies

* fix: remove china-division dep

* fix: toposort deps

* fix: update dockerfile

* fix: plugin template

* fix: app client outputPath

* feat: update docs

* fix: nginx server root

* fix: storage/.app-dev

* fix: getChinaDivisionData

* feat: plugin info

* feat: update docs

* fix: docs menu

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2023-08-02 00:07:52 +08:00
..
__tests__ chore(database): merge fields arguments by path (#2331) 2023-07-28 16:46:43 +08:00
database-utils feat: database view collection (#1587) 2023-04-01 21:56:01 +08:00
decorators feat(database): handle targetCollection option in repository find (#2175) 2023-07-21 10:51:56 +08:00
eager-loading feat(database): handle targetCollection option in repository find (#2175) 2023-07-21 10:51:56 +08:00
errors feat: limit database identifier (#908) 2022-10-14 15:02:41 +08:00
features fix(database): skip reference delete on view collection (#2303) 2023-07-23 17:13:30 +08:00
field-repository fix(database): filter match (#1319) 2023-01-03 13:38:20 +08:00
fields feat: support JSONB (#2321) 2023-07-30 09:51:39 +08:00
listeners feat(database): handle targetCollection option in repository find (#2175) 2023-07-21 10:51:56 +08:00
operators feat(collection-manager): tableOID field and collection field (#2161) 2023-07-04 23:16:49 +08:00
query-interface feat(database): view collection support for add new, update and delete actions (#2119) 2023-07-14 14:49:12 +08:00
relation-repository feat(database): handle targetCollection option in repository find (#2175) 2023-07-21 10:51:56 +08:00
repositories feat(database): view collection support for add new, update and delete actions (#2119) 2023-07-14 14:49:12 +08:00
sql-parser feat(database): view collection support for add new, update and delete actions (#2119) 2023-07-14 14:49:12 +08:00
value-parsers refactor!: plugins build and plugins load (#2253) 2023-08-02 00:07:52 +08:00
view feat(database): view collection support for add new, update and delete actions (#2119) 2023-07-14 14:49:12 +08:00
collection-group-manager.ts feat: multiple apps (#1540) 2023-03-10 19:16:00 +08:00
collection-importer.ts fix: collection importer has incorrect reference (#1495) 2023-02-24 17:50:08 +08:00
collection.ts feat: localization management (#2210) 2023-07-17 23:23:44 +08:00
database.ts feat(database): view collection support for add new, update and delete actions (#2119) 2023-07-14 14:49:12 +08:00
filter-match.ts fix(database): filter match (#1319) 2023-01-03 13:38:20 +08:00
filter-parser.ts feat(collection-manager): tableOID field and collection field (#2161) 2023-07-04 23:16:49 +08:00
index.ts refactor(client)!: application, router and plugin (#2068) 2023-07-07 14:35:22 +08:00
inherited-collection.ts feat(database): handle targetCollection option in repository find (#2175) 2023-07-21 10:51:56 +08:00
inherited-map.ts fix: remove node after collection removed (#1095) 2022-11-16 20:10:26 +08:00
magic-attribute-model.ts feat(plugin-cm): add unique option for base fields (#745) 2022-08-20 23:23:13 +08:00
migration.ts feat: improve migrations (#510) 2022-06-17 10:25:59 +08:00
mock-database.ts feat: repository aggregate method (#1829) 2023-05-11 15:16:33 +08:00
model-hook.ts fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
model.ts feat: database view collection (#1587) 2023-04-01 21:56:01 +08:00
options-parser.ts chore(database): merge fields arguments by path (#2331) 2023-07-28 16:46:43 +08:00
playground.ts
repository.ts feat(database): handle targetCollection option in repository find (#2175) 2023-07-21 10:51:56 +08:00
sync-runner.ts chore: sync runner error message 2023-07-27 21:50:41 +08:00
types.ts fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
update-associations.ts feat(database): handle targetCollection option in repository find (#2175) 2023-07-21 10:51:56 +08:00
update-guard.ts refactor(db): add batch logic to update for better performance (#2070) 2023-06-21 16:37:06 +08:00
utils.ts Refactor/append fields (#1883) 2023-05-19 16:39:00 +08:00
view-collection.ts feat(database): view collection support for add new, update and delete actions (#2119) 2023-07-14 14:49:12 +08:00