Zeke Zhang
4fcf7e3815
fix(FilterBlocks): allow adding filter blocks in popup even without a… ( #5502 )
...
* fix(FilterBlocks): allow adding filter blocks in popup even without association fields
* chore: make e2e more stable
2024-10-24 11:46:17 +08:00
nocobase[bot]
9744b7fe32
chore(versions): 😊 publish v1.3.38-beta
2024-10-24 03:17:43 +00:00
Katherine
5010a052b5
fix: pagination issue in list block with simple pagination collection ( #5500 )
2024-10-24 09:51:35 +08:00
Katherine
8e6da46691
fix: limit editing to current collection form block in non-config mode and hide other block ( #5499 )
2024-10-24 09:51:23 +08:00
Sheldon Guo
f7a368f802
refactor(form): optimize useDataFormItemProps hook ( #5484 )
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
2024-10-24 09:29:43 +08:00
Junyi
4a6bf09737
fix(client): fix special white space happens when paste content ( #5497 )
2024-10-23 21:00:38 +08:00
nocobase[bot]
5471ae8525
chore(versions): 😊 publish v1.3.37-beta
2024-10-23 01:50:15 +00:00
Junyi
af600e3e4f
fix(plugin-file-manager): fix upload and destroy file record within an association ( #5493 )
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 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
2024-10-23 00:03:45 +08:00
Junyi
e0c7e765dd
fix(plugin-workflow): fix locale of binding workflow on button ( #5494 )
2024-10-22 23:05:55 +08:00
nocobase[bot]
98815fd8b6
chore(versions): 😊 publish v1.3.36-beta
2024-10-22 13:18:30 +00:00
Katherine
2f9ad6b2a7
fix: show pagination bar with data in the table ( #5480 )
...
* fix: show pagination bar with data in the table
* refactor: local improve
* fix: bug
* fix: test
* fix: test
2024-10-22 20:36:51 +08:00
Jinx
1da28b62e0
fix: Grid.Col displayName correct ( #4958 )
2024-10-22 14:44:29 +08:00
Junyi
dc34e027e3
fix(client): fix typo in upload component ( #5460 ) ( #5479 )
...
* fix(client): fix typo in upload component (#5460 )
* fix(client): fix typo in upload component
* fix(plugin-file-manager): fix rule hook
* fix(plugin-file-manager): fix useless log
2024-10-22 14:19:03 +08:00
nocobase[bot]
740bc669bd
chore(versions): 😊 publish v1.3.35-beta
2024-10-21 09:44:20 +00:00
nocobase[bot]
f980099603
chore(versions): 😊 publish v1.3.34-beta
2024-10-21 01:04:05 +00:00
Zeke Zhang
dd71cdaaa4
feat(variable): add a new variable named Parent object ( #5449 )
...
* feat(variable): add a new variable named Parent object
* test: add tests and fix bug
* fix(linkageRules): fix issue with variable options in subtables
* test: add e2e test
2024-10-21 08:46:04 +08:00
Katherine
fadda05424
fix: adjust supported availableTypes for uuid, nano, and id ( #5427 )
2024-10-18 15:01:07 +08:00
Zeke Zhang
988476ea3e
feat(filterForm): add 'Allow multiple selection' for association fields ( #5451 )
...
* feat(filterForm): add 'Allow multiple selection' for association fields
* test: add e2e test
2024-10-18 12:42:35 +08:00
Zeke Zhang
32b3b76172
fix(variable): fix issue of not parsing URL variables ( #5454 )
...
* fix(variable): fix issue of not parsing URL variables
* test: add e2e test
2024-10-18 12:09:29 +08:00
Junyi
9f6b162782
fix(client): fix selected background color of table row ( #5445 )
2024-10-17 18:00:58 +08:00
Katherine
2061f702a8
fix: data clearing bug when selecting association data with data scope in nested sub-table ( #5441 )
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
Auto merge main -> next / push-commit (push) Has been cancelled
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-10-17 12:01:41 +08:00
nocobase[bot]
fb88833b44
chore(versions): 😊 publish v1.3.33-beta
2024-10-16 23:26:23 +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
chenos
d705877eec
fix(workflow): workflow node variables do not display inherited collection fields ( #5415 )
...
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
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
* fix: missing fields in the inherited table
* fix(client): fix hidden collection
* refactor(client): add new api to get all fields on collection manager
---------
Co-authored-by: mytharcher <mytharcher@gmail.com>
2024-10-15 09:23:24 +08:00
Zeke Zhang
1523a9a0f7
fix(zIndex): fix edit profile drawer being covered by supage issue ( #5409 )
...
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(zIndex): fix the issue of edit profile drawer being covered by subpages
* fix: change password
* chore: fix comment
2024-10-14 18:18:09 +08:00
Katherine
4d0c45f8d4
fix: pagination not resetting after clearing filter data in table filtering block ( #5411 )
2024-10-14 17:00:57 +08:00
Zeke Zhang
30febb30be
fix(dateVariable): fix default value issue in chart filter block ( #5405 )
...
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
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
* fix(dateVariable): fix default value issue in chart filter block
* test: add e2e test
* chore: update unit test
2024-10-13 16:58:32 +08:00
nocobase[bot]
728a0a6d51
chore(versions): 😊 publish v1.3.32-beta
2024-10-13 00:59:08 +00:00
Katherine
9f71eb7730
fix: required association field validate error after select value with variable in data scope ( #5399 )
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
2024-10-12 17:34:46 +08:00
nocobase[bot]
24bcacc460
chore(versions): 😊 publish v1.3.31-beta
2024-10-11 23:42:25 +00:00
Zeke Zhang
65330e76ba
fix(region): fix filter error ( #5390 )
...
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 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
* fix(region): fix filter error
* test: add unit test
2024-10-11 12:25:33 +08:00
nocobase[bot]
ebec08b076
chore(versions): 😊 publish v1.3.30-beta
2024-10-11 00:43:36 +00:00
Zeke Zhang
155c337d5f
fix(menu): fix menu loading issue ( #5388 )
...
* fix(menu): fix menu loading issue
* fix(otherRecords): should display search box
2024-10-11 08:41:34 +08:00
Zeke Zhang
e6a95b3b91
fix(mobile): fix file field rendering error issue ( #5387 )
...
* fix(mobile): fix file field rendering error issue
* test(AssociationFieldModeProvider): add unit tests
2024-10-11 07:13:47 +08:00
Zeke Zhang
1a36d9a013
fix(mobile): fix undefined error
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 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
2024-10-10 20:46:02 +08:00
Zeke Zhang
6e426720ad
fix(ErrorFallbackModal): set a very high zIndex to prevent being covered
2024-10-10 20:14:38 +08:00
nocobase[bot]
d445a8f44f
chore(versions): 😊 publish v1.3.29-beta
2024-10-10 06:45:56 +00:00
Zeke Zhang
c99c5f12d9
feat(variable): do not disable date variables ( #5376 )
...
* feat(variable): do not disable date variables
* chore: fix unit tests
* Revert "chore: fix unit tests"
This reverts commit 54e696af98
.
* chore: fix unit tests
* chore: fix unit tests
2024-10-10 09:37:32 +08:00
nocobase[bot]
2e9260aa34
chore(versions): 😊 publish v1.3.28-beta
2024-10-09 23:18:27 +00:00
ChengLei Shao
ae525e0e0b
chore: simple paginate hasNext option ( #5358 )
...
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 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
* chore: simple paginate hasNext option
* fix: usePaginationProps
* fix: usePaginationProps
---------
Co-authored-by: katherinehhh <katherine_15995@163.com>
2024-10-09 15:38:43 +08:00
Zeke Zhang
1fc2f388e3
fix(popup): z-index ( #5373 )
...
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 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
* fix(popup): z-index
* test: add e2e test
* chore: fix build error
* Revert "chore: fix build error"
This reverts commit d0fe9ba217
.
* refactor: avoid build error
* chore: make e2e more stable
2024-10-09 10:33:29 +08:00
Zeke Zhang
442a881ba2
refactor: save cdn links as local resources ( #5375 )
2024-10-09 08:44:42 +08:00
Zeke Zhang
83843ef163
fix(gantt): fix popup ( #5370 )
...
* fix(gantt): fix the issue where closing the popup also closes the subpage
* test: add e2e test
* chore: fix build
2024-10-09 06:56:53 +08:00
Zeke Zhang
e3dee45ea4
fix(subpage): fix the problem of invalid tab deletion ( #5362 )
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
2024-10-08 21:50:11 +08:00
Junyi
f074029624
fix(plugin-workflow): fix field crash in block ( #5366 )
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
2024-10-08 16:01:57 +08:00
Zeke Zhang
b98a63fee6
fix(variable): fix the issue of inherited table fields not being able to use variables normally ( #5346 )
auto-merge / push-commit (push) Has been cancelled
Build Docker Image / build-and-push (push) Has been cancelled
Build Pro Image / build-and-push (push) Has been cancelled
deploy client docs / Build (push) Has been cancelled
E2E / Build (push) Has been cancelled
NocoBase FrontEnd Test / frontend-test (18) (push) Has been cancelled
E2E / Core and plugins (push) Has been cancelled
E2E / plugin-workflow (push) Has been cancelled
E2E / plugin-workflow-approval (push) Has been cancelled
E2E / plugin-data-source-main (push) Has been cancelled
E2E / Comment on PR (push) Has been cancelled
2024-09-30 20:17:58 +08:00
Katherine
c273f33081
fix: the issue of current and association collection fields affecting each other in configuration ( #5343 )
2024-09-30 13:00:56 +08:00
nocobase[bot]
6a41df2db3
chore(versions): 😊 publish v1.3.27-beta
2024-09-30 02:28:45 +00:00
Zeke Zhang
570df86261
fix(varaible): fix Table selected records ( #5337 )
...
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 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
* fix(varaible): fix Table selected records
* test: add e2e test
* chore: make unit tests pass
* chore: make unit test pass
2024-09-29 09:35:46 +08:00
nocobase[bot]
c6f24eb7fc
chore(versions): 😊 publish v1.3.26-beta
2024-09-29 01:20:34 +00:00