aaaaaajie
91f8da7aa1
fix: test
2025-05-03 21:08:47 +08:00
aaaaaajie
478d836404
feat: cancel task
2025-05-03 17:27:00 +08:00
aaaaaajie
284ccd5bc1
fix: build
2025-05-03 13:34:06 +08:00
aaaaaajie
7e80f44195
fix: build
2025-05-02 23:34:16 +08:00
aaaaaajie
4893dba4bc
fix: build
2025-05-02 18:58:55 +08:00
aaaaaajie
d4d57b876b
fix: build
2025-05-02 17:11:16 +08:00
aaaaaajie
562f34db05
Merge branch 'main' of github.com:nocobase/nocobase into feat/add-import-export-log
2025-05-02 14:00:17 +08:00
Junyi
cefb1ead55
feat(cli): add benchmark script ( #6623 )
...
* feat(cli): add benchmark script
* chore(cli): remove useless code
* fix(plugin-workflow): fix validate logic
* chore(package): remove package manager
* fix(cli): fix glob
* fix(cli): change to fast-glob
* fix(plugin-workflow): add dependency
* fix(build): change server build target to node
* test(build): change ncc build target to es2023
* fix: tinybench
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
2025-05-01 17:53:14 +08:00
Junyi
15bb8ac97b
fix(database): fix test cases ( #6811 )
...
* fix(database): fix test cases
* fix(database): fix unique and null
2025-05-01 11:47:17 +08:00
Katherine
fd8606e69e
fix: duplicate validation error messages for rule violations in form field ( #6805 )
2025-04-30 09:36:05 +08:00
Katherine
fe005e091a
fix: ssue with configuring linkage rules in subform (popup) within subtable ( #6803 )
2025-04-30 09:35:26 +08:00
aaaaaajie
f4e0b40ef1
feat: async task manager support queue
2025-04-30 09:20:57 +08:00
Zeke Zhang
db88e8301f
fix: exclude 'attachmentURL' from associated form item filter ( #6809 )
2025-04-30 07:42:18 +08:00
aaaaaajie
b28c4cf2bb
feat: optime cursor chuck query
2025-04-30 06:07:30 +08:00
aaaaaajie
f6b7d74db6
Merge branch 'main' of github.com:nocobase/nocobase into feat/add-import-export-log
2025-04-30 01:30:33 +08:00
nocobase[bot]
5c2bd3c496
docs: update changelogs
2025-04-29 12:06:39 +00:00
nocobase[bot]
09c53403eb
chore(versions): 😊 publish v1.6.25
v1.6.25
2025-04-29 11:57:38 +00:00
YANG QIA
6cb13f73e6
fix(auth): disallow changing of authenticator uid ( #6808 )
2025-04-29 15:26:23 +08:00
Katherine
4f06ebcdd2
style: optimize subtable add button style and align paginator on the same row ( #6790 )
2025-04-29 11:07:17 +08:00
Junyi
823d67ac13
fix(database): fix trim option for string and text field ( #6797 )
2025-04-28 21:17:05 +08:00
Junyi
3b1b4cfef5
fix(plugin-file-manager): add oss timeout option default to 10min ( #6795 )
2025-04-28 19:48:18 +08:00
Katherine
a28e1d2c39
fix: association field not submitting data when displaying field from related collection ( #6798 )
2025-04-28 19:27:16 +08:00
Katherine
c1f8b4d2f7
Revert "fix: association field not submitting data when displaying field fro…" ( #6796 )
...
This reverts commit d4bf52a047243f5274e23dbf3e57e49d396dba00.
2025-04-28 19:21:06 +08:00
Katherine
d4bf52a047
fix: association field not submitting data when displaying field from related collection ( #6789 )
...
* fix: o2o association field not submitting data when display association field are used
* fix: bug
* fix: bug
2025-04-28 18:04:36 +08:00
aaaaaajie
da9bfa0337
Merge branch 'main' of github.com:nocobase/nocobase into feat/add-import-export-log
2025-04-28 15:51:13 +08:00
Zeke Zhang
4547b7dd96
fix(Collapse): issue with data scope being cleared ( #6782 )
2025-04-28 14:25:15 +08:00
Zeke Zhang
6808620a3d
fix: refreshing the page after switching operators causes an error ( #6781 )
...
* fix: clear default value when switching operators to prevent filtering API errors
* fix: update EditOperator to set default value to null and assign componentProps to x-component-props
* fix: set field value and initialValue to null in EditOperator to ensure proper state management
2025-04-28 14:12:28 +08:00
Zeke Zhang
4f1e3df663
chore(Filter): improve user experience ( #6779 )
2025-04-28 14:11:46 +08:00
Zeke Zhang
281b813f0c
refactor: remove rowKey from table block schema creation ( #6792 )
...
* refactor: remove rowKey from table block schema creation
* chore: fix unit test
2025-04-28 14:07:49 +08:00
aaaaaajie
e727f54c56
Merge branch 'main' of github.com:nocobase/nocobase into feat/add-import-export-log
2025-04-28 12:48:11 +08:00
Jiann
1b4b71bba4
fix: add github publish ci for license kit ( #6786 )
2025-04-27 16:58:55 +08:00
Zeke Zhang
17eaee373c
refactor: unify 404 page components ( #6778 )
2025-04-27 12:38:53 +08:00
Zeke Zhang
462cc31998
fix: filter out tabs from route items in toItems function ( #6777 )
...
* fix: filter out tabs from route items in toItems function
* chore: fix e2e
* chore: fix e2e
2025-04-27 12:32:51 +08:00
Zeke Zhang
1f974d241f
test: fix failed tests
2025-04-25 15:43:13 +08:00
chenos
b0cee75bf1
chore: downgrade mariadb to 2.5.6 due to compatibility issues ( #6762 )
2025-04-24 20:29:13 +08:00
Katherine
e2e4c69941
refactor: unavailableActions to sql collection and view collection ( #6765 )
...
* refactor: unavailableActions to sql collection and view collection
* fix: unavailableActions
2025-04-24 20:09:42 +08:00
aaaaaajie
dac08d94b7
feat: add import and export log
2025-04-24 18:46:24 +08:00
nocobase[bot]
24376fd3dd
docs: update changelogs
2025-04-24 10:29:18 +00:00
nocobase[bot]
bfe77cd81d
chore(versions): 😊 publish v1.6.24
v1.6.24
2025-04-24 10:20:37 +00:00
YANG QIA
bd06d13749
fix(m2m-array): incorrect data retrieved for m2m array fields from association in forms ( #6744 )
...
* fix(m2m-array): incorrect data retrieved for m2m array fields from association in forms
* fix(getAction): update pagination parameter for hasMany and belongsToMany actions
---------
Co-authored-by: Zeke Zhang <958414905@qq.com>
2025-04-24 17:33:00 +08:00
Katherine
b8bfc17a59
refactor: adjust view collection action permission control ( #6764 )
2025-04-24 17:09:11 +08:00
Katherine
04e17444fa
fix: only export action in view collection is support when writableView is false ( #6763 )
2025-04-24 16:32:06 +08:00
Junyi
717177b471
fix(client): adjust upload message ( #6757 )
2025-04-24 16:16:22 +08:00
aaaaaajie
d0a7b49cad
fix: test
2025-04-24 15:42:05 +08:00
aaaaaajie
8f7da2e5cb
fix: merge main and fix conflict
2025-04-24 13:05:07 +08:00
aaaaaajie
22800b08a1
perf: export xlsx
2025-04-24 12:40:41 +08:00
Katherine
0758490913
fix: unexpected data creation when displaying association field under sub-form/sub-table in create form action ( #6727 )
...
* fix: unexpected data creation when displaying relational field subtable in create form
* fix: bug
* fix: bug
* fix: bug
2025-04-24 09:54:22 +08:00
nocobase[bot]
04296bbac8
docs: update changelogs
2025-04-23 15:17:46 +00:00
nocobase[bot]
c8e5a1c7e7
chore(versions): 😊 publish v1.6.23
v1.6.23
2025-04-23 15:06:25 +00:00
chenos
452619c511
refactor: optimize internal logic of the nocobase upgrade
command ( #6754 )
...
* chore: update-deps
* fix: upgrade
2025-04-23 21:26:07 +08:00