Commit Graph

1544 Commits

Author SHA1 Message Date
katherinehhh
b109a5751b
fix: add child action should omit children data (#2969)
* refactor: expand action locale

* fix: add child action should omit children data
2023-11-05 19:55:51 +08:00
jack zhang
9249dcb896
fix: application bug (#2958)
* fix: application bug
2023-11-05 19:22:41 +08:00
被雨水过滤的空气-Rain
bce02ad1d7
perf: avoid page lag or stuttering (#2964)
* perf: avoid page lag or stuttering

* perf: improve performance of data scope

* chore: remove console.log

* perf: avoid crashing

* fix: make tests passing

* fix: fix title of dialog
2023-11-05 17:59:22 +08:00
katherinehhh
a42ee95e03
fix: percent field component should support decimal point (#2966) 2023-11-05 16:51:59 +08:00
被雨水过滤的空气-Rain
59854085b2
refactor: remove useless code (#2961) 2023-11-04 14:30:46 +08:00
katherinehhh
9a730a8fec
test: client ui test (#2736)
* test: add menu group test

* test: add menu link  test

* test: insert befort page test

* test(e2e): better locators for designer buttons

* fix: make test passing

* test: esit menu title

* test: move menu

* test: move menu

* test: move menu

* test: menu insert page before

* test: menu insert page before

* test: menu test

* test: menu test

* test: menu test

* test: menu test

* test: menu test

* test: menu test

* test: insert page after

* test: insert page after

* test: create new page

* test: menu test refactor

* test: page test

* test: page header

* test: page title

* test: edit page title

* refactor: remove DesignerControl

* test: page test

* test: page test

* test: page tab test

* test: page tab move test

* test: page tab move test

* test: block test

* chore: better locators

* test: add block test

* test: block test

* test: action & field test

* fix: should not disable add-menu-item

* chore: better test id for block

* chore: optimize Action

* chore: remove role in BlockItem

* test: block test

* test: edit block title

* test: edit block title

* test: plugin manager ui test

* test: plugin manager remove ui test

* test: plugin manager remove ui test

* test: plugin manager remove ui test

* test: plugin manager enable ui test

* feat: improve locators

* test: menu test

* test: menu test

* test: menu test

* test: page  test

* test: page test

* test: block test

* test: block test

* test: block test

* test: field test

* test: field test

* test: field test

* test: field test

* test: field test

* test: field test

* chore: menu & add block

* test: action test

* chore: initializer

* chore: testid -> aria label

* chore: tabs

* test: action test

* test: action test

* test: action test

* chore: designers

* refactor: optimize schemaInitializer

* refactor: rename

* chore: add collectionName

* chore: block item

* chore: action

* fix: avoid crashting

* chore(e2e): add __E2E__

* chore: all dialog

* test: action test

* test: action test

* test: field test

* test: field test

* test: field test

* test: field test

* test: page test

* chore: add aria-label for block menu

* Revert "chore: add aria-label for block menu"

This reverts commit 6a840ef816.

* test: action test

* test: page test

* chore: optimize aria-label of Action

* test:  pm test

* chore: schema-initializer

* test:  pm test

* chore(e2e): increase timeout

* chore: schema settings

* chore: optimize table

* chore: workflow

* chore: plugin manager

* chore: collection manager and workflow

* chore: details of workflow

* chore: remove testid of Select

* test: fix unit-tests

* test: fix unit-tests

* test: menu test

* test: page test

* test(e2e): passing tests

* test: page test

* test: block test

* test: field test

* test: fix unit test

* chore: should use hover

* test: field test

* test: passing tests

* chore: passing tests

* test: action test

* chore: fix CI

* chore: fix CI

* test: pm test

* chore: increase timeout in CI

* test: blcok test

* revert: plugin card

* test: pm test

* test: pm test

* chore: remove testid for Modal

* refactor: rename testid

* fix: __E2E__ should be true in CI

* fix(buildPlugin): __E2E__ should be true in CI

* fix: __E2E__

* Revert "fix: __E2E__"

This reverts commit c899a33761.

* fix: __E2E__

* fix: passing tests

* test: action test optimize

* test: menu page pm test

* test: menu page pm test

---------

Co-authored-by: Rain <958414905@qq.com>
Co-authored-by: chenos <chenlinxh@gmail.com>
2023-11-04 12:39:44 +08:00
katherinehhh
9ec2b50990
fix: import action should not visible when view collection not editable (#2957)
* fix: import action should not visible when view collection not editable

* refactor: action in view collection block
2023-11-04 08:29:59 +08:00
Junyi
1f9dae6ebd
fix(plugin-workflow): fix variables and form changed (#2955) 2023-11-03 05:08:11 -07:00
katherinehhh
ac8828196a
fix: target collection pointed to by tableoid is incorrect (#2952) 2023-11-03 10:55:40 +08:00
Junyi
a722d0af5a
feat(plugin-workflow): add zoomer for workflow canvas (#2951)
* feat(plugin-workflow): add zoomer for workflow canvas

* fix(plugin-workflow): fix zoomer position
2023-11-02 07:08:34 -07:00
Dunqing
a90d5fe6d6
feat(map-plugin): supports connecting each point into a line (#2216)
* feat(map-plugin): supports connecting each point into a line

* feat: update

* feat: support startPoint and endPoint

* fix: data refresh is incorrect when sort changed

* feat: support google map
2023-11-02 15:03:49 +08:00
Dunqing
ba011e2df6
fix(calendar): render data of next month is incorrect (#2942)
* fix(calendar): render data of next month is
incorrect

* fix: start date is incorrect when start date field is association field Close T-2336
2023-11-02 11:00:34 +08:00
Dunqing
7bbd7e6f2b
fix(custom-request): parsed not working when the value of the variable is of type o2m. (#2926)
* fix: parse o2m variables doesn\'t work

* fix: currentRecord.id doesn't work

* fix: x-button missing border-bottom

* fix: currentUser with association

* fix: filter underfined

* fix: cannot get the value by variables
2023-11-02 10:26:56 +08:00
chenos
4bb6ed4813 feat: add pro-plugins dir 2023-11-02 10:25:21 +08:00
chenos
979fc03a57 feat: add env.PLUGINS_DIRS 2023-11-01 22:32:34 +08:00
Rain
6449e2fdb8 chore(e2e): optimize variable and timeout 2023-11-01 12:00:28 +08:00
chenos
2bb0f7c51c chore(versions): 😊 publish v0.14.0-alpha.8 2023-11-01 09:52:49 +08:00
chenos
2008bfa54a fix(import): filter non-existent fields 2023-10-31 12:11:15 +08:00
被雨水过滤的空气-Rain
f374c2f9b5
fix(e2e): APP_BASE_URL (#2938)
* fix: should use APP_BASE_URL

* chore: should not start local service when setting APP_BASE_URL

* fix: should use process.env.APP_BASE_URL
2023-10-30 18:08:07 +08:00
被雨水过滤的空气-Rain
e67107cd2e
refactor(variable): rename (#2937) 2023-10-30 14:57:28 +08:00
chenos
e1c30f25e2
fix: theme migration error (#2929)
* fix: theme migration error

* fix: themeConfig:list public

* fix: item.changed

* refactor: make better

---------

Co-authored-by: Rain <958414905@qq.com>
2023-10-28 17:14:31 +08:00
chenos
6f3681c2aa
fix: app quickstart (#2921)
* fix: app quickstart

* fix: test

* fix: test

---------

Co-authored-by: Chareice <chareice@live.com>
2023-10-27 19:40:44 +08:00
被雨水过滤的空气-Rain
1ec2d00208
feat(e2e): add test.pgOnly (#2923) 2023-10-27 16:54:11 +08:00
被雨水过滤的空气-Rain
29bf187fbf
chore: optimize locators (#2833)
* test(e2e): better locators for designer buttons

* fix: make test passing

* refactor: remove DesignerControl

* chore: better locators

* fix: should not disable add-menu-item

* chore: better test id for block

* chore: optimize Action

* chore: remove role in BlockItem

* feat: improve locators

* chore: menu & add block

* chore: initializer

* chore: testid -> aria label

* chore: tabs

* chore: designers

* refactor: optimize schemaInitializer

* refactor: rename

* chore: add collectionName

* chore: block item

* chore: action

* fix: avoid crashting

* chore(e2e): add __E2E__

* chore: all dialog

* chore: add aria-label for block menu

* Revert "chore: add aria-label for block menu"

This reverts commit 6a840ef816.

* chore: optimize aria-label of Action

* chore: schema-initializer

* chore(e2e): increase timeout

* chore: schema settings

* chore: optimize table

* chore: workflow

* chore: plugin manager

* chore: collection manager and workflow

* chore: details of workflow

* chore: remove testid of Select

* test: fix unit-tests

* test: fix unit-tests

* test(e2e): passing tests

* test: fix unit test

* chore: should use hover

* test: passing tests

* chore: passing tests

* chore: fix CI

* chore: fix CI

* chore: increase timeout in CI

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2023-10-27 15:32:17 +08:00
katherinehhh
e35e4af5e7
refactor: reset form values after create action (#2905)
* refactor: reset form after create action

* fix: association select support reset

* fix: map field support form reset

* fix: formula field support form reset

* fix: josn field support form reset

* fix: attachement field support form reset

* fix: map field support form reset

* fix: map field support form reset

* fix: map field support form reset

* fix: console
2023-10-27 09:45:34 +08:00
被雨水过滤的空气-Rain
24c10a6f00
chore: upgrade @formily/antd-v5 (#2920) 2023-10-27 08:35:42 +08:00
Rain
c926b6aef2 chore: update comment 2023-10-27 07:56:04 +08:00
Dunqing
564e0a08c9
fix(core): print not work when has sub-form or sub-details (#2852) 2023-10-26 20:34:22 +08:00
katherinehhh
108453f90c
fix: association block was not associated after adding data (#2907) 2023-10-26 16:41:38 +08:00
ChengLei Shao
a1c425f733
fix: error when post create action with emtpy value (#2916)
* fix: error when post create action with emtpy value

* chore: sanitize
2023-10-26 11:42:09 +08:00
chenos
e62d383bf1
fix: removed plugins, no longer added when upgrading (#2917) 2023-10-26 11:01:45 +08:00
被雨水过滤的空气-Rain
b8bc32f421
fix: disappearing of fixed-block option (#2914) 2023-10-25 22:50:28 +08:00
katherinehhh
bbe7eed314
fix: linkage rules cause abnormal field display (#2913) 2023-10-25 21:45:52 +08:00
katherinehhh
101e1f8f97
fix: useRecord (#2911) 2023-10-25 17:27:21 +08:00
chenos
d492471ed5
fix: useValuesFromRecord with cloneDeep (#2902)
* fix: useValuesFromRecord with cloneDeep

* fix: omit uiSchema.rawTitle

* fix: disabled
2023-10-25 08:58:45 +08:00
ChengLei Shao
e2a420afcd
fix: app fix at initialized state (#2908)
* chore: start app if app is initialized status

* fix: start app at gateway

* fix: test
2023-10-25 08:41:38 +08:00
katherinehhh
0a3545aabd
fix: cascadeSelect title label display error (#2904) 2023-10-24 20:32:06 +08:00
katherinehhh
6b46b166cd
fix: foreignKey undefined in association field (#2903) 2023-10-24 16:43:21 +08:00
katherinehhh
266a4ccb08
fix: linkage rule memory overflow (#2899)
* fix: linkage rule memory overflow

* fix: linkage rule memory overflow

* refactor: linkage rule

* refactor: linkage rule
2023-10-24 15:52:00 +08:00
jack zhang
741e220fd3
fix: remove search by packageName (#2901) 2023-10-24 10:24:31 +08:00
katherinehhh
08f213bc16
fix: fileManager selector should be radio when not allow multiple (#2884) 2023-10-23 19:12:12 +08:00
ChengLei Shao
d751b30b34
chore: expose auth manager option in application (#2894) 2023-10-23 15:41:35 +08:00
chenos
f51c06e7b8 fix: uiSchemaTemplates:list 403 2023-10-22 13:32:52 +08:00
Junyi
5fad821eab
refactor(plugin-workflow): add property to determine workflow type triggerable on ui (#2890) 2023-10-21 06:44:35 -07:00
被雨水过滤的空气-Rain
cde25ed871
fix(variable): compat old variable names (#2889)
* fix(variable): compat old variable names

* refactor: remove LocalVariablesProvider
2023-10-21 14:23:06 +08:00
Rain
2ec3130f46 chore: fix style of variable input in workflow 2023-10-21 11:44:41 +08:00
被雨水过滤的空气-Rain
75f97e7e0c
fix: disappearing of sub-form data (#2888) 2023-10-21 11:31:38 +08:00
被雨水过滤的空气-Rain
dc4754750d
fix(variable): fix currentObject (#2887)
* fix(variable): fix currentObject

* refactor: rename
2023-10-21 10:19:34 +08:00
katherinehhh
2dbb095529
refactor: assocation select file clear linkage (#2885) 2023-10-20 17:31:08 +08:00
Dunqing
d2bf691b69
fix(plugin-custom-request): improve x button style and afterSuccess not work when manualClose is enable (#2882)
* feat: improve x button style

* fix: manualClose does not enable logic
2023-10-20 16:06:37 +08:00