1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-10 18:10:54 +09:00
Commit graph

1577 commits

Author SHA1 Message Date
mcrakhman
a4e4a4d48f
Change sort ordering 2023-11-21 09:43:10 +01:00
mcrakhman
4c87978627
Update sorting and add spaceId 2023-11-21 09:38:24 +01:00
mcrakhman
b45d81a296
Stats aggregation 2023-11-21 09:26:49 +01:00
Anthony Akentiev
fa0493ad9c
Merge pull request #119 from anyproto/feat/move-ns-client
Add nameservice folder: protos + client
2023-11-20 19:43:01 +00:00
mcrakhman
ff57b9147b
Add get stat 2023-11-20 19:49:41 +01:00
mcrakhman
bdfab4bc2a
WIP request queue debug stat 2023-11-20 19:39:18 +01:00
Anton Akentev
df7ce90e05 Add nameservice folder: protos + client 2023-11-18 10:08:26 +00:00
Sergey Cherepanov
3992935ac2
Merge pull request #114 from anyproto/GO-2388-remote-load-only-with-peer
GO-2388 remote load only with peer
2023-11-14 15:01:48 +01:00
Sergey Cherepanov
c9852c46cd
update mb 2023-11-14 14:58:30 +01:00
Sergey Cherepanov
f0efa1977d
Merge pull request #115 from anyproto/dependabot/go_modules/github.com/libp2p/go-libp2p-0.32.1
Bump github.com/libp2p/go-libp2p from 0.32.0 to 0.32.1
2023-11-13 17:38:11 +01:00
Sergey Cherepanov
8b4da59d2d
Merge pull request #116 from anyproto/dependabot/go_modules/golang.org/x/net-0.18.0
Bump golang.org/x/net from 0.17.0 to 0.18.0
2023-11-13 17:37:49 +01:00
Sergey Cherepanov
1da5a497a9
Merge pull request #117 from anyproto/dependabot/go_modules/golang.org/x/crypto-0.15.0
Bump golang.org/x/crypto from 0.14.0 to 0.15.0
2023-11-13 17:37:28 +01:00
dependabot[bot]
6e20882272
Bump golang.org/x/crypto from 0.14.0 to 0.15.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.15.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.15.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-11-13 15:56:32 +00:00
dependabot[bot]
c937319c20
Bump golang.org/x/net from 0.17.0 to 0.18.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.18.0.
- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.18.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-11-13 15:56:26 +00:00
dependabot[bot]
7295029ca3
Bump github.com/libp2p/go-libp2p from 0.32.0 to 0.32.1
Bumps [github.com/libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) from 0.32.0 to 0.32.1.
- [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.32.0...v0.32.1)

---
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-11-13 15:56:19 +00:00
Sergey Cherepanov
196a9c94f9
Merge branch 'main' of github.com:anyproto/any-sync into GO-2388-remote-load-only-with-peer 2023-11-13 16:50:27 +01:00
Sergey Cherepanov
2be108b0ae
Merge pull request #113 from anyproto/GO-2340-p2p-space-pull
GO-2340 p2p space pull
2023-11-13 16:31:18 +01:00
Sergey Cherepanov
9a37dc8cbc
load remote only with peer 2023-11-13 16:29:42 +01:00
Sergey Cherepanov
c69946fcc5
downgrade ipfs to v0.13.1 2023-11-08 15:28:28 +01:00
Sergey Cherepanov
0881ed1e72
Merge branch 'main' of github.com:anyproto/any-sync into GO-2340-p2p-space-pull 2023-11-08 15:08:08 +01:00
Sergey Cherepanov
b9de1e19c8
Merge pull request #111 from anyproto/dependabot/go_modules/github.com/ipfs/boxo-0.15.0
Bump github.com/ipfs/boxo from 0.13.1 to 0.15.0
2023-11-08 15:07:55 +01:00
Sergey Cherepanov
aeacd5b8ba
Merge pull request #112 from anyproto/dependabot/go_modules/github.com/quic-go/quic-go-0.40.0
Bump github.com/quic-go/quic-go from 0.39.3 to 0.40.0
2023-11-08 15:07:12 +01:00
Sergey Cherepanov
2c8ff79256
use lcoal peers for a space pull + retry 2023-11-08 15:03:18 +01:00
Sergey Cherepanov
95fe3ba04c
peerservice: ignore addrs list 2023-11-08 15:00:26 +01:00
Anthony Akentiev
2a3032fa48
Merge pull request #110 from anyproto/GO-2301-new-node-types
Add NodeTypeNamingNode and NodeTypePaymentProcessingNode to nodeconf
2023-11-06 17:24:30 +00:00
Anton Akentev
5666541f9b Regenerate protos 2023-11-06 17:17:10 +00:00
Anton Akentev
ef137d46ca Merge branch 'GO-2301-new-node-types' of github.com:anyproto/any-sync into GO-2301-new-node-types 2023-11-06 17:16:00 +00:00
Anton Akentev
140f810d1f Make ConfigurationToNodeConf private 2023-11-06 17:15:28 +00:00
dependabot[bot]
a4439b2348
Bump github.com/quic-go/quic-go from 0.39.3 to 0.40.0
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.39.3 to 0.40.0.
- [Release notes](https://github.com/quic-go/quic-go/releases)
- [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md)
- [Commits](https://github.com/quic-go/quic-go/compare/v0.39.3...v0.40.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 15:35:15 +00:00
dependabot[bot]
99edbc0f7d
Bump github.com/ipfs/boxo from 0.13.1 to 0.15.0
Bumps [github.com/ipfs/boxo](https://github.com/ipfs/boxo) from 0.13.1 to 0.15.0.
- [Release notes](https://github.com/ipfs/boxo/releases)
- [Changelog](https://github.com/ipfs/boxo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ipfs/boxo/compare/v0.13.1...v0.15.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 15:34:58 +00:00
Anthony Akentiev
9483e604ae
Merge branch 'main' into GO-2301-new-node-types 2023-11-06 13:18:10 +00:00
Anton Akentev
4c3a44e0cf Add NamingNodeAPI and PaymentProcessingAPI to protos 2023-11-06 11:01:49 +00:00
Anton Akentev
fe8cba6225 Add NodeTypeNamingNode and NodeTypePaymentProcessingNode to nodeconf 2023-11-01 12:42:03 +00:00
Sergey Cherepanov
6512503795
Merge pull request #109 from anyproto/GO-2061-space-deletion-filenode
GO-2061 fileGroup field to deletionLog
2023-11-01 11:21:58 +01:00
Sergey Cherepanov
1b018a287e
Merge pull request #106 from anyproto/dependabot/go_modules/github.com/libp2p/go-libp2p-0.32.0
Bump github.com/libp2p/go-libp2p from 0.31.0 to 0.32.0
2023-10-30 17:30:07 +01:00
Sergey Cherepanov
676be4488a
fileGroup field to deletionLog 2023-10-30 17:21:12 +01:00
dependabot[bot]
a9fffd134d
Bump github.com/libp2p/go-libp2p from 0.31.0 to 0.32.0
Bumps [github.com/libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) from 0.31.0 to 0.32.0.
- [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.31.0...v0.32.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30 15:24:25 +00:00
Sergey Cherepanov
f497a4e387
Merge pull request #107 from anyproto/dependabot/go_modules/github.com/quic-go/quic-go-0.39.3
Bump github.com/quic-go/quic-go from 0.39.1 to 0.39.3
2023-10-30 16:23:07 +01:00
Sergey Cherepanov
9b487e48c1
Merge pull request #108 from anyproto/dependabot/go_modules/github.com/google/uuid-1.4.0
Bump github.com/google/uuid from 1.3.1 to 1.4.0
2023-10-30 16:21:29 +01:00
dependabot[bot]
ba2a7bf5bd
Bump github.com/google/uuid from 1.3.1 to 1.4.0
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.3.1...v1.4.0)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30 15:12:36 +00:00
dependabot[bot]
c4ab4023f4
Bump github.com/quic-go/quic-go from 0.39.1 to 0.39.3
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.39.1 to 0.39.3.
- [Release notes](https://github.com/quic-go/quic-go/releases)
- [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md)
- [Commits](https://github.com/quic-go/quic-go/compare/v0.39.1...v0.39.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30 15:12:22 +00:00
Mikhail Rakhmanov
96f4613c98
Merge pull request #105 from anyproto/GO-2289-fix-stored-ids
GO-2289: Fix acl id filtering
2023-10-28 12:13:52 +02:00
mcrakhman
71df6b0602
Fix acl id filtering 2023-10-27 21:57:59 +02:00
Sergey Cherepanov
d545b3d435
Merge pull request #104 from anyproto/GO-2176-filenode-limits-by-space
GO-2176 fileproto.AccountInfo
2023-10-25 16:20:30 +02:00
Sergey Cherepanov
838be4ed5f
regenerate mock coordinator client 2023-10-25 15:50:38 +02:00
Sergey Cherepanov
9d662c59b3
fix 2023-10-25 13:55:13 +02:00
Sergey Cherepanov
9e7dcbe40f
fileproto.AccountInfo 2023-10-25 13:48:59 +02:00
Mikhail Rakhmanov
a3d0ebe903
Merge pull request #102 from anyproto/GO-2199-delete-account
GO-2199: Delete account - update coordinator.proto
2023-10-24 14:14:26 +02:00
Sergey Cherepanov
7bf14554b8
Merge pull request #101 from anyproto/dependabot/go_modules/golang.org/x/net-0.17.0
Bump golang.org/x/net from 0.16.0 to 0.17.0
2023-10-24 14:13:21 +02:00
Sergey Cherepanov
29380ed20e
Merge pull request #103 from anyproto/dependabot/go_modules/github.com/quic-go/quic-go-0.39.1
Bump github.com/quic-go/quic-go from 0.39.0 to 0.39.1
2023-10-24 14:13:00 +02:00