Sergey Cherepanov
|
014d8d72df
|
remove debug
|
2023-05-19 22:18:39 +02:00 |
|
Sergey Cherepanov
|
190d48b430
|
write app version to rpc log
|
2023-05-18 13:36:38 +02:00 |
|
Sergey Cherepanov
|
b22ddb612a
|
app.AnySyncVersion
|
2023-05-18 13:31:53 +02:00 |
|
Sergey Cherepanov
|
6c98cfbf57
|
app.AppName + prometheus versions metric
|
2023-05-18 13:22:09 +02:00 |
|
Mikhail Rakhmanov
|
94cfb82691
|
Merge pull request #99 from anytypeio/fix-send-error
Fix send error problem
v0.0.47
|
2023-05-17 13:17:43 +02:00 |
|
mcrakhman
|
9109c4de1c
|
Fix send error problem
|
2023-05-17 13:13:23 +02:00 |
|
Sergey Cherepanov
|
13bc7472a4
|
Merge pull request #96 from anytypeio/streampool-send-queue-per-peer
streampool: send queue per peer + metrics
v0.0.46
|
2023-05-15 21:08:15 +02:00 |
|
Sergey Cherepanov
|
a92dcffc93
|
Merge branch 'main' of github.com:anytypeio/any-sync into streampool-send-queue-per-peer
|
2023-05-15 20:32:22 +02:00 |
|
Sergey Cherepanov
|
94e211f134
|
increase sendSync timeout
|
2023-05-15 20:30:32 +02:00 |
|
Sergey Cherepanov
|
c620b6d52e
|
Merge pull request #97 from anytypeio/dependabot/go_modules/github.com/libp2p/go-libp2p-0.27.3
Bump github.com/libp2p/go-libp2p from 0.27.2 to 0.27.3
|
2023-05-15 20:29:29 +02:00 |
|
Sergey Cherepanov
|
537ff797af
|
Merge pull request #98 from anytypeio/dependabot/go_modules/golang.org/x/crypto-0.9.0
Bump golang.org/x/crypto from 0.8.0 to 0.9.0
|
2023-05-15 20:29:12 +02:00 |
|
dependabot[bot]
|
5e130e92b1
|
Bump golang.org/x/crypto from 0.8.0 to 0.9.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.8.0 to 0.9.0.
- [Commits](https://github.com/golang/crypto/compare/v0.8.0...v0.9.0)
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-15 18:02:39 +00:00 |
|
dependabot[bot]
|
d574633a75
|
Bump github.com/libp2p/go-libp2p from 0.27.2 to 0.27.3
Bumps [github.com/libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) from 0.27.2 to 0.27.3.
- [Release notes](https://github.com/libp2p/go-libp2p/releases)
- [Changelog](https://github.com/libp2p/go-libp2p/blob/master/CHANGELOG.md)
- [Commits](https://github.com/libp2p/go-libp2p/compare/v0.27.2...v0.27.3)
---
updated-dependencies:
- dependency-name: github.com/libp2p/go-libp2p
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-15 18:02:23 +00:00 |
|
Sergey Cherepanov
|
c410101d5f
|
QueueId wrapper + test
|
2023-05-15 20:01:52 +02:00 |
|
Sergey Cherepanov
|
bc24da8762
|
use multiqueue for stream + MessageQueueId interface
|
2023-05-15 19:52:19 +02:00 |
|
Sergey Cherepanov
|
98e99686e4
|
streampool: send queue per peer + metrics
|
2023-05-15 15:50:27 +02:00 |
|
Mikhail Rakhmanov
|
56c1d65e88
|
Merge pull request #94 from anytypeio/sync-protocol-no-transaction-add
v0.0.45
|
2023-05-11 18:50:58 +02:00 |
|
mcrakhman
|
864e86ceb6
|
Fix logs in diffsyncer (thanks Roma)
|
2023-05-11 18:48:38 +02:00 |
|
mcrakhman
|
e186761968
|
Fix ctx and change add method name in storage
|
2023-05-11 18:31:59 +02:00 |
|
mcrakhman
|
ca5be7cd0a
|
Send update only on remote tree or put tree when building
|
2023-05-11 13:40:24 +02:00 |
|
mcrakhman
|
393708a2bc
|
Update syncprotocol test
|
2023-05-11 09:51:24 +02:00 |
|
mcrakhman
|
8b3d8a4fef
|
Update sync protocol to remove transaction add
|
2023-05-10 23:51:03 +02:00 |
|
Mikhail Rakhmanov
|
182b047dce
|
Merge pull request #89 from anytypeio/fix-object-sync-ids
v0.0.44
|
2023-05-09 15:40:31 +02:00 |
|
Sergey Cherepanov
|
8ec9d2c12a
|
Merge pull request #93 from anytypeio/dependabot/go_modules/golang.org/x/net-0.10.0
Bump golang.org/x/net from 0.9.0 to 0.10.0
|
2023-05-09 10:36:20 +02:00 |
|
Sergey Cherepanov
|
80a4990775
|
Merge pull request #92 from anytypeio/dependabot/go_modules/storj.io/drpc-0.0.33
Bump storj.io/drpc from 0.0.32 to 0.0.33
|
2023-05-09 10:36:03 +02:00 |
|
Sergey Cherepanov
|
c264d87692
|
Merge pull request #91 from anytypeio/dependabot/go_modules/github.com/libp2p/go-libp2p-0.27.2
Bump github.com/libp2p/go-libp2p from 0.27.1 to 0.27.2
|
2023-05-09 10:35:49 +02:00 |
|
Sergey Cherepanov
|
3b7b96d575
|
Merge pull request #90 from anytypeio/dependabot/go_modules/github.com/prometheus/client_golang-1.15.1
Bump github.com/prometheus/client_golang from 1.15.0 to 1.15.1
|
2023-05-09 10:35:23 +02:00 |
|
dependabot[bot]
|
3a2bb848df
|
Bump golang.org/x/net from 0.9.0 to 0.10.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.10.0.
- [Commits](https://github.com/golang/net/compare/v0.9.0...v0.10.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-05-08 18:05:01 +00:00 |
|
dependabot[bot]
|
4716973dce
|
Bump storj.io/drpc from 0.0.32 to 0.0.33
Bumps [storj.io/drpc](https://github.com/storj/drpc) from 0.0.32 to 0.0.33.
- [Release notes](https://github.com/storj/drpc/releases)
- [Commits](https://github.com/storj/drpc/compare/v0.0.32...v0.0.33)
---
updated-dependencies:
- dependency-name: storj.io/drpc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-08 18:04:52 +00:00 |
|
dependabot[bot]
|
41f240e198
|
Bump github.com/libp2p/go-libp2p from 0.27.1 to 0.27.2
Bumps [github.com/libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) from 0.27.1 to 0.27.2.
- [Release notes](https://github.com/libp2p/go-libp2p/releases)
- [Changelog](https://github.com/libp2p/go-libp2p/blob/master/CHANGELOG.md)
- [Commits](https://github.com/libp2p/go-libp2p/compare/v0.27.1...v0.27.2)
---
updated-dependencies:
- dependency-name: github.com/libp2p/go-libp2p
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-08 18:04:21 +00:00 |
|
dependabot[bot]
|
61963e2043
|
Bump github.com/prometheus/client_golang from 1.15.0 to 1.15.1
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.15.0 to 1.15.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.15.0...v1.15.1)
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-08 18:03:33 +00:00 |
|
mcrakhman
|
fdbcd29b29
|
Add build full tree for history tree
|
2023-05-07 20:27:46 +02:00 |
|
mcrakhman
|
fc9644e509
|
Fix unmarshallSendError bug
|
2023-05-07 20:27:30 +02:00 |
|
Sergey Cherepanov
|
7394b4bd67
|
Merge pull request #86 from anytypeio/GO-802-metrics
GO-802 rpc metrics
v0.0.43
|
2023-05-05 19:35:18 +02:00 |
|
Mikhail Rakhmanov
|
d48923fbdf
|
Merge pull request #88 from anytypeio/fix-space-settings
|
2023-05-05 19:31:34 +02:00 |
|
mcrakhman
|
461410a8f8
|
Add comment
|
2023-05-05 18:51:30 +02:00 |
|
mcrakhman
|
11b8609a9b
|
Fix space settings
|
2023-05-05 18:49:51 +02:00 |
|
Mikhail Rakhmanov
|
67ca504f81
|
Merge pull request #87 from anytypeio/fix-dialer-addrs
v0.0.42
|
2023-05-05 16:50:52 +02:00 |
|
Sergey Cherepanov
|
0ca41dbd47
|
remove peer addr from log
|
2023-05-05 16:30:22 +02:00 |
|
Sergey Cherepanov
|
36cb769379
|
remove peer addr from log
|
2023-05-05 16:28:31 +02:00 |
|
mcrakhman
|
590e8080b8
|
Update dialer to have peer addrs map
|
2023-05-05 16:18:46 +02:00 |
|
Sergey Cherepanov
|
fc4bdb6000
|
check that metric is using
|
2023-05-04 19:35:07 +02:00 |
|
Sergey Cherepanov
|
a12f3fb0dd
|
allow nil metric
|
2023-05-04 19:30:46 +02:00 |
|
Sergey Cherepanov
|
debbf448db
|
fix import
|
2023-05-04 19:04:41 +02:00 |
|
Sergey Cherepanov
|
847b2d40fd
|
file fields
|
2023-05-04 17:49:24 +02:00 |
|
Sergey Cherepanov
|
9855eb4484
|
request log
|
2023-05-04 17:39:23 +02:00 |
|
Sergey Cherepanov
|
4bc402f1f0
|
stream ctx + peer addr
|
2023-05-04 17:39:11 +02:00 |
|
Mikhail Rakhmanov
|
ba5ca3d6be
|
Merge pull request #85 from anytypeio/GO-1227-add-custom-timestamps
v0.0.41
|
2023-05-04 16:30:11 +02:00 |
|
mcrakhman
|
7294a74de0
|
Improve timestamp test
|
2023-05-04 16:25:41 +02:00 |
|
mcrakhman
|
ce9fcb5b0a
|
Change timestamp condition
|
2023-05-04 14:58:17 +02:00 |
|