Commit Graph

113 Commits

Author SHA1 Message Date
nocobase[bot]
3733676d6e chore(versions): 😊 publish v1.4.0-alpha.6 2024-11-08 01:15:45 +00:00
nocobase[bot]
b3ea409d6c chore(versions): 😊 publish v1.4.0-alpha.5 2024-11-08 00:48:42 +00:00
nocobase[bot]
6c8a2ae3b5 chore(versions): 😊 publish v1.4.0-alpha.4 2024-11-08 00:26:17 +00:00
nocobase[bot]
3801a2e145 chore(versions): 😊 publish v1.4.0-alpha.3 2024-11-07 14:57:03 +00:00
nocobase[bot]
a2d9b52ec5 chore(versions): 😊 publish v1.4.0-alpha.2 2024-11-06 09:44:44 +00:00
nocobase[bot]
e2dd54f338 chore(versions): 😊 publish v1.4.0-alpha.1 2024-11-06 06:59:06 +00:00
nocobase[bot]
1ca1a570c9 chore(versions): 😊 publish v1.4.0-alpha.0 2024-11-06 06:15:07 +00:00
mahuan
09b86bf18b refactor: standardize localization file name 2024-10-22 23:02:52 +08:00
nocobase[bot]
f0abab4ad0 Merge branch 'main' into next 2024-10-22 02:59:59 +00:00
Zhichao Gu
063ebd9d05
fix(formula): formula scope calc bug if fieldname like todos.0.sub_todos.0.title (#5469) 2024-10-22 10:59:37 +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
nocobase[bot]
fb88833b44 chore(versions): 😊 publish v1.3.33-beta 2024-10-16 23:26:23 +00: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
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
nocobase[bot]
6a41df2db3 chore(versions): 😊 publish v1.3.27-beta 2024-09-30 02:28:45 +00: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)
Some checks failed
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
猫鱼豆腐
af0c442268
feat(client): supports setting the text align in the style configuration item of the field (#5272)
Some checks are pending
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 FrontEnd Test / frontend-test (18) (push) Waiting to run
* feat(client): table text align

* refactor: remove useless code

* refactor: extract schemas outside the component

* chore: make e2e tests pass

* test: add e2e tests

* chore: fix build

---------

Co-authored-by: Zeke Zhang <958414905@qq.com>
2024-09-20 01:24:35 +08:00
nocobase[bot]
391adc2800 chore(versions): 😊 publish v1.3.23-beta
Some checks failed
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
43c6888634 Merge branch 'main' into next
Some checks are pending
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 FrontEnd Test / frontend-test (18) (push) Waiting to run
2024-09-04 13:19:02 +00:00
Katherine
dc43d06901
fix: formula field serve test (#5197)
Some checks are pending
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-09-04 21:18:44 +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
GitHub Actions Bot
37243021eb Merge branch 'main' into next 2024-09-03 02:20:18 +00:00
Katherine
4f56b0e559
fix: formula field adaptation time field (#5168) 2024-09-03 10:16:16 +08: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
nocobase[bot]
a0117480e0 chore(versions): 😊 publish v1.3.4-beta 2024-08-27 10:27:55 +00:00
nocobase[bot]
9dffefb90a chore(versions): 😊 publish v1.3.3-beta 2024-08-27 00:37:42 +00:00