2595 Commits

Author SHA1 Message Date
Chareice
b4f262d2da
Merge branch 'main' into next 2025-01-09 09:48:01 +08:00
ChengLei Shao
ec92727a20
fix: import with associations (#6024)
* fix: import with associations

* chore: console.log
2025-01-09 09:19:02 +08:00
nocobase[bot]
a9d30fe330 Merge branch 'main' into next 2025-01-08 13:33:21 +00:00
chenos
3c83c1b9cd chore: getHref 2025-01-08 21:32:31 +08:00
nocobase[bot]
4c7eb0b5c0 Merge branch 'main' into next 2025-01-08 12:43:31 +00:00
chenos
1d2b237e73
feat: add app.getFullUrl() method (#6019)
* feat: add app.getFullUrl() method

* fix: test error

* fix: test only
2025-01-08 20:43:07 +08:00
nocobase[bot]
7ade635d67 chore(versions): 😊 publish v1.5.0-beta.26 2025-01-08 12:21:37 +00:00
nocobase[bot]
8c75cc37f7 Merge branch 'main' into next 2025-01-08 03:22:01 +00:00
Katherine
5eb8f751da
fix: details block to render map field as map (#6010) 2025-01-08 11:21:39 +08:00
nocobase[bot]
becf6f69c9 chore(versions): 😊 publish v1.5.0-beta.25 2025-01-07 17:04:43 +00:00
nocobase[bot]
47c15ee633 Merge branch 'main' into next 2025-01-07 14:14:42 +00:00
ChengLei Shao
cd2418f3fa
chore: throw error when enable multi-app-manager in sub app (#6005) 2025-01-07 22:14:04 +08:00
nocobase[bot]
2fe0c222a0 Merge branch 'main' into next 2025-01-07 13:40:55 +00:00
Katherine
2b1614d99b
refactor: bulk edit form submit button: remove field assignment and linkage rule (#6008) 2025-01-07 21:40:24 +08:00
nocobase[bot]
350e6cd195 chore(versions): 😊 publish v1.5.0-beta.24 2025-01-07 12:43:44 +00:00
nocobase[bot]
1513568caa Merge branch 'main' into next 2025-01-06 13:11:37 +00:00
Katherine
648e282d48
refactor: target key (#6000) 2025-01-06 21:11:09 +08:00
nocobase[bot]
538c00c6fc Merge branch 'main' into next 2025-01-06 11:53:32 +00:00
Katherine
91a998fff8
fix: o2m support set nanoid as targetKey (#5999) 2025-01-06 19:53:11 +08:00
nocobase[bot]
53025253b1 chore(versions): 😊 publish v1.5.0-beta.23 2025-01-06 11:45:26 +00:00
nocobase[bot]
d127a224c4 chore(versions): 😊 publish v1.4.19 2025-01-06 07:45:09 +00:00
nocobase[bot]
73b5a50182 chore(versions): 😊 publish v1.4.18 2025-01-06 04:39:48 +00:00
Zeke Zhang
c950ee8c44 Merge branch 'main' into next 2025-01-05 22:12:11 +08:00
Zeke Zhang
92a60d61df
fix(mobile): fix SafeArea not working issue (#5991) 2025-01-05 22:02:11 +08:00
nocobase[bot]
3bcda86bd7 Merge branch 'main' into next 2025-01-05 03:59:02 +00:00
Katherine
9f35c6ce04
fix: issue with batch deletion of system and general fields in collection management (#5988) 2025-01-05 11:58:39 +08:00
nocobase[bot]
decac271c7 Merge branch 'main' into next 2025-01-05 03:58:22 +00:00
Katherine
38d1ab4f1b
fix: parent collection fields not loaded in the kanban (#5985) 2025-01-05 11:57:58 +08:00
nocobase[bot]
90738962af chore(versions): 😊 publish v1.5.0-beta.22 2025-01-04 11:55:51 +00:00
nocobase[bot]
8a0467fb5b chore(versions): 😊 publish v1.5.0-beta.21 2025-01-03 00:29:38 +00:00
nocobase[bot]
6ecf341256 Merge branch 'main' into next 2025-01-02 15:37:20 +00:00
YANG QIA
72255250fa
fix(data-vi): "Current popup record" variable issue (#5984) 2025-01-02 23:36:55 +08:00
Chareice
64229f8409
fix(async-task-manager): add progressThrottles 2025-01-02 22:50:50 +08:00
Junyi
b1b1dc6f13
fix(plugin-workflow-test): fix date fields precision (#5983) 2025-01-02 20:33:30 +08:00
Chareice
4180913651
fix(async-task-manager): get subapp name 2025-01-02 10:53:24 +08:00
nocobase[bot]
48c35ae8c4 chore(versions): 😊 publish v1.5.0-beta.20 2025-01-01 17:11:57 +00:00
Chareice
617c4cba10
fix: auth websocket 2025-01-02 00:22:05 +08:00
ChengLei Shao
2eb03c21e8
chore: refresh datasource (#5980) 2025-01-01 22:47:42 +08:00
Chareice
c1eb366701
fix: logout error 2025-01-01 22:28:50 +08:00
Chareice
d82935542e
fix: test 2025-01-01 13:44:58 +08:00
Chareice
58fe8e5eb5
fix: build 2025-01-01 13:40:34 +08:00
ChengLei Shao
23ac4eb229
feat: async task manager (#5979) 2025-01-01 13:04:03 +08:00
Chareice
2eacd69758
fix(import-action): i18n error 2025-01-01 10:11:27 +08:00
nocobase[bot]
8fa4c6371c chore(versions): 😊 publish v1.4.17 2024-12-31 14:10:09 +00:00
ChengLei Shao
61e7a89067
refactor: export action (#5665)
* chore: export xlsx command

* chore: container service

* chore: report export progress

* chore: export

* chore: performInsert

* chore: export command

* chore: base exporter

* chore: limit option

* chore: export

* chore: export

* chore: types

* chore: ws socket with auth

* refactor: refactor exporter, change addRows method to handleRow method to support row-by-row processing

* chore: xlsx exporter

* chore: base exporter

* chore: export limit

* chore: import action

* chore: load websocket

* chore: import action

* chore: object to cli args

* chore: import options

* chore: import action

* chore: import runner

* chore: import action

* chore: import options

* chore: import options

* chore: plugin load event

* chore: test

* chore: i18n

* chore: i18n

* chore: i18n

* fix: ws auth status

* chore: cache in data source

* chore: load datasource

* chore: import with field alias

* fix: build

* fix: test

* fix: build

* fix: import schema settings

* fix: import action

* fix: import progress

* chore: template creator

* fix: import error message

* fix: import error message

* chore: test

* chore: workflow dispatch event

* chore: export alias

* fix: typo

* chore: error render

* fix: event error

* chore: send message to tags

* fix: test

* fix: import action setting
2024-12-31 20:16:03 +08:00
nocobase[bot]
f85147d0b7 chore(versions): 😊 publish v1.5.0-beta.19 2024-12-30 23:49:06 +00:00
nocobase[bot]
08130f333e Merge branch 'main' into next 2024-12-30 13:39:37 +00:00
ChengLei Shao
98fb2063bc
chore: migrate old version unixtimestamp fields (#5967)
* chore: migrate old version unixtimestamp fields

* chore: migration

* fix: test
2024-12-30 21:39:13 +08:00
nocobase[bot]
9b7e920f94 Merge branch 'main' into next 2024-12-29 00:30:07 +00:00
ChengLei Shao
20a4e14d4b
fix: prevent creation of collection with existing name (#5962)
* Fix: prevent creation of collection with existing name

* fix: test

* fix: test
2024-12-29 08:29:41 +08:00