724 Commits

Author SHA1 Message Date
Junyi
2f7b7315ca
refactor(plugin-workflow): lazy load job result for better performance (#6344) 2025-03-03 13:42:14 +08:00
nocobase[bot]
f1bd0a1f4d chore(versions): 😊 publish v1.5.20 2025-03-03 03:57:16 +00:00
nocobase[bot]
33110193fe chore(versions): 😊 publish v1.5.19 2025-03-01 06:20:47 +00:00
nocobase[bot]
1a64270a17 chore(versions): 😊 publish v1.5.18 2025-02-27 08:11:48 +00:00
nocobase[bot]
e360a4e12f chore(versions): 😊 publish v1.5.17 2025-02-27 04:31:25 +00:00
nocobase[bot]
08f4d7eeb0 chore(versions): 😊 publish v1.6.0-beta.15 2025-02-27 04:27:59 +00:00
nocobase[bot]
8c801015d2 chore(versions): 😊 publish v1.6.0-beta.14 2025-02-27 01:13:54 +00:00
nocobase[bot]
220721d5d5 chore(versions): 😊 publish v1.6.0-beta.13 2025-02-26 15:01:33 +00:00
nocobase[bot]
2205172dd0 chore(versions): 😊 publish v1.5.16 2025-02-26 01:49:50 +00:00
nocobase[bot]
60b1bfc742 chore(versions): 😊 publish v1.6.0-beta.12 2025-02-26 00:09:44 +00:00
nocobase[bot]
32f77ffec3 chore(versions): 😊 publish v1.5.15 2025-02-25 00:54:07 +00:00
nocobase[bot]
b6f666e0d9 chore(versions): 😊 publish v1.6.0-beta.11 2025-02-24 12:10:09 +00:00
nocobase[bot]
b47aca6ced chore(versions): 😊 publish v1.5.14 2025-02-24 10:37:30 +00:00
nocobase[bot]
5d17e0941d chore(versions): 😊 publish v1.6.0-beta.10 2025-02-24 06:02:03 +00:00
nocobase[bot]
28e652e8ae chore(versions): 😊 publish v1.5.13 2025-02-22 14:06:13 +00:00
nocobase[bot]
4691a6146f chore(versions): 😊 publish v1.6.0-beta.9 2025-02-22 07:09:03 +00:00
chenos
5fbc7697c6
feat: release 202502 (#6259)
* chore(versions): 😊 publish v1.6.0-alpha.24

* chore(versions): 😊 publish v1.6.0-alpha.25

* feat: support extending frontend filter operators (#6085)

* feat: operator extension

* fix: bug

* refactor: code improve

* fix: jsonLogic

---------

Co-authored-by: chenos <chenlinxh@gmail.com>

* refactor: remove registerOperators (#6224)

* refactor(plugin-workflow): trigger workflow action settings (#6143)

* refactor(plugin-workflow): move bind workflow settings to plugin

* refactor(plugin-block-workbench): move component to core

* refactor(plugin-block-workbench): adjust component api

* fix(plugin-workflow-action-trigger): fix test cases

* fix(plugin-workflow): fix component scope

* fix(plugin-workflow-action-trigger): fix test cases

* chore(versions): 😊 publish v1.6.0-alpha.26

* feat: support the extension of preset fields in collections (#6183)

* feat: support the extension of preset fields in collections

* fix: bug

* fix: bug

* fix: bug

* refactor: create collection

* fix: config

* fix: test case

* refactor: code improve

* refactor: code improve

* fix: bug

* fix: bug

---------

Co-authored-by: chenos <chenlinxh@gmail.com>

* feat: support for the extension of optional fields for Kanban, Calendar, and Formula Field plugins (#6076)

* feat: kanban field extention

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* feat: calender title fields

* feat: background color fields

* fix: bug

* fix: bug

* feat: formula field expression support field

* feat: preset fields

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* refactor: code improve

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* refactor: code improve

* revert: preset fields

* refactor: code improve

* refactor: code improve

* fix: bug

* fix: bug

* fix: bug

* refactor: code improve

* fix: bug

* refactor: code improve

* refactor: code improve

* fix: bug

* fix: locale

* refactor: code improve

* fix: bug

* refactor: code improve

* refactor: code improve

* refactor: code improve

* refactor: locale

* fix: test

* fix: bug

* fix: test

* fix: test

---------

Co-authored-by: chenos <chenlinxh@gmail.com>

* chore(versions): 😊 publish v1.6.0-alpha.27

* fix(data-source-main): update order

* fix: improve code

* fix: getFontColor (#6241)

* chore(versions): 😊 publish v1.6.0-alpha.28

* fix: print action e2e test (#6256)

* fix: print action e2e test

* fix: test

* fix: version

---------

Co-authored-by: katherinehhh <katherine_15995@163.com>
Co-authored-by: nocobase[bot] <179432756+nocobase[bot]@users.noreply.github.com>
Co-authored-by: Junyi <mytharcher@users.noreply.github.com>
2025-02-21 13:25:17 +08:00
nocobase[bot]
a4e9ce3f53 chore(versions): 😊 publish v1.5.12 2025-02-21 03:16:41 +00:00
nocobase[bot]
44b7b73432 Merge branch 'main' into next 2025-02-20 06:42:29 +00:00
Junyi
5b13c52245
refactor(plugin-workflow): hide node id from canvas (#6251)
* refactor(plugin-workflow): hide node id from canvas

* fix(plugin-workflow): group order for nodes
2025-02-20 14:42:04 +08:00
nocobase[bot]
ca5ba21080 chore(versions): 😊 publish v1.5.11 2025-02-20 01:06:51 +00:00
nocobase[bot]
ef54fc895f Merge branch 'main' into next 2025-02-19 15:02:29 +00:00
Junyi
43e71edf69
fix(plugin-auth): support to trigger workflow when change password (#6248)
* fix(plugin-auth): support to trigger workflow when change password

* fix(plugin-auth): fix await
2025-02-19 23:02:01 +08:00
nocobase[bot]
359b020696 Merge branch 'main' into next 2025-02-19 08:58:50 +00:00
Junyi
e827c5823f
fix(plugin-workflow): fix style details (#6240)
* fix(plugin-workflow): fix style details

* fix(plugin-workflow): revert node id back due to e2e fails
2025-02-19 16:58:28 +08:00
nocobase[bot]
26a95a8f3b Merge branch 'main' into next 2025-02-18 05:57:28 +00:00
Junyi
418a27bf41
feat(plugin-workflow): add api to register group of instruction (#6237)
* feat(plugin-workflow): add api to register group of instruction

* fix(plugin-workflow): fix type
2025-02-18 13:57:03 +08:00
nocobase[bot]
db26c82cce chore(versions): 😊 publish v1.5.10 2025-02-17 17:15:46 +00:00
nocobase[bot]
bd81a6f3fa Merge branch 'main' into next 2025-02-17 16:17:01 +00:00
Junyi
a96783a4b0
fix(plugin-workflow-loop): fix pending nodes in loop but resolved (#6236)
* fix(plugin-workflow-loop): fix pending nodes in loop but resolved

* fix(plugin-workflow-test): fix test instruction
2025-02-18 00:16:35 +08:00
nocobase[bot]
bede58c86b chore(versions): 😊 publish v1.5.9 2025-02-17 09:48:38 +00:00
nocobase[bot]
a101a20598 chore(versions): 😊 publish v1.5.8 2025-02-16 22:51:50 +00:00
nocobase[bot]
4087b7a58c chore(versions): 😊 publish v1.6.0-beta.8 2025-02-14 16:23:18 +00:00
nocobase[bot]
8836fcaa5b chore(versions): 😊 publish v1.6.0-beta.7 2025-02-14 05:04:34 +00:00
nocobase[bot]
29dbe34e03 chore(versions): 😊 publish v1.5.7 2025-02-13 15:45:21 +00:00
nocobase[bot]
aff51d3683 chore(versions): 😊 publish v1.6.0-beta.6 2025-02-13 07:00:25 +00:00
nocobase[bot]
25c5637bde chore(versions): 😊 publish v1.5.6 2025-02-12 01:01:13 +00:00
nocobase[bot]
a56fb7cacf chore(versions): 😊 publish v1.6.0-beta.5 2025-02-11 12:54:47 +00:00
nocobase[bot]
406549a002 chore(versions): 😊 publish v1.6.0-beta.4 2025-02-11 04:23:54 +00:00
nocobase[bot]
de2fd10401 chore(versions): 😊 publish v1.5.5 2025-02-11 02:13:55 +00:00
nocobase[bot]
9fb0a05a98 chore(versions): 😊 publish v1.5.4 2025-02-10 12:27:57 +00:00
Sheldon Guo
feb9074e56
refactor(test): modify the test function login to be asynchronous and update the relevant test cases (#6181)
* refactor(test): modify the test function login to be asynchronous and update the relevant test cases
2025-02-08 13:53:30 +08:00
nocobase[bot]
0b7e7347c4 Merge branch 'next' into develop 2025-02-07 14:15:33 +00:00
nocobase[bot]
35d0582ada Merge branch 'main' into next 2025-02-07 14:15:10 +00:00
Junyi
48ca650a68
fix(plugin-workflow): add loading to duplicate action (#6179) 2025-02-07 22:14:46 +08:00
nocobase[bot]
c0ec18c0ec chore(versions): 😊 publish v1.6.0-alpha.23 2025-02-07 11:53:20 +00:00
Sheldon Guo
0144e2e510
fix(auth): use loginWithJti to update authentication-related test cases and prevent errors (#6175)
* refactor(auth): update login method to use loginWithJti for test cases
2025-02-07 17:45:48 +08:00
nocobase[bot]
2fac130a47 chore(versions): 😊 publish v1.5.3 2025-02-07 09:29:51 +00:00
nocobase[bot]
cd50adcf5e chore(versions): 😊 publish v1.6.0-alpha.22 2025-02-07 07:46:20 +00:00
nocobase[bot]
ba6797a172 chore(versions): 😊 publish v1.6.0-beta.3 2025-02-07 04:18:54 +00:00