Commit Graph

5189 Commits

Author SHA1 Message Date
Junyi
021d400a2b
refactor(plugin-workflow): adjust multiple option in query node (#4412)
* refactor(plugin-workflow): adjust multiple option in query node

* fix(plugin-workflow): hide page size only when single

* fix(plugin-workflow): revert page param back and add fix cases

* fix: queryRecordNode

---------

Co-authored-by: hongboji <j414562100@qq.com>
2024-05-20 17:26:47 +08:00
Zeke Zhang
ef8e4aed48
fix(filter-form): fix operator not valid in block templates (#4390)
* fix(filter-form): fix operator not valid in block templates

* test: add e2e test

* test: clear data templates

* chore: fix e2e tests

* chore: stash

* chore: change import path to fix unit tests

* chore: change import path to fix unit tests

* chore: fix build
2024-05-20 16:50:34 +08:00
Katherine
a5ede09a2a
fix: custom request action should support linkage rule setting (#4410) 2024-05-20 15:01:10 +08:00
CzBiX
570a265e57
fix: Fix typo in link target (#4416)
Co-authored-by: Zeke Zhang <958414905@qq.com>
2024-05-20 13:57:21 +08:00
Zeke Zhang
f236e6d29d
fix: change License link (#4415) 2024-05-20 13:42:54 +08:00
ChengLei Shao
48fdec6ff3
chore: migration to fix tree fields option (#4369)
* chore: migration to fix tree fields option

* fix: set value
2024-05-19 18:50:07 +08:00
ChengLei Shao
c3a106bcd7
fix: column name ambiguous error in array operator (#4401)
* fix: column name ambiguous error in array operator

* fix: test
2024-05-19 18:33:40 +08:00
ChengLei Shao
8b3b9b3b26
fix: values to filter with emtpy values (#4319)
* fix: values to filter with emtpy values

* chore: test

* fix: values to filter

* fix: test
2024-05-19 17:35:11 +08:00
YANG QIA
afa9f3faa4
fix(data-vi): transform values of multiple selection fields to labels (#4398) 2024-05-19 15:23:42 +08:00
YANG QIA
0626b8301d
Update bug_report.md 2024-05-19 14:03:39 +08:00
chenos
e24dd01a4c
feat: add process.env.API_CLIENT_STORAGE_PREFIX (#4395)
* feat: add process.env.API_CLIENT_STORAGE_PREFIX

* fix: test error

* fix: process.env.API_CLIENT_STORAGE_PREFIX
2024-05-19 12:22:04 +08:00
Katherine
350652a515
fix: the inherited field should be able to be set as the title field (#4394) 2024-05-19 10:01:46 +08:00
ChengLei Shao
144338be90
fix: duplicated items in update associations (#4393)
* fix: data template middleware in data source

* fix: typo

* fix: duplicated items in update associations
2024-05-18 23:08:44 +08:00
YANG QIA
299c5a14cb
fix(data-vi): the custom tooltip for the pie chart is not working (#4392) 2024-05-18 22:06:06 +08:00
Zeke Zhang
49d0082b16
fix(theme-editor): form field spacing should not be affected by token.marginBlock (#4374)
* chore: add comment

* fix(plugin-theme-editor): form field spacing should not be affected by token.marginBlock

* fix: fix grid layout styling issue in Form component

* fix: fix failed test
2024-05-18 18:56:11 +08:00
Junyi
9535116189
fix(plugin-workflow-request): fix request hanging when invalid header value (#4376)
* fix(plugin-workflow-request): fix request hanging when invalid header value

* fix(plugin-workflow-request): add trim for variable string field

* feat(plugin-workflow): make error result more sensible

* feat(plugin-workflow-request): unify response structure

* fix(plugin-workflow-request): fix test cases
2024-05-18 17:25:51 +08:00
YANG QIA
08a0b026b6
fix(logger): should close log stream after destroying app (#4380) 2024-05-18 13:25:16 +08:00
Junyi
69b3cfabb0
fix(plugin-workflow-action-trigger): fix hint (#4383) 2024-05-18 12:11:21 +08:00
chenos
a698de26e0 chore: update yarn.lock 2024-05-18 09:29:23 +08:00
chenos
3f94ed42b1
chore: test on windows (#4375)
* chore: win test ci

* chore: test on windows

* fix: on

* test: windows-2022

* ci: test

* fix: update yarn.lock

* ci: test

* fix: yarn --verbose

* fix: network-timeout

* fix: ci

* fix: vitest

* fix: dirname

* fix: test error

* fix: test error

* fix: test error

* fix: skip win32

* fix: ci

* fix: retry=2
2024-05-18 09:24:03 +08:00
ChengLei Shao
2ee67e15e8
fix: data template middleware in data source (#4378)
* fix: data template middleware in data source

* fix: typo
2024-05-17 23:14:26 +08:00
ChengLei Shao
3d000d395e
chore: split sql collection (#3650)
* chore: split sql collection

* chore: package json

* chore: test

* chore: build

* chore: move sql resourcer into plugin-collection-sql

* fix: server

* fix: ast parser, fix T-4236

* fix: fix T-4236

* fix: fields

* fix: test

* fix: test

* fix: test

* fix: test

* chore: add keyword

* chore: node sql parser version

* chore: yarn.lock

* fix: types

* fix: remove column named `*`

* fix: package.json

* fix: version

* chore: update homepage

---------

Co-authored-by: xilesun <2013xile@gmail.com>
2024-05-17 15:39:01 +08:00
Katherine
caffcc4b9b
refactor: tree collection support presetFieldsDisabledIncludes (#4371)
* refactor: tree collection presetFieldsDisabled

* refactor: tree collection support presetFieldsDisabledIncludes
2024-05-17 14:28:09 +08:00
Zeke Zhang
0366a93ed1 chore(CI): remove --frozen-lockfile for e2e 2024-05-17 13:57:53 +08:00
YANG QIA
afdff961e4
fix(data-vi): should use local timezone when formatting date (#4366)
* fix(data-vi): should use local timezone when formatting date

* fix: mysql

* chore: remove only
2024-05-17 12:39:56 +08:00
ChengLei Shao
9b430ff4df
chore: set main as a reserved character for application name (#4370) 2024-05-17 12:27:43 +08:00
Zeke Zhang
ec558e3b98
refactor: flatten and merge Actions (#4336)
* chore: remove switch

* refactor: ensure compatibility with old code

* refactor: flatten Actions

* refactor: extract options

* refactor: remove isCusomeizeCreate

* refactor: merge addNew and addRecord actions

* refactor: merge Submit and Save record actions

* refactor: extract common options

* feat: add tow props called 'currentText' and 'otherText'

* chore: fix failed tests

* refactor: add ActionInitializerItem to replace ActionInitializer

* chore: fix failed tests

* fix: fix T-4284

* fix: fix inherit

* chore: fix failed test

* chore: add Switch

* chore: add Switch for delete button

* test: e2ePageObjectModel

---------

Co-authored-by: hongboji <j414562100@qq.com>
2024-05-17 09:37:23 +08:00
Katherine
779029e348
fix: accuracy loss in bigint field read pretty (#4360)
* fix: accuracy loss in bigint field read pretty

* fix: accuracy loss in bigint field read pretty

* fix: accuracy loss in bigint field read pretty

* fix: accuracy loss in bigint field read pretty

* fix: accuracy loss in bigint field read pretty

* test: intege test

* test: color test
2024-05-17 08:32:21 +08:00
GitHub Actions Bot
46452ef275 chore: update changelog 2024-05-16 13:53:56 +00:00
GitHub Actions Bot
0399272664 chore(versions): 😊 publish v1.0.0-alpha.14 2024-05-16 13:53:55 +00:00
chenos
6e3595c0be
fix: require resolve (#4356)
* fix: require resolve

* fix: error

* fix: skip realpath

* fix: fs.realpath
2024-05-16 18:46:56 +08:00
Katherine
cb8aa0d931
fix: after setting title field the collection data should refresh (#4358) 2024-05-16 12:07:56 +08:00
Zhou
0a42d490e4
Update README.zh-CN.md 2024-05-15 22:07:58 +08:00
Zhou
4791e3b22a
Update README.md 2024-05-15 22:06:06 +08:00
Zhou
d4d23d69ae
Update README.md 2024-05-15 22:02:51 +08:00
Junyi
6e9ca10644
fix(plugin-workflow-request): fix value fields overflowing (#4354) 2024-05-15 18:38:28 +08:00
Zeke Zhang
5fa77df58a Revert "chore(deps): bump tsx from 4.6.2 to 4.10.2 (#4339)"
This reverts commit 0bde448b91.
2024-05-15 17:06:38 +08:00
dependabot[bot]
0bde448b91
chore(deps): bump tsx from 4.6.2 to 4.10.2 (#4339)
* chore(deps): bump tsx from 4.6.2 to 4.10.2

Bumps [tsx](https://github.com/privatenumber/tsx) from 4.6.2 to 4.10.2.
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](https://github.com/privatenumber/tsx/compare/v4.6.2...v4.10.2)

---
updated-dependencies:
- dependency-name: tsx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: run CI

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zeke Zhang <958414905@qq.com>
2024-05-15 15:01:04 +08:00
dependabot[bot]
5650d2a994
chore(deps): bump @formily/path from 2.3.0 to 2.3.1 (#4338)
* chore(deps): bump @formily/path from 2.3.0 to 2.3.1

Bumps [@formily/path](https://github.com/alibaba/formily) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/alibaba/formily/releases)
- [Changelog](https://github.com/alibaba/formily/blob/formily_next/CHANGELOG.md)
- [Commits](https://github.com/alibaba/formily/compare/v2.3.0...v2.3.1)

---
updated-dependencies:
- dependency-name: "@formily/path"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: run CI

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zeke Zhang <958414905@qq.com>
2024-05-15 14:56:15 +08:00
estheryo
f14bdc5b23
Update README.md 2024-05-14 17:21:50 +04:00
Katherine
c293929daa
fix: table column should support blank column occupancy (#4350)
* fix: table column

* fix: table column
2024-05-14 20:59:54 +08:00
Junyi
21ab4c5d45
fix(plugin-workflow): fix bind hint based on event type (#4349)
* fix(plugin-workflow): fix bind hint based on event type

* fix(plugin-workflow): fix bind hint based on event type
2024-05-14 17:20:23 +08:00
GitHub Actions Bot
410af77f0c chore: update changelog 2024-05-14 09:18:26 +00:00
GitHub Actions Bot
3e7d85b8fa chore(versions): 😊 publish v1.0.0-alpha.13 2024-05-14 09:18:26 +00:00
ChengLei Shao
33e14cbc2e
feat: record last seen at in supervisor (#4345) 2024-05-14 17:05:21 +08:00
chenos
91c24efd0b fix: restart the application after updating the plugin 2024-05-14 16:56:08 +08:00
jack zhang
3e49ffb204
fix: demo bug (#4348) 2024-05-14 16:49:05 +08:00
ChengLei Shao
c0e1260189
chore: snippet name replacement (#4346)
* chore: snippet name replacement

* chore: test
2024-05-14 13:23:02 +08:00
dependabot[bot]
caa1dc37f6
chore(deps-dev): bump rc-tree-select from 5.5.5 to 5.20.0 (#4340)
Bumps [rc-tree-select](https://github.com/react-component/tree-select) from 5.5.5 to 5.20.0.
- [Release notes](https://github.com/react-component/tree-select/releases)
- [Changelog](https://github.com/react-component/tree-select/blob/master/CHANGELOG.md)
- [Commits](https://github.com/react-component/tree-select/compare/v5.5.5...v5.20.0)

---
updated-dependencies:
- dependency-name: rc-tree-select
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-14 09:25:37 +08:00
Zeke Zhang
325a415a99 chore(CI): should run jobs when yarn.lock is changed 2024-05-14 09:23:33 +08:00