704 Commits

Author SHA1 Message Date
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
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
Sergey Cherepanov
4c00dba1cf
Merge pull request #17 from anytypeio/add-try-lock-iface
RWLocker iface: add TryLock
2023-02-13 19:08:14 +03:00
Roman Khafizianov
0601685040
fix tests 2023-02-10 14:40:45 +01:00
Roman Khafizianov
adec5fa746
RWLocker iface: add TryLock 2023-02-10 14:23:45 +01:00
Sergey Cherepanov
f6d3a85a7f
Merge pull request #11 from anytypeio/dependabot/go_modules/github.com/ipfs/go-unixfs-0.4.2
Bump github.com/ipfs/go-unixfs from 0.4.1 to 0.4.2
v0.0.8
2023-02-07 15:35:06 +03:00
Sergey Cherepanov
0eaf9094a1
Merge pull request #13 from anytypeio/dependabot/go_modules/github.com/goccy/go-graphviz-0.1.0
Bump github.com/goccy/go-graphviz from 0.0.9 to 0.1.0
2023-02-07 15:34:50 +03:00
dependabot[bot]
20320f81c3
Bump github.com/ipfs/go-unixfs from 0.4.1 to 0.4.2
Bumps [github.com/ipfs/go-unixfs](https://github.com/ipfs/go-unixfs) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/ipfs/go-unixfs/releases)
- [Commits](https://github.com/ipfs/go-unixfs/compare/v0.4.1...v0.4.2)

---
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-07 12:34:43 +00:00
dependabot[bot]
cbee800509
Bump github.com/goccy/go-graphviz from 0.0.9 to 0.1.0
Bumps [github.com/goccy/go-graphviz](https://github.com/goccy/go-graphviz) from 0.0.9 to 0.1.0.
- [Release notes](https://github.com/goccy/go-graphviz/releases)
- [Commits](https://github.com/goccy/go-graphviz/compare/v0.0.9...v0.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-07 12:34:24 +00:00
Sergey Cherepanov
d9baeab63e
Merge pull request #12 from anytypeio/dependabot/go_modules/golang.org/x/net-0.5.0
Bump golang.org/x/net from 0.3.0 to 0.5.0
2023-02-07 15:33:34 +03:00
Sergey Cherepanov
7ef55b3c46
Merge pull request #14 from anytypeio/dependabot/go_modules/github.com/ipfs/go-merkledag-0.9.0
Bump github.com/ipfs/go-merkledag from 0.8.1 to 0.9.0
2023-02-07 15:33:22 +03:00
Sergey Cherepanov
6b5b3d2b6b
Merge pull request #16 from anytypeio/middleware-compatibility
Middleware fixes etc
2023-02-07 15:33:00 +03:00
Sergey Cherepanov
2d2ad9ee43
Merge pull request #10 from anytypeio/dependabot/go_modules/github.com/ipfs/go-block-format-0.1.1
Bump github.com/ipfs/go-block-format from 0.0.3 to 0.1.1
2023-02-07 15:32:38 +03:00
Sergey Cherepanov
b2140f3c30
fix win build 2023-02-05 17:29:55 +03:00
mcrakhman
d3108b5e6c
Move remote getter to separate entity 2023-02-05 11:31:14 +01:00
Mikhail Rakhmanov
e35c5eb5c7
Merge pull request #15 from anytypeio/nodesync 2023-02-04 21:54:37 +01:00
Sergey Cherepanov
a4d26ab82d
expose chash params 2023-02-04 19:45:11 +03:00
mcrakhman
d3362ba85e
Update batcher to 3.0.1 2023-02-04 17:41:20 +01:00
mcrakhman
9bb42a2906
Merge branch 'main' into middleware-compatibility 2023-02-04 17:38:48 +01:00
mcrakhman
9c696ad96a
Rename sync tree 2023-02-04 17:38:27 +01:00
Mikhail Rakhmanov
f2ff10e3f7
Merge pull request #9 from anytypeio/nodesync 2023-02-04 17:33:39 +01:00
Sergey Cherepanov
0f2a0eec8e
Update dependabot.yml 2023-02-04 18:19:18 +03:00
dependabot[bot]
9289bb424a
Bump github.com/ipfs/go-merkledag from 0.8.1 to 0.9.0
Bumps [github.com/ipfs/go-merkledag](https://github.com/ipfs/go-merkledag) from 0.8.1 to 0.9.0.
- [Release notes](https://github.com/ipfs/go-merkledag/releases)
- [Commits](https://github.com/ipfs/go-merkledag/compare/v0.8.1...v0.9.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-04 15:07:10 +00:00
dependabot[bot]
859323c5ca
Bump golang.org/x/net from 0.3.0 to 0.5.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.3.0 to 0.5.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.3.0...v0.5.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-04 15:06:55 +00:00
dependabot[bot]
61b0a24b28
Bump github.com/ipfs/go-block-format from 0.0.3 to 0.1.1
Bumps [github.com/ipfs/go-block-format](https://github.com/ipfs/go-block-format) from 0.0.3 to 0.1.1.
- [Release notes](https://github.com/ipfs/go-block-format/releases)
- [Commits](https://github.com/ipfs/go-block-format/compare/v0.0.3...v0.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04 15:06:40 +00:00
Sergey Cherepanov
8624b672e2
Create dependabot.yml 2023-02-04 17:28:23 +03:00
Sergey Cherepanov
163c0e4058
testrpc server implement app.Component 2023-02-04 15:20:34 +03:00
mcrakhman
27b1c948e9
Remove SendResponsible 2023-02-03 20:15:55 +01:00
mcrakhman
ea48365d2f
Simplify ping tree 2023-02-03 20:12:02 +01:00
mcrakhman
a193906d94
Add wait for available peers to appear 2023-02-03 15:36:12 +01:00
mcrakhman
fad981daee
Update responsible peers 2023-02-03 14:55:30 +01:00
mcrakhman
2da9f84907
Switch peers when getting tree 2023-02-03 14:49:05 +01:00
mcrakhman
9ba0620cab
Fix peer getting in sync tree 2023-02-03 12:55:44 +01:00
Sergey Cherepanov
cc2a98bbad
fix 2023-02-02 21:21:25 +03:00
Sergey Cherepanov
75c660916d
fix 2023-02-02 21:16:59 +03:00
Sergey Cherepanov
d2a19d21fe
fix ldiff mock 2023-02-02 13:19:20 +03:00
Sergey Cherepanov
6d2178dfc9
testPool: add peers 2023-02-02 13:18:30 +03:00
Sergey Cherepanov
3fcbe3aba9
testPool: implement pool.Service 2023-02-02 13:12:52 +03:00