1005 Commits

Author SHA1 Message Date
mcrakhman
318a49c526
Change objectsync injection 2023-06-07 22:05:05 +02:00
mcrakhman
c8c0839a57
Add request manager tests 2023-06-07 21:48:13 +02:00
mcrakhman
4d1494a17a
Add mocks and some requestmanager tests 2023-06-07 19:31:15 +02:00
mcrakhman
51eb5b1a42
Fix settings and deletion tests 2023-06-07 18:05:13 +02:00
mcrakhman
564c636391
Fix diffsyncer tests 2023-06-07 14:09:29 +02:00
Sergey Cherepanov
5a8c69e557
Merge branch 'yamux' into new-sync-protocol 2023-06-07 13:34:31 +02:00
Sergey Cherepanov
e7a61fb06b
mod tidy 2023-06-07 13:32:14 +02:00
Sergey Cherepanov
46a3666198
Merge branch 'main' of github.com:anyproto/any-sync into yamux 2023-06-07 13:31:13 +02:00
mcrakhman
4ef617b1f2
More headsync tests 2023-06-07 13:06:37 +02:00
mcrakhman
2f5e0dd6c8
WIP headsync tests revive 2023-06-07 11:30:27 +02:00
mcrakhman
8310cb3c05
Fix sync protocol integration tests 2023-06-06 22:08:06 +02:00
mcrakhman
100e7e04c3
SyncTreeHandler tests 2023-06-06 21:49:23 +02:00
mcrakhman
b18bb02176
TreeSyncProtocol tests 2023-06-06 20:50:53 +02:00
Sergey Cherepanov
ddc900a93c
yamux fixes 2023-06-06 20:45:18 +02:00
mcrakhman
3a2f9fe6f5
WIP synctree tests rewrite 2023-06-06 20:10:44 +02:00
Sergey Cherepanov
2ec42e5e1f
yamux fix test race 2023-06-06 18:50:20 +02:00
Sergey Cherepanov
5090006e2d
fix handshake race 2023-06-06 18:43:46 +02:00
Sergey Cherepanov
156f3387eb
ref: use peerId instead libp2p sec connection + quic ready interfaces 2023-06-06 18:36:09 +02:00
mcrakhman
67d535362f
Different fixes 2023-06-06 17:18:59 +02:00
Sergey Cherepanov
2d851d4cb9
Merge pull request #13 from anyproto/dependabot/go_modules/github.com/libp2p/go-libp2p-0.27.5
Bump github.com/libp2p/go-libp2p from 0.27.3 to 0.27.5
2023-06-06 12:21:56 +02:00
mcrakhman
4c45ad3e67
Merge remote-tracking branch 'origin/yamux' into new-sync-protocol 2023-06-06 10:43:52 +02:00
mcrakhman
e96524f702
Yamux setaccepter 2023-06-06 10:43:43 +02:00
Sergey Cherepanov
8fdb98f14d
Merge pull request #14 from anyproto/dependabot/go_modules/github.com/stretchr/testify-1.8.4
Bump github.com/stretchr/testify from 1.8.3 to 1.8.4
2023-06-05 21:35:40 +02:00
Sergey Cherepanov
0b4f08fbef
remove stream multiqueue 2023-06-05 21:34:23 +02:00
Sergey Cherepanov
af9d71d16e
peer subConn gc 2023-06-05 21:23:41 +02:00
mcrakhman
66775873c7
Add syncstatusprovider 2023-06-05 20:44:27 +02:00
Sergey Cherepanov
9d4945c733
fix 2023-06-05 20:39:18 +02:00
Sergey Cherepanov
0c0a501aad
peer outgoing proto handshake + test multiconn + streampool tests 2023-06-05 20:39:09 +02:00
dependabot[bot]
62daeaa5ea
Bump github.com/stretchr/testify from 1.8.3 to 1.8.4
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.3 to 1.8.4.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.3...v1.8.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-05 16:04:08 +00:00
dependabot[bot]
6b63e9020c
Bump github.com/libp2p/go-libp2p from 0.27.3 to 0.27.5
Bumps [github.com/libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) from 0.27.3 to 0.27.5.
- [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.3...v0.27.5)

---
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-06-05 16:03:56 +00:00
mcrakhman
69e607eddb
Expose more methods 2023-06-05 15:16:38 +02:00
mcrakhman
85a093dd4a
Change space methods (handle requests) 2023-06-05 15:09:17 +02:00
mcrakhman
aff2061bd1
WIP request manager 2023-06-04 19:01:33 +02:00
mcrakhman
b85f545fa3
Update connections on space level 2023-06-04 11:17:56 +02:00
mcrakhman
248205cddd
Merge remote-tracking branch 'origin/yamux' into new-sync-protocol 2023-06-04 10:43:11 +02:00
mcrakhman
ce63951ae6
Update proto files 2023-06-03 22:48:16 +02:00
mcrakhman
990cbc58b6
Add sync requests handling 2023-06-03 22:41:03 +02:00
mcrakhman
748681d765
WIP rearrange components 2023-06-03 15:57:55 +02:00
Sergey Cherepanov
96768adaae
switch coordinator to new peer api 2023-06-02 10:39:48 +02:00
Sergey Cherepanov
e9f23e2dd9
peer.DoDrpc method 2023-06-02 10:39:24 +02:00
Sergey Cherepanov
1206071dd6
fix pool test 2023-06-02 10:34:49 +02:00
mcrakhman
a89a325d6c
Fix sync client 2023-06-02 01:08:56 +02:00
mcrakhman
815bc7927d
Wire up the stuff 2023-06-02 00:59:33 +02:00
mcrakhman
796b66478b
Further components rearrange 2023-06-01 22:55:37 +02:00
mcrakhman
eeb87dd144
WIP further space refactoring 2023-06-01 14:24:58 +02:00
mcrakhman
b0fa43fb14
WIP work on components 2023-06-01 10:28:32 +02:00
Sergey Cherepanov
41a85f7987
merge 2023-05-31 20:27:38 +02:00
Sergey Cherepanov
fb007211f0
simplify drpc server + peer accept loop 2023-05-31 20:24:07 +02:00
Sergey Cherepanov
00c582e157
use net.Conn for a proto handshake 2023-05-31 19:24:23 +02:00
Sergey Cherepanov
c43ac9eb84
handshake proto + common handshake fixes 2023-05-31 16:22:49 +02:00