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

386 commits

Author SHA1 Message Date
Mikhail Rakhmanov
1bf2a994c2
Remove nested locks in treestats collector 2025-06-04 15:38:51 +02:00
Mikhail Rakhmanov
ecee52638a
Add tests 2025-06-02 11:14:16 +02:00
Mikhail Rakhmanov
e97d484242
Get added changes on rebuild, simplify 2025-06-02 10:14:56 +02:00
Mikhail Rakhmanov
4207317899
Prevent cases when db returned empty changes 2025-05-22 14:00:44 +02:00
Mikhail Rakhmanov
ae90afb97d
Update verifier logic 2025-05-12 13:59:29 +02:00
Mikhail Rakhmanov
68af5f1320
Fix rollbacks after commit 2025-04-22 15:50:17 +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
b3003481d8
Fix parser issue in tree, add comments 2025-03-18 17:27:45 +01:00
Mikhail Rakhmanov
d808db7296
Add build time milliseconds 2025-03-18 14:29:43 +01:00
Mikhail Rakhmanov
425479172c
Add build time parameter 2025-03-18 13:51:06 +01:00
Mikhail Rakhmanov
28a8ac2aa3
Fix object request check 2025-03-17 16:48:16 +01:00
Mikhail Rakhmanov
8d9ad0f6d3
Add more node stats 2025-03-17 16:15:02 +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
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
Mikhail Rakhmanov
b1e153d574
Expose storagechangebuilder 2025-03-04 21:24:34 +01:00
Sergey
786e73cba5
Fix memory pooling for RawTreeChange 2025-02-27 16:36:59 +01:00
mcrakhman
dbdaeb811d
Add history test and remove todo 2025-02-07 15:15:17 +01:00
mcrakhman
80826e7a0e
Add corrupted check 2025-02-06 12:56:28 +01:00
mcrakhman
75e1d34ba3
Revive test checking tree root with incorrect acl 2025-02-05 20:05:07 +01:00
mcrakhman
6f87526c2b
Fix headsync tests 2025-02-05 16:51:39 +01:00
mcrakhman
4de44b020a
Fix commonspace tests 2025-02-05 13:09:32 +01:00
mcrakhman
d17864b416
Regenerate mocks, fix synctree and syncacl tests 2025-02-04 23:45:45 +01:00
mcrakhman
4c5826bfa4
Expose more storage keys 2025-01-29 22:18:30 +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
95cfbf2339
Change to find id with parser 2025-01-22 20:01:04 +01:00
mcrakhman
bccb9d6c67
Derived tree fixes 2025-01-22 11:12:43 +01:00
mcrakhman
2e31a7697c
Add second sorting 2025-01-21 15:44:16 +01:00
mcrakhman
9d8321e5a2
Manage seen heads 2025-01-21 15:42:35 +01:00
mcrakhman
a63285c8ef
Update init in change differ 2025-01-21 14:12:15 +01:00
mcrakhman
b89d252396
Update storage 2025-01-20 19:08:24 +01:00
mcrakhman
3a6c0c1cae
Not verify during migration 2025-01-16 00:45:55 +01:00
mcrakhman
3366ffbfb7
Ensure index only once 2025-01-15 19:44:08 +01:00
mcrakhman
73e79a9173
Change visited logic 2025-01-10 15:10:03 +01:00
mcrakhman
e1468c6539
Merge branch 'GO-4709-change-differ' into GO-4146-new-spacestore 2025-01-10 14:22:03 +01:00
mcrakhman
915d7d0384
Change AddContentWithValidator 2025-01-09 19:56:50 +01:00
mcrakhman
b97ff65643
Add already migrated logic 2025-01-08 18:33:13 +01:00
mcrakhman
4f695f8656
Change delete 2025-01-05 17:43:33 +01:00
mcrakhman
0b5a6e2c49
Change deletion logic 2025-01-04 19:28:24 +01:00
mcrakhman
497a467768
Fix for deleted storages 2025-01-04 16:22:57 +01:00
mcrakhman
b103f553e5
Use single collection for changes 2025-01-04 15:26:51 +01:00
mcrakhman
43a8bf9071
Fix tree reduce 2025-01-04 12:02:04 +01:00
mcrakhman
c9fb06d048
Debug 2025-01-01 16:08:45 +01:00
mcrakhman
001e110a3d
Few fixes 2024-12-31 18:13:05 +01:00
mcrakhman
870a822c09
Return correct error in storage 2024-12-31 00:30:56 +01:00
mcrakhman
64eb0ea5f6
Fix error and header 2024-12-30 23:40:17 +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