1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-07 21:47:02 +09:00
Commit graph

101 commits

Author SHA1 Message Date
Sergey Cherepanov
ebb12e2fc7
fix 2025-06-02 16:12:28 +02:00
Sergey Cherepanov
4de1398b7b
optimize ldiff compare 2025-06-02 16:05:03 +02:00
Mikhail Rakhmanov
e03f2e6efd
Add compare diff 2025-04-02 16:36:23 +02:00
Mikhail Rakhmanov
fff55f732c
Remove println 2025-03-31 22:56:10 +02:00
Mikhail Rakhmanov
198b874b14
Remove id 2025-03-31 22:53:36 +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
Mikhail Rakhmanov
1ddab840d9
Diff fixes 2025-03-28 21:12:38 +01:00
Mikhail Rakhmanov
253968a8d8
Use string hash 2025-03-28 19:42:54 +01:00
Mikhail Rakhmanov
761b0e55f4
Use hashes instead of full strings 2025-03-28 18:53:08 +01:00
Mikhail Rakhmanov
b81b79b75b
Add diffcontainer once again 2025-03-21 12:44:14 +01:00
Mikhail Rakhmanov
cfc54ad61f
WIP fix diff 2025-03-21 11:45:30 +01:00
Mikhail Rakhmanov
0cac23037c
Fix snapshot path, update mocks, ignore heads mismatch error 2025-03-11 16:20:44 +01:00
mcrakhman
d17864b416
Regenerate mocks, fix synctree and syncacl tests 2025-02-04 23:45:45 +01:00
Mikhail Iudin
e31b078c69
GO-2076 Add TryRemove method to Ocache 2025-01-24 22:15:25 +01:00
Mikhail Iudin
7c5c5c1ed8
GO-4384 Add a non panicking method shouldcomponent 2024-12-11 13:50:48 +01:00
Mikhail Iudin
16aa0c4c2f
GO-4384 Add a non panicking method shouldcomponent 2024-12-11 13:26:58 +01:00
Mikhail Iudin
ee8b96d75a
GO-4384 Add a non panicking method shouldcomponent 2024-12-11 12:21:17 +01:00
Mikhail Iudin
badb332739
GO-3508 Add dependencies tracing 2024-12-06 19:33:58 +01:00
Anthony Akentiev
4338440bed
Add mocks target to Makefile, regenerate mocks 2024-10-26 18:48:47 +01:00
Anatolii Smolianinov
71ac536769
make NewDiff private 2024-09-10 14:12:55 +02:00
mcrakhman
b21234b4fe
Fix tests 2024-09-09 13:00:46 +02:00
mcrakhman
60742fb22a
Some fixes 2024-09-09 12:50:40 +02:00
Anatolii Smolianinov
4b5c912bc4
fix tests, init 2024-09-09 12:33:34 +02:00
Anatolii Smolianinov
fd23b7ad4d
trying to delete diffcontainer 2024-09-09 12:23:23 +02:00
Anatolii Smolianinov
5c38ecde14
remove initial diff 2024-09-06 11:30:13 +02:00
AnastasiaShemyakinskaya
e4400aadae
GO-3921: fix value check
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-08-23 12:12:37 +02:00
AnastasiaShemyakinskaya
9ca41da8b6
GO-3675: add error for nil value
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-08-22 11:23:20 +02:00
AnastasiaShemyakinskaya
daca9f0eab
GO-3675: fix nil pointer crash
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-07-05 18:39:19 +02:00
Mikhail Rakhmanov
ec754f11b8
Merge pull request #197 from anyproto/GO-791-rpc-rate-limter
GO-791: Add rate limiter
2024-04-02 14:01:08 +02:00
kirillston
27b310eb4c
GO-2341 Remove unnecessary alloc of close channel 2024-04-02 13:38:48 +02:00
mcrakhman
fcfd58d3f4
Add rate limiter 2024-03-28 16:28:00 +01:00
mcrakhman
7b83003b79
Add composite id for stat providers 2024-03-04 16:19:50 +01:00
Mikhail
a382f91434
Merge pull request #152 from anyproto/go-1293-fix-ocache
GO-1293 Remove ocache goroutine
2024-01-26 15:24:04 +03:00
Mikhail Iudin
0d66f3d8be
GO-1293 Remove ocache goroutine 2024-01-25 19:45:10 +01:00
Sergey
67907c89cc
Generate mocks 2024-01-24 10:01:00 +01:00
mcrakhman
679ae17cec
Change diff container locking 2023-12-08 21:07:02 +01:00
mcrakhman
9652dc5291
Add slices 2023-12-04 10:45:19 +01:00
mcrakhman
87b63ed18b
Add params comparison 2023-12-03 23:58:45 +01:00
mcrakhman
51f44b8032
Don't write hashes for empty ranges 2023-12-01 22:42:52 +01:00
mcrakhman
39e28159bb
Mark hash dirty 2023-12-01 21:42:16 +01:00
mcrakhman
a8a62b0923
Diff container 2023-12-01 00:23:24 +01:00
mcrakhman
5e67c668d2
Change algorithm to precalculate hashes 2023-11-28 22:29:45 +01:00
mcrakhman
71b857ff85
Few fixes 2023-11-21 17:11:51 +01:00
mcrakhman
717054d3fd
Add streampool stats 2023-11-21 16:56:38 +01:00
mcrakhman
b45d81a296
Stats aggregation 2023-11-21 09:26:49 +01:00
mcrakhman
ff57b9147b
Add get stat 2023-11-20 19:49:41 +01:00
mcrakhman
bdfab4bc2a
WIP request queue debug stat 2023-11-20 19:39:18 +01:00
mcrakhman
ce7bce7e48
Change treesyncer component and mocks 2023-09-27 22:41:33 +02:00
Sergey Cherepanov
ef128dd33f
switch to uber/gomock 2023-07-10 15:41:22 +02:00