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

86 commits

Author SHA1 Message Date
Mikhail Rakhmanov
47b75137c8
Gen storage and fix tests 2025-04-11 23:04:16 +02:00
Mikhail Rakhmanov
21b0b9e835
WIP fix tests and key value 2025-04-11 22:31:55 +02:00
Mikhail Rakhmanov
a89b0e5012
Fixes for message exchange 2025-04-07 23:56:53 +02:00
Mikhail Rakhmanov
bb63dca331
Add sync with peer 2025-04-04 21:10:14 +02:00
Mikhail Rakhmanov
01b04d7dd2
Correctly send object type 2025-04-03 14:59:27 +02:00
Mikhail Rakhmanov
12ea073b98
Add object type to message for ignore purposes
# Conflicts:
#	commonspace/spacesyncproto/protos/spacesync.proto
#	commonspace/spacesyncproto/spacesync.pb.go
2025-04-03 14:58:35 +02:00
Mikhail Rakhmanov
0cac23037c
Fix snapshot path, update mocks, ignore heads mismatch error 2025-03-11 16:20:44 +01:00
Mikhail Rakhmanov
e3641033c2
Fix tests 2025-03-05 18:17:54 +01:00
Mikhail Rakhmanov
ab754b0dd4
Remove logs 2025-03-05 16:37:21 +01:00
mcrakhman
daefdae641
Remove deprecated sync tests 2025-02-04 23:47:50 +01:00
mcrakhman
d17864b416
Regenerate mocks, fix synctree and syncacl tests 2025-02-04 23:45:45 +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
mcrakhman
f1754c89cd
Remove some old code 2024-12-03 22:22:22 +01:00
mcrakhman
6d5e446b7a
Make tests more robust without delays 2024-11-15 20:12:01 +01:00
Sergey Cherepanov
49e46e0ee7
fix mocks 2024-11-15 17:55:41 +01:00
Anthony Akentiev
4338440bed
Add mocks target to Makefile, regenerate mocks 2024-10-26 18:48:47 +01:00
mcrakhman
2c6e49d99d
Fix error handling 2024-10-18 11:58:05 +02:00
mcrakhman
4573125d21
Wait chan before set connctrl 2024-08-24 00:11:10 +02:00
mcrakhman
cdf0de165b
Add deprecated object sync, improve sync names 2024-08-23 21:10:41 +02:00
mcrakhman
7701293b4b
Add object sync test and logs 2024-08-19 22:48:36 +02:00
mcrakhman
4ec18bf01c
HandleHeadUpdate tests 2024-08-19 16:56:36 +02:00
mcrakhman
cda52e7975
Add mocks for objectsync 2024-08-18 23:30:57 +02:00
mcrakhman
b32ea26747
Add tests for syncService 2024-08-18 21:28:52 +02:00
mcrakhman
a0d22b72d5
Update streampool messages 2024-08-16 21:33:53 +02:00
mcrakhman
415bf3313d
Update load iterator batch size 2024-08-16 12:26:26 +02:00
mcrakhman
2ba07d2b11
Update counting msg size 2024-08-15 09:18:06 +02:00
mcrakhman
7e9839336c
Add streampool msg size 2024-08-15 08:28:51 +02:00
mcrakhman
34a87a8a7a
Add tests for queues 2024-08-14 22:36:24 +02:00
mcrakhman
2a3886a508
Remove extra stuff 2024-08-14 00:58:48 +02:00
mcrakhman
e3a209ae9a
Rename sync components 2024-08-14 00:32:08 +02:00
mcrakhman
5a412b31e9
Fix multiqueue tests and simplify interfaces 2024-08-14 00:28:11 +02:00
mcrakhman
17af238f03
Rewrite to old streampool 2024-08-11 17:34:24 +02:00
mcrakhman
4e32768c19
Update any-sync 2024-08-09 11:44:46 +02:00
mcrakhman
eed5019bff
Run request pool 2024-08-09 11:13:53 +02:00
mcrakhman
54245aef82
Add global pool 2024-08-09 11:08:04 +02:00
mcrakhman
c271269722
Unmarshall head updates with sync pool 2024-08-08 22:29:10 +02:00
mcrakhman
b7f35484b2
Close request pools 2024-08-08 21:49:13 +02:00
mcrakhman
138df7a234
Add excluded limit 2024-08-08 12:01:44 +02:00
mcrakhman
17ea292584
Add new limiter configuration 2024-08-07 22:57:42 +02:00
mcrakhman
5ac5ced34f
Don't send unnecessary requests 2024-08-07 11:57:02 +02:00
mcrakhman
012a7ee5f0
Change gogo/protobuf to anyproto/protobuf 2024-08-02 11:14:12 +02:00
mcrakhman
9b7b92f5c2
Use GetObject everywhere 2024-07-31 23:32:42 +02:00
mcrakhman
dd8c552785
Use GetObject instead of GetTree for acl lists 2024-07-31 20:51:55 +02:00
mcrakhman
cf4c19b37d
Update compatibility with old protocol - requests 2024-07-31 00:51:40 +02:00
mcrakhman
2b9a8ee4cc
Fix EOF error 2024-07-30 20:57:43 +02:00
mcrakhman
4c42f499d1
Update to marshal append 2024-07-15 22:00:18 +02:00
mcrakhman
68a7ad4738
Change limit to non-blocking 2024-07-05 00:26:40 +02:00
mcrakhman
e82e92d5d2
Fix accidental broadcast 2024-07-04 23:38:53 +02:00
mcrakhman
561bb3bd04
Fix limit 2024-07-04 23:25:39 +02:00