Zeke Zhang
4e981ed339
perf(Table): improve performance ( #5438 )
...
* perf(Table): improve performance
* perf(RecordProvider): improve performance
* perf(Table): improve performance
* refactor: migrate component to out
* perf(Action): improve performance
* perf(useInView): registor in row instead of cell
* perf(useCompile): improve performance
* fix: fix undefined error
* perf: use startTransition API
* fix: make e2e test pass
* fix: make e2e test pass
* fix: make unit test pass
* chore: fix unit test
* perf: replace antd skeleton component with custom skeleton component
* perf: split useParentObjectVariable
* perf(ColumnFieldProvider): remove observer and use useMemo
* perf(ReadPretty.JSON): remove Typography
* refactor(Map): use new API
* perf(markdown): use memoize
* fix: make unit test pass
* refactor: extract constant
* perf(ButtonLinkList): use asynchronous rendering to prevent blocking the main process
* fix(ButtonLinkList): fix render issue
* refactor: remove observer
* perf: optimize code
* refactor(EllipsisWithTooltip): extract function out
* refactor(EllipsisWithTooltip): optimize code
* perf(SelectReadPretty): improve performance
* chore: make e2e test more stable
2024-10-24 11:58:20 +08:00
mahuan
09b86bf18b
refactor: standardize localization file name
2024-10-22 23:02:52 +08:00
nocobase[bot]
96c3bf1a08
Merge branch 'main' into next
2024-10-16 01:25:28 +00:00
Zeke Zhang
c2a8dced55
fix(Tabs): prevent mismatched activeKey ( #5412 )
...
Auto merge main -> next / push-commit (push) Waiting to run
Build docker image / build-and-push (push) Waiting to run
Build pro image / build-and-push (push) Waiting to run
Deploy client docs / Build (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase frontEnd test / frontend-test (18) (push) Waiting to run
* test: add e2e test
* fix(Tabs): prevent mismatched activeKey
* fix(bulkEdit): prevent incorrect URL modification
* Revert "fix(bulkEdit): prevent incorrect URL modification"
This reverts commit 28f685ffeb
.
* fix: avoid affecting the Tabs of the upper-level popup
* fix(Duplicate): avoid affecting the Tabs of the upper-level popup
* refactor: migrate e2e to plugin
* test(Duplicate): add e2e test
2024-10-16 09:25:07 +08:00
nocobase[bot]
728a0a6d51
chore(versions): 😊 publish v1.3.32-beta
2024-10-13 00:59:08 +00:00
nocobase[bot]
24bcacc460
chore(versions): 😊 publish v1.3.31-beta
2024-10-11 23:42:25 +00:00
Katherine
f7ff74d5f3
chore: after success configure ( #5374 )
...
* chore: after success configure
* fix: bug
* refactor: locale
* fix: bulk edit
* fix: customize request
* refactor: public form not suport after success configiration
2024-10-11 10:11:39 +08:00
nocobase[bot]
ebec08b076
chore(versions): 😊 publish v1.3.30-beta
2024-10-11 00:43:36 +00:00
nocobase[bot]
d445a8f44f
chore(versions): 😊 publish v1.3.29-beta
2024-10-10 06:45:56 +00:00
nocobase[bot]
2e9260aa34
chore(versions): 😊 publish v1.3.28-beta
2024-10-09 23:18:27 +00:00
chenos
cc0f945dbf
feat: date type fields support setting the picker type ( #5345 )
...
* refactor: date field support picker
* refactor: date field support picker
* refactor: date time field
* refactor: date time field
* refactor: locale improve
* refactor: defaultValue
* refactor: datetime field
* refactor: remove week
* fix: bug
* fix: bug
* fix: bug
* fix: test
* fix: test
* fix: test
* fix: test
* fix: test
* refactor: test
* refactor: test
* fix: bug
* fix: bug
* fix: bug
* refactor: expiresRadio
* refactor: datepicker
* fix: bug
* fix: bug
* fix: bug
* fix: test
* refactor: change operator
* refactor: change picker
* refactor: datetime operator schema
* refactor: filterWithPicker
* refactor: support linkage rule
* fix: bug
* refactor: useFilterFormItemInitializerFields
* refactor: useFilterFormItemInitializerFields
* fix: default value for datetime
* fix: bug
* fix: filter date time
* fix: filter date time
* fix: bug
* fix: bug
* refactor: datePicker RangePicker
* refactor: datePicker RangePicker
* style: date picker style improve
* fix: bug
* fix: bug
* fix: bug
* fix: default value
* fix: bulk edit datetime field
* fix: picker support third party data source
* fix: test
* fix: bug
* chore: fix unit test
---------
Co-authored-by: katherinehhh <katherine_15995@163.com>
Co-authored-by: Zeke Zhang <958414905@qq.com>
2024-09-30 18:38:08 +08:00
nocobase[bot]
6a41df2db3
chore(versions): 😊 publish v1.3.27-beta
2024-09-30 02:28:45 +00:00
chenos
c91c43a71b
Revert "feat: date type fields support setting the picker type ( #5271 )"
...
This reverts commit dcaad79370
.
2024-09-30 08:41:51 +08:00
Katherine
dcaad79370
feat: date type fields support setting the picker type ( #5271 )
...
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase Backend Test / sqlite-test (20, false) (push) Waiting to run
NocoBase Backend Test / sqlite-test (20, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, nocobase, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, nocobase, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, public, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, public, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, public, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, public, true) (push) Waiting to run
NocoBase Backend Test / mysql-test (20, false) (push) Waiting to run
NocoBase Backend Test / mysql-test (20, true) (push) Waiting to run
NocoBase Backend Test / mariadb-test (20, false) (push) Waiting to run
NocoBase Backend Test / mariadb-test (20, true) (push) Waiting to run
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
Test on Windows / build (push) Waiting to run
* refactor: date field support picker
* refactor: date field support picker
* refactor: date time field
* refactor: date time field
* refactor: locale improve
* refactor: defaultValue
* refactor: datetime field
* refactor: remove week
* fix: bug
* fix: bug
* fix: bug
* fix: test
* fix: test
* fix: test
* fix: test
* fix: test
* refactor: test
* refactor: test
* fix: bug
* fix: bug
* fix: bug
* refactor: expiresRadio
* refactor: datepicker
* fix: bug
* fix: bug
* fix: bug
* fix: test
* refactor: change operator
* refactor: change picker
* refactor: datetime operator schema
* refactor: filterWithPicker
* refactor: support linkage rule
* fix: bug
* refactor: useFilterFormItemInitializerFields
* refactor: useFilterFormItemInitializerFields
* fix: default value for datetime
* fix: bug
* fix: filter date time
* fix: filter date time
* fix: bug
* fix: bug
* refactor: datePicker RangePicker
* refactor: datePicker RangePicker
* style: date picker style improve
* fix: bug
* fix: bug
* fix: bug
* fix: default value
* fix: bulk edit datetime field
* fix: picker support third party data source
* fix: test
2024-09-29 17:49:44 +08:00
nocobase[bot]
c6f24eb7fc
chore(versions): 😊 publish v1.3.26-beta
2024-09-29 01:20:34 +00:00
nocobase[bot]
e21ee4c334
chore(versions): 😊 publish v1.3.25-beta
2024-09-25 13:23:32 +00:00
mytharcher
ca214dff10
Merge branch 'main' into next
2024-09-25 20:34:52 +08:00
mahuantest
2bde4a3176
feat(locale): update and improve Japanese translations in ja_JP files ( #5292 )
...
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase Backend Test / sqlite-test (20, false) (push) Waiting to run
NocoBase Backend Test / sqlite-test (20, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, nocobase, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, nocobase, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, public, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, public, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, public, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, public, true) (push) Waiting to run
NocoBase Backend Test / mysql-test (20, false) (push) Waiting to run
NocoBase Backend Test / mysql-test (20, true) (push) Waiting to run
NocoBase Backend Test / mariadb-test (20, false) (push) Waiting to run
NocoBase Backend Test / mariadb-test (20, true) (push) Waiting to run
Test on Windows / build (push) Waiting to run
deploy client docs / Build (push) Has been cancelled
NocoBase FrontEnd Test / frontend-test (18) (push) Has been cancelled
* feat(locale): update and improve Japanese translations in ja_JP files
* fix(locale): correct japanese translations in ja_JP files
---------
Co-authored-by: mahuan <1007409254@qq.com>
2024-09-24 14:50:13 +08:00
nocobase[bot]
d7e23da3fe
chore(versions): 😊 publish v1.3.24-beta
2024-09-23 09:25:16 +00:00
nocobase[bot]
391adc2800
chore(versions): 😊 publish v1.3.23-beta
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
deploy client docs / Build (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
NocoBase Backend Test / sqlite-test (20, false) (push) Has been cancelled
NocoBase Backend Test / sqlite-test (20, true) (push) Has been cancelled
NocoBase Backend Test / postgres-test (public, 20, nocobase, false) (push) Has been cancelled
NocoBase Backend Test / postgres-test (public, 20, nocobase, true) (push) Has been cancelled
NocoBase Backend Test / postgres-test (public, 20, public, false) (push) Has been cancelled
NocoBase Backend Test / postgres-test (public, 20, public, true) (push) Has been cancelled
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, false) (push) Has been cancelled
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, true) (push) Has been cancelled
NocoBase Backend Test / postgres-test (user_schema, 20, public, false) (push) Has been cancelled
NocoBase Backend Test / postgres-test (user_schema, 20, public, true) (push) Has been cancelled
NocoBase Backend Test / mysql-test (20, false) (push) Has been cancelled
NocoBase Backend Test / mysql-test (20, true) (push) Has been cancelled
NocoBase Backend Test / mariadb-test (20, false) (push) Has been cancelled
NocoBase Backend Test / mariadb-test (20, true) (push) Has been cancelled
Test on Windows / build (push) Has been cancelled
2024-09-19 14:59:39 +00:00
nocobase[bot]
3e9de7d977
chore(versions): 😊 publish v1.3.22-beta
2024-09-12 13:25:46 +00:00
nocobase[bot]
f456290e0d
chore(versions): 😊 publish v1.3.21-beta
2024-09-10 23:27:29 +00:00
nocobase[bot]
c8b2ebe656
chore(versions): 😊 publish v1.3.20-beta
2024-09-10 04:02:33 +00:00
nocobase[bot]
574c67f403
chore(versions): 😊 publish v1.3.19-beta
2024-09-08 14:24:01 +00:00
nocobase[bot]
a248c7e363
chore(versions): 😊 publish v1.3.18-beta
2024-09-08 13:24:58 +00:00
nocobase[bot]
1954b6bb99
chore(versions): 😊 publish v1.3.17-beta
2024-09-07 15:42:23 +00:00
nocobase[bot]
ead089784e
chore(versions): 😊 publish v1.3.16-beta
2024-09-06 08:59:59 +00:00
GitHub Actions Bot
aa02e551ff
Merge branch 'main' into next
2024-09-05 13:34:44 +00:00
Katherine
9d0602ea23
refactor: batch updated and batch edit, change 'All' to 'Entire collection" ( #5200 )
...
* refactor: batch updated and batch edit, change 'All' to 'Entire collection'
* fix: test
2024-09-05 20:46:26 +08:00
nocobase[bot]
59db102595
chore(versions): 😊 publish v1.3.15-beta
2024-09-04 05:00:13 +00:00
nocobase[bot]
c4c36599ed
chore(versions): 😊 publish v1.3.14-beta
2024-09-03 09:57:06 +00:00
nocobase[bot]
5cfca8e954
chore(versions): 😊 publish v1.3.13-beta
2024-09-03 00:46:15 +00:00
nocobase[bot]
774c2961d4
chore(versions): 😊 publish v1.3.12-beta
2024-09-01 12:01:37 +00:00
nocobase[bot]
517e199ed7
chore(versions): 😊 publish v1.3.11-beta
2024-08-31 14:13:44 +00:00
nocobase[bot]
5afac9cf82
chore(versions): 😊 publish v1.3.10-beta
2024-08-31 07:29:00 +00:00
nocobase[bot]
bf5011f75a
chore(versions): 😊 publish v1.3.9-beta
2024-08-29 14:14:30 +00:00
nocobase[bot]
39d021a9aa
chore(versions): 😊 publish v1.3.8-beta
2024-08-29 10:12:49 +00:00
nocobase[bot]
f429d13264
chore(versions): 😊 publish v1.3.7-beta
2024-08-29 08:41:23 +00:00
nocobase[bot]
39c7ce4741
chore(versions): 😊 publish v1.3.6-beta
2024-08-29 06:01:24 +00:00
nocobase[bot]
35e8f89c75
chore(versions): 😊 publish v1.3.5-beta
2024-08-28 09:28:11 +00:00
GitHub Actions Bot
30420a0ff2
Merge branch 'main' into next
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / app-token (push) Waiting to run
Build Pro Image / build-and-push (push) Blocked by required conditions
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
2024-08-27 13:59:12 +00:00
Zeke Zhang
dec3c838a3
feat: add support for opening via URL ( #5098 )
...
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / app-token (push) Waiting to run
Build Pro Image / build-and-push (push) Blocked by required conditions
deploy client docs / Build (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase Backend Test / sqlite-test (20, false) (push) Waiting to run
NocoBase Backend Test / sqlite-test (20, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, nocobase, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, nocobase, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, public, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, public, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, public, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, public, true) (push) Waiting to run
NocoBase Backend Test / mysql-test (20, false) (push) Waiting to run
NocoBase Backend Test / mysql-test (20, true) (push) Waiting to run
NocoBase Backend Test / mariadb-test (20, false) (push) Waiting to run
NocoBase Backend Test / mariadb-test (20, true) (push) Waiting to run
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
Test on Windows / build (push) Waiting to run
* feat(map): add support for opening via URL
* feat(calendar): add support for opening via URL
* feat(gantt): add support for opening via URL
* fix(duplicate,bulk-edit): resolve issues with popups
* fix: useDetailsBlockProps
---------
Co-authored-by: katherinehhh <katherine_15995@163.com>
2024-08-27 21:58:55 +08:00
nocobase[bot]
a0117480e0
chore(versions): 😊 publish v1.3.4-beta
2024-08-27 10:27:55 +00:00
GitHub Actions Bot
562526c29d
Merge branch 'main' into next
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / app-token (push) Waiting to run
Build Pro Image / build-and-push (push) Blocked by required conditions
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
2024-08-27 06:54:20 +00:00
Katherine
2eaa0b8081
refactor: set remainsTheSame as the default value for field editing in bulk editing action ( #5124 )
...
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / app-token (push) Waiting to run
Build Pro Image / build-and-push (push) Blocked by required conditions
deploy client docs / Build (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
* refactor: bulk edit set remainsTheSame as default value
* fix: test
2024-08-27 14:54:02 +08:00
nocobase[bot]
9dffefb90a
chore(versions): 😊 publish v1.3.3-beta
2024-08-27 00:37:42 +00:00
nocobase[bot]
dcadaa6665
chore(versions): 😊 publish v1.3.2-beta
2024-08-26 20:58:26 +00:00
nocobase[bot]
4aff92ad3b
chore(versions): 😊 publish v1.3.1-beta
2024-08-26 16:07:23 +00:00
chenos
29433aa441
feat: 1.4.0-alpha
2024-08-26 00:16:25 +08:00
GitHub Actions Bot
dea6a58878
chore(versions): 😊 publish v1.3.0-beta
2024-08-25 16:12:14 +00:00