nocobase/packages/core/database/src
GitHub Actions Bot 81efdeb640
Some checks failed
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase Backend Test / sqlite-test (20, false) (push) Has been cancelled
NocoBase Backend Test / sqlite-test (20, true) (push) Has been cancelled
NocoBase Backend Test / postgres-test (public, 20, nocobase, false) (push) Has been cancelled
NocoBase Backend Test / postgres-test (public, 20, nocobase, true) (push) Has been cancelled
NocoBase Backend Test / postgres-test (public, 20, public, false) (push) Has been cancelled
NocoBase Backend Test / postgres-test (public, 20, public, true) (push) Has been cancelled
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, false) (push) Has been cancelled
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, true) (push) Has been cancelled
NocoBase Backend Test / postgres-test (user_schema, 20, public, false) (push) Has been cancelled
NocoBase Backend Test / postgres-test (user_schema, 20, public, true) (push) Has been cancelled
NocoBase Backend Test / mysql-test (20, false) (push) Has been cancelled
NocoBase Backend Test / mysql-test (20, true) (push) Has been cancelled
NocoBase Backend Test / mariadb-test (20, false) (push) Has been cancelled
NocoBase Backend Test / mariadb-test (20, true) (push) Has been cancelled
Test on Windows / build (push) Has been cancelled
Merge branch 'main' into next
2024-08-01 00:34:45 +00:00
..
__tests__ chore: data source api (#4588) 2024-07-19 22:26:27 +08:00
database-utils chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
decorators chore: clear listener after transaction commited (#4879) 2024-07-14 22:28:23 +08:00
eager-loading feat(database): new field type many to many (array) (#4708) 2024-07-10 15:04:24 +08:00
errors chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
features chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
field-repository chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
fields Merge branch 'main' into next 2024-08-01 00:34:45 +00:00
interfaces chore(action-import): validate association & select field value (#4643) 2024-06-14 12:02:03 +08:00
listeners chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
operators fix: column name ambiguous error in array operator (#4401) 2024-05-19 18:33:40 +08:00
query-interface chore: external data source api (#4782) 2024-07-18 14:44:53 +08:00
relation-repository feat(database): new field type many to many (array) (#4708) 2024-07-10 15:04:24 +08:00
repositories chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
sql-parser chore: split sql collection (#3650) 2024-05-17 15:39:01 +08:00
value-parsers chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
view Merge branch 'main' into next 2024-07-18 06:45:12 +00:00
collection-factory.ts chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
collection-group-manager.ts chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
collection-importer.ts chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
collection.ts chore: data source api (#4588) 2024-07-19 22:26:27 +08:00
database.ts chore: external data source api (#4782) 2024-07-18 14:44:53 +08:00
filter-match.ts chore: data source api (#4588) 2024-07-19 22:26:27 +08:00
filter-parser.ts feat(database): new field type many to many (array) (#4708) 2024-07-10 15:04:24 +08:00
helpers.ts chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
index.ts Merge branch 'main' into next 2024-07-18 06:45:12 +00:00
inherited-collection.ts chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
inherited-map.ts chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
inherited-sync-runner.ts chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
interface-manager.ts refactor: export & import plugin (#4468) 2024-06-05 17:52:43 +08:00
magic-attribute-model.ts chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
migration.ts chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
mock-database.ts chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
model-hook.ts fix(database): find model in hooks (#4694) 2024-06-18 15:31:45 +08:00
model.ts Merge branch 'main' into next 2024-07-15 12:14:00 +08:00
options-parser.ts fix: query table without primary key in mssql 2024-07-22 17:24:35 +08:00
repository.ts feat(database): new field type many to many (array) (#4708) 2024-07-10 15:04:24 +08:00
sync-runner.ts fix: create multiple auto increment fields in mysql (#4951) 2024-07-27 21:52:57 +08:00
types.ts chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
update-associations.ts fix: target key value is empty (#4796) 2024-07-05 06:47:21 +08:00
update-guard.ts fix: target key value is empty (#4796) 2024-07-05 06:47:21 +08:00
utils.ts chore: add copyright information to the file header (#4028) 2024-04-30 15:51:31 +08:00
view-collection.ts chore: data source api (#4588) 2024-07-19 22:26:27 +08:00