Zeke Zhang
b1e68dac9c
Merge branch 'main' into next
2024-07-19 10:18:25 +08:00
Zeke Zhang
b634774fec
chore: add translation
2024-07-19 10:13:31 +08:00
Zeke Zhang
2dad5b32c9
Merge branch 'main' into next
2024-07-19 09:21:08 +08:00
Zeke Zhang
70c085532c
fix(variable): fix context error with 'current object' variable ( #4901 )
...
* fix(variable): fix context error with 'current object' variable
* test: add e2e test
2024-07-19 09:08:53 +08:00
Zeke Zhang
7d660f5a0f
feat(Link): add 'Open in new window' option ( #4898 )
...
* refactor: rename 'useURLAndParamsSchema' to 'useURLAndHTMLSchema' and improve it
* feat: add 'Open in new window' option
* test: add e2e test
2024-07-19 09:07:19 +08:00
GitHub Actions Bot
69033905bb
Merge branch 'main' into next
2024-07-18 15:37:37 +00:00
Katherine
a39df74a49
refactor: adjust the markdown field to use the input component in filtering ( #4899 )
2024-07-18 23:25:13 +08:00
Junyi
1c9e71dbf6
feat(server): add cluster mode for starting app ( #4895 )
...
* feat(server): add cluster mode for starting app
* chore(env): adjust order of env item
* chore: sync in main data source
* chore: onSync in plugin
* refactor(server): change onSync to plugin method
---------
Co-authored-by: Chareice <chareice@live.com>
2024-07-18 23:23:23 +08:00
GitHub Actions Bot
645ccaf3de
chore(versions): 😊 publish v1.2.22-alpha
2024-07-18 12:06:31 +00:00
GitHub Actions Bot
3d1d7a50cb
Merge branch 'main' into next
2024-07-18 06:45:12 +00:00
ChengLei Shao
ed937d5f18
chore: external data source api ( #4782 )
...
* chore: datasource logger
* chore: export field type map
* chore: error handle
* chore: database query interface
* chore: datasource with close api
* chore: close database before set
* fix: build
2024-07-18 14:44:53 +08:00
GitHub Actions Bot
843aa66919
Merge branch 'main' into next
2024-07-17 09:23:37 +00:00
Katherine
16fd1e3e9c
fix: association field data scope should not persist when switching from select to cascader ( #4893 )
2024-07-17 17:23:20 +08:00
GitHub Actions Bot
85c56453be
Merge branch 'main' into next
2024-07-17 08:11:09 +00:00
Katherine
c903e93229
fix: image style issues in rich text field ( #4892 )
...
* fix: image style issues in rich text field
* fix: test
* fix: bug
2024-07-17 16:10:45 +08:00
GitHub Actions Bot
4888fa9706
Merge branch 'main' into next
2024-07-17 03:34:43 +00:00
Zeke Zhang
505bbf54a8
fix: correct issue with filter form field operator settings being ineffective ( #4891 )
2024-07-17 11:34:26 +08:00
GitHub Actions Bot
235a6897e5
chore(versions): 😊 publish v1.2.21-alpha
2024-07-17 01:13:24 +00:00
Zeke Zhang
29b561c7e7
Merge branch 'main' into next
2024-07-17 08:21:07 +08:00
Zeke Zhang
49a55495ee
feat: add 'Clear default value' settings for Reset action ( #4889 )
...
* fix(client): sub application name (#4886 )
* Revert "fix(client): sub application name (#4886 )" (#4887 )
This reverts commit ac2e2a2043617d36b33a85ad052cf50e6fd112fb.
* feat: add 'Clear default value' settings for Reset action
* chore: add translation
* test: add e2e tests
---------
Co-authored-by: YANG QIA <2013xile@gmail.com>
2024-07-17 08:02:10 +08:00
GitHub Actions Bot
d086e937a2
chore(versions): 😊 publish v1.2.20-alpha
2024-07-16 10:59:35 +00:00
GitHub Actions Bot
c9d1136b00
Merge branch 'main' into next
2024-07-16 09:50:20 +00:00
Katherine
84bc06d529
refactor: adjust rich text filter to Input component ( #4888 )
...
* refactor: adjust rich text filter with Input component
* refactor: adjust rich text filter with Input component
2024-07-16 17:50:02 +08:00
GitHub Actions Bot
c56b873f42
chore(versions): 😊 publish v1.2.19-alpha
2024-07-16 08:05:38 +00:00
GitHub Actions Bot
f69d5526f1
chore(versions): 😊 publish v1.2.18-alpha
2024-07-16 07:54:06 +00:00
xilesun
128a000799
Merge branch 'main' into next
2024-07-16 11:34:19 +08:00
YANG QIA
90a48c847f
Revert "fix(client): sub application name ( #4886 )" ( #4887 )
...
This reverts commit ac2e2a2043617d36b33a85ad052cf50e6fd112fb.
2024-07-16 11:33:30 +08:00
xilesun
e759c9acfd
Merge branch 'main' into next
2024-07-16 10:06:20 +08:00
YANG QIA
ac2e2a2043
fix(client): sub application name ( #4886 )
2024-07-16 10:04:06 +08:00
GitHub Actions Bot
c65c7f708e
chore(versions): 😊 publish v1.2.17-alpha
2024-07-16 00:41:33 +00:00
Zeke Zhang
41e08c6d29
Merge branch 'main' into next
2024-07-15 12:14:00 +08:00
ChengLei Shao
7542f12445
chore: clear listener after transaction commited ( #4879 )
2024-07-14 22:28:23 +08:00
ChengLei Shao
b07d547843
fix: create multiple auto incr field in mysql ( #4839 )
...
* chore: test
* chore: test
* chore: rollback set field if database transaction is rollback
* fix: test
2024-07-14 16:14:26 +08:00
Zeke Zhang
6f788ccb4f
Merge branch 'main' into next
2024-07-14 13:02:34 +08:00
Zeke Zhang
4ba40fdd10
fix: default values for fields should not be cleared after submission ( #4877 )
2024-07-14 13:01:23 +08:00
Junyi
394558c520
refactor(client): allow to select null value explicitly in variable input ( #4869 )
...
* refactor(client): allow select null value explicitly in variable input
* fix(client): fix no constant group when null selected
* fix(client): fix test case
2024-07-14 11:12:54 +08:00
Zeke Zhang
7ee6eac0f7
Merge branch 'main' into next
2024-07-13 19:20:20 +08:00
Zeke Zhang
1fb065a99b
fix(form): resolve issue with association fields not displaying content due to referenced templates ( #4876 )
2024-07-13 19:18:27 +08:00
Katherine
96e7145da5
fix: real-time update issue for association field data scope in sub-table ( #4872 )
...
* fix: real-time update issue for association field data scope in sub-tables
* fix: bug
2024-07-13 08:54:07 +08:00
GitHub Actions Bot
a64015d1cb
chore(versions): 😊 publish v1.2.16-alpha
2024-07-12 09:04:56 +00:00
Chareice
2c4bea0a07
Merge branch 'main' into next
2024-07-12 10:18:28 +08:00
GitHub Actions Bot
11fdb5131c
chore(versions): 😊 publish v1.2.15-alpha
2024-07-11 14:21:15 +00:00
jack zhang
bb9ebe9852
fix: initializer select close ( #4865 )
2024-07-11 18:22:36 +08:00
YANG QIA
b161599749
fix(data-vi): fix the permission issue when using external data sources in data-vi plugin ( #4864 )
...
* fix(data-vi): fix the permission issue when using external data sources in data-vi plugin
* test: add test
2024-07-11 13:55:05 +08:00
Zeke Zhang
863e5349d1
Merge branch 'main' into next
2024-07-11 13:00:59 +08:00
GitHub Actions Bot
4e537360dd
chore(versions): 😊 publish v1.2.14-alpha
2024-07-11 04:32:10 +00:00
Zeke Zhang
1a6be31356
fix(Safari): resolve issue with menu page not refreshing in Safari ( #4835 )
...
* fix(Safari): resolve issue with menu page not refreshing in Safari
* chore: correct problematic code
2024-07-11 12:27:41 +08:00
chenos
559518f6e9
chore: next release ci ( #4861 )
...
* test: ci
* test: ci
* test: ci
* fix: jq
* fix: jq
* fix: release ci
* fix: ci
* fix: ci
* fix: build
* fix: ci
* fix: env
* fix: jq
* fix: cache
* test: ci
* test: ci
* test: ci
* test: ci
* fix: ci
* fix: ci
* fix: ci
* fix: ci
* fix: ci
* test: ci
* fix: ci
* fix: ci
* fix: ci
* fix: ci
* fix: ci
* fix: cache
* fix: ci
* fix(cli): improve upgrade command
* fix: workflow_dispatch
2024-07-10 23:49:16 +08:00
Junyi
9033f73584
refactor(server): sync manager and ci ( #4858 )
...
* refactor(server): add available property on sync manager
* chore(ci): add redis service into test ci
2024-07-10 21:48:58 +08:00
Zeke Zhang
dcc7da6e01
fix(Table): fix styling issue with fixed columns ( #4857 )
2024-07-10 19:23:33 +08:00