nocobase[bot]
95134d0273
Merge branch 'main' into next
2024-11-10 02:22:04 +00:00
chenos
a963898893
Merge branch 'main' of github.com:nocobase/nocobase
2024-11-10 10:09:58 +08:00
chenos
451210a248
docs: update README.md
2024-11-10 10:09:21 +08:00
Chareice
62e796b61c
chore: console.log
2024-11-10 10:08:54 +08:00
nocobase[bot]
63ba93dfd1
Merge branch 'main' into next
2024-11-10 02:06:13 +00:00
ChengLei Shao
bea2d4880e
fix: import with m2m id field ( #5623 )
2024-11-10 10:05:53 +08:00
Chareice
a56cd6742c
fix: list meta permission
2024-11-09 22:16:59 +08:00
Sheldon Guo
35b5872338
feat(notification-manager): enhance channel manager UI ( #5621 )
2024-11-09 18:49:19 +08:00
xilesun
d55f83942b
fix(users): issue of this
keyword in middleware
2024-11-09 14:05:20 +08:00
Junyi
90d9231fc5
feat(client): add delimiters props to variable text ( #5620 )
...
* feat(client): add delimiters props to variable text
* refactor(plugin-notification-iam): change delimiters for url in message template
2024-11-09 10:26:28 +08:00
nocobase[bot]
7d0aadcf52
Merge branch 'main' into next
2024-11-08 10:38:41 +00:00
Zeke Zhang
934f619452
chore(e2e): fix test failures caused by timezone differences in CI environment
2024-11-08 18:37:55 +08:00
Junyi
06e7617691
refactor(client): move getFilterTargetKey api to collection ( #5617 )
...
* refactor(client): move getFilterTargetKey api to collection
* test(client): add test case
* fix(client): fix type error when build
2024-11-08 18:31:02 +08:00
nocobase[bot]
4a62b6798f
Merge branch 'main' into next
2024-11-08 10:25:46 +00:00
Junyi
b186a5eb3d
fix(client): support file collection as target of one-to-many association ( #5619 )
...
* fix(client): support file collecion as target of one-to-many association
* fix(client): fix load collection
2024-11-08 18:25:26 +08:00
nocobase[bot]
21166e0723
Merge branch 'main' into next
2024-11-08 06:02:33 +00:00
xilesun
38123129e2
chore: update release.sh
2024-11-08 14:02:06 +08:00
Junyi
a223f4448e
feat(plugin-workflow): branch presetting ( #5570 )
...
* fix(client): fix core component bug and warnings
* feat(plugin-workflow): add preset and branching config before add node
* refactor(plugin-workflow): fix AddNodeContext and adjust styles
* fix(plugin-workflow): fix default config value in preset form
* fix(plugin-workflow): fix e2e cases
* fix(plugin-workflow-parallel): fix e2e test cases
* fix(plugin-workflow): fix e2e test cases
2024-11-08 13:43:39 +08:00
ChengLei Shao
c728146160
refactor: collections api ( #5610 )
...
* chore: test
* chore: list meta
* chore: list meta api
* fix: test
2024-11-08 12:44:13 +08:00
nocobase[bot]
3538cf297b
Merge branch 'main' into next
2024-11-08 04:22:31 +00:00
ChengLei Shao
8e1eed7c2f
feat: database beanchmark ( #5615 )
...
* chore: db logging with sql benchmark
* chore: log response size
2024-11-08 12:13:43 +08:00
ChengLei Shao
85a6c171fa
fix: import with datetime no tz field ( #5614 )
...
* fix: import with datetime no tz field
* chore: console.log
* chore: console.log
2024-11-08 11:41:56 +08:00
nocobase[bot]
e08b9e57e7
Merge branch 'main' into next
2024-11-08 02:47:37 +00:00
nocobase[bot]
2d41b2acbb
docs: update changelogs
2024-11-08 02:32:49 +00:00
nocobase[bot]
5061bc972a
Merge branch 'main' into next
2024-11-08 02:25:26 +00:00
nocobase[bot]
d1b4ccc1aa
chore(versions): 😊 publish v1.3.47-beta
2024-11-08 02:25:17 +00:00
nocobase[bot]
3733676d6e
chore(versions): 😊 publish v1.4.0-alpha.6
2024-11-08 01:15:45 +00:00
nocobase[bot]
2df48e7316
Merge branch 'main' into next
2024-11-08 01:14:24 +00:00
xilesun
91b1c773a8
chore(ci): update
2024-11-08 09:13:56 +08:00
nocobase[bot]
b3ea409d6c
chore(versions): 😊 publish v1.4.0-alpha.5
2024-11-08 00:48:42 +00:00
nocobase[bot]
e08f7ff48d
Merge branch 'main' into next
2024-11-08 00:47:25 +00:00
xilesun
6d22acb133
chore: add dependency for Dockerfile
2024-11-08 08:46:12 +08:00
nocobase[bot]
6c8a2ae3b5
chore(versions): 😊 publish v1.4.0-alpha.4
2024-11-08 00:26:17 +00:00
nocobase[bot]
1994566fbd
Merge branch 'main' into next
2024-11-08 00:25:07 +00:00
xilesun
206d449afa
fix: Dockerfile
for next branch
2024-11-08 08:22:04 +08:00
nocobase[bot]
3801a2e145
chore(versions): 😊 publish v1.4.0-alpha.3
2024-11-07 14:57:03 +00:00
Zeke Zhang
cdb18cb9c8
Merge branch 'main' into next
2024-11-07 22:42:24 +08:00
xilesun
56089dbdf9
fix(error-handler): test
2024-11-07 21:56:11 +08:00
Zeke Zhang
5fb6962ec5
fix(defaultValue): fix errors in special cases ( #5607 )
...
* fix(defaultValue): fix errors in special cases
* test: add e2e test
* chore: make unit tests pass
* chore: make e2e more stable
* chore: fix e2e
2024-11-07 21:18:59 +08:00
xilesun
d5a7d7c8e7
Merge branch 'main' into next
2024-11-07 21:16:09 +08:00
ChengLei Shao
ef1ded8ff2
fix: import with date field ( #5606 )
...
* fix: import with dateOnly and datetimeNoTz field
* fix: import with date field
* fix: export datetime filed
* fix: test
* fix: test
* fix: test
* fix: unixtimestamp import
* chore: test
2024-11-07 21:05:58 +08:00
Zeke Zhang
3d512adade
feat(Table): add 'Hide column' configuration option ( #5597 )
...
* chore(deps): bump antd from 5.12.8 to 5.13.3
* chore: update yarn.lock
* chore: fix unit tests
* chore: make e2e tests pass
* feat(Table): add 'Hide column' configuration option
* test: add e2e test
* chore: fix build
* Revert "chore: make e2e tests pass"
This reverts commit a84a22c140
.
* Revert "chore: fix unit tests"
This reverts commit 436b001c9b
.
* Revert "chore: update yarn.lock"
This reverts commit 0b960251c4
.
* Revert "chore(deps): bump antd from 5.12.8 to 5.13.3"
This reverts commit b165d557f6
.
* chore: make e2e more stable
2024-11-07 20:47:14 +08:00
YANG QIA
e70d2d1c9e
chore(auth): optimize error message ( #5612 )
2024-11-07 20:41:03 +08:00
Katherine
89269ec7a4
fix: table scrollbar issue in non-config mode ( #5599 )
...
* fix: unnecessary scrollbar in non-config mode with few columns
* fix: bug
* refactor: table column
2024-11-07 17:30:53 +08:00
katherinehhh
03f5899902
Merge branch 'main' into next
2024-11-07 16:58:38 +08:00
Katherine
666c92d524
fix: issue with fuzzy search support for association fields with string-type title field ( #5611 )
2024-11-07 15:21:13 +08:00
nocobase[bot]
a671fff804
Merge branch 'main' into next
2024-11-07 06:52:34 +00:00
Katherine
49968f8636
refactor: adjust collection categories to be loaded from the main data source and remove from global ( #5602 )
2024-11-07 14:52:18 +08:00
YANG QIA
c4653cb784
fix(auth): issue where users can't change password when signing in with a non-password authenticator ( #5609 )
...
* fix(auth): issue where users can't change pwd when signing in with a non-password authenticator
* chore: remove logic in basic auth
2024-11-07 14:48:41 +08:00
nocobase[bot]
932f1c1fa5
Merge branch 'main' into next
2024-11-07 04:57:17 +00:00