xilesun
74ef97343b
Merge branch 'main' into next
2024-07-01 10:24:26 +08:00
Zeke Zhang
05cf9986b0
feat: enable direct dialog opening via URL and support for page mode ( #4706 )
...
* refactor: optimize page tabs routing
* test: add e2e test for page tabs
* feat: add popup routing
* fix: resolve nested issue
* refactor: rename file utils to pagePopupUtils
* perf: enhance animation and overall performance
* fix: fix filterByTK
* fix(sourceId): resolve error when sourceId is undefined
* fix: fix List and GridCard
* fix: fix params not fresh
* fix: fix parent record
* fix: resolve the issue on block data not refreshing after popup closure
* feat: bind tab with URL in popups
* feat(sub-page): enable popup to open in page mode
* chore: optimize
* feat: support association fields
* fix: address the issue of no data in associaiton field
* fix: resolve the issue with opening nested dialog in association field
* fix: fix the issue of dialog content not refreshing
* perf: use useNavigateNoUpdate to replace useNavigate
* perf: enhance popups performance by avoiding unnecessary rendering
* fix: fix tab page
* fix: fix bulk edit action
* chore: fix unit test
* chore: fix unit tests
* fix: fix bug to pass e2e tests
* chore: fix build
* fix: fix bugs to pass e2e tests
* chore: avoid crashing
* chore: make e2e tests pass
* chore: make e2e tests pass
* chore: fix unit tests
* fix(multi-app): fix known issues
* fix(Duplicate): should no page mode
* chore: fix build
* fix(mobile): fix known issues
* fix: fix open mode of Add new
* refactor: rename 'popupUid' to 'popupuid'
* refactor: rename 'subPageUid' tp 'subpageuid'
* refactor(subpage): simplify configuration of router
* fix(variable): refresh data after value change
* test: add e2e test for sub page
* refactor: refactor and add tests
* fix: fix association field
* refactor(subPage): avoid blank page occurrences
* chore: fix unit tests
* fix: correct first-click context setting for association fields
* refactor: use Action's uid for subpage
* refactor: rename x-nb-popup-context to x-action-context and move it to Action schema
* feat: add context during the creation of actions
* chore: fix build
* chore: make e2e tests pass
* fix(addChild): fix context of Add child
* fix: avoid loss or query string
* fix: avoid including 'popups' in the path
* fix: resolve issue with popup variables and add tests
* chore(e2e): fix e2e test
* fix(sideMenu): resolve the disappearing sidebar issue and add tests
* chore(e2e): fix e2e test
* fix: should refresh block data after mutiple popups closed
* chore: fix e2e test
* fix(associationField): fix wrong context
* fix: address issue with special characters
2024-06-30 23:25:01 +08:00
hongboji
99f88ee09f
test: approvals workflow e2e ( #4781 )
2024-06-30 21:31:27 +08:00
Sheldon Guo
ac7e48c5f6
refactor: rewrite the UI of the code scanner. ( #4677 )
...
* feat: workbench block
* feat: mobilePage
* fix: update WorkbenchAction
* feat: support qrcode embed in markdown and scan in mobile
* fix: fix markdown button be covered problem
* fix: fix unit test error
* fix: fix unit test errors
* refactor: use react router in qrcode scanner
* feat: markdown add loading
* fix: fix blank content in print page
* refactor: change plugin dependencies to devDependencies
* feat: add some padding in markdown editor
* chore: improve some code
* feat: improve code
* fix: add QRCodeScanner
* fix: iconColor
* fix: Improve code
* feat: Improve code
* fix: version
* chore: improve some code
* chore: improve some code
* fix: i18n
* refactor: refact the UI of code scanner
* feat: add some locale
* feat: add qrbox
* feat: add image upload and fix qrbox
* feat: fix full screen problem
* fix: fix not full screen problem
* fix: add some error handling
* feat: add album locale
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
2024-06-30 19:32:32 +08:00
shz
512557f80a
feat(plugin-workflow): add date range options to system variables ( #4728 )
...
* feat(plugin-workflow): add date range options to system variable in workflow plugin
* feat(plugin-workflow): fix according to code review
* feat(plugin-workflow): add more functions
* feat(plugin-workflow): fix according to code review
* feat(plugin-workflow): add test
* feat(plugin-workflow): support india timezone
* feat(plugin-workflow): fix test
* feat(plugin-workflow): add ts type
* feat(plugin-workflow): fix
* feat(plugin-workflow): fix
2024-06-30 16:30:31 +08:00
Sheldon Guo
ba1cdce6e9
refactor: rewrite the UI of the code scanner. ( #4677 )
...
* feat: workbench block
* feat: mobilePage
* fix: update WorkbenchAction
* feat: support qrcode embed in markdown and scan in mobile
* fix: fix markdown button be covered problem
* fix: fix unit test error
* fix: fix unit test errors
* refactor: use react router in qrcode scanner
* feat: markdown add loading
* fix: fix blank content in print page
* refactor: change plugin dependencies to devDependencies
* feat: add some padding in markdown editor
* chore: improve some code
* feat: improve code
* fix: add QRCodeScanner
* fix: iconColor
* fix: Improve code
* feat: Improve code
* fix: version
* chore: improve some code
* chore: improve some code
* fix: i18n
* refactor: refact the UI of code scanner
* feat: add some locale
* feat: add qrbox
* feat: add image upload and fix qrbox
* feat: fix full screen problem
* fix: fix not full screen problem
* fix: add some error handling
* feat: add album locale
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
2024-06-30 10:09:46 +08:00
Junyi
86a56ef7cc
refactor(plugin-workflow): add deferred option for async workflow triggering ( #4772 )
...
* feat(plugin-workflow): add deferred option for async workflow triggering
* fix(plugin-workflow): revert type back
* fix(plugin-workflow): fix status checking
2024-06-28 11:59:22 +08:00
GitHub Actions Bot
a2039c2f0d
chore(versions): 😊 publish v1.2.11-alpha
2024-06-28 03:43:02 +00:00
chenos
a86315de61
feat(data-source-manager): filterTargetKey configuration optimization ( #4766 )
...
* feat(data-source-manager): filterTargetKey configuration optimization
* fix: bugs
* fix: improve code
* fix: error
* fix: error
2024-06-28 09:00:16 +08:00
GitHub Actions Bot
734aa1a007
chore(versions): 😊 publish v1.2.10-alpha
2024-06-27 14:03:40 +00:00
YANG QIA
04015596df
fix(i18n): incorrect namespaces of plugins ( #4771 )
2024-06-27 18:12:51 +08:00
Junyi
3949473ad3
fix(plugin-workflow-mailer): fix payload in sync mode ( #4765 )
...
* chore(plugin-workflow-mailer): add error log
* fix(plugin-workflow-mailer): fix payload in sync mode
* fix(plugin-workflow-mailer): add trim for subject
2024-06-27 16:04:17 +08:00
Junyi
ac76fc92d8
feat(plugin-workflow): add mode column to show if sync or not ( #4767 )
...
* feat(plugin-workflow): add mode column to show if sync or not
* fix(plugin-workflow): fix trigger tag
2024-06-27 15:11:00 +08:00
GitHub Actions Bot
4a50647210
chore(versions): 😊 publish v1.2.9-alpha
2024-06-27 03:02:41 +00:00
Junyi
ca9b5b1f1e
test(plugin-workflow): check for duplicated triggering ( #4762 )
...
* test(plugin-workflow): check for duplicated triggering
* fix(plugin-workflow): fix test case
2024-06-26 22:20:12 +08:00
chenos
4517dc1105
fix: full height ( #4759 )
...
* fix: full height
* fix: useFormHeight
* fix: useFormHeight
* fix: bug
---------
Co-authored-by: katherinehhh <katherine_15995@163.com>
2024-06-26 21:21:24 +08:00
Junyi
79c6cad59d
fix(plugin-workflow): fix ui crash with unknown type trigger or node ( #4761 )
...
* fix(plugin-workflow): fix ui crash with unknown type trigger or node
* fix(plugin-workflow): add missed locale
2024-06-26 18:23:31 +08:00
YANG QIA
80ad6994aa
fix(l10n): error when enabling plugin-localization first time ( #4760 )
...
* fix(l10n): error when enabling plugin-localization first time
* fix: tests
2024-06-26 16:02:36 +08:00
chenos
e7cdc0daf5
chore(block-workbench): update package.json
2024-06-26 09:50:31 +08:00
chenos
72e3d0c0ac
fix(block-workbench): destroy after close modal
2024-06-26 09:21:12 +08:00
YANG QIA
700e18fb1a
feat(l10n): allows to use l10n plugin resources in backend ( #4751 )
2024-06-26 09:18:05 +08:00
Zeke Zhang
99a0fcae1c
feat(variable): add a new variable named 'Parent popup record' ( #4748 )
...
* refactor: extract CurrentPopupRecordProvider component
* refactor: rename
* feat(variable): add a new variable named 'Parent popup record'
* chore: add translation
* fix: fix known issues
* test: add e2e tests
2024-06-26 08:59:01 +08:00
GitHub Actions Bot
3a8867eaef
chore(versions): 😊 publish v1.2.8-alpha
2024-06-25 07:29:25 +00:00
chenos
dac110931b
chore: update dependencies ( #4747 )
...
* chore: update dependencies
* fix: @formily/antd-v5
2024-06-25 12:44:51 +08:00
jack zhang
9daf893704
fix: adjust print content ( #4746 )
...
* fix: adjust print content
* fix: bug
2024-06-25 11:42:51 +08:00
Katherine
935f9892fc
fix: double scrollbar on mobile client causing scrolling issues ( #4745 )
2024-06-25 10:39:42 +08:00
ChengLei Shao
8dd8303f21
fix(backup-restore): dump with collection that names were reserved words in mysql ( #4734 )
...
* fix(backup-restore): dump with collection that names were reserved words
* chore: test
2024-06-24 15:50:37 +08:00
GitHub Actions Bot
927641349f
chore(versions): 😊 publish v1.2.7-alpha
2024-06-24 02:04:24 +00:00
Junyi
095b50f964
fix(plugin-workflow): fix duplicating sync workflow ( #4727 )
2024-06-22 14:44:18 +08:00
ke
d7733ed363
chore(data-vi): remove addMigrations
( #4713 )
2024-06-22 14:21:07 +08:00
chenos
e2a22d4c26
fix(vditor): lang error
2024-06-22 13:25:31 +08:00
Junyi
1cba634f7d
fix(plugin-workflow): add loading for adding node ( #4726 )
...
* fix(plugin-workflow): add loading for adding node
* test(plugin-workflow): add test case
* test(plugin-workflow): skip concurrency case
2024-06-22 10:20:52 +08:00
Junyi
bda976efdf
fix(plugin-workflow): fix designable of assign fields in create/update node ( #4724 )
2024-06-21 16:56:19 +08:00
GitHub Actions Bot
504f8d107c
chore(versions): 😊 publish v1.2.6-alpha
2024-06-20 04:40:35 +00:00
Junyi
8a629d06ad
fix(plugin-workflow): fix client warning ( #4709 )
...
* fix(plugin-workflow): fix client warning
* fix(plugin-workflow): fix build error
2024-06-20 10:59:36 +08:00
Junyi
a9f1ce7bd6
fix(plugin-workflow): fix undefined error of action trigger ( #4710 )
2024-06-20 10:36:43 +08:00
GitHub Actions Bot
9968eda02b
chore(versions): 😊 publish v1.2.5-alpha
2024-06-19 22:58:05 +00:00
Junyi
5ad3a854c5
fix(plugin-fm): fix thumbnail rule ( #4707 )
2024-06-19 21:22:32 +08:00
chenos
8586992219
fix: using the global cron locale
2024-06-19 17:52:34 +08:00
Junyi
173dfbfe21
fix(plugin-workflow): fix locale key in storage ( #4704 )
2024-06-19 14:01:02 +08:00
chenos
2d2f1c8cc8
fix: get the APIClient instance from the app instance
2024-06-19 13:20:15 +08:00
Katherine
0e778e7e47
fix: select field set as title field ( #4703 )
...
* fix: select field set as title field
* fix: select field set as title field
* fix: select field set as title field
* fix: select field set as title field
2024-06-19 11:25:43 +08:00
ChengLei Shao
6522720a96
fix(backup-restore): snippet name ( #4700 )
2024-06-19 07:51:46 +08:00
ChengLei Shao
bb82faf583
chore(data-source-main): field name exists error message ( #4689 )
...
* chore: test
* chore: throw field name exists error
* chore: error message
* chore: error locale
* fix: i18n message
2024-06-18 16:34:35 +08:00
Junyi
3838793c50
feat(plugin-field-sequence): allow to customize date format ( #4685 )
...
* feat(plugin-field-sequence): allow to customize date format
* chore(plugin-sequence): remove debug log
2024-06-18 01:11:30 +08:00
Junyi
9bef416d51
refactor(plugin-workflow-dc): move collection template to plugin and remove sort field ( #4682 )
...
* refactor(plugin-workflow-dc): move collection template to plugin and remove sort field
* fix(client): fix variable component style
2024-06-17 18:21:11 +08:00
Katherine
2b7544bdc4
refactor: workflow block && template block support setting block height ( #4678 )
...
* refactor: workflow support setting block height
* refactor: support block template
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
2024-06-17 16:37:31 +08:00
GitHub Actions Bot
9de4853030
chore(versions): 😊 publish v1.2.4-alpha
2024-06-17 00:53:36 +00:00
jack zhang
c66744d4a8
fix: action modal icon and Initializer menu close when click ( #4664 )
...
* fix: action modal icon and Initializer menu close when click
* fix: bug
* fix: bug
* feat: bug
* fix: e2e bug
2024-06-15 18:03:33 +08:00
chenos
6c431caec4
fix(mock-collections): syntax error at or near "-"
2024-06-15 15:35:12 +08:00
YANG QIA
de0fb26609
fix(data-vi): custom filter conditions are not applied ( #4671 )
...
* fix(data-vi): custom filter conditions are not applied
* fix: default value
2024-06-15 13:35:27 +08:00
Katherine
d2b2ac69e6
fix: chart block actionBar style ( #4666 )
2024-06-14 20:27:34 +08:00
YANG QIA
5a3466a73a
feat(data-vi): allows to use json5 in chart json config ( #4668 )
2024-06-14 20:19:22 +08:00
xilesun
8e20aac7a7
fix(data-vi): js expressions in advanced config is not saved
2024-06-14 19:52:48 +08:00
Zeke Zhang
1fcf1320c2
fix(duplicate): resolve error on click ( #4658 )
...
* fix(duplicate): resolve error on click
* test: add e2e test
2024-06-14 15:08:56 +08:00
ChengLei Shao
e56e52ad49
chore(action-import): validate association & select field value ( #4643 )
...
* chore: validate association value in import
* chore: validate value in select field
* fix: test
2024-06-14 12:02:03 +08:00
Katherine
8260cfc817
fix: form/detail/filter block height ( #4652 )
...
* fix: form/detail/filter block height
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
2024-06-14 11:11:50 +08:00
ChengLei Shao
b9bc94e062
chore(test): skipping websocket-related tests currently causes vitest to hang ( #4644 )
2024-06-14 10:19:56 +08:00
Junyi
c747ea65c4
fix(plugin-workflow): fix incorrectly schema reaction ( #4661 )
...
* fix(plugin-workflow): fix incorrectly schema reaction
* fix(plugin-workflow): add migration
2024-06-14 08:49:36 +08:00
YANG QIA
d8e80ecb41
fix(logger): fix the issue where workflow log files do not output ( #4657 )
2024-06-13 22:53:02 +08:00
Junyi
c2687f71e3
fix(plugin-fm): add migration for fixing new added legacy attachment field ( #4649 )
...
* fix(plugin-fm): add migration for fixing new added legacy attachment field
* fix(plugin-fm): add uischema fix
* fix: migration
2024-06-13 18:12:22 +08:00
GitHub Actions Bot
deacbf25e9
chore(versions): 😊 publish v1.2.3-alpha
2024-06-13 03:48:21 +00:00
Junyi
a6c16cf3db
refactor(plugin-workflow): add card layout for assigning fields ( #4642 )
2024-06-12 23:46:05 +08:00
GitHub Actions Bot
e45bdb7d2f
chore(versions): 😊 publish v1.2.2-alpha
2024-06-12 09:56:27 +00:00
Sheldon Guo
45614c8d72
feat: support qrcode embed in markdown and scan in mobile ( #4638 )
...
* feat: workbench block
* feat: mobilePage
* fix: update WorkbenchAction
* feat: support qrcode embed in markdown and scan in mobile
* fix: fix markdown button be covered problem
* fix: fix unit test error
* fix: fix unit test errors
* refactor: use react router in qrcode scanner
* feat: markdown add loading
* fix: fix blank content in print page
* refactor: change plugin dependencies to devDependencies
* feat: add some padding in markdown editor
* chore: improve some code
* feat: improve code
* fix: add QRCodeScanner
* fix: iconColor
* fix: Improve code
* feat: Improve code
* fix: version
* chore: improve some code
* chore: improve some code
* fix: i18n
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
2024-06-12 17:47:43 +08:00
Junyi
2aa46171b2
refactor(plugin-workflow): use assigned fields for create/update node values ( #4546 )
...
* refactor(plugin-workflow): use assigned fields for create/update node values
* fix(plugin-workflow): fix schema and values when change collection
* fix(plugin-workflow): fix node form initial values
* test: fix e2e
* fix(plugin-workflow): fix add node error
* refactor(plugin-workflow): change to self host schema in node
* feat(plugin-workflow): make collection uneditable after first saved
---------
Co-authored-by: hongboji <j414562100@qq.com>
2024-06-12 15:12:31 +08:00
Junyi
577f9a34e8
fix(plugin-workflow-request): fix test ( #4634 )
2024-06-12 15:12:07 +08:00
GitHub Actions Bot
0d6ebe16cf
chore(versions): 😊 publish v1.2.1-alpha
2024-06-12 05:15:06 +00:00
ChengLei Shao
690b7cd636
chore(action-import): skip reset sequence if no auto-increment primary is imported ( #4631 )
...
* chore: auto incr primary key imported test
* chore: skip reset sequence if no auto increment primary imported
2024-06-12 11:45:45 +08:00
GitHub Actions Bot
79634179a4
chore(versions): 😊 publish v1.2.0-alpha
2024-06-12 03:39:54 +00:00
chenos
585fea650e
feat: workbench block ( #4555 )
...
* feat: workbench block
* feat: mobilePage
* fix: update WorkbenchAction
* feat: improve code
* fix: iconColor
* fix: Improve code
* feat: Improve code
* fix: version
2024-06-12 09:40:14 +08:00
GitHub Actions Bot
c7060aeceb
chore(versions): 😊 publish v1.0.1-alpha.3
2024-06-11 23:57:39 +00:00
YANG QIA
4e8bbf884c
fix(auth): translation of sign in page ( #4624 )
2024-06-11 23:37:00 +08:00
ChengLei Shao
454079b510
fix: import data with association field ( #4623 )
...
* fix: import china region
* fix: import to many data
* chore: sequence field test
* fix: import with explain template
* fix: log error cause in error handler
2024-06-11 23:11:23 +08:00
jack zhang
a5fc22c6b0
feat: tree block ( #4566 )
...
* feat: tree block
* fix: remove showSettings
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: table tree expand
* fix: bug
* fix: connection bug T-4501
* fix: template settings bug
2024-06-11 22:53:04 +08:00
dependabot[bot]
868813b5fc
chore(deps-dev): bump multer-aliyun-oss from 2.1.1 to 2.1.3 ( #4614 )
...
Bumps [multer-aliyun-oss](https://github.com/ay86/multer-aliyun-oss ) from 2.1.1 to 2.1.3.
- [Commits](https://github.com/ay86/multer-aliyun-oss/commits )
---
updated-dependencies:
- dependency-name: multer-aliyun-oss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-11 22:38:30 +08:00
GitHub Actions Bot
092f3afab1
chore(versions): 😊 publish v1.0.1-alpha.2
2024-06-11 12:13:31 +00:00
Katherine
aa39b44d1b
fix: missing height in map history block ( #4621 )
2024-06-11 18:11:30 +08:00
YANG QIA
0fb18b495f
fix(auth): allows to set the auth type title translation from server end ( #4616 )
...
* fix(auth): allows to set auth type title translation from server end
* chore: move tval to utils
* chore: mark deprecated
* fix: test
2024-06-11 14:25:07 +08:00
Katherine
b9fda22fb1
fix(export): export button remaining in loading state after cancel ( #4615 )
2024-06-11 11:35:53 +08:00
Junyi
792200278e
refactor(plugin-workflow): change variable getter from collection fields ( #4567 )
...
* refactor(plugin-workflow): change variable getter from collection fields
* fix(plugin-workflow): fix import
* chore(plugin-workflow-action-trigger): remove unused import
* fix(plugin-workflow): fix collection field in workflow variable
* refactor(plugin-workflow-manual): avoid tslint error
2024-06-10 16:30:43 +08:00
Katherine
73bf5f328d
fix: iframe block loses height when set to default ( #4602 )
...
* fix: iframe block loses height when set to default
* refactor: local improve
2024-06-08 12:57:14 +08:00
Junyi
d090f27346
feat(plugin-workflow-smtp-mailer): add new plugin for sending email in workflow ( #4584 )
...
* feat(plugin-workflow-smtp-mailer): add new plugin for sending email in workflow
* refactor(plugin-workflow-mailer): change plugin name and locales
* fix(plugin-workflow-mailer): fix parameters
* fix(preset): add new plugin to preset
* fix(plugin-workflow-mailer): fix locale namespace
2024-06-08 09:19:30 +08:00
GitHub Actions Bot
9218319d02
chore(versions): 😊 publish v1.0.1-alpha.1
2024-06-07 13:46:37 +00:00
YANG QIA
34108f1fcb
feat(data-vi): support for using url params and current role variables ( #4586 )
...
* feat(data-vi): support for using url params and current role variable
* fix: bug
2024-06-07 11:43:11 +08:00
Katherine
17edad6014
fix: compatibility issues with historical kanban and iframe block ( #4587 )
...
* fix: iframe params undefined
* fix: kanban fixed block
* fix: kanban fixed block
* fix: kanban fixed block
* fix: kanban fixed block
2024-06-07 10:22:13 +08:00
chenos
cf740897cc
fix(ci): skip some test cases on the Windows platform
2024-06-07 10:19:49 +08:00
YANG QIA
0c637e8890
fix(map): amap reset ( #4574 )
2024-06-06 15:48:00 +08:00
Junyi
361ebee130
feat(plugin-workflow): allow to select any path of a variable in condition node ( #4571 )
2024-06-05 23:28:06 +08:00
ChengLei Shao
2063227f4a
refactor: export & import plugin ( #4468 )
...
* feat: chunk method in repository
* chore: xlsx export test
* chore: xlsx export
* chore: export action
* chore: export action
* chore: code
* feat: database interface manager
* feat: export with ui schema
* chore: console.log
* chore: export with china region field
* chore: export with attachments
* chore: export with multiple select
* chore: export with interface
* chore: export action
* fix: export with datetime file
* chore: limit export action running in same time
* chore: yarn.lock
* fix: render json value
* chore: chunk with limit
* feat: add EXPORT_LIMIT env config
* fix: typo
* fix: type
* chore: asyn mutex version
* chore: test
* chore: test
* fix: export null value
* chore: test
* chore: createdAt test
* fix: export with createdAt
* chore: import template
* chore: xlsx importer
* chore: import run
* chore: export with data source api
* chore: toValue api in interface
* fix: build
* chore: import with transaction
* fix: build database
* chore: many to one interface
* chore: code
* chore: import with associations
* chore: default toValue
* chore: import template with explain
* chore: import with explain template
* chore: reset id seq after import
* chore: download template action
* fix: database build
* fix: build
* fix: build
* fix: test
* chore: import with number field
* chore: import with boolean field
* chore: json interface
* chore: import action
* chore: typo
* chore: i18n
* chore: select interface
* chore: china region interface
* chore: datetiem field
* chore: cast to array
* fix: import tips
* chore: import await
* fix: test
* fix: test in mariadb
* chore: comments
* chore: comments
* fix: parse date with empty string
* fix: read import limit
* fix: type
* fix: test in mariadb
* chore: skip bigint test in sqlite
* chore: skip bigint test in sqlite
* chore: download tip i18n keys
* fix: download tips
* feat(client): add new variable named 'URL search params' and support link action (#4506 )
* feat: support link action
* feat(client): add new variable named 'URL search params'
* chore: add translation
* fix: avoid crashing
* chore: fix failed test
* feat: link action
* feat: link action
* fix: remove filter parameters with undefined values
* feat: link action
* feat: add support for default values in filter form fields
* refactor: code improve
* refactor: locale improve
* refactor: locale improve
* test: add e2e test
* refactor: locale improve
* refactor: locale improve
* fix: resolve operation issues with variables
* refactor: code improve
* chore: enable direct selection of variables as default value
* chore: use qs to parse query string
* fix: menu selectKeys (T-4373)
* refactor: use qs to stringify search params
* refactor: locale improve
* refactor: locale improve
* chore: fix failed tests
* fix: resolve issue where setting Data scope is not work
* chore: fix failed e2e tests
* chore: make e2e tests more stable
* chore: add translation
* chore: make e2e tests more stable
* fix: resolve the issue of error when saving data scope
* feat: trigger variable parsing after context change
* test: add unit tests
* test: add e2e test
* refactor: extract template
* chore: fix failed unit tests
* chore: fix failed e2e test
* fix(Link): hide linkage rules in top link (T-4410)
* fix(permission): remove URL search params variable from data scope
* chore: make more stable
* chore: make e2e test more stable
* fix(Link): reduce size for variable
* fix: clear previous context (T-4449)
* fix(calendar, map): resolve initial data scope setting error (T-4450)
* fix: correct concatenation of query string (T-4453)
---------
Co-authored-by: katherinehhh <katherine_15995@163.com>
Co-authored-by: jack zhang <1098626505@qq.com>
* refactor(FormV2): add FormWithDataTemplates component (#4551 )
* Revert "fix(client): fix data template style (#4536 )"
This reverts commit db66090ab2
.
* refactor(FormV2): add FormWithDataTemplates component
* chore: fix failed e2e tests
* chore: make e2e test more stable
* chore: import warning i18n
* chore: import warning i18n
* fix: bug
* fix: export action loading
* fix: bug
* chore: map field interface
* fix: merge bug
---------
Co-authored-by: xilesun <2013xile@gmail.com>
Co-authored-by: Zeke Zhang <958414905@qq.com>
Co-authored-by: katherinehhh <katherine_15995@163.com>
Co-authored-by: jack zhang <1098626505@qq.com>
2024-06-05 17:52:43 +08:00
Katherine
1cc35e1ef5
fix: styling issues during field drag-and-drop in details/form/list block ( #4558 )
...
* fix: styling issues during field drag-and-drop in details/form/list block
* refactor: code improve
* refactor: code improve
* refactor: code improve
2024-06-05 16:50:18 +08:00
Zeke Zhang
1dc6a25aa4
chore(e2e): make e2e tests more stable ( #4565 )
...
* chore(e2e): make e2e tests more stable
* fix(e2e): add immediate param for clearBlockTemplates
2024-06-05 16:44:47 +08:00
YANG QIA
65b91797ee
fix: sign up page not found for a new basic authentication ( #4556 )
2024-06-05 15:38:34 +08:00
Katherine
ec15f9e35a
feat: iframe support variables ( #4512 )
...
* feat: support link action
* feat(client): add new variable named 'URL search params'
* chore: add translation
* fix: avoid crashing
* chore: fix failed test
* feat: link action
* feat: link action
* fix: remove filter parameters with undefined values
* feat: link action
* feat: add support for default values in filter form fields
* refactor: code improve
* refactor: locale improve
* refactor: locale improve
* test: add e2e test
* refactor: locale improve
* refactor: locale improve
* fix: resolve operation issues with variables
* refactor: code improve
* chore: enable direct selection of variables as default value
* chore: use qs to parse query string
* feat: iframe support variables
* fix: menu selectKeys (T-4373)
* feat: iframe support variables
* refactor: use qs to stringify search params
* refactor: locale improve
* refactor: locale improve
* chore: fix failed tests
* fix: bug
* fix: resolve issue where setting Data scope is not work
* chore: fix failed e2e tests
* chore: make e2e tests more stable
* chore: add translation
* chore: make e2e tests more stable
* fix: resolve the issue of error when saving data scope
* feat: trigger variable parsing after context change
* test: add unit tests
* test: add e2e test
* refactor: extract template
* chore: fix failed unit tests
* chore: fix failed e2e test
* fix: bug
* fix: bug
* fix(Link): hide linkage rules in top link (T-4410)
* fix: bug
* fix: bug
* fix: bug
* refactor: extract commonOptions
* fix: remove 'Current record' variable
* chore: fix unit tests
* fix: bug
* chore: make unit tests pass
* fix: fix build
* fix(e2e): resolve errors due to compilation issues
---------
Co-authored-by: Zeke Zhang <958414905@qq.com>
Co-authored-by: jack zhang <1098626505@qq.com>
2024-06-05 15:25:04 +08:00
Daniel Jimenez Gutierrez
bef0dcb7de
fix defaultImage in constants.ts for google maps ( #4483 )
...
Somehow the image was corrupted, I made a regression to a past constant and now it works.
2024-06-05 10:15:48 +08:00
Zeke Zhang
bab5d40dbe
refactor(FormV2): add FormWithDataTemplates component ( #4551 )
...
* Revert "fix(client): fix data template style (#4536 )"
This reverts commit db66090ab2
.
* refactor(FormV2): add FormWithDataTemplates component
* chore: fix failed e2e tests
* chore: make e2e test more stable
2024-06-04 21:35:37 +08:00
Zeke Zhang
f66edb5d27
feat(client): add new variable named 'URL search params' and support link action ( #4506 )
...
* feat: support link action
* feat(client): add new variable named 'URL search params'
* chore: add translation
* fix: avoid crashing
* chore: fix failed test
* feat: link action
* feat: link action
* fix: remove filter parameters with undefined values
* feat: link action
* feat: add support for default values in filter form fields
* refactor: code improve
* refactor: locale improve
* refactor: locale improve
* test: add e2e test
* refactor: locale improve
* refactor: locale improve
* fix: resolve operation issues with variables
* refactor: code improve
* chore: enable direct selection of variables as default value
* chore: use qs to parse query string
* fix: menu selectKeys (T-4373)
* refactor: use qs to stringify search params
* refactor: locale improve
* refactor: locale improve
* chore: fix failed tests
* fix: resolve issue where setting Data scope is not work
* chore: fix failed e2e tests
* chore: make e2e tests more stable
* chore: add translation
* chore: make e2e tests more stable
* fix: resolve the issue of error when saving data scope
* feat: trigger variable parsing after context change
* test: add unit tests
* test: add e2e test
* refactor: extract template
* chore: fix failed unit tests
* chore: fix failed e2e test
* fix(Link): hide linkage rules in top link (T-4410)
* fix(permission): remove URL search params variable from data scope
* chore: make more stable
* chore: make e2e test more stable
* fix(Link): reduce size for variable
* fix: clear previous context (T-4449)
* fix(calendar, map): resolve initial data scope setting error (T-4450)
* fix: correct concatenation of query string (T-4453)
---------
Co-authored-by: katherinehhh <katherine_15995@163.com>
Co-authored-by: jack zhang <1098626505@qq.com>
2024-06-04 20:57:03 +08:00
Katherine
0b8f762d8b
feat: data block support setting block height ( #4441 )
...
* feat: data block support setting block height
* feat: form block support setting block height
* feat: form block support setting block height
* feat: detail block height
* test: fix
* fix: bug
* feat: grid card support block height
* feat: kanban support block height
* feat: kanban support block height
* feat: calender support block height
* feat: calender support block height
* feat: map support block height
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* test: skip
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* refactor: blockinitializers style improve
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* refactor: code improve
* refactor: code improve
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* refactor: code improve
* refactor: code improve
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* refactor: code improve
* refactor: code improve
* fix: test
* fix: test
* fix: test
2024-06-04 17:32:01 +08:00
YANG QIA
9b7abf7295
feat(logger): support for collecting debug informations when rendering failed ( #4524 )
...
* feat(logger): support for collecting debug informations when rendering failed
* chore: update
* feat: add location information
* fix: test
* fix: test
* fix: tests
* fix: bug
2024-06-04 12:10:17 +08:00
Katherine
e842cd4cab
fix: data filtering and formula field value errors after subtable record selection ( #4547 )
...
* fix: data filter issue after selecting records in subtable
* fix: bug
* fix: bug
* fix: bug
* fix: bug
2024-06-04 11:05:42 +08:00