Katherine
4399856eae
fix: menu modifications do not take effect in real-time ( #5207 )
...
* fix: menu modifications do not take effect in real-time
* fix: bug
2024-09-09 19:42:12 +08:00
Katherine
db57b21e1a
refactor: support association field preloading in Handlebars templates ( #5236 )
...
* chore: update ci
* chore: update ci
* fix: support association field preloading in Handlebars templates
* fix: bug
---------
Co-authored-by: xilesun <2013xile@gmail.com>
2024-09-09 17:33:03 +08:00
nocobase[bot]
574c67f403
chore(versions): 😊 publish v1.3.19-beta
2024-09-08 14:24:01 +00:00
Zeke Zhang
1e7a740f66
fix(popup): fix URL anomalies caused by using popups together with Link buttons ( #5219 )
...
* fix(popup): resolve URL issues caused by popups used with Link buttons
* chore: make e2e tests pass
2024-09-08 22:14:51 +08:00
nocobase[bot]
a248c7e363
chore(versions): 😊 publish v1.3.18-beta
2024-09-08 13:24:58 +00:00
nocobase[bot]
1954b6bb99
chore(versions): 😊 publish v1.3.17-beta
2024-09-07 15:42:23 +00:00
Zeke Zhang
6767e59c02
feat(linkageRules): add support for linkage rules in sub-tables and sub-forms ( #5159 )
...
* refactor(linkageRules): extract common function
* refactor: extract forEachLinkageRule
* feat: bind linkage rules to fields
* feat(linkageRules): enable setting linkage rules for sub-tables and sub-forms
* feat(variable): add 'Current object' variable to linkage rules
* fix: make e2e tests pass
* fix: adapt read pretty
* fix: fix the block that does not refresh after changing linkage rules
* fix: improve styling for disabled fields
2024-09-07 22:53:23 +08:00
Zeke Zhang
026367864c
fix(defails): avoid infinite loop ( #5228 )
2024-09-07 22:49:53 +08:00
Zeke Zhang
68c3d1d62a
fix: resolve unauthorized error on button click for normal roles ( #5206 )
...
* feat(server): add 'upgrade' action for uiSchemas
* test: add unit tests
* chore: update unit test
* refactor: rename 'upgrade' to 'initializeActionContext'
* fix: transaction
* chore: fix build
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
2024-09-07 20:41:41 +08:00
chenos
4365c3ea4a
feat: plugins can also be enabled when the plugin dependency version is inconsistent ( #5225 )
2024-09-07 17:02:25 +08:00
chenos
954b6bdf62
feat: the default time for display is 00:00:00 ( #5226 )
2024-09-07 17:02:00 +08:00
Junyi
18e684a957
fix(plugin-workflow): fix trigger type column showing wrong text after new workflow created ( #5222 )
...
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
deploy client docs / Build (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
* fix(plugin-workflow): fix trigger type column showing wrong text after new workflow created
* fix(plugin-workflow): fix bind workflow button
2024-09-07 11:04:11 +09:00
Katherine
84600cb20d
refactor: collectionNotAllowViewPlaceholder ( #5224 )
2024-09-07 08:55:08 +08:00
chenos
6d2f17a7c3
feat: provide more user-friendly application-level error messages ( #5220 )
...
* fix: display app maintaining message
* fix: app error
2024-09-07 07:53:50 +08:00
Zhichao Gu
efac16c6a9
feat: change all pageSize options to 5/10/20/50/100/200 ( #5020 )
...
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
deploy client docs / Build (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 FrontEnd Test / frontend-test (18) (push) Waiting to run
* fix: change all pageSize options to 5/10/20/50/100/200
* fix: reset pageSize options same as list options 5/10/20/50/100/200
* fix: reset table pageSize options same as list options 5/10/20/50/100/200
* fix: list set pageSizeOption as 5/10/20/50/100/200,showSizeChanger
* fix: gridcard set pageSizeOption but showSizeChanger not set
2024-09-06 23:38:12 +08:00
dependabot[bot]
07ed06b10e
chore(deps): bump react-intersection-observer from 9.8.1 to 9.13.0 ( #5171 )
...
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
deploy client docs / Build (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
Bumps [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer ) from 9.8.1 to 9.13.0.
- [Release notes](https://github.com/thebuilder/react-intersection-observer/releases )
- [Commits](https://github.com/thebuilder/react-intersection-observer/compare/v9.8.1...v9.13.0 )
---
updated-dependencies:
- dependency-name: react-intersection-observer
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-06 22:57:21 +08:00
dependabot[bot]
96ce57adde
chore(deps): bump multer and @types/multer ( #5173 )
...
* chore(deps): bump multer and @types/multer
Bumps [multer](https://github.com/expressjs/multer ) and [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer ). These dependencies needed to be updated together.
Updates `multer` from 1.4.4 to 1.4.5-lts.1
- [Changelog](https://github.com/expressjs/multer/blob/v1.4.5-lts.1/CHANGELOG.md )
- [Commits](https://github.com/expressjs/multer/compare/v1.4.4...v1.4.5-lts.1 )
Updates `@types/multer` from 1.4.11 to 1.4.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer )
---
updated-dependencies:
- dependency-name: multer
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: "@types/multer"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore(e2e): make e2e more stable
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zeke Zhang <958414905@qq.com>
2024-09-06 22:45:57 +08:00
nocobase[bot]
ead089784e
chore(versions): 😊 publish v1.3.16-beta
2024-09-06 08:59:59 +00:00
Katherine
2459991fbb
fix: issue with select linkage value type ( #5180 )
...
* fix: issue with filterItem remove
* fix: issue with select-linkage-value-type
* fix: bug
* fix: bug
2024-09-06 15:51:34 +08:00
chenos
3e9ff85305
feat: support line break in system title ( #5211 )
auto-merge / push-commit (push) Waiting to run
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
deploy client docs / Build (push) Has been cancelled
2024-09-05 22:14:32 +08:00
Katherine
325c4341ba
refactor: collectionNotAllowViewPlaceholder ( #5208 )
2024-09-05 21:02:08 +08:00
猫鱼豆腐
eb0a2c3906
feat(client): display system title when logo is missing ( #5175 )
...
* fix(client): no logo show title
* fix(client): font size using token
* fix(client): update font size
* style: optimize style
---------
Co-authored-by: Zeke Zhang <958414905@qq.com>
2024-09-05 09:51:25 +08:00
Zeke Zhang
1034aaa81d
fix(Collapse): resolve error when using variables in data scope ( #5195 )
...
* refactor: use common hook to reduce code size
* fix(Collapse): resolve error when using variables in data scope
2024-09-04 21:17:43 +08:00
Katherine
3c89e0342e
fix: custom request support refreshDataBlockRequest ( #5188 )
2024-09-04 16:54:15 +08:00
nocobase[bot]
59db102595
chore(versions): 😊 publish v1.3.15-beta
2024-09-04 05:00:13 +00:00
nocobase[bot]
c4c36599ed
chore(versions): 😊 publish v1.3.14-beta
2024-09-03 09:57:06 +00:00
Zeke Zhang
dba8c7a2c4
feat(filterForm): add support for many-to-many association fields ( #5178 )
...
* feat(filterForm): add support for many-to-many association fields
* test: add e2e test
* fix: prevent page from losing responsiveness
2024-09-03 17:52:44 +08:00
nocobase[bot]
5cfca8e954
chore(versions): 😊 publish v1.3.13-beta
2024-09-03 00:46:15 +00:00
nocobase[bot]
774c2961d4
chore(versions): 😊 publish v1.3.12-beta
2024-09-01 12:01:37 +00:00
Zeke Zhang
55cebbd291
fix(mobile): fix permission ( #5163 )
...
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / app-token (push) Waiting to run
Build Pro Image / build-and-push (push) Blocked by required conditions
deploy client docs / Build (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: wrap a useMemo for value
* fix(mobile): fix permission
* chore: update unit tests
* fix: fix e2e error
* test: add e2e tests
* fix: reset role to root
2024-09-01 17:44:14 +08:00
Zeke Zhang
49db3e4908
chore: update e2e test
2024-09-01 17:35:15 +08:00
nocobase[bot]
517e199ed7
chore(versions): 😊 publish v1.3.11-beta
2024-08-31 14:13:44 +00:00
nocobase[bot]
5afac9cf82
chore(versions): 😊 publish v1.3.10-beta
2024-08-31 07:29:00 +00:00
Katherine
5196b47b29
fix: issue with association select data scope linkage in sub-table ( #5160 )
...
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / app-token (push) Waiting to run
Build Pro Image / build-and-push (push) Blocked by required conditions
deploy client docs / Build (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
* fix: association select data scope linkage in sub-table
* fix: association select data scope linkage in sub-table
2024-08-30 17:57:50 +08:00
Katherine
16254a4533
fix: issue in data selector other block should display Markdown, not 'Add Text' ( #5161 )
2024-08-30 17:51:55 +08:00
Zeke Zhang
6e45780565
chore: update comment
2024-08-30 11:07:45 +08:00
nocobase[bot]
bf5011f75a
chore(versions): 😊 publish v1.3.9-beta
2024-08-29 14:14:30 +00:00
nocobase[bot]
39d021a9aa
chore(versions): 😊 publish v1.3.8-beta
2024-08-29 10:12:49 +00:00
nocobase[bot]
f429d13264
chore(versions): 😊 publish v1.3.7-beta
2024-08-29 08:41:23 +00:00
Katherine
ae8f5c797f
fix: add text support handlebars ( #5150 )
2024-08-29 15:42:15 +08:00
nocobase[bot]
39c7ce4741
chore(versions): 😊 publish v1.3.6-beta
2024-08-29 06:01:24 +00:00
Katherine
8beb8dbc3e
fix: association select data scope linkage should support edit form ( #5149 )
2024-08-29 11:54:20 +08:00
nocobase[bot]
35e8f89c75
chore(versions): 😊 publish v1.3.5-beta
2024-08-28 09:28:11 +00:00
Katherine
e883985c4d
fix: association select data scope linkage should be supported in sub-form ( #5146 )
...
* fix: association select data scope linkage support sub-form
* fix: bug
2024-08-28 16:36:43 +08:00
Zeke Zhang
67d2f85a99
fix(defaultValue): ignores variable values that do not match the current field ( #5122 )
...
* refactor(variable): refactor parseVariable to support return more context
* fix(defaultValue): ignore no matching value
* fix: make unit tests pass
* chore: fix unit test
2024-08-28 11:53:52 +08:00
Zeke Zhang
af77f3c408
fix(template): fix error on form block submission ( #5133 )
...
* fix(template): fix error on form block submission
* fix(template): fix error on form block submission
* fix: make unit tests pass
* fix: make e2e tests pass
2024-08-28 10:52:06 +08:00
Zeke Zhang
dec3c838a3
feat: add support for opening via URL ( #5098 )
...
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / app-token (push) Waiting to run
Build Pro Image / build-and-push (push) Blocked by required conditions
deploy client docs / Build (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
* feat(map): add support for opening via URL
* feat(calendar): add support for opening via URL
* feat(gantt): add support for opening via URL
* fix(duplicate,bulk-edit): resolve issues with popups
* fix: useDetailsBlockProps
---------
Co-authored-by: katherinehhh <katherine_15995@163.com>
2024-08-27 21:58:55 +08:00
nocobase[bot]
a0117480e0
chore(versions): 😊 publish v1.3.4-beta
2024-08-27 10:27:55 +00:00
Katherine
2eaa0b8081
refactor: set remainsTheSame as the default value for field editing in bulk editing action ( #5124 )
...
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / app-token (push) Waiting to run
Build Pro Image / build-and-push (push) Blocked by required conditions
deploy client docs / Build (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 FrontEnd Test / frontend-test (18) (push) Waiting to run
* refactor: bulk edit set remainsTheSame as default value
* fix: test
2024-08-27 14:54:02 +08:00
nocobase[bot]
9dffefb90a
chore(versions): 😊 publish v1.3.3-beta
2024-08-27 00:37:42 +00:00
nocobase[bot]
dcadaa6665
chore(versions): 😊 publish v1.3.2-beta
2024-08-26 20:58:26 +00:00
nocobase[bot]
4aff92ad3b
chore(versions): 😊 publish v1.3.1-beta
2024-08-26 16:07:23 +00:00
Junyi
eaf23766c7
fix(client): fix field names of variable input ( #5128 )
2024-08-26 15:43:26 +08:00
chenos
ffcc60cadf
fix: cannot access 'ActionPage' before initialization ( #5125 )
2024-08-26 15:40:22 +08:00
chenos
74271a9d7c
chore: update package.json
2024-08-26 00:51:37 +08:00
GitHub Actions Bot
dea6a58878
chore(versions): 😊 publish v1.3.0-beta
2024-08-25 16:12:14 +00:00
GitHub Actions Bot
385b32010f
Merge branch 'main' into next
2024-08-23 09:05:00 +00:00
Katherine
fd28b468c9
fix: action linkage rules not working correctly in tree table ( #5107 )
2024-08-23 16:34:31 +08:00
Junyi
580286db96
feat(client): add constant props api for variable input ( #5116 )
2024-08-23 16:27:49 +08:00
GitHub Actions Bot
901527ba67
Merge branch 'main' into next
2024-08-23 06:40:57 +00:00
Katherine
6b03c725cf
fix: markdown test ( #5117 )
2024-08-23 14:40:33 +08:00
GitHub Actions Bot
dec39e7241
Merge branch 'main' into next
2024-08-23 03:55:10 +00:00
Katherine
0a3114f9cd
fix:markdown demo rendering failure ( #5114 )
...
* fix: rendering of markdown demo failed
* fix: rendering of markdown demo failed
* fix: rendering of markdown demo failed
* revert: useURLSearchParamsVariable
2024-08-23 11:54:45 +08:00
GitHub Actions Bot
98ecf20aca
Merge branch 'main' into next
2024-08-23 03:54:28 +00:00
Zeke Zhang
b79087a3ee
fix(filter): should not filter out zero ( #5106 )
...
* fix(filter): should not filter out zero
* chore: make e2e test pass
2024-08-23 11:30:55 +08:00
katherinehhh
cee724a5f9
Merge branch 'main' into next
2024-08-23 11:28:57 +08:00
Zeke Zhang
db33645821
fix(mobile): avoid crashing ( #5109 )
2024-08-23 09:46:53 +08:00
Katherine
eb550a9e19
style: filter form block action bar style improve ( #5108 )
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
deploy client docs / Build (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 FrontEnd Test / frontend-test (18) (push) Waiting to run
2024-08-22 23:18:03 +08:00
Katherine
c2b727c3b6
refactor: description for simple pagination mode ( #5110 )
2024-08-22 22:19:07 +08:00
GitHub Actions Bot
ce198410f9
chore(versions): 😊 publish v1.2.38-alpha
2024-08-22 11:27:28 +00:00
GitHub Actions Bot
643d23bbe0
Merge branch 'main' into next
2024-08-22 10:56:23 +00:00
Katherine
80d466e81a
fix: issue where data couldn't be submitted after deleting a row with required field in the subform ( #5101 )
2024-08-22 18:06:27 +08:00
katherinehhh
c66cf82d9f
Merge branch 'main' into next
2024-08-22 16:57:20 +08:00
Katherine
039bc76a97
refactor: collection support simplePaginate ( #5099 )
...
* refactor: collection support simplePaginate
* refactor: locale improve
* fix: test
* chore: simple paginate option
* chore: test
---------
Co-authored-by: Chareice <chareice@live.com>
2024-08-22 15:30:36 +08:00
Katherine
a0643713db
fix: button field assignment to only update visible fields ( #5104 )
2024-08-22 15:06:02 +08:00
Junyi
8740d39e70
fix(client): fix upload preview image ( #5102 )
2024-08-22 14:57:46 +08:00
Zeke Zhang
106588cff2
fix(varaible): resolve error on template block submission ( #5103 )
...
* fix(varaible): resolve error on template block submission
* fix: make e2e test pass
2024-08-22 14:53:28 +08:00
katherinehhh
34ab7fb349
Merge branch 'main' into next
2024-08-21 22:00:56 +08:00
Katherine
fc989fdbc5
fix: column index calculation error in table block ( #5100 )
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
deploy client docs / Build (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
2024-08-21 20:16:05 +08:00
chenos
acccd81395
chore: optimize translation ( #5092 )
2024-08-21 16:21:35 +08:00
GitHub Actions Bot
5b65985c14
chore(versions): 😊 publish v1.2.37-alpha
2024-08-21 06:04:44 +00:00
katherinehhh
e1c45a5edf
Merge branch 'main' into next
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
2024-08-21 12:23:23 +08:00
Katherine
5f5b97ed69
refactor: support simple Paginate ( #5093 )
...
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
deploy client docs / Build (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 simple Paginate
* chore: simple paginate
* refactor: simplePaginate
* fix: test
* refactor: usePaginationProps
* refactor: simplePaginate
* fix: bug
---------
Co-authored-by: Chareice <chareice@live.com>
2024-08-21 12:03:02 +08:00
katherinehhh
4cb9d6b037
Merge branch 'main' into next
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
2024-08-20 17:45:17 +08:00
Zeke Zhang
77b60ed16c
feat(kanban): add support for opening via URL ( #5083 )
...
* refactor: rename 'usePagePopup' to 'usePopupUtils'
* refactor: remove useless code
* refactor(kanban): reduce card dependency on context
* feat: finished
* test: add e2e test
* chore: fix e2e test
2024-08-20 15:33:09 +08:00
Katherine
d2c7092861
fix: error adjusting order of linkage rules ( #5086 )
...
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
deploy client docs / Build (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 FrontEnd Test / frontend-test (18) (push) Waiting to run
* fix: error adjusting order of linkage rules
* fix: bug
* style: style improve
2024-08-20 10:30:38 +08:00
GitHub Actions Bot
271a82944e
chore(versions): 😊 publish v1.2.36-alpha
2024-08-19 14:31:04 +00:00
Chareice
ded5f26c09
Revert "refactor: datetime field support timezone, defaultToCurrentTime, and onUpdateToCurrentTime ( #5012 )"
...
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
Test on Windows / build (push) Waiting to run
NocoBase FrontEnd Test / frontend-test (18) (push) Has been cancelled
This reverts commit e232ed7582
.
2024-08-19 11:03:10 +08:00
Sheldon Guo
0b5e43df8a
refactor: update Chinese translation for "Style" ( #5078 )
2024-08-19 10:16:12 +08:00
Zeke Zhang
70d96c3e33
fix: resolve tab switching issue ( #5081 )
...
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 FrontEnd Test / frontend-test (18) (push) Waiting to run
* refactor: convert parameters to destructured object
* fix: resolve tab switching issue in multi-app pages
* fix: fix ineffective tab switching within nested popups
2024-08-18 08:38:52 +08:00
Katherine
b152b33c06
refactor: markdown rendering engine ( #5079 )
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 FrontEnd Test / frontend-test (18) (push) Waiting to run
2024-08-17 17:48:44 +08:00
GitHub Actions Bot
cd4b071831
Merge branch 'main' into next
2024-08-17 09:39:24 +00:00
Zeke Zhang
b6762ebcdb
fix(embed): fix the problem that switching tabs doesn't work ( #5074 )
2024-08-17 17:38:52 +08:00
Katherine
ea943b303b
fix: sorting of Table block data ( #5071 )
auto-merge / push-commit (push) Waiting to run
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 FrontEnd Test / frontend-test (18) (push) Waiting to run
deploy client docs / Build (push) Has been cancelled
2024-08-17 17:33:34 +08:00
GitHub Actions Bot
5f42cdc443
Merge branch 'main' into next
2024-08-17 09:30:13 +00:00
Katherine
2c466db7bb
fix: the selected data in the sub table is overwritten by default values ( #5075 )
2024-08-17 17:29:56 +08:00
GitHub Actions Bot
39bc571788
chore(versions): 😊 publish v1.2.35-alpha
2024-08-16 09:56:16 +00:00
Katherine
e232ed7582
refactor: datetime field support timezone, defaultToCurrentTime, and onUpdateToCurrentTime ( #5012 )
...
* refactor: date field support timezone, defaultToCurrentTime, and onUpdateToCurrentTime
* refactor: availableTypes unixTimestamp
* chore: defaultToCurrentTime
* chore: unix timestamp field
* fix: bug
* chore: field type map
* refactor: local improve
* fix: bug
* fix: bug
* chore: timezone test
* chore: test
* fix: test
* fix: test
* chore: field setter
* chore: test
* chore: date only field
* chore: test
* chore: test
* fix: bug
* fix: unixTimestamp
* fix: unixTimestamp
* chore: accuracy
* fix: bug
* fix: bug
* fix: unixTimestamp
* fix: unixTimestamp
* fix: date & datetime
* refactor: add DateFieldInterface
* fix: bug
* chore: test
* chore: test
* chore: test
* refactor: locale improve
* refactor: local improve
* fix: bug
* refactor: unixTimestamp not support default value
---------
Co-authored-by: Chareice <chareice@live.com>
2024-08-16 16:50:51 +08:00
Zeke Zhang
4aaab331ae
fix(mobile): fix 'Edit link' setting ( #5068 )
2024-08-16 12:02:11 +08:00
Katherine
de9607f602
fix: gridCard blocks cannot flip pages when using API data sources ( #5066 )
...
* fix: gridCard pagination
* fix: bug
2024-08-16 09:40:18 +08:00
GitHub Actions Bot
2243957d0d
Merge branch 'main' into next
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 FrontEnd Test / frontend-test (18) (push) Waiting to run
2024-08-15 12:18:35 +00:00
Katherine
809b561aee
fix: filter form action bar stye improve ( #5054 )
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
deploy client docs / Build (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 FrontEnd Test / frontend-test (18) (push) Waiting to run
2024-08-15 20:18:17 +08:00
Zeke Zhang
c5f345ff57
fix(template): refresh parent data on submit button click in referenced template block ( #5057 )
...
* fix(template): refresh parent data on submit button click in referenced template block
* refactor: migrate e2e fiels of add-new to out
* test: add e2e test
* chore: fix e2e test
2024-08-15 19:32:43 +08:00
Katherine
b26d38be5f
fix: html rendering in markdown block ( #5062 )
2024-08-15 12:01:48 +08:00
Katherine
ecaf0b7e79
style: table column congirure fields bar style improve ( #5055 )
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
2024-08-14 16:56:33 +08:00
Zeke Zhang
be4ae42376
fix(inherit): fix 'Add new' button for inherited collectons ( #5049 )
...
* fix(inherit): fix 'Add new' button for inherited collectons
* test: add e2e test
2024-08-14 09:33:32 +08:00
GitHub Actions Bot
207d571756
Merge branch 'main' into next
2024-08-13 10:19:11 +00:00
Zeke Zhang
8058d22bc5
fix(inherit): correct title for inherited sub-collection association block ( #5048 )
2024-08-13 18:18:54 +08:00
Junyi
ea92a8b9a0
feat(client): add parse options for variable input ( #5043 )
...
Build Docker Image / build-and-push (push) Has been cancelled
Build Pro Image / build-and-push (push) Has been cancelled
E2E / Build (push) Has been cancelled
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
NocoBase FrontEnd Test / frontend-test (18) (push) Has been cancelled
Test on Windows / build (push) Has been cancelled
E2E / Core and plugins (push) Has been cancelled
E2E / plugin-workflow (push) Has been cancelled
E2E / plugin-workflow-approval (push) Has been cancelled
E2E / plugin-data-source-main (push) Has been cancelled
E2E / Comment on PR (push) Has been cancelled
* feat(client): add parse options for variable input
* docs(client): add component type doc
2024-08-12 21:59:32 +08:00
GitHub Actions Bot
7f258ac62b
Merge branch 'main' into next
2024-08-12 02:16:33 +00:00
Zeke Zhang
5d825f85bc
fix(Collapse): fix issue with data scope settings being ineffective ( #4914 )
...
* fix(Collapse): fix issue with data scope settings being ineffective
* fix: fix 'Default collapse' and 'sort rules'
2024-08-12 10:16:15 +08:00
Zeke Zhang
3ecad296e7
Merge branch 'main' into next
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 FrontEnd Test / frontend-test (18) (push) Waiting to run
2024-08-11 15:48:56 +08:00
Zeke Zhang
f6cb299678
fix(Table): should not error when open a popup by clicking a multi-level field ( #5038 )
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
deploy client docs / Build (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 FrontEnd Test / frontend-test (18) (push) Waiting to run
2024-08-11 15:46:16 +08:00
GitHub Actions Bot
b860078857
Merge branch 'main' into next
2024-08-11 05:24:14 +00:00
Zeke Zhang
d6c2cfe602
fix(linkageRules): fix an exception when the condition contains a association field ( #5037 )
2024-08-11 13:23:56 +08:00
GitHub Actions Bot
70bb95bcaf
Merge branch 'main' into next
2024-08-10 01:03:32 +00:00
chenos
c42a2040e2
fix(client): missing sort parameter ( #5034 )
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
deploy client docs / Build (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 FrontEnd Test / frontend-test (18) (push) Waiting to run
2024-08-10 09:03:14 +08:00
GitHub Actions Bot
c90ab059c0
Merge branch 'main' into next
2024-08-09 10:13:07 +00:00
Zeke Zhang
20f0e90fe6
fix(variable): the chinaRegions field should not be a submenu ( #5030 )
...
* fix(variable): the chinaRegions field should not be a submenu
* chore: skip unstable test
2024-08-09 18:12:49 +08:00
jack zhang
00d3ffaf99
fix: extend collection cache bug ( #5031 )
2024-08-09 17:40:52 +08:00
jack zhang
4404f5fa13
feat: encryption field ( #4975 )
...
* feat: add @nocobase/plugin-field-encryption
* fix: bug
* fix: hook
* fix: add operators
* feat: add hidden
* fix: i18n
* fix: bug
* feat: env add ENCRYPTION_FIELD_KEY
* fix: exception handling
* fix: error message i18n
* fix: add `addFieldInterfaces()` alias
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: workflow env
* fix: bug
* fix: e2e
* fix: e2e bug
* fix: move `checkKey()` to field
* fix: move EncryptionField to database package
* fix: move encryption plugin to pro
* chore: encryption field in field type map
* fix: unit test
* fix: remove console
* fix: add more value check
* fix: bug
* fix: bug
* fix: bug
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: Chareice <chareice@live.com>
2024-08-09 17:14:37 +08:00
jack zhang
aa76b78da4
fix: mobile auth ( #5015 )
...
* fix(T-5026): mobile auth
* fix: bug
* fix: plugin settings only have link type
* fix: bug
2024-08-09 15:21:34 +08:00
GitHub Actions Bot
7f2703ede2
Merge branch 'main' into next
2024-08-09 07:21:03 +00:00
Katherine
750eeadb99
style: quick add button for association field in the form, compact theme style without adaptation ( #5024 )
2024-08-09 15:10:15 +08:00
GitHub Actions Bot
0bfe908a66
Merge branch 'main' into next
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 FrontEnd Test / frontend-test (18) (push) Waiting to run
2024-08-09 07:07:26 +00:00
Zeke Zhang
789dc49867
fix: correct foreign key value errors ( #5027 )
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
deploy client docs / Build (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 FrontEnd Test / frontend-test (18) (push) Waiting to run
2024-08-09 15:07:08 +08:00
Junyi
acae33a89d
fix(client): show original field input component after cleared variable ( #5028 )
2024-08-09 14:12:49 +08:00
GitHub Actions Bot
5f9f94d008
Merge branch 'main' into next
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 FrontEnd Test / frontend-test (18) (push) Waiting to run
2024-08-08 07:52:23 +00:00
Katherine
cd5d48eb80
fix: source field type filtering association fields in sql collection & view collection ( #5014 )
...
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
deploy client docs / Build (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 FrontEnd Test / frontend-test (18) (push) Waiting to run
* fix: source field type filtering relationship fields in sql collection and view collection
* fix: bug
* fix: bug
2024-08-08 15:52:06 +08:00
Katherine
84119e6a06
style: action style improve ( #5018 )
...
* style: action style improve
* style: style improve
* style: style improve
2024-08-08 15:31:01 +08:00
GitHub Actions Bot
35a36d28dd
Merge branch 'main' into next
2024-08-08 07:25:34 +00:00
Katherine
bd573b6ee2
fix: allowMultiple should not appear on read-only association fields ( #5017 )
2024-08-08 15:20:07 +08:00
Katherine
9c44e0b229
fix: bug ( #5009 )
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 FrontEnd Test / frontend-test (18) (push) Waiting to run
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
2024-08-08 13:14:06 +08:00
GitHub Actions Bot
0fd0f9406b
chore(versions): 😊 publish v1.2.34-alpha
2024-08-08 01:55:34 +00:00
Zeke Zhang
e6e424c8a2
feat: use the default style for the scrollbar in mobile
2024-08-07 17:30:20 +08:00
GitHub Actions Bot
cfccf93f9c
chore(versions): 😊 publish v1.2.33-alpha
2024-08-07 08:53:01 +00:00
jack zhang
238b3fb08a
Merge remote-tracking branch 'origin/main' into next
2024-08-07 16:50:13 +08:00
jack zhang
cbf65394d2
feat: support dynamic field component ( #5006 )
...
* feat: field component
* fix: menu e2e bug
2024-08-07 15:37:00 +08:00
GitHub Actions Bot
d386cd4595
Merge branch 'main' into next
2024-08-07 07:31:23 +00:00
chenos
607af0d399
fix: required validate rule with trim ( #5004 )
2024-08-07 15:14:40 +08:00
Zeke Zhang
a429b7a4b3
feat: adapt desktop blocks to mobile ( #4945 )
...
* feat: register workflow blocks to mobile page
* fix: should hide Divider in subpage
* refactor: rename 'Data blocks' to 'Desktop data blocks'
* feat: adapt blocks within subpages for mobile
* feat: adapt Filter action
* feat: isolate block templates between desktop and mobile
* refactor: export storePopupContext
* feat: support popup URL for 'Workflow todos'
* chore: update e2e tests
* chore: make e2e tests pass
* chore: add comment
* fix: make popup style of duplicate and bulk edit right
* fix(GridCard): ensure single column display in mobile
* fix: fix goBack
* refactor: make more stable
* refactor: change name for add blocks menu
* fix: fix block template for mobile
* feat: adapt Apply action of approval block to mobile
* fix(Map): use window.open to redirect to configuration page
* Revert "fix(Map): use window.open to redirect to configuration page"
This reverts commit 248ae8b68c
.
* fix: redirect to the main app page when URL is starts with 'admin'
* fix(Link): make path right
* fix: refactor Popup to fix draging bug
* fix: should auto refresh when submiting in Manual popup
* fix(Action.Container): should return null when visible is false (T-4949)
* fix: increase z-index of subpage to cover Amap elements
* fix: fix tab switching not work (T-4985)
* fix(Link): should be change Link's URL of all table rows after editing URL (T-4981)
* fix: fix URL not changed after closing popup (T-4987)
* fix: make unit tests pass
* fix: make unit tests pass
* chore: get e2e tests to pass
* fix: use Popup to display data picker (T-4965)
* fix: use mobile Popup in some bloks
* refactor: use local isMobile
* fix: increase Popup's z-index to cover subpage
* fix: optimize Popup for mobile
* style: createRecordAction style improve
* refactor(AssociationField): get Component from AssociationFieldModeProvider
* refactor(InternalPopoverNester): support custom Container component
* feat: adapt PopoverNester to mobile
* chore: update unit tests
* fix: get e2e tests to pass
* chore: make e2e more stable
* refactor: move mobile-action-page in adaptor-of-desktop folder
* fix: get the z-index of popups and subpages correct
* feat: unify the styles of popups
* chore: make e2e more stable
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: katherinehhh <katherine_15995@163.com>
2024-08-07 14:25:40 +08:00
GitHub Actions Bot
64e53558df
Merge branch 'main' into next
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 FrontEnd Test / frontend-test (18) (push) Waiting to run
2024-08-07 02:10:15 +00:00
Katherine
9df48ef0a1
fix: acl permission check issue for 'Delete Event' action ( #5002 )
...
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
deploy client docs / Build (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
* fix: delete Event action acl check
* chore: delete vent action
2024-08-07 10:09:58 +08:00
chenos
3a5667cdc0
fix: ci
2024-08-07 07:21:52 +08:00
GitHub Actions Bot
e3d3de0386
chore(versions): 😊 publish v1.2.32-alpha
2024-08-06 22:55:38 +00:00
Katherine
9768508a6a
fix: markdown block should supports the markdown syntax ( #5003 )
2024-08-06 23:01:49 +08:00
GitHub Actions Bot
1a00e031e4
chore(versions): 😊 publish v1.2.31-alpha
2024-08-06 14:58:34 +00:00
GitHub Actions Bot
e0b36fbeeb
chore(versions): 😊 publish v1.2.30-alpha
2024-08-06 09:58:37 +00:00
chenos
5417f4444a
fix: v1.3.0-alpha
2024-08-06 17:56:42 +08:00
chenos
4d2e379f74
Merge branch 'main' into next
...
# Conflicts:
# packages/presets/nocobase/package.json
2024-08-06 17:55:45 +08:00