617 Commits

Author SHA1 Message Date
Sergey Cherepanov
09aee68bd7
debug 2023-01-24 16:23:35 +03:00
Sergey Cherepanov
ebe05db662
peer and space last usage 2023-01-20 19:32:38 +03:00
Sergey Cherepanov
64e5479ca0
sync fixes + fix tests 2023-01-20 14:55:45 +03:00
Sergey Cherepanov
7fdd4f215e
merge 2023-01-19 15:25:34 +03:00
Sergey Cherepanov
79d81662ce
commonspace with new streampool 2023-01-19 15:17:04 +03:00
Sergey Cherepanov
330c97ab30
common streampool pkg 2023-01-18 13:46:49 +03:00
Sergey Cherepanov
c1bf0e12cc
PoolService still keeps the default Pool but with ability to create new pools 2023-01-18 13:44:50 +03:00
mcrakhman
a5f01265d6
Fix timestamps 2023-01-18 10:06:01 +01:00
mcrakhman
9b9c278718
Few fixes re history 2023-01-18 09:16:38 +01:00
mcrakhman
e7ee5dd864
Optimize interfaces 2023-01-18 08:36:54 +01:00
mcrakhman
d466d40cf0
Expose header in history 2023-01-18 08:24:33 +01:00
mcrakhman
0acc14144a
Add GetChange method to tree 2023-01-18 08:07:47 +01:00
mcrakhman
41f66edfb9
WIP history tree 2023-01-17 23:07:15 +01:00
mcrakhman
9c41451986
Update synctree to be able to provide listener 2023-01-17 15:16:04 +01:00
mcrakhman
fb4e2b1fc9
Update delete loop 2023-01-17 00:04:14 +01:00
mcrakhman
ea5856c4b0
Refactor commongetter to hide reserved objects 2023-01-16 20:34:26 +01:00
mcrakhman
cf464ef25f
Save tls listeners 2023-01-15 23:41:54 +01:00
Sergey Cherepanov
bded394761
Merge pull request #4 from anytypeio/net-fixes
Net fixes
v0.0.4
2023-01-15 22:53:07 +03:00
Sergey Cherepanov
ef1155743e
Merge branch 'middleware-compatibility' of github.com:anytypeio/any-sync into net-fixes 2023-01-15 22:50:53 +03:00
Sergey Cherepanov
4ff4c5950d
pool.Get instead pool.Dial for pullSpace 2023-01-15 22:45:43 +03:00
Sergey Cherepanov
8e1053a116
addr in dial logs 2023-01-15 22:44:09 +03:00
Sergey Cherepanov
576cef2d53
fix nil ctx 2023-01-15 18:23:46 +03:00
mcrakhman
5e23680b36
Transactional add in object tree 2023-01-15 15:49:09 +01:00
Sergey Cherepanov
4e7c3840ac
log connection error 2023-01-15 17:13:17 +03:00
mcrakhman
265b64b6f0
Make settings iterate from root, hide settings from user 2023-01-14 22:24:57 +01:00
mcrakhman
3bd8c92f51
Change objecttree to set mode Rebuild if we update the snapshot after current heads 2023-01-14 20:59:54 +01:00
Sergey Cherepanov
a51f26c785
Merge branch 'nodesync' v0.0.3 2023-01-14 16:57:59 +03:00
Mikhail Rakhmanov
af753ec392
Merge pull request #3 from anytypeio/nodesync 2023-01-14 14:51:42 +01:00
Sergey Cherepanov
8de24af4b9
write space hash on open 2023-01-13 19:51:29 +03:00
Sergey Cherepanov
790be1b02b
save space hash 2023-01-13 19:13:26 +03:00
Sergey Cherepanov
a093e1c9f0
StateHash method for space 2023-01-13 17:02:25 +03:00
Sergey Cherepanov
3381a84dec
nodeconf Partition + ReplKey + configuration tests 2023-01-13 15:41:08 +03:00
Sergey Cherepanov
42913d3d18
shorter repl key 2023-01-13 15:40:20 +03:00
Mikhail Rakhmanov
b84dfc595f
Merge pull request #1 from anytypeio/middleware-compatibility v0.0.2 2023-01-13 13:09:39 +01:00
mcrakhman
b6be4e8975
Change PutTree 2023-01-13 12:59:13 +01:00
mcrakhman
25a52f41b8
Update synctree to connect with responsible node 2023-01-13 12:55:28 +01:00
Sergey Cherepanov
18bc3314fe
Merge branch 'main' into middleware-compatibility 2023-01-13 14:19:49 +03:00
mcrakhman
4c4abc9266
Update any-sync to wait sync for docs 2023-01-13 11:42:44 +01:00
Sergey Cherepanov
8cf6ad560e test account improve 2023-01-13 12:11:20 +03:00
Sergey Cherepanov
059f0ca636 update chash 2023-01-13 10:40:34 +03:00
Sergey Cherepanov
4cb79eeab9 nodeconf: expose CHash 2023-01-13 10:14:50 +03:00
Sergey Cherepanov
9f0c7f4711 Merge branch 'middleware-compatibility' of github.com:anytypeio/any-sync into middleware-compatibility 2023-01-12 13:53:51 +03:00
Sergey Cherepanov
cfbae15999 net pool metrics 2023-01-12 13:53:32 +03:00
mcrakhman
a7a54bcc8b Add handling for root ids 2023-01-11 19:18:04 +01:00
mcrakhman
1eed7e5050 Change object tree debug dump 2023-01-11 19:04:47 +01:00
Grigory Efimov
d21dd91a77 .github/workflows/coverage.yml update actions 2023-01-11 20:32:06 +03:00
Grigory Efimov
c792ff1fcb fix set-output 2023-01-11 20:25:15 +03:00
Grigory Efimov
ec96ecafcc .github/workflows/coverage.yml add go-cache-paths 2023-01-11 20:20:28 +03:00
Grigory Efimov
b875c504a0 .github/workflows/coverage.yml add actions/cach 2023-01-11 20:09:54 +03:00
Grigory Efimov
1bb707f0a2 refact 2023-01-11 19:59:54 +03:00