992 Commits

Author SHA1 Message Date
mcrakhman
3cd292db5b
Update any-sync new deletion logic 2023-02-23 21:08:31 +01:00
Sergey Cherepanov
c708fbd984
remove priv keys from nodes conf 2023-02-23 16:55:10 +03:00
Sergey Cherepanov
f5f960bd81
add peerId to space receipt 2023-02-23 14:13:11 +03:00
Sergey Cherepanov
2a76b81a32
Merge branch 'main' of github.com:anytypeio/any-sync into coordinator 2023-02-23 13:58:29 +03:00
Sergey Cherepanov
43e4c121ee
coordinator node type 2023-02-23 13:38:58 +03:00
Sergey Cherepanov
6765150ba9
Merge pull request #29 from anytypeio/dependabot/go_modules/github.com/ipfs/go-merkledag-0.10.0
Bump github.com/ipfs/go-merkledag from 0.9.0 to 0.10.0
2023-02-22 16:43:23 +03:00
Sergey Cherepanov
ab14cc9b6d
Merge pull request #28 from anytypeio/dependabot/go_modules/golang.org/x/net-0.7.0
Bump golang.org/x/net from 0.6.0 to 0.7.0
2023-02-22 16:42:40 +03:00
Sergey Cherepanov
64d9689be5
coordinator proto 2023-02-22 16:35:29 +03:00
mcrakhman
904224447f
Add space deleted in storage 2023-02-22 10:05:17 +01:00
mcrakhman
47be32c804
Merge branch 'main' into account-deletion 2023-02-22 09:59:13 +01:00
Mikhail Rakhmanov
98bbdc2e4e
Merge pull request #30 from anytypeio/fixes-and-logs v0.0.14 2023-02-21 16:51:40 +01:00
mcrakhman
7da3553db3
Add more logs for space 2023-02-21 16:46:40 +01:00
mcrakhman
c37c7ba874
Fix putTree close and handshake params and add logs for trees used debug 2023-02-21 16:36:58 +01:00
mcrakhman
def3d7cdd5
Add comments 2023-02-21 14:44:12 +01:00
mcrakhman
1565f7e509
Create methods for deleting space 2023-02-20 23:47:32 +01:00
mcrakhman
75d503b94c
Add spaceIsDeleted checks 2023-02-20 22:51:00 +01:00
mcrakhman
63833eb650
Add some deletion logic 2023-02-20 21:43:14 +01:00
dependabot[bot]
7cce8baca6
Bump github.com/ipfs/go-merkledag from 0.9.0 to 0.10.0
Bumps [github.com/ipfs/go-merkledag](https://github.com/ipfs/go-merkledag) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/ipfs/go-merkledag/releases)
- [Commits](https://github.com/ipfs/go-merkledag/compare/v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: github.com/ipfs/go-merkledag
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-20 18:08:42 +00:00
dependabot[bot]
59e18ca68c
Bump golang.org/x/net from 0.6.0 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-20 18:08:07 +00:00
Mikhail Rakhmanov
030a7d61ba
Merge pull request #27 from anytypeio/add-subscribe-after-push v0.0.13 2023-02-17 22:31:36 +01:00
mcrakhman
40ee06560e
Add subscribe after push 2023-02-17 22:27:10 +01:00
Sergey Cherepanov
4ce9ffdf5a
Merge pull request #26 from anytypeio/any-handshake
fix listener
v0.0.12
2023-02-17 15:39:31 +03:00
Sergey Cherepanov
b3e63984bb
fix listener 2023-02-17 15:38:42 +03:00
Sergey Cherepanov
96f399293d
Merge pull request #24 from anytypeio/any-handshake
Any handshake
v0.0.11
2023-02-17 11:15:40 +03:00
Sergey Cherepanov
49b738fb3c
remove unused param 2023-02-17 00:24:52 +03:00
Sergey Cherepanov
5b93739487
dial timeout 2023-02-17 00:19:05 +03:00
Sergey Cherepanov
38a74fd195
remove tls listener, move handshake to serve goroutine 2023-02-17 00:09:52 +03:00
Sergey Cherepanov
ea9d101622
Merge branch 'main' of github.com:anytypeio/any-sync into any-handshake 2023-02-15 22:29:11 +03:00
Sergey Cherepanov
ea80f4591b
Merge pull request #25 from anytypeio/drpc-server
Add listen addrs
2023-02-15 22:28:47 +03:00
Sergey Cherepanov
f2d729022d
secure service test 2023-02-15 22:09:09 +03:00
Sergey Cherepanov
94d33f2c4a
handshake with ctx 2023-02-15 21:29:37 +03:00
Sergey Cherepanov
20768266ca
Merge branch 'main' of github.com:anytypeio/any-sync into any-handshake 2023-02-15 20:47:25 +03:00
Sergey Cherepanov
1db0e731e0
Merge pull request #23 from anytypeio/handshake-debug
increase dial timeout + debug logs
2023-02-15 14:59:17 +03:00
Sergey Cherepanov
4d356318f0
increase dial timeout + debug logs 2023-02-15 14:58:23 +03:00
mcrakhman
cd82b41cf1
Add listen addrs 2023-02-14 23:09:03 +01:00
Sergey Cherepanov
3b837b4b6b
Merge pull request #22 from anytypeio/fix-space-gc
Fix space GC
v0.0.10
2023-02-14 21:20:35 +03:00
Sergey Cherepanov
189922e534
cleanup thread on error 2023-02-14 21:18:25 +03:00
Sergey Cherepanov
4cde54bdb3
dial timeout 2023-02-14 19:39:57 +03:00
Sergey Cherepanov
00dc0bcca6
fix 2023-02-14 19:00:27 +03:00
Sergey Cherepanov
047bd1c379
handleQueue thread close / onObjectClose method 2023-02-14 16:53:43 +03:00
Sergey Cherepanov
ce0a60df67
timeoutconn: remove debug v0.0.9 2023-02-13 22:13:40 +03:00
Sergey Cherepanov
95b7927a4c
Merge pull request #21 from anytypeio/fix-ocache-closing-deadlock
Fix ocache closing deadlock
2023-02-13 22:12:22 +03:00
Sergey Cherepanov
e6d15c6a72
Merge pull request #19 from anytypeio/dependabot/go_modules/golang.org/x/net-0.6.0
Bump golang.org/x/net from 0.5.0 to 0.6.0
2023-02-13 22:10:21 +03:00
Sergey Cherepanov
0175ffeb3f
Merge pull request #20 from anytypeio/dependabot/go_modules/github.com/ipfs/go-unixfs-0.4.3
Bump github.com/ipfs/go-unixfs from 0.4.2 to 0.4.3
2023-02-13 22:10:09 +03:00
Sergey Cherepanov
92f22d04b0
default periodic sync timeout 2023-02-13 22:09:06 +03:00
Sergey Cherepanov
55ad2a536b
commongetter: check for space close 2023-02-13 21:53:27 +03:00
Sergey Cherepanov
18451bd4fe
listen ctx for closing object 2023-02-13 21:49:56 +03:00
Sergey Cherepanov
b34136ce06
wip: secureservice with verifiers 2023-02-13 21:48:41 +03:00
dependabot[bot]
0f89b5a4f5
Bump github.com/ipfs/go-unixfs from 0.4.2 to 0.4.3
Bumps [github.com/ipfs/go-unixfs](https://github.com/ipfs/go-unixfs) from 0.4.2 to 0.4.3.
- [Release notes](https://github.com/ipfs/go-unixfs/releases)
- [Commits](https://github.com/ipfs/go-unixfs/compare/v0.4.2...v0.4.3)

---
updated-dependencies:
- dependency-name: github.com/ipfs/go-unixfs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-13 18:12:32 +00:00
dependabot[bot]
004c8b7f38
Bump golang.org/x/net from 0.5.0 to 0.6.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-13 18:12:15 +00:00