1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00
Commit graph

44 commits

Author SHA1 Message Date
Mikhail Rakhmanov
f108cbc8c6
Add store changed test 2025-04-14 21:12:51 +02:00
Mikhail Rakhmanov
e735d23f04
Fix tests 2025-03-31 22:50:08 +02:00
Mikhail Rakhmanov
875ca9c48a
Benchmarks and snappy 2025-03-31 22:05:52 +02:00
mcrakhman
6f87526c2b
Fix headsync tests 2025-02-05 16:51:39 +01:00
mcrakhman
486c4f4a90
Merge branch 'main' into GO-4146-new-spacestore
# Conflicts:
#	commonspace/deletion_test.go
#	commonspace/headsync/headsync.go
#	commonspace/headsync/headsync_test.go
#	commonspace/object/tree/objecttree/objecttree.go
#	commonspace/object/tree/synctree/synctree.go
#	go.mod
#	go.sum
2024-12-27 19:20:57 +01:00
mcrakhman
9a492af9a1
Refactor components for new storage 2024-12-09 11:51:06 +01:00
Sergey Cherepanov
944c9cf10a
stream keep alive 2024-11-15 17:45:35 +01:00
mcrakhman
b21234b4fe
Fix tests 2024-09-09 13:00:46 +02:00
Anatolii Smolianinov
4b5c912bc4
fix tests, init 2024-09-09 12:33:34 +02:00
mcrakhman
898ee206cd
Fix tests 2024-08-23 23:14:29 +02:00
mcrakhman
0519718e51
Merge branch 'main' into GO-2482-full-sync-request-max-size
# Conflicts:
#	commonspace/headsync/diffsyncer.go
#	commonspace/object/acl/syncacl/requestfactory.go
#	commonspace/object/acl/syncacl/syncacl.go
#	commonspace/object/acl/syncacl/syncaclhandler.go
#	commonspace/object/acl/syncacl/syncaclhandler_test.go
#	commonspace/object/tree/synctree/requestfactory.go
#	commonspace/object/tree/synctree/synctree.go
#	commonspace/object/tree/synctree/synctreehandler.go
#	commonspace/object/tree/synctree/synctreehandler_test.go
#	commonspace/object/tree/synctree/treeremotegetter.go
#	commonspace/object/tree/synctree/treesyncprotocol.go
#	commonspace/object/tree/synctree/treesyncprotocol_test.go
#	commonspace/object/tree/synctree/utils_test.go
#	commonspace/objectsync/objectsync.go
#	commonspace/objectsync/synchandler/synchhandler.go
#	commonspace/requestmanager/requestmanager.go
#	commonspace/requestmanager/requestmanager_test.go
#	go.mod
#	net/rpc/rpctest/peer.go
#	net/secureservice/secureservice.go
2024-08-12 16:51:03 +02:00
mcrakhman
f4beb91316
Acl tests 2024-08-05 18:35:59 +02:00
mcrakhman
d63187cc8a
Fix diffsyncer test 2024-08-05 17:46:23 +02:00
mcrakhman
4efac4a239
Add requests and more stuff 2024-06-15 14:46:38 +02:00
mcrakhman
14f6a19835
Stop headsync with certain peer ids 2024-02-14 18:16:03 +01:00
Sergey Cherepanov
b52aa184d6
fix tests 2023-12-22 17:36:51 +01:00
mcrakhman
a8a62b0923
Diff container 2023-12-01 00:23:24 +01:00
mcrakhman
ce7bce7e48
Change treesyncer component and mocks 2023-09-27 22:41:33 +02:00
mcrakhman
8b0bb93a2f
Prevent connections on space deletion 2023-08-16 21:37:23 +02:00
Sergey Cherepanov
7250d309ea
peer.SetTTL method 2023-08-09 15:56:26 +02:00
mcrakhman
febfb72cec
Add diffsyncer tests 2023-07-12 12:09:55 +02:00
mcrakhman
098120da84
Update headsync tests 2023-07-11 13:58:59 +02:00
mcrakhman
822e7f374d
Change to consensus proto 2023-07-01 13:17:18 +02:00
mcrakhman
51eb5b1a42
Fix settings and deletion tests 2023-06-07 18:05:13 +02:00
mcrakhman
564c636391
Fix diffsyncer tests 2023-06-07 14:09:29 +02:00
mcrakhman
4ef617b1f2
More headsync tests 2023-06-07 13:06:37 +02:00
mcrakhman
2f5e0dd6c8
WIP headsync tests revive 2023-06-07 11:30:27 +02:00
mcrakhman
e9ea4e1d3e
Provide treemanager from outside for settings id 2023-05-26 20:21:07 +02:00
mcrakhman
f0a3edd798
Add tree syncer 2023-05-26 09:49:09 +02:00
mcrakhman
5b553f1a8d
Change headsync logic 2023-05-25 20:23:19 +02:00
Mikhail Iudin
dbae377351
fix imports 2023-05-23 14:47:24 +02:00
Sergey Cherepanov
39a8c59f83
stream ctx + peer addr 2023-05-04 17:38:34 +02:00
mcrakhman
07b16554cd
Change treegetter to treemanager and return BuildObjectTreeFunc 2023-04-18 00:34:14 +02:00
mcrakhman
307b741dc7
Update tryclose with ttl 2023-03-10 10:17:57 +01:00
mcrakhman
e1c4c472dd
Add tryclose everywhere 2023-03-09 22:52:31 +01:00
mcrakhman
a124dbc7ea
Update diffsyncer to directly sync settings tree 2023-03-06 11:08:27 +01:00
mcrakhman
dc72150c1a
Add credential provider 2023-03-02 22:04:37 +01:00
mcrakhman
b7c4bf8f1e
Add deletionmanager tests 2023-02-26 00:05:28 +01:00
mcrakhman
89fa4d71a3
Create methods for deleting space 2023-02-20 23:47:32 +01:00
mcrakhman
c95059b4c6
Add subscribe after push 2023-02-17 22:27:10 +01:00
Sergey Cherepanov
6cb9fc5092
streammanger -> peermanager, remove confconnector 2023-01-30 19:18:53 +03:00
mcrakhman
58646d8b0c
Transactional add in object tree 2023-01-15 15:49:09 +01:00
Sergey Cherepanov
ccfcc2f399
save space hash 2023-01-13 19:13:26 +03:00
Sergey Cherepanov
596a315c5f
make common module as any-sync repo 2023-01-05 15:34:09 +03:00
Renamed from common/commonspace/headsync/diffsyncer_test.go (Browse further)