mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 12:37:02 +00:00
98d58963ea
3 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
ChengLei Shao
|
dd08a1f5c7
|
chore: data source api (#4588)
Some checks are pending
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) Waiting to run
NocoBase Backend Test / sqlite-test (20, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, nocobase, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, nocobase, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, public, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, public, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, public, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, public, true) (push) Waiting to run
NocoBase Backend Test / mysql-test (20, false) (push) Waiting to run
NocoBase Backend Test / mysql-test (20, true) (push) Waiting to run
NocoBase Backend Test / mariadb-test (20, false) (push) Waiting to run
NocoBase Backend Test / mariadb-test (20, true) (push) Waiting to run
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
Test on Windows / build (push) Waiting to run
* refactor: support api datasource
* refactor: support api datasource
* refactor: support api datasource
* feat: url support preview (#4559)
* feat: url support preview
* feat: add settings for Input.Preview
* refactor: refactor CollectionField.tsx to use dynamic component
* Revert "refactor: refactor CollectionField.tsx to use dynamic component"
This reverts commit
|
||
jack zhang
|
a5fc22c6b0
|
feat: tree block (#4566)
* feat: tree block * fix: remove showSettings * fix: bug * fix: bug * fix: bug * fix: bug * fix: table tree expand * fix: bug * fix: connection bug T-4501 * fix: template settings bug |
||
ChengLei Shao
|
3d000d395e
|
chore: split sql collection (#3650)
* chore: split sql collection * chore: package json * chore: test * chore: build * chore: move sql resourcer into plugin-collection-sql * fix: server * fix: ast parser, fix T-4236 * fix: fix T-4236 * fix: fields * fix: test * fix: test * fix: test * fix: test * chore: add keyword * chore: node sql parser version * chore: yarn.lock * fix: types * fix: remove column named `*` * fix: package.json * fix: version * chore: update homepage --------- Co-authored-by: xilesun <2013xile@gmail.com> |