nocobase/packages/core/database/src
jack zhang 08c5383bee
refactor: build tools (#2374)
* refactor: core/build and cli/build.js

* fix: build

* fix: bug

* fix: replaceAll to replace

* fix: node version check

* fix: add require check

* fix: esbuild other ext

* fix: process json

* fix: exlude jsx-runtime

* feat: split chunk

* fix: minify plugin client bundle

* fix: compatibility

* fix: support import()

* feat: update docs

* fix: server deps

* feat: demo

* fix: remove cjs treeshake

* fix: local error

* fix: bug

* fix: lazy load

* fix: rewrites

* fix: remove dynamic import  function

* feat: doc demo

* fix: codesanbox vite template

* fix: codesanbox demo

* fix: hide stackblitz

* fix: revert rspack

* fix: test bug

* fix: delete console

* fix: import dayjs locale

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2023-09-03 10:59:33 +08:00
..
__tests__ fix: sort field init (#2520) 2023-08-24 14:26:03 +08:00
database-utils
decorators feat(database): handle targetCollection option in repository find (#2175) 2023-07-21 10:51:56 +08:00
eager-loading chore(database): view with hashed id field (#2458) 2023-08-15 18:08:46 +08:00
errors
features fix(database): skip reference delete on view collection (#2303) 2023-07-23 17:13:30 +08:00
field-repository feat: api documentation plugin (#2255) 2023-08-24 00:27:57 +08:00
fields fix: sort field init (#2520) 2023-08-24 14:26:03 +08:00
listeners feat(database): handle targetCollection option in repository find (#2175) 2023-07-21 10:51:56 +08:00
operators refactor: build tools (#2374) 2023-09-03 10:59:33 +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: api documentation plugin (#2255) 2023-08-24 00:27:57 +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
collection-importer.ts
collection.ts feat: localization management (#2210) 2023-07-17 23:23:44 +08:00
database.ts refactor: build tools (#2374) 2023-09-03 10:59:33 +08:00
filter-match.ts
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
magic-attribute-model.ts
migration.ts
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
options-parser.ts chore(database): merge fields arguments by path (#2331) 2023-07-28 16:46:43 +08:00
playground.ts
repository.ts fix(collection-manager): redundant fields after set collection fields (#2575) 2023-09-01 13:51:48 +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