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

82 commits

Author SHA1 Message Date
Mikhail Rakhmanov
0cac23037c
Fix snapshot path, update mocks, ignore heads mismatch error 2025-03-11 16:20:44 +01:00
mcrakhman
6f87526c2b
Fix headsync tests 2025-02-05 16:51:39 +01:00
mcrakhman
915d7d0384
Change AddContentWithValidator 2025-01-09 19:56:50 +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
c8b0b8203a
Add oldstorage 2024-12-24 12:48:23 +01:00
mcrakhman
3ff8c909ad
Add hash change observer 2024-12-11 19:04:12 +01:00
mcrakhman
4060951033
Correct error handling on storage create 2024-12-10 17:14:53 +01:00
mcrakhman
9a492af9a1
Refactor components for new storage 2024-12-09 11:51:06 +01:00
mcrakhman
5492a43920
Headstorage 2024-12-03 20:29:45 +01:00
mcrakhman
f9a84f23f9
Validate recently added change just in case 2024-11-29 13:46:35 +01:00
mcrakhman
e95cf6b784
More store fixes 2024-11-25 13:14:51 +01:00
mcrakhman
0705d1a6b8
Make tests compile 2024-11-22 17:16:15 +01:00
mcrakhman
3a4a9d15a1
WIP preliminary storage impl 2024-11-21 16:44:29 +01:00
mcrakhman
5bbf4aa8f6
WIP storage 2024-11-20 18:12:44 +01:00
mcrakhman
0cf4118ba6
Remove rawLoader 2024-11-19 07:22:44 +01:00
mcrakhman
6052649d7b
Load iterator and tree builder changes, remove raw loader 2024-11-18 21:28:21 +01:00
mcrakhman
eca8e37707
Load iterator and snapshot checks 2024-11-18 21:07:46 +01:00
mcrakhman
314f6b035d
NewStorage 2024-11-17 20:48:11 +01:00
mcrakhman
77f7c3881a
Add merged head order 2024-11-17 20:35:25 +01:00
mcrakhman
046006d006
Work on reduce 2024-11-17 18:42:21 +01:00
mcrakhman
a688da6083
Correct rollback 2024-11-07 16:49:37 +01:00
mcrakhman
fdbd3d0982
Fix deletion check 2024-10-24 08:28:36 +02:00
mcrakhman
fa1ea8d417
Add IterateSkip 2024-09-02 15:58:27 +02:00
mcrakhman
2ba5555b6e
Use type aliases for functions 2024-09-01 22:54:15 +02:00
mcrakhman
7ec1e2aa8f
Add changes with transactions 2024-09-01 22:44:07 +02:00
mcrakhman
3b2acf8021
Merge remote-tracking branch 'origin/add-content-with-validator' into GO-3996-add-tree-transactions
# Conflicts:
#	commonspace/object/tree/objecttree/change.go
#	commonspace/object/tree/objecttree/objecttree.go
#	commonspace/object/tree/synctree/synctree_test.go
2024-08-29 16:17:50 +02:00
Sergey
5b31ec812a
Object Tree: Add method AddContentWithValidator 2024-08-09 13:13:24 +02:00
mcrakhman
e70272d79f
Clear unattached changes 2024-07-16 13:56:00 +02:00
mcrakhman
7aa784a985
Add flush logic 2024-06-22 16:43:38 +02:00
mcrakhman
74ba1fe6d2
Add flusher logic 2024-06-22 16:27:18 +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
9c856abb1f
Differentiate logs 2024-05-21 14:51:14 +02:00
mcrakhman
9c1b7a82f9
Add more rebuild logs 2024-05-21 14:44:02 +02:00
mcrakhman
fab12e7b4a
Fix tests 2024-05-19 14:23:04 +02:00
mcrakhman
d9aad302f2
Fix invalid change and add logs 2024-05-19 14:11:07 +02:00
mcrakhman
246e18629b
Add more error logs 2024-05-16 13:41:40 +02:00
mcrakhman
f8b49b36b5
Add verbose errors 2024-05-16 13:28:32 +02:00
mcrakhman
b7e4437303
Fix tree deletion and simultaneous access 2024-05-13 19:22:51 +02:00
mcrakhman
869943723e
Load iterator 2024-03-19 11:32:50 +01:00
mcrakhman
8c9682212f
WIP load iterator from object tree 2024-03-05 20:48:12 +01:00
mcrakhman
c16812df55
Get read keys if possible 2024-02-14 22:17:44 +01:00
mcrakhman
bbafd52502
Permissions check fix 2024-02-14 21:55:31 +01:00
mcrakhman
ea956f1ffc
Filter no read key changes 2024-02-14 16:27:43 +01:00
mcrakhman
141ab46e38
AddContent correct encryption and tests 2024-02-01 16:37:11 +01:00
mcrakhman
9bb40306cf
Validate keys and add tests 2024-01-30 20:09:32 +01:00
mcrakhman
3608a6949f
Add new derivation mechanism 2023-09-26 18:49:04 +02:00
mcrakhman
bd51de8fc7
Add change to convert func 2023-08-16 11:54:11 +02:00
mcrakhman
10687d2dc1
Add datatype and check for periodicsync 2023-08-08 10:47:04 +02:00
mcrakhman
37e4ac1f9c
Fix reading keys for non-members 2023-08-02 13:45:57 +02:00
mcrakhman
bc20ea3a55
Add metadata key logic and refactor acl 2023-08-01 11:57:59 +02:00