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

378 commits

Author SHA1 Message Date
mcrakhman
bee4d51760
Remove compatible version check 2024-12-06 10:02:03 +01:00
mcrakhman
f9a84f23f9
Validate recently added change just in case 2024-11-29 13:46:35 +01:00
mcrakhman
b4a6bee27d
Change naming 2024-11-28 21:59:38 +01:00
mcrakhman
c899e45b29
Fix incorrect root validation 2024-11-28 21:56:56 +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
mcrakhman
a688da6083
Correct rollback 2024-11-07 16:49:37 +01:00
mcrakhman
f594f08193
Fix locking 2024-11-06 19:15:07 +01:00
mcrakhman
d3a52a5d57
Add tests for collector 2024-11-05 15:35:31 +01:00
mcrakhman
dbcff27bf9
Add reduce tests 2024-11-05 15:08:00 +01:00
mcrakhman
c179d9b40b
Update possible roots 2024-11-05 12:58:15 +01:00
mcrakhman
8d37bd3ef9
Don't use memory several times 2024-11-05 12:10:52 +01:00
mcrakhman
68e86d25b3
Add set empty data 2024-11-04 18:44:55 +01:00
mcrakhman
3f5fb2fe36
Collect directly in storage 2024-11-04 18:16:04 +01:00
mcrakhman
785bfdb52f
Optimize tree reduce 2024-11-04 16:36:30 +01:00
Anthony Akentiev
4338440bed
Add mocks target to Makefile, regenerate mocks 2024-10-26 18:48:47 +01:00
mcrakhman
fdbd3d0982
Fix deletion check 2024-10-24 08:28:36 +02:00
Mikhail Iudin
c5f76f1e68
Fix 2024-10-23 18:19:57 +02:00
mcrakhman
70214fec8a
Remove common storage 2024-09-24 11:20:38 +02:00
mcrakhman
b21234b4fe
Fix tests 2024-09-09 13:00:46 +02:00
mcrakhman
dad05d1ef6
Update flusher 2024-09-03 00:11:37 +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
7c99270914
Add test for failed update 2024-09-01 22:50:04 +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
mcrakhman
ca5361cf76
Add exceed max size test 2024-08-28 15:40:10 +02:00
Sergey
f56a3f1a08
Merge branch 'main' of github.com:anyproto/any-sync into add-content-with-validator
# Conflicts:
#	commonspace/object/tree/synctree/synctree_test.go
2024-08-26 15:07:33 +02:00
mcrakhman
a49b816acf
Don't sync with old peers 2024-08-24 15:27:13 +02:00
mcrakhman
3fec782d97
Merge branch 'main' into GO-2482-full-sync-request-max-size
# Conflicts:
#	commonspace/object/tree/synctree/mock_synctree/mock_synctree.go
#	commonspace/object/tree/synctree/synctree.go
#	commonspace/object/tree/synctree/synctreehandler.go
#	commonspace/object/tree/synctree/synctreehandler_test.go
#	commonspace/object/tree/synctree/treesyncprotocol.go
#	commonspace/object/tree/synctree/treesyncprotocol_test.go
#	commonspace/spaceutils_test.go
#	net/streampool/streampool.go
2024-08-23 23:20:45 +02:00
mcrakhman
898ee206cd
Fix tests 2024-08-23 23:14:29 +02:00
mcrakhman
5414824ea1
Add syncaclhandler tests 2024-08-23 22:32:49 +02:00
mcrakhman
fca072dac5
Sync acl handle head update tests 2024-08-23 21:51:21 +02:00
mcrakhman
cdf0de165b
Add deprecated object sync, improve sync names 2024-08-23 21:10:41 +02:00
mcrakhman
def37259e7
Handle request and response 2024-08-23 19:05:31 +02:00
mcrakhman
8419b71eeb
Test handle stream request 2024-08-23 18:47:29 +02:00
mcrakhman
2fd35c4dc7
HeadUpdateHandle tests 2024-08-23 18:17:38 +02:00
AnastasiaShemyakinskaya
9510956c57
Merge branch 'main' of github.com:anyproto/any-sync into go-3273-fix-history-protocol-and-implementation 2024-08-23 16:35:42 +02:00
AnastasiaShemyakinskaya
02e54a19dd
GO-2373: fix comments
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-08-23 12:17:35 +02:00
mcrakhman
28759f7b47
WIP synchandler tests 2024-08-21 21:13:45 +02:00
mcrakhman
eac6c130ab
Add some SyncTree tests 2024-08-20 18:27:53 +02:00
mcrakhman
f2c1571a33
Add some objecttree tests 2024-08-20 09:47:52 +02:00
mcrakhman
314fb38718
Send head updates on put 2024-08-19 20:56:51 +02:00
mcrakhman
f698a03b38
Send updates on put tree 2024-08-19 20:54:39 +02:00
AnastasiaShemyakinskaya
49b9964b13
GO-3273: refactoring
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-08-19 15:23:28 +02:00
mcrakhman
cda52e7975
Add mocks for objectsync 2024-08-18 23:30:57 +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
8caf60f4fb
Update mocks 2024-08-15 13:24:00 +02:00
mcrakhman
ccb2f5c7d4
Update treebuilder to restore tree 2024-08-15 12:46:20 +02:00
mcrakhman
2ba07d2b11
Update counting msg size 2024-08-15 09:18:06 +02:00