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
GitHub Actions Bot
a777e0975f
Merge branch 'main' into next
2024-09-06 23:54:09 +00:00
chenos
6d2f17a7c3
feat: provide more user-friendly application-level error messages ( #5220 )
...
* fix: display app maintaining message
* fix: app error
2024-09-07 07:53:50 +08:00
nocobase[bot]
ead089784e
chore(versions): 😊 publish v1.3.16-beta
2024-09-06 08:59:59 +00:00
YANG QIA
bd942342b0
fix(auth): should set user token as invalid when changing password ( #5212 )
...
* fix(auth): should log user out when changing password
* fix: add passwordChangeTZ
* fix: clear local token when token is invalid
* fix: test
* fix: field name
2024-09-06 14:43:14 +08:00
mytharcher
26e921e46c
fix(server): fix package version in peer dependency
2024-09-04 14:29:09 +08:00
mytharcher
6c32c76c07
fix(server): fix package version in peer dependency
2024-09-04 14:27:43 +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
mytharcher
d9a7ce2b4c
Merge branch 'T-4910' into T-4910-dev
2024-08-28 15:13:53 +08:00
mytharcher
5b426064ad
fix(server): fix package import
2024-08-28 15:13:40 +08:00
mytharcher
3f2b3f079c
Merge branch 'develop' into T-4910-dev
2024-08-28 09:50:54 +08: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
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
mytharcher
d0dc0428fb
fix(plugin-field-sort): fix build and test cases
2024-08-26 23:28:58 +08:00
Junyi
845a6bd447
fix(server): fix import crypto in pub sub manager ( #5111 )
2024-08-26 21:04:09 +08:00
mytharcher
65b6fb7b03
fix(server): fix build errors
2024-08-26 21:02:10 +08:00
mytharcher
9b9e03ea19
refactor(plugin-field-sort): move sort field to plugin
2024-08-26 18:27:10 +08:00
mytharcher
0935b898fb
refactor(core): move lock-manager to independent package to be used in db
2024-08-26 17:59:16 +08:00
mytharcher
483ea698b1
feat(server): add api
2024-08-26 17:57:45 +08:00
mytharcher
c17dfd36b8
refactor(server): adjust types
2024-08-26 17:57:45 +08:00
chenos
dcb22c8ce3
fix: lockManager.close
2024-08-26 17:57:45 +08:00
mytharcher
387e16f3bf
refactor(server): change variable names and use singleton for local lock
2024-08-26 17:57:45 +08:00
mytharcher
47ced56eb6
refactor(server): refactor api and local lock
2024-08-26 17:57:45 +08:00
mytharcher
615384e3cf
feat: pub/sub manager ( #4933 )
...
* feat: pub/sub manager
* fix: test case
* fix: test error
* fix: test error
* feat: skip self
* feat: debounce
* feat: improve code
* fix: test error
* feat: test cases
* feat: test cases
* fix: improve code
* fix: improve code
* feat: improve code
* fix: improve code
* fix: test case
* fix: typo
* fix: createPubSubManager
* fix: delete messageHandlers
* fix: test case
* feat: improve code
* fix: test error
* fix: test error
* refactor(server): adapt to new api and fix test
* fix(plugin-data-source-main): fix changed api
* fix: test error
* fix: remove sync-manager test case
* chore(server): remove legacy code
* fix(plugin-workflow): fix send sync message with transaction
* chore(server): remove legacy code
* chore(server): remove legacy code
* fix(plugin-workflow): fix test case
* fix(plugin-workflow): fix test case
* test(server): test skip-install parameter in cluster
* test(server): avoid multiple installation in cluster
* test(server): installation in cluster
* feat: sync collection using sync manager (#4920 )
* chore: sync collection message
* chore: sync acl
* fix: typo
* chore: sync data source
* chore: remove collection
* fix: typo
* fix: test
* chore: sync sub app event
* chore: sync collection test
* chore: collection test
* chore: test
* chore: data source sync message
* chore: sync multi app
* chore: test
* chore: test
* chore: test
* chore: test
* chore: test
* chore: error message
* fix(server): add type and remove log
* fix(server): not to publish when adpater is not connected
* refactor(server): refine types
* chore: timeout
* fix(server): fix pubSubManager options
* test(ci): test ci checkout
---------
Co-authored-by: mytharcher <mytharcher@gmail.com>
Co-authored-by: ChengLei Shao <chareice@live.com>
2024-08-26 17:57:21 +08:00
mytharcher
71a1ddf69e
feat(server): add lock manager to server
2024-08-26 16:36:39 +08:00
mytharcher
fc0cab3cb5
fix(server): fix pubSubManager options
2024-08-26 16:35:09 +08:00
Chareice
349fb319c4
chore: timeout
2024-08-26 16:35:09 +08:00
mytharcher
77af3154cf
refactor(server): refine types
2024-08-26 16:35:09 +08:00
mytharcher
a9cc8a17fa
fix(server): not to publish when adpater is not connected
2024-08-26 16:35:09 +08:00
Chareice
9edaa9183a
chore: error message
2024-08-26 16:35:09 +08:00
ChengLei Shao
28cda22a79
feat: sync collection using sync manager ( #4920 )
...
* chore: sync collection message
* chore: sync acl
* fix: typo
* chore: sync data source
* chore: remove collection
* fix: typo
* fix: test
* chore: sync sub app event
* chore: sync collection test
* chore: collection test
* chore: test
* chore: data source sync message
* chore: sync multi app
* chore: test
* chore: test
* chore: test
* chore: test
* chore: test
2024-08-26 16:35:07 +08:00
mytharcher
fd8c9932d4
chore(server): remove legacy code
2024-08-26 16:32:55 +08:00
mytharcher
69b95c5f7e
chore(server): remove legacy code
2024-08-26 16:32:55 +08:00
mytharcher
773172c030
chore(server): remove legacy code
2024-08-26 16:32:55 +08:00
chenos
a16df8aa2f
fix: remove sync-manager test case
2024-08-26 16:32:55 +08:00
mytharcher
b61895d309
refactor(server): adapt to new api and fix test
2024-08-26 16:31:12 +08:00
chenos
eb56a7be0e
fix: test error
2024-08-26 16:31:12 +08:00