Commit Graph

4222 Commits

Author SHA1 Message Date
xilesun
ed6bd819ab fix(logger): fix workflow logs 2024-06-13 20:47:42 +08:00
xilesun
a44b9e256c feat: chart config compile 2024-04-03 20:24:25 +08:00
katherinehhh
467036229b fix: sort params missing 2024-04-02 15:04:36 +08:00
katherinehhh
147aa0163a fix: missing sort parameter when switching page numbers 2024-03-26 14:28:09 +08:00
Zeke Zhang
ac2796dbfd
feat: support disassociate action (#3761)
* feat: support Disassociate action

* chore: add translation

* chore: fix error

* chore: fix settings

* Update available-action.ts

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2024-03-20 09:30:51 +08:00
chenos
ecb7c5dca6 chore: update changelog 2024-03-13 22:18:15 +08:00
chenos
7a74b101f4 chore(versions): 😊 publish v0.19.0-alpha.10 2024-03-13 22:18:11 +08:00
ChengLei Shao
dabb3a27af fix: get async json schema (#3705)
* fix: get async json schema

* fix: test
2024-03-13 18:56:52 +08:00
Junyi
41a8344be9
fix(plugin-workflow): fix off static schedule trigger (#3595)
* fix(plugin-workflow): fix off static schedule trigger

* test(plugin-workflow): add test case
2024-03-02 14:23:55 +08:00
Junyi
7c79e58df9
fix(plugin-workflow): fix interval number greater then 32-bits integer (#3592) 2024-03-01 17:49:45 +08:00
jack zhang
2140df071d
fix: plugin settings auth bug (#3585) 2024-02-29 17:49:11 +08:00
katherinehhh
43597a4529
fix: formula field should trriger onchange when value change (#3573) 2024-02-28 15:54:01 +08:00
Zeke Zhang
288bb04458
fix(LinkageRules): fix linkage rules with nested conditions (#3578)
* fix(LinkageRules): fix linkage rules with nested conditions

* test: add e2e
2024-02-28 12:13:48 +08:00
chenos
866eccc607 chore: update changelog 2024-02-28 09:20:42 +08:00
chenos
9520b2431e chore(versions): 😊 publish v0.19.0-alpha.9 2024-02-28 09:20:38 +08:00
chenos
89de8dc113
fix: upload action (#3577)
* fix: upload action

* fix: useSourceIdFromParentRecord
2024-02-28 08:49:35 +08:00
katherinehhh
fc5e67d96b
fix: dataSource in select readPretty is missing (#3574) 2024-02-27 10:57:51 +08:00
katherinehhh
28222fce99
fix: actions schema key should be uid (#3570)
* fix: actions in table column should be uid

* fix: actins name in form block

* fix: actions schema key should be uid

* fix: actions schema key should be uid
2024-02-26 21:26:02 +08:00
katherinehhh
0e728ca5a5
fix: datatime format support preview (#3572) 2024-02-26 17:00:18 +08:00
Junyi
88b281277c
refactor(plugin-workflow): refactor schedule trigger implementation (#3562)
* refactor(plugin-workflow): refactor schedule trigger implementation

* fix(plugin-workflow): fix test case

* fix(plugin-workflow): fix cleanup on app stop
2024-02-25 22:36:20 +08:00
katherinehhh
e6719763f6
refactor: the default openSize of dialog should be middle (#3569) 2024-02-25 17:36:16 +08:00
katherinehhh
5bf7acdf66
style: plugin manager style improve (#3568) 2024-02-25 13:14:34 +08:00
Zeke Zhang
4373e6da88
feat(Help): switch to the Chinese page when using Chinese (#3567) 2024-02-24 11:50:06 +08:00
katherinehhh
3d1f73fcaf
refactor: fixedBlockDesignerItem (#3550) 2024-02-23 22:14:57 +08:00
Zeke Zhang
3a0f942270 test: fix e2e 2024-02-23 15:18:17 +08:00
ChengLei Shao
aa2117f654
fix: lazy loading belongs to association (#3559)
* chore: lazy loading belongs to association

* chore: test

* chore: console.log
2024-02-23 15:12:57 +08:00
Zeke Zhang
6262409184
style: set size of icon button (#3560) 2024-02-23 11:29:17 +08:00
Zeke Zhang
5409b78f9f chore: fix auth e2e 2024-02-23 10:12:05 +08:00
Zeke Zhang
5edb8ca85d
chore: fix e2e (#3557)
* chore: change testid of Help

* test: fix e2e
2024-02-23 09:30:28 +08:00
Zeke Zhang
d02d24b484
feat: adjust of menu in upper right corner of page (#3548)
* feat: adjust of menu in upper right corner of page

* fix: uncomment

* chore: change License link

* chore: optimize text color

* chore: optimize text color

* test: fix e2e
2024-02-23 00:08:03 +08:00
chenos
83e2d64da9
chore: optimize plugin description (#3552) 2024-02-22 23:13:31 +08:00
YANG QIA
9655b58190
chore: update plugin descriptions (#3556) 2024-02-22 22:19:14 +08:00
Junyi
9d064ba97f
docs(plugin-workflow): adjust plugin description (#3553) 2024-02-22 17:39:25 +08:00
Junyi
adccdece7c
docs(plugin-snapshot-field): adjust description (#3551) 2024-02-22 13:41:36 +08:00
Junyi
c6615441bd
feat(core): add string template engine to evaluators (#3546)
* feat(core): add string template engine to evaluators

* refactor(plugin-workflow): simplify api

* Revert "refactor(plugin-workflow): simplify api"

This reverts commit 6ff2bb9220.

* fix(plugin-workflow): fix test case

* refactor(core): adjust variable regular expression
2024-02-22 11:27:10 +08:00
Junyi
85ab125bb0
docs(plugin-workflow-loop): fix description (#3549) 2024-02-22 11:05:23 +08:00
YANG QIA
a341896378
chore: update plugin names and descriptions (#3547)
* chore: update plugin names and descriptions

* chore: update
2024-02-22 09:29:30 +08:00
katherinehhh
f2dc49c7c0
refactor: formula field should not trigger form value change (#3518)
* refactor: formula field should not trigger form value change

* style: list block style improve
2024-02-22 08:25:23 +08:00
ChengLei Shao
85af594004
chore: limit restore dialect (#3534) 2024-02-21 23:18:58 +08:00
Junyi
14b6c5a628
fix(client): fix filter default value (#3544) 2024-02-21 21:24:43 +08:00
katherinehhh
bdc90155c4
refactor: iframe block support in RecordFormBlockInitializers (#3541) 2024-02-21 16:53:10 +08:00
chenos
90cdef8662 chore: update changelog 2024-02-21 12:59:20 +08:00
chenos
a736847a0f chore(versions): 😊 publish v0.19.0-alpha.8 2024-02-21 12:59:16 +08:00
Zeke Zhang
b61cedecb2
fix(LinkageRules): fix appends (#3537)
* fix(LinkageRules): fix appends

* fix: fix nested rules (T-3152)
2024-02-21 12:22:52 +08:00
Zeke Zhang
bb46697e71
fix(LinkageRules): avoid to change observable object (#3538) 2024-02-21 11:22:47 +08:00
katherinehhh
65d1b41165
fix: clicking on field assignment does not display field configuration for the first time (#3484)
* fix: clicking on field assignment does not result in field configuration for the first time

* fix: fix AssignedFieldValues
2024-02-21 11:02:31 +08:00
katherinehhh
83a61cdad9
refactor: display title (#3535) 2024-02-20 20:26:05 +08:00
chenos
5e2b0c3a8d chore: update changelog 2024-02-20 18:44:24 +08:00
chenos
8cb1942926 chore(versions): 😊 publish v0.19.0-alpha.7 2024-02-20 18:44:20 +08:00
chenos
985a06a675 fix(plugin-auth): export BasicAuth 2024-02-20 16:07:51 +08:00