Commit Graph

3126 Commits

Author SHA1 Message Date
ChengLei Shao
d751b30b34
chore: expose auth manager option in application (#2894) 2023-10-23 15:41:35 +08:00
Junyi
b18822aaa9
fix(plugin-workflow): fix cycling association stackoverflow (#2892) 2023-10-22 09:05:15 -07:00
chenos
f51c06e7b8 fix: uiSchemaTemplates:list 403 2023-10-22 13:32:52 +08:00
chenos
4eb6027189 fix(plugin-multi-app-share-collection): type error 2023-10-22 11:44:06 +08:00
chenos
dbdbcf8912 feat(multi-app-manager): form schema extension 2023-10-22 10:41:12 +08:00
ChengLei Shao
ff22db5e5c
chore: create sub app db with context (#2891) 2023-10-21 22:50:40 +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
被雨水过滤的空气-Rain
f5f74382f8
fix(variable): make all fields of currentForm and currentObject variable optional (#2878) 2023-10-20 14:16:29 +08:00
Junyi
d85aa423d0
fix(plugin-workflow): fix lang (#2881) 2023-10-19 21:04:27 -07:00
chenos
f3598d1a38 fix(notifications): update .npmignore 2023-10-20 11:45:17 +08:00
katherinehhh
bc758e6846
fix: non UI configured states should only display corresponding inhreited collection block (#2879) 2023-10-20 11:39:04 +08:00
katherinehhh
b587560a10
fix: assocition select rendering error in create mode (#2880) 2023-10-20 10:35:56 +08:00
katherinehhh
7e33912242
fix: action linkage not work in detail block (#2875) 2023-10-20 10:34:25 +08:00
katherinehhh
74a6d49181
fix: record picker did not refresh list after adding data (#2877) 2023-10-20 08:56:19 +08:00
katherinehhh
0be4e6d94d
fix: select field incorrect rendering in association field block (#2876)
* fix: select field  incorrect rendering in assoction field block

* fix: select field  incorrect rendering in assoction field block
2023-10-19 22:56:04 +08:00
被雨水过滤的空气-Rain
e05a30380a
feat(variable): add current parent record (#2857)
* feat(variable): add currentParentRecord

* chore: resolve table actions

* chore: get collection name of parent

* chore: table block and details block

* chore: list block

* chore: grid card block

* chore: calendar

* fix: bulk button

* refactor: use useMemo

* fix: fix form block
2023-10-19 22:55:05 +08:00
Dunqing
010c286f7c
fix(plugin-custom-request): variables not work in form block (#2873)
* fix: custom-request not work in form

* feat: setup logger

* test: add test case and fix crush error

* feat: improve logger

* feat: update log option

* fix: logger

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2023-10-19 22:49:33 +08:00
jack zhang
07c5b7b0eb
fix: remote plugin name (#2872) 2023-10-19 19:17:58 +08:00
ChengLei Shao
cc676c3dda
feat(database): sync false option (#2864) 2023-10-19 16:12:12 +08:00
Junyi
9cbae661b1
fix(client): fix varaible textarea setRange bug (#2862) 2023-10-19 01:02:52 -07:00
katherinehhh
0e9ab35254
fix: after successful submission failed to config redirectTo (#2867) 2023-10-19 15:42:13 +08:00
katherinehhh
18543f40e7
fix: m2o association field should not allow sub-table as field component (#2865) 2023-10-19 14:58:01 +08:00
Junyi
d3bf9a7a4d
fix(plugin-sequence): avoid invalid value from ArrayTable.useRecord() (#2859) 2023-10-17 20:56:57 -07:00
katherinehhh
e920629a91
fix: field in detail block should not allow config default value (#2858) 2023-10-18 10:50:25 +08:00
ChengLei Shao
a4cccb4032
chore: ci yarn cache (#2853)
* chore: github action setup node

* chore: github action

* chore: yarn install options

* chore: action cache

* fix: yml

* chore: workflow yaml

* chore: workflow yaml

* chore: db creator log
2023-10-18 07:40:39 +08:00
ChengLei Shao
02559b61ba
feat(ci): run backend tests concurrently (#2815)
* chore: run backend tests concurrently

* fix: mock app server create database

* chore: using @swc/jest instead of ts-jest

* chore: create test database

* chore: database distributor

* fix: test collection manager

* fix: test

* chore: to  use Jest.mock, change the formatter to the commonjs module

* chore: db acquire

* chore: github action

* fix: pg test action

* chore: formatter

* chore: jest workaround

* fix: mysql test

* chore: mysql github action

* chore: clean storage

* chore: gitignore

* chore: max workers
2023-10-17 22:22:45 +08:00
Dunqing
df552619dd
feat(custom-request): improve x button of variable (#2829)
* fix: revert the modal style

* feat: improve x button of variable
2023-10-16 18:59:48 -05:00
Dunqing
0c99c81c93
docs(plugin-api-keys): add warning for API_KEY env (#2847) 2023-10-16 18:58:45 -05:00
Junyi
73b168ac25
refactor(client): add exports (#2846) 2023-10-16 23:28:17 +08:00
被雨水过滤的空气-Rain
9db9b9e7af
fix(variable): should have currentObject in sub-blocks (#2823)
* chore: avoid crashing

* fix(variable): should have currentObject in sub-blocks
2023-10-16 22:49:48 +08:00
被雨水过滤的空气-Rain
24d914b0ef
fix: revert linkage rules (#2821)
* fix: revert linkage rules

* fix: move fields
2023-10-16 18:28:10 +08:00
被雨水过滤的空气-Rain
e5cca1dcb1
fix: should not display currentRecord in creation form block (#2814)
* fix: should not display currentRecord in creation form block

* fix: avoid crashing

* fix: fix T-2212
2023-10-16 18:23:41 +08:00
Junyi
bb5093cfc2
fix(plugin-workflow): fix lang (#2844) 2023-10-16 02:20:11 -07:00
chenos
f603242e38 feat(ui-schema-storage): support duplicate 2023-10-16 16:04:50 +08:00
jack zhang
dc97149164
fix: codesanbox bug (#2842) 2023-10-16 15:03:32 +08:00
katherinehhh
dd892f5bae
revert:association field log (#2840)
* revert: associotn field log

* revert: associotn field log
2023-10-16 10:41:44 +08:00
katherinehhh
6a7e7b3594
fix: association field in assign field should set title field as collection field config (#2839) 2023-10-16 10:31:10 +08:00
jack zhang
a693f1c79e
fix: version source (#2836)
* fix: remote plugin

* fix: change version source

---------

Co-authored-by: test <test@mail.com>
2023-10-15 20:30:58 +08:00
Junyi
36f84593bb
fix(plugin-workflow): fix action order in workflow list (#2835) 2023-10-15 02:04:32 -07:00
chenos
5fbce9fb65
fix(file-manager): improve initialization logic (#2834) 2023-10-15 16:00:21 +08:00
被雨水过滤的空气-Rain
a51df00750
feat: support filter blocks in select record drawer (#2828)
* feat: support filter blocks in select record drawer

* feat: improve UX

* chore: add migration
2023-10-15 14:05:54 +08:00
jack zhang
3510506db3
fix: remote plugin (#2831) 2023-10-14 10:19:10 +08:00
被雨水过滤的空气-Rain
166521bcdb
fix: fix auto-close dialog (#2825)
* fix: fix auto-close dialog

* chore: skip tests
2023-10-13 20:41:16 +08:00
chenos
200138350b fix(file-manager): improve default values for thumbnail rules 2023-10-13 19:49:51 +08:00