8139 Commits

Author SHA1 Message Date
nocobase[bot]
7093f478c1 Merge branch 'next' into develop 2025-01-18 06:16:40 +00:00
citlalinda
aee8d9b7ce
feat: add stack limit to workflow (#6077)
* feat: add stack limit to workflow

* test: add stack limit test

---------

Co-authored-by: Linda <huanghui9850@gmail.com>
2025-01-18 14:16:15 +08:00
nocobase[bot]
53afd48756 Merge branch 'next' into develop 2025-01-17 15:47:58 +00:00
nocobase[bot]
222b4bc9da Merge branch 'main' into next 2025-01-17 15:46:56 +00:00
Junyi
04b817036f
fix(plugin-workflow): fix dispatch not process in preparing phase (#6087) 2025-01-17 23:46:29 +08:00
nocobase[bot]
c0a8f9d8bc Merge branch 'next' into develop 2025-01-17 13:27:59 +00:00
nocobase[bot]
4dcffddbcd chore(versions): 😊 publish v1.5.0-beta.32 v1.5.0-beta.32 2025-01-17 13:27:34 +00:00
Katherine
2945532630
feat: support setting description property in block (#6015)
* feat: support setting description property in block

* fix: bug

* fix: bug

* fix: test

* chore: set block height

* fix: bug

* fix: bug

* fix: test
2025-01-17 20:39:39 +08:00
nocobase[bot]
dcd4284514 Merge branch 'next' into develop 2025-01-17 07:26:57 +00:00
nocobase[bot]
14ba6c2b3c Merge branch 'main' into next 2025-01-17 07:26:36 +00:00
Katherine
d87e7bb78e
fix: calender default view locale (#6084) 2025-01-17 15:26:13 +08:00
nocobase[bot]
50ab97fdc7 Merge branch 'next' into develop 2025-01-17 01:58:50 +00:00
Junyi
85b36da746
refactor(plugin-workflow): refactor validate context api (#6082) 2025-01-17 09:58:28 +08:00
nocobase[bot]
8a73ac1c8a Merge branch 'next' into develop 2025-01-16 16:37:33 +00:00
nocobase[bot]
18fec90aa8 chore(versions): 😊 publish v1.5.0-beta.31 v1.5.0-beta.31 2025-01-16 16:37:04 +00:00
Chareice
f6ac57f34d
chore(async-task-manager): cancelable options 2025-01-16 23:09:55 +08:00
nocobase[bot]
27f760b8a1 Merge branch 'next' into develop 2025-01-16 13:51:15 +00:00
nocobase[bot]
5bbc519d5b Merge branch 'main' into next 2025-01-16 13:50:52 +00:00
nocobase[bot]
aa8aae89d5 docs: update changelogs 2025-01-16 13:50:26 +00:00
nocobase[bot]
128173f657 Merge branch 'next' into develop 2025-01-16 13:28:46 +00:00
nocobase[bot]
637b206d38 Merge branch 'main' into next 2025-01-16 13:27:04 +00:00
nocobase[bot]
d9f6ba2f81 chore(versions): 😊 publish v1.4.26 v1.4.26 2025-01-16 13:26:47 +00:00
nocobase[bot]
6e0f198d6f Merge branch 'next' into develop 2025-01-16 13:17:33 +00:00
nocobase[bot]
0ef52caf6f Merge branch 'main' into next 2025-01-16 13:17:10 +00:00
xilesun
cf26388199 fix(data-vi): issue of filtering datetime fields 2025-01-16 21:16:15 +08:00
nocobase[bot]
38f9b6219f Merge branch 'next' into develop 2025-01-16 13:02:47 +00:00
chenos
bdbcca4c83 fix: type string 2025-01-16 21:01:53 +08:00
Chareice
8928b97534
Merge branch 'next' into develop 2025-01-16 20:02:53 +08:00
ChengLei Shao
27b45e8dae
chore: ws api (#6080)
* chore: ws api

* fix: ws error

* fix: send ws message response
2025-01-16 19:45:43 +08:00
nocobase[bot]
9df77bdcc2 Merge branch 'next' into develop 2025-01-16 10:32:16 +00:00
YANG QIA
87513c0c9c
fix(user-data-sync): fix the issue where the "retry" button is not displayed in the task list (#6079) 2025-01-16 18:31:46 +08:00
nocobase[bot]
78fdd214b6 Merge branch 'next' into develop 2025-01-16 10:28:36 +00:00
nocobase[bot]
b89901e0d9 Merge branch 'main' into next 2025-01-16 10:28:12 +00:00
YANG QIA
f49d86288d
feat(sql-collection): allows to add description (#6081) 2025-01-16 18:27:50 +08:00
nocobase[bot]
bd9a2a174a Merge branch 'next' into develop 2025-01-16 09:30:10 +00:00
nocobase[bot]
9b42d7ad1d Merge branch 'main' into next 2025-01-16 09:29:45 +00:00
YANG QIA
a093e9ee8c
fix(localization): avoid API request when attempting to delete an empty translation (#6078) 2025-01-16 17:29:18 +08:00
Junyi
000095114c
feat: add validateConfig to trigger (#6040) (#6073)
* feat: add validateConfig to trigger

* refactor: validateConfig

* fix: validate config

Co-authored-by: citlalinda <hxn9850@163.com>
2025-01-16 16:52:15 +08:00
chenos
1738b11f57 fix: type MigrationRule 2025-01-16 11:51:18 +08:00
nocobase[bot]
43accfc4f5 Merge branch 'next' into develop 2025-01-16 03:04:39 +00:00
nocobase[bot]
c4a681203b chore(versions): 😊 publish v1.5.0-beta.30 v1.5.0-beta.30 2025-01-16 03:04:22 +00:00
Junyi
f26e501172
feat(plugin-workflow-manual): add task title column (#6051)
* feat(plugin-workflow-manual): add task title column

* fix(plugin-workflow-manual): fix distribution and assignee logic
2025-01-16 10:26:27 +08:00
citlalinda
63ffe1a99d
feat: add validateConfig to trigger (#6040)
* feat: add validateConfig to trigger

* refactor: validateConfig

* fix: validate config
2025-01-16 10:16:27 +08:00
nocobase[bot]
fbec7c2e1d Merge branch 'next' into develop 2025-01-16 01:42:03 +00:00
nocobase[bot]
91fa7e1953 Merge branch 'main' into next 2025-01-16 01:41:42 +00:00
Junyi
d38f89db85
refactor(resourcer): allow empty object as values (#6070)
* refactor(resourcer): allow empty object as values

* fix(plugin-action-custom-request): fix test case
2025-01-16 09:41:17 +08:00
Zeke Zhang
4e10bee161
fix(defaultValue): fix the issue where the default value of easy reading mode is not taking effect (#6066)
* test: add e2e test

* fix: ensure proper dependency tracking
2025-01-16 09:34:47 +08:00
nocobase[bot]
01683115f2 Merge branch 'next' into develop 2025-01-16 01:12:19 +00:00
nocobase[bot]
11cf17b5e2 chore(versions): 😊 publish v1.5.0-beta.29 v1.5.0-beta.29 2025-01-16 01:12:01 +00:00
nocobase[bot]
4614588af5 Merge branch 'next' into develop 2025-01-15 21:51:44 +00:00