Zeke Zhang
2ab9f8625e
chore(e2e): make parallelism mode more stable ( #3294 )
...
* chore: make parallelism mode more stable
* refactor: optimize e2e tests
* test: make test more stable
* chore: change concurrency to 4 from 2
* refactor: inline variable
* test: fix error
* test: avoid error
* test: avoid error
* test: avoid error
* chore(e2e): remove --stop-on-error on CI runs
* Revert "refactor: inline variable"
This reverts commit 454bb04613
.
* test: make more stable
* chore: adjust timeout
* chore: update config
* test: make test more stable
* chore: update yarn.lock
* Revert "chore: update yarn.lock"
This reverts commit 1bb7a661d1
.
* test(workflow): increase local timeout
* test: optimize
* test: more stable
* test: fix errors
* test: more stable
* chore: increase retries to 2 in CI
2024-01-06 06:37:23 +08:00
chenos
16b34be05c
fix: date parse
2024-01-05 22:36:57 +08:00
Junyi
b9398d1cd4
fix(plugin-workflow-manual): adjust locale and column ( #3331 )
2024-01-05 21:48:21 +08:00
chenos
da99573545
feat: add onChange props to SchemaComponent ( #3292 )
...
* feat: add onChange props to SchemaComponent
* fix(client): avoid undefined method error
---------
Co-authored-by: mytharcher <mytharcher@gmail.com>
2024-01-05 21:36:00 +08:00
YANG QIA
33c690b877
fix: fix T-2879 ( #3330 )
2024-01-05 20:12:30 +08:00
katherinehhh
c102655317
refactor: gantt tooltip hover ( #3328 )
2024-01-05 14:30:45 +08:00
katherinehhh
393b9f47c2
refactor: view collection should omit rawTitle when sync form database ( #3327 )
2024-01-05 10:37:25 +08:00
katherinehhh
c26edf6282
fix: view collection should omit rawTitle when sync form database ( #3326 )
2024-01-05 09:57:23 +08:00
Junyi
dfcd21f34f
refactor(client): pass props to antd list ( #3319 )
2024-01-04 20:57:21 +08:00
YANG QIA
f803105e69
perf(bi): optimize performance of chart filter block ( #3316 )
...
* perf: add useMemo
* fix: bug
* fix: bug
* chore: remove memo
2024-01-04 19:21:54 +08:00
katherinehhh
5f55f4d8db
fix: attachment reporting error while opening preview modal in table ( #3318 )
...
* fix: attachment report error while opening preview modal
* fix: attachment report error while opening preview modal
2024-01-04 17:35:16 +08:00
Junyi
0b1eb36152
refactor(client): adjust list item style and fix warning ( #3315 )
...
* refactor(client): adjust list item style and fix warning
* refactor(client): adjust list item padding
* refactor(client): adjust list style
2024-01-04 14:45:14 +08:00
Zeke Zhang
ba67b7aede
fix: z-index of antd ( #3313 )
...
* chore: auto update yarn.lock
* fix: z-index of antd
* test: add test
* test: add tests
2024-01-04 11:34:34 +08:00
Zeke Zhang
fdbdbac3c6
fix: fix filter param of data scope of list block
2024-01-03 17:59:32 +08:00
jack zhang
4c42dd8a13
fix: in the dev environment, all plugins are loaded locally ( #3309 )
...
* fix: cna plugin load
* fix: support storage
* fix: storage plugins
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
2024-01-03 17:31:58 +08:00
Junyi
c4c7b7a6b6
fix(plugin-workflow): adjust locale ( #3308 )
2024-01-03 11:15:18 +08:00
xilesun
d84d10996c
chore: update changelog
2024-01-03 10:00:49 +08:00
xilesun
004998a80a
chore(versions): 😊 publish v0.18.0-alpha.9
2024-01-03 10:00:45 +08:00
Junyi
cebd8efd2e
chore(plugin-workflow): add metric example ( #3305 )
...
* chore(plugin-workflow): add metric example
* refactor(plugin-workflow): refactor some code
* refactor(plugin-workflow): remove type for less dependencies
2024-01-03 09:59:33 +08:00
Junyi
e8b7fbd699
chore(vscode): add inspect argument for attaching to debug port ( #3307 )
2024-01-03 09:19:51 +08:00
katherinehhh
4dbac496be
fix(client): detail block should support save as block template ( #3303 )
...
* fix: detail block should support save as block template
* test: detail block setting test
2024-01-02 22:24:17 +08:00
Junyi
64e0659f7b
feat(plugin-workflow-request): allow to use variable in url ( #3304 )
2024-01-02 21:35:09 +08:00
katherinehhh
fda30fd519
fix: dateformat setting should support sub-table/table block ( #3297 )
...
* fix: dateformat should effect immediately in sub-table
* refactor: dateformat setting for sub-table/table block
* refactor: dateformat setting for sub-table/table block
* refactor: schemaSettingsDateFormat
2024-01-02 17:36:28 +08:00
katherinehhh
e8759588b5
fix: record picker should support popupsize setting ( #3299 )
2024-01-02 15:48:42 +08:00
chenos
5de28cd4c4
fix(ui-schema-storage): duplicate of empty schema
2024-01-02 14:44:54 +08:00
chenos
29b47c1d40
fix: plugin does not exist
2024-01-02 12:32:47 +08:00
YANG QIA
0dbc01c330
feat: telemetry ( #3279 )
...
* feat: telemetry
* fix: build
* chore: update
* refactor: improve api
* fix: test
* fix: version
* fix: build
* feat: support for adding views
* fix: typo
* fix: version
* chore: update
* chore(env): `true` -> `on`
* fix: metric version
2024-01-02 12:17:46 +08:00
YANG QIA
66ee3f6864
chore(logger): append url to request log message ( #3296 )
2024-01-02 09:35:46 +08:00
Zeke Zhang
e99c2f2011
fix(defaultValue): fix unparsed default value in edit form's subtable ( #3289 )
...
* chore: yarn.lock
* fix: fix unparsed default value in edit form's subtable
* test: fix test
* fix: fix T-2805
* chore: increase timeout
* chore: increase expect timeout
* test: optimize parallelism mode
* test: reduce expect timeout
* test: mack test more stable
* chore: test
* chore: test
* test: fix parallelism mode
* chore: restart
2024-01-01 18:44:42 +08:00
katherinehhh
cc251b3222
fix: previewFields ( #3293 )
2024-01-01 17:10:12 +08:00
YANG QIA
318b433482
chore(logger): improve format ( #3290 )
...
* chore(logger): improve format
* fix: build
* feat: develop format
* chore: develop -> console
2023-12-30 23:34:40 +08:00
katherinehhh
2836df2f10
fix: view collection should set title value when sync form database ( #3287 )
2023-12-29 17:51:07 +08:00
chenos
467f3b6b79
fix: remove require cache ( #3288 )
2023-12-29 17:34:12 +08:00
chenos
32dd64190b
chore: update changelog
2023-12-29 15:49:38 +08:00
chenos
8bac8dac71
chore(versions): 😊 publish v0.18.0-alpha.8
2023-12-29 15:49:02 +08:00
chenos
6816aded87
fix: add LICENSE
2023-12-29 13:11:56 +08:00
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