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

61 commits

Author SHA1 Message Date
Mikhail Rakhmanov
95ba16876a
Add space pull with acls 2025-06-04 15:35:33 +02:00
Mikhail Rakhmanov
79d0352d6d
Add record verifier and encoding 2025-05-11 11:57:06 +02:00
Mikhail Rakhmanov
d2498a1c56
Fix tests 2025-04-22 16:13:18 +02:00
Mikhail Rakhmanov
22b1457e32
KeyValue store test infra and refactor payloads 2025-04-09 00:48:26 +02:00
Mikhail Rakhmanov
b81b79b75b
Add diffcontainer once again 2025-03-21 12:44:14 +01:00
Mikhail Rakhmanov
742e87cb79
Expose creation of storage payload 2025-03-04 10:49:36 +01:00
mcrakhman
4de44b020a
Fix commonspace tests 2025-02-05 13:09:32 +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
8b30267d5e
Fix sync integration test 2024-12-10 12:16:39 +01:00
mcrakhman
f30ab827d2
Make integration test compile 2024-12-09 23:51:34 +01:00
Sergey Cherepanov
49e46e0ee7
fix mocks 2024-11-15 17:55:41 +01:00
mcrakhman
f2f7fd60e2
Rename fixture 2024-08-23 23:51:38 +02:00
mcrakhman
898ee206cd
Fix tests 2024-08-23 23:14:29 +02:00
mcrakhman
550ba490fd
Add queue size to stream pool 2024-08-14 18:50:33 +02:00
mcrakhman
e3a209ae9a
Rename sync components 2024-08-14 00:32:08 +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
17af238f03
Rewrite to old streampool 2024-08-11 17:34:24 +02:00
mcrakhman
54245aef82
Add global pool 2024-08-09 11:08:04 +02:00
mcrakhman
e05b2146fa
WIP compatibility 2024-07-03 10:56:04 +02:00
mcrakhman
bab5cb694f
Add protocol version to context and add new sync logic 2024-07-02 11:38:03 +02:00
mcrakhman
ed7d81fcfc
Merge branch 'main' into GO-2482-full-sync-request-max-size
# Conflicts:
#	commonspace/object/acl/syncacl/syncacl.go
#	commonspace/space.go
#	commonspace/spaceservice.go
#	commonspace/spaceutils_test.go
2024-06-19 09:19:14 +02:00
mcrakhman
fd27cf8650
Fix test 2024-06-18 22:14:26 +02:00
mcrakhman
b3d3b3ea92
Merge branch 'stable-any-sync' into GO-2482-full-sync-request-max-size
# Conflicts:
#	commonspace/objectsync/objectsync.go
#	commonspace/spaceutils_test.go
#	go.sum
2024-06-18 22:12:12 +02:00
mcrakhman
ee53e956a8
WIP sync integration test 2024-06-18 22:02:36 +02:00
mcrakhman
a8655e788e
Fix no such account 2024-06-18 11:32:27 +02:00
mcrakhman
b83feba0cc
Test fixes 2024-06-17 23:23:28 +02:00
mcrakhman
8de351a303
WIP integration test deps 2024-06-17 22:11:18 +02:00
mcrakhman
acc78e7080
Add fixtures for testing 2024-06-15 21:51:50 +02:00
AnastasiaShemyakinskaya
88559b457a
GO-3170: remove not needed code
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-05-31 10:26:29 +02:00
AnastasiaShemyakinskaya
a2b8442749
GO-3170: add pick function
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-05-28 15:03:17 +02:00
AnastasiaShemyakinskaya
89a4040447
GO-3170: merge branch with p2p status
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-05-24 16:29:26 +02:00
AnastasiaShemyakinskaya
b44a79d5b7
GO-3170: remove not needed artefacts
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-05-22 12:17:38 +02:00
AnastasiaShemyakinskaya
bce16b1783
GO-3170: fix tests
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-05-15 09:40:42 +02:00
AnastasiaShemyakinskaya
8e549adc21
GO-3170: add space sync status event sending during diff sync
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-05-08 13:32:20 +02:00
Sergey Cherepanov
663bc10794
fix coordinatorclient mocks 2024-04-16 14:33:10 +02:00
Sergey Cherepanov
3a3be11416
Merge branch 'main' of github.com:anyproto/any-sync into GO-3125-shared-spaces-limit 2024-04-02 18:45:31 +02:00
Sergey Cherepanov
36929fc83b
coordinatorproto: aclHeads to spaceMakeUnshareable 2024-04-02 14:21:29 +02:00
Sergey Cherepanov
ed3b8ff03f
fix test 2024-03-26 16:52:25 +01:00
mcrakhman
8bc8477f6d
Add mock nodeclient and fix tests 2024-03-26 16:24:35 +01:00
Sergey Cherepanov
870f6375df
fix test 2024-03-12 19:47:31 +01:00
mcrakhman
d069531f69
Add mock coordinator client 2024-02-19 19:45:37 +01:00
mcrakhman
50ae342d44
Add stop sync method 2024-02-14 18:37:59 +01:00
mcrakhman
14f6a19835
Stop headsync with certain peer ids 2024-02-14 18:16:03 +01:00
Anton Akentev
fe8cba6225 Add NodeTypeNamingNode and NodeTypePaymentProcessingNode to nodeconf 2023-11-01 12:42:03 +00:00
mcrakhman
ce7bce7e48
Change treesyncer component and mocks 2023-09-27 22:41:33 +02:00
mcrakhman
854079d1be
Add auxiliary methods to acl for getting records, export peer manager 2023-07-18 14:35:36 +02:00
mcrakhman
51eb5b1a42
Fix settings and deletion tests 2023-06-07 18:05:13 +02:00
mcrakhman
66775873c7
Add syncstatusprovider 2023-06-05 20:44:27 +02:00
mcrakhman
b85f545fa3
Update connections on space level 2023-06-04 11:17:56 +02:00
mcrakhman
748681d765
WIP rearrange components 2023-06-03 15:57:55 +02:00