Zeke Zhang
c739cff581
Revert "test: fix 'window is not defined'"
...
This reverts commit aefabffd77
.
2023-12-29 12:19:19 +08:00
katherinehhh
7334e0b3fb
refactor: record picker submit button display by association type ( #3283 )
2023-12-29 11:53:04 +08:00
Zeke Zhang
c6915c69f8
fix: use appends param to load association data ( #3282 )
...
* fix: use appends param to load association data
* chore: update yarn.lock
* test: add test
* test: remove the 'BUG:' text
* test: fix 'window is not defined'
* test: increase timeout
2023-12-29 11:34:27 +08:00
chenos
0c12fbce29
chore: update changelog
2023-12-29 09:42:20 +08:00
chenos
501e3f1db2
chore(versions): 😊 publish v0.18.0-alpha.3
2023-12-29 09:42:06 +08:00
chenos
95a5cab44c
feat: add plugin.t() method
2023-12-29 09:40:17 +08:00
Junyi
7f0d699590
refactor(plugin-workflow): adjust some api and packages ( #3281 )
...
* fix(plugin-workflow): fix locale and some api
* fix(plugin-workflow-test): fix test package
* fix(plugin-workflow): fix package and types
* test(plugin-workflow): test package
2023-12-29 09:29:37 +08:00
katherinehhh
c9d5292d03
test(e2e): acl e2e test ( #3249 )
...
* test: acl test
* test: acl action test
* test: acl test
* test: acl test
* test: acl collection block test
* test: acl e2e test
* test: acl e2e test
* test: acl test
* test: acl collection test
* test: acl collectin test
* test: acl association test
* test: association acl test
* test: collection acl test
* test: collection acl test
* test: acl test
* test: acl updateRole test
* test: menu permission test
* test: menu permission test
* test: menu permission test
* test: menu permission test
* test: acl test
* test: acl test
* test: acl test
* test: acl test
* test: acl test
* test: menu acl test
* test: acl test
* refactor: setDefaultRole
* fix: merge bug
* fix: merge bug
* test: acl test
2023-12-29 09:15:57 +08:00
Zeke Zhang
4121075a98
test(e2e): add tests for collection manager ( #3253 )
...
* refactor: optimize file structure
* test: add tests for collection templates
* test: fix errors
* fix: fix errors
* test: schemaInitializer of fields
* fix: test erros
* fix: test error
* test: make tests more stable
* test: fix tree template
2023-12-29 09:14:47 +08:00
hongboji
e7c2c9ff83
test: workflow e2e ( #3261 )
...
* test: workflow e2e
* test: workflow e2e
* fix: merge main, fix incompatibility
* test: remove unneeded test cases
* fix: process.env.PLAYWRIGHT_AUTH_FILE
* fix: workflow e2e
* test: increase e2e timeout-minutes to 180
* fix: error
* fix: workflow aggregate e2e test
* fix: cancel useTransaction
* fix: updateRecord
* fix: queryRecord
* fix: queryRecord
* fix: queryRecord
* fix: formEvent
* fix: format files
* fix: test
* fix: error
* fix: error
* fix: split files
* fix: ci
* fix: error
* fix: error
* fix: client end
* fix: test
* fix: test
* feat: concurrency=10
* fix: concurrency=3
* test: increase timeout
* test: p-test
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: Zeke Zhang <958414905@qq.com>
2023-12-29 09:13:00 +08:00
katherinehhh
0c60780b50
fix: associaion block failed to create in internalViewer ( #3274 )
2023-12-28 19:42:51 +08:00
Zeke Zhang
50851dc441
fix: z-index should be the same value ( #3278 )
2023-12-28 16:18:07 +08:00
katherinehhh
2074e5e4b8
style: collection manger fields style improve ( #3276 )
2023-12-28 14:51:24 +08:00
chenos
8108107779
fix: require module ( #3277 )
...
* fix: require module
* fix: include utils
2023-12-28 13:40:11 +08:00
Zeke Zhang
80335aa23c
chore: optimize jsdom and vitest configuration ( #3269 )
2023-12-27 17:29:07 +08:00
xilesun
1c3b5c1645
fix(logger): colorize
2023-12-27 14:02:22 +08:00
YANG QIA
8633ec3735
refactor(logger): improve logger format ( #2664 )
...
* refactor(logger): improve logger format
* chore: improve log format
* feat(logger): plugin-logger
* feat: allow to download log files, close T-1917
* chore: update yarn.lock
* chore: improve log format
* fix: add maxsize params
* chore: add userId field to request
* chore: remove userId from request
* chore: change userId in response
* chore: change action in response
* chore: add database logger
* fix: build
* fix: test
* chore: solve conflicts
* fix: escape delimiter in message
* refactor: improve create logger api
* chore: update app logger options
* chore: remove colorize for json
* fix: bug of data2tree
* fix: test
* chore: log
* chore: remove GITHUB_ACTION check
* fix: bug
* chore: change version
* fix: transports
* fix: mockServer
* chore: use new plugin settings api
* fix: version
* fix: build
* feat: support logfmt
* fix: build
* fix: build
* fix: test
* chore: update config
* fix: test
* fix: bug
* fix: test
* fix: format
* chore: update path
* fix: build
* fix: bug
* chore: update comment
* fix: allow to custom format
* fix: package.json
* fix: version
* fix: bug
2023-12-27 13:56:13 +08:00
Junyi
8ee8ab7d6d
refactor(plugin-workflow): refactor apis ( #3267 )
...
* refactor(plugin-workflow): refactor apis
* fix(plugin-workflow-parallel): fix import in test cases
* fix(plugin-workflow): fix some module import source
* fix(plugin-workflow): move manual table acl to manual plugin
* fix(plugin-workflow-manual): fix folder typo
2023-12-27 13:55:48 +08:00
Zeke Zhang
57c7dd3e95
docs: fix typo
2023-12-26 18:51:01 +08:00
katherinehhh
76e95729e4
fix: record picker display incorrect data when field has default value in collection ( #3266 )
...
* fix: default value should not set when field is readpretty or readonly
* fix: record picker display incorrect data when field has default value in collection
2023-12-26 17:21:25 +08:00
katherinehhh
641ca2dcca
fix: useParseDefaultValue ( #3264 )
2023-12-26 10:43:12 +08:00
katherinehhh
894e1c8bf8
refactor: local improve ( #3265 )
2023-12-26 10:42:14 +08:00
Chareice
9c645d3482
chore: import
2023-12-26 09:20:52 +08:00
Junyi
b68fde9d47
fix(plugin-workflow): defend unimplemented trigger type ( #3263 )
2023-12-25 23:59:45 +08:00
chenos
28759aac07
chore: update changelog
2023-12-25 22:26:18 +08:00
chenos
e8f481ae68
chore(versions): 😊 publish v0.18.0-alpha.2
2023-12-25 22:26:05 +08:00
chenos
313d252c71
fix: migration error
2023-12-25 22:24:28 +08:00
ChengLei Shao
bb07625af5
fix(database): belongs to association only in eager loading tree ( #3259 )
...
* chore: test
* chore: test
* fix: belongs to association only in eager loading tree
2023-12-25 19:44:27 +08:00
Junyi
f17e10caa4
fix(plugin-workflow): queueing execution of disabled workflow block dispatching ( #3256 )
...
* fix(plugin-workflow): queueing execution of disabled workflow block dispatching
* fix(plugin-workflow): fix typo
2023-12-25 17:44:07 +08:00
chenos
cc2b132aa1
fix: tsx cli ( #3254 )
2023-12-25 15:03:48 +08:00
Junyi
0330e33704
feat(plugin-workflow): add space control to RadioWithTooltip ( #3252 )
2023-12-24 17:14:38 +08:00
chenos
e4c97651bf
fix: incorrect tsx version on windows
2023-12-23 15:27:11 +08:00
Dunqing
e112a644ea
feat(plugin-calendar): add calendar plugin ( #3109 )
...
* feat: init calendar plugin
* feat: move files to plugin
* feat: handle CalendarBlockInitializer in plugin
* feat: add todo
* feat: move collection template to plugin and fix i18n
* chore: update deps
* feat: export genStyleHook
* feat: handle i18n
* chore: remove react-i18next
* docs: update info
* test: move e2e test
* test: move to client
* chore: update version
* fix: merge revert
* fix: merge revert
* fix: missing SchemaSettings.xxx
* test: fix e2e failed
* test: update
* test: fix case failed
* fix: data blocks
* fix: remove provider
* fix: missing CalendarV2
* fix: missing CalendarActionInitializers
* fix: version
* fix: error
* fix: calender block form action should support print
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: katherinehhh <katherine_15995@163.com>
2023-12-23 15:16:41 +08:00
chenos
2e038a651b
fix: locale resource name
2023-12-22 18:49:58 +08:00
Junyi
3b5240cc0a
fix(plugin-workflow-dynamic-calculation): fix missed component ( #3247 )
2023-12-22 15:01:11 +08:00
Junyi
3e99ad1483
refactor(client): allow fixed layout table and action link class ( #3246 )
2023-12-22 15:00:54 +08:00
Zeke Zhang
d570a2c704
feat: the $anyof and $noneOf operators should support non-array values ( #3244 )
...
* fix: the $anyof and $noneOf operators should support non-array values
* chore: add lodash dependency
* test: add unit test
* test: add unit test
2023-12-22 09:52:28 +08:00
chenos
5e89a02044
fix(test): migration error
2023-12-21 21:03:03 +08:00
chenos
c492977233
chore: update changelog
2023-12-21 20:40:42 +08:00
chenos
95e6a32647
chore(versions): 😊 publish v0.18.0-alpha.1
2023-12-21 20:40:32 +08:00
ChengLei Shao
261d4c4137
refactor: establish a sound testing system ( #3179 )
...
* chore: use vitest to replace jest
* chore: support vitest
* feat: vitest 1.0
* fix: test
* chore: yarn.lock
* chore: github actions
* fix: test
* fix: test
* fix: test
* fix: test
* fix: jest.fn
* fix: require
* fix: test
* fix: build
* fix: test
* fix: test
* fix: test
* fix: test
* fix: test
* fix: test
* fix: test
* fix: dynamic import
* fix: bug
* chore: yarn run test command
* chore: package.json
* chore: package.json
* chore: vite 5
* fix: fix variable test
* fix: import json
* feat: initEnv
* fix: env.APP_ENV_PATH
* chore: get package json
* fix: remove GlobalThmeProvider
* chore: update snap
* chore: test env
* chore: test env
* chore: import module
* chore: jest
* fix: load package json
* chore: test
* fix: bug
* chore: test
* chore: test
* chore: test
* chore: test
* chore: test
* fix: import file in windows
* chore: import module with absolute file path
* fix: test error
* test: update snapshot
* chore: update yarn.lock
* fix: front-end tests do not include utils folder
* refactor: use vitest-dom
* fix: fix build
* fix: test error
* fix: change to vitest.config.mts
* fix: types error
* fix: types error
* fix: types error
* fix: error
* fix: test
* chore: test
* fix: test package
* feat: update dependencies
* refactor: test
* fix: error
* fix: error
* fix: __dirname is not defined in ES module scope
* fix: allow only
* fix: error
* fix: error
* fix: error
* fix: create-app
* fix: install-deps
* feat: update docs
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: dream2023 <1098626505@qq.com>
Co-authored-by: Zeke Zhang <958414905@qq.com>
2023-12-21 20:39:11 +08:00
YANG QIA
06f11a2d08
refactor(auth): move auth client from core to the plugin & refactor auth client api ( #3215 )
...
* refactor(auth): auth client api
* fix: build
* fix: dependencies
* fix: fix T-2777
* fix: fix T-2776
* chore: update type
* fix: build
* fix: allowSignUp
* fix: file name
* fix: file name
* refactor: client api
* fix: build
* chore: update name
* fix: tsx must be loaded with --import instead of --loader
* fix: type
* fix: type
* fix: type
* fix: type
* fix: bug
* chore: improve wording
* fix: test
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
2023-12-21 20:19:25 +08:00
Zeke Zhang
e68053b006
fix(drawer): fix z-index ( #3242 )
2023-12-21 11:39:34 +08:00
katherinehhh
b8244bfb9a
fix: failed to duplicate value in sub-table when setting data scope in association select ( #3239 )
2023-12-21 10:18:19 +08:00
Junyi
978c4c5f61
refactor(plugin-audit-log): remove useless function wrap ( #3237 )
2023-12-20 23:18:02 +08:00
Zeke Zhang
e7b9737920
perf: remove lazy load association fields ( #3222 )
...
* perf: remove lazy load association fields
* test: fix error
* chore: fix workflows
* test: fix error
* test: fix errors
2023-12-20 13:56:24 +08:00
Zeke Zhang
aaee46e0c2
feat(acl): supports 'current role' variable and collections filtering ( #3181 )
...
* feat(acl): support current role variable
* feat(acl): support to filter collections
* fix: the save conditions button should not be shown
* feat(formDataTemplates): supports to use variables for data scope
* test: make testing more stable
* fix: should only support filtering title and name
* fix: fix parse
* test: make testing more stable
* fix: should not use async function
2023-12-20 12:52:54 +08:00
Junyi
2f892f00d7
refactor(plugin-workflow): add logs and try/catch for preparing ( #3236 )
2023-12-20 10:13:08 +08:00
ChengLei Shao
2289bb7418
chore: remove field from db ( #3233 )
...
* chore: remove field from db
* fix: test
* chore: test
2023-12-19 20:49:34 +08:00
Zeke Zhang
a8ae078baa
chore: fix workflows
2023-12-19 16:05:02 +08:00