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

148 commits

Author SHA1 Message Date
Mikhail Rakhmanov
4a98522b4f
Remove legacy hash 2025-04-25 16:57:31 +02:00
Mikhail Rakhmanov
25bd9ca4a4
Fix misplaced hashes 2025-04-25 14:15:21 +02:00
Mikhail Rakhmanov
7202d8f0b8
Add legacy hash key to state storage 2025-04-23 18:11:35 +02:00
Mikhail Rakhmanov
68af5f1320
Fix rollbacks after commit 2025-04-22 15:50:17 +02:00
Mikhail Rakhmanov
f108cbc8c6
Add store changed test 2025-04-14 21:12:51 +02:00
Mikhail Rakhmanov
40f464aba8
Fix tests 2025-04-11 23:27:42 +02:00
Mikhail Rakhmanov
47b75137c8
Gen storage and fix tests 2025-04-11 23:04:16 +02:00
Mikhail Rakhmanov
d2ea2ba75d
Filter keyValue from stored ids 2025-04-07 15:52:50 +02:00
Mikhail Rakhmanov
38d822ec48
WIP key value architecture 2025-04-04 21:34:22 +02:00
Mikhail Rakhmanov
55bd460282
Remove snappy 2025-04-01 13:25:56 +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 Iudin
fc68f292c8
GO-5309 Cleanup graylog 2025-03-19 12:52:25 +01:00
Mikhail Rakhmanov
0cac23037c
Fix snapshot path, update mocks, ignore heads mismatch error 2025-03-11 16:20:44 +01:00
Mikhail Rakhmanov
3fd1e0b9ee
Fix rollbacks 2025-03-07 10:49:35 +01:00
Mikhail Rakhmanov
211158dae0
Create space storage in one transaction 2025-03-07 10:36:49 +01:00
mcrakhman
6f87526c2b
Fix headsync tests 2025-02-05 16:51:39 +01:00
mcrakhman
541f96f0cb
Fix deletionstate and settingsobject tests 2025-02-05 14:27:23 +01:00
mcrakhman
d17864b416
Regenerate mocks, fix synctree and syncacl tests 2025-02-04 23:45:45 +01:00
mcrakhman
8130471440
Expose headstorage collection keys 2025-01-30 17:06:34 +01:00
mcrakhman
647f2f41ae
Remove parser pool 2025-01-27 09:58:41 +01:00
mcrakhman
6fcb423181
Add parser 2025-01-24 21:09:57 +01:00
mcrakhman
83900859b3
Some logs 2025-01-23 15:25:51 +01:00
mcrakhman
bccb9d6c67
Derived tree fixes 2025-01-22 11:12:43 +01:00
mcrakhman
4b4287ebdd
Remove deleted unique constraint 2025-01-01 17:19:34 +01:00
mcrakhman
fdae244b64
Derived fixes 2024-12-31 00:10:41 +01:00
mcrakhman
1e87107991
Update head storage entries 2024-12-31 00:07:44 +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
06c409c060
Add fill diff on start check derived 2024-12-16 16:20:10 +01:00
mcrakhman
3ff8c909ad
Add hash change observer 2024-12-11 19:04:12 +01:00
mcrakhman
8b30267d5e
Fix sync integration test 2024-12-10 12:16:39 +01:00
mcrakhman
9a492af9a1
Refactor components for new storage 2024-12-09 11:51:06 +01:00
mcrakhman
425750a1e8
WIP head updates 2024-12-09 10:35:03 +01:00
mcrakhman
817c088781
WIP object deletion etc 2024-12-09 08:45:35 +01:00
mcrakhman
34fbb6baa8
Use headstorage everywhere 2024-12-03 22:21:24 +01:00
mcrakhman
4096d8a75c
Add state storage 2024-12-03 22:04:59 +01:00
mcrakhman
7600889730
Use headstorage in objecttree tests 2024-12-03 20:48:56 +01:00
mcrakhman
5492a43920
Headstorage 2024-12-03 20:29:45 +01:00
Sergey Cherepanov
944c9cf10a
stream keep alive 2024-11-15 17:45:35 +01:00
Anthony Akentiev
bc7e2f9258
Merge pull request #329 from anyproto/mocks-generate
Add mocks target to Makefile, regenerate mocks
2024-11-12 11:55:19 +01:00
Sergey Cherepanov
98e86b0330
Merge pull request #317 from anyproto/go-3957-log-mess-cleanup
GO-3957 Clean up logs
2024-11-11 16:17:26 +01:00
mcrakhman
8d84331206
Add precalculated diff response 2024-10-28 10:37:45 +01:00
Anthony Akentiev
4338440bed
Add mocks target to Makefile, regenerate mocks 2024-10-26 18:48:47 +01:00
Mikhail Iudin
7b1e76bc6a
GO-3957 Clean up logs 2024-10-15 21:54:03 +02:00
mcrakhman
6a1fd04f3b
Add deprecated comments to proto 2024-09-11 16:25:21 +02:00
Anatolii Smolianinov
71ac536769
make NewDiff private 2024-09-10 14:12:55 +02:00