3030 Commits

Author SHA1 Message Date
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]
18fec90aa8 chore(versions): 😊 publish 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]
d9f6ba2f81 chore(versions): 😊 publish 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]
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
nocobase[bot]
c4a681203b chore(versions): 😊 publish 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
nocobase[bot]
11cf17b5e2 chore(versions): 😊 publish v1.5.0-beta.29 2025-01-16 01:12:01 +00:00
nocobase[bot]
7c246743d1 chore(versions): 😊 publish v1.4.25 2025-01-15 21:41:45 +00:00
nocobase[bot]
f5c09856eb Merge branch 'next' into develop 2025-01-15 20:33:19 +00:00
nocobase[bot]
c0bdaec473 Merge branch 'main' into next 2025-01-15 20:32:45 +00:00
Zeke Zhang
9af7fb951c
fix(mobile): fix SafeArea not working issue (#6068) 2025-01-16 04:32:17 +08:00
chenos
5aec227032 Merge branch 'next' into develop
# Conflicts:
#	packages/plugins/@nocobase/plugin-workflow/src/client/variable.tsx
2025-01-15 21:09:10 +08:00
nocobase[bot]
e5d398d8a1 Merge branch 'main' into next 2025-01-15 13:06:02 +00:00
chenos
2c936b6eb1
feat: improve the extensibility of file-storage (#6071) 2025-01-15 21:05:35 +08:00
Junyi
04b3540739
chore(plugin-workflow): cherry pick (#6057)
* refactor(plugin-workflow): change api of manually execute (#5850)

* feat: add subflow node

* feat: add execution event

* feat: add force option

* feat: avoid recurring call

* feat: add stack to execution

* feat: add cyclic call validator

* feat: collection trigger add execution stack

* fix: stack

* fix: manual execute

* refactor(plugin-workflow): adjust api and implementent

* chore: revert locale back

* feat: trigger field set add scope variables

* feat: add changeOnSelect

* feat: variables support ID reference

* feat: change locale

* refactor(plugin-workflow): support execute by passing filterByTk for a record

* refactor(plugin-workflow): adjust props name

* fix(plugin-workflow): fix execute variable context

* fix(plugin-workflow): fix variables and locales

* chore(plugin-workflow): remove demo code

* fix(plugin-workflow): fix import

* fix(plugin-workflow): fix build error

---------

Co-authored-by: mytharcher <mytharcher@gmail.com>

* fix(plugin-workflow): fix schedule picker value (#6039)

* fix(plugin-workflow): fix variable compoent onchange (#5964)

---------

Co-authored-by: shz <huanghui9850@gmail.com>
2025-01-15 17:42:49 +08:00
nocobase[bot]
9bf8fb3bb1 Merge branch 'next' into develop 2025-01-15 09:00:48 +00:00
nocobase[bot]
540a22ba31 Merge branch 'main' into next 2025-01-15 09:00:22 +00:00
Junyi
6906d87375
fix(plugin-workflow): fix repeat field component (#6067) 2025-01-15 16:59:58 +08:00
nocobase[bot]
c9747e2990 chore(versions): 😊 publish v1.4.24 2025-01-14 12:19:29 +00:00
nocobase[bot]
3de514b302 Merge branch 'next' into develop 2025-01-14 11:40:31 +00:00
xilesun
bbb89d5f35 Merge branch 'main' into next 2025-01-14 19:39:39 +08:00
YANG QIA
04d75cf430
fix(data-vi): remove the LIMIT clause when using aggregate functions without dimensions (#6062) 2025-01-14 18:30:40 +08:00
nocobase[bot]
dc3cd8e210 Merge branch 'next' into develop 2025-01-14 08:52:17 +00:00
nocobase[bot]
4a58559331 Merge branch 'main' into next 2025-01-14 08:51:53 +00:00
nocobase[bot]
d0372a88a5 chore(versions): 😊 publish v1.5.0-beta.28 2025-01-14 07:57:58 +00:00
nocobase[bot]
4f523316b4 chore(versions): 😊 publish v1.6.0-alpha.14 2025-01-14 05:56:55 +00:00
nocobase[bot]
814693476d chore(versions): 😊 publish v1.6.0-alpha.13 2025-01-14 05:27:59 +00:00
katherinehhh
0cbd1ca795 Merge branch 'next' into develop 2025-01-14 13:18:43 +08:00
nocobase[bot]
19a63ebab3 Merge branch 'main' into next 2025-01-14 02:06:28 +00:00
Katherine
565e55559a
fix: public form style issue (#6055) 2025-01-14 10:06:07 +08:00