1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00
Commit graph

2169 commits

Author SHA1 Message Date
Mikhail Iudin
fbf22655fe
Fix nil interface issue 2025-02-25 13:50:20 +01:00
Mikhail
b04a48144d
Merge pull request #353 from anyproto/dependabot/go_modules/golang.org/x/net-0.32.0
build(deps): bump golang.org/x/net from 0.31.0 to 0.32.0
2024-12-11 14:16:11 +01:00
Mikhail
714e63bdc3
Merge pull request #355 from anyproto/dependabot/go_modules/github.com/quic-go/quic-go-0.48.2
build(deps): bump github.com/quic-go/quic-go from 0.48.1 to 0.48.2
2024-12-11 14:15:55 +01:00
Mikhail
1e0c2c7576
Merge pull request #359 from anyproto/go-4384-fix-membershipgettiers-panics
GO-4384 Add a non panicking method shouldcomponent
2024-12-11 14:15:31 +01:00
Mikhail Iudin
7c5c5c1ed8
GO-4384 Add a non panicking method shouldcomponent 2024-12-11 13:50:48 +01:00
Mikhail Iudin
16aa0c4c2f
GO-4384 Add a non panicking method shouldcomponent 2024-12-11 13:26:58 +01:00
Mikhail Iudin
ee8b96d75a
GO-4384 Add a non panicking method shouldcomponent 2024-12-11 12:21:17 +01:00
Mikhail
7f969a891f
Merge pull request #349 from anyproto/go-3508-decouple-approach2
GO-3508 Add dependencies tracing
2024-12-09 23:36:02 +01:00
Mikhail Iudin
badb332739
GO-3508 Add dependencies tracing 2024-12-06 19:33:58 +01:00
Mikhail Rakhmanov
6037687c8b
Merge pull request #356 from anyproto/GO-4663-upgrade-any-sync-version
GO-4663: Upgrade protocol
2024-12-06 17:56:01 +01:00
mcrakhman
fdc6e4b15a
Remove old space deletion test 2024-12-06 12:31:59 +01:00
mcrakhman
bee4d51760
Remove compatible version check 2024-12-06 10:02:03 +01:00
mcrakhman
cfb2fca8b0
Rename to CompatibleVersion 2024-12-06 09:21:26 +01:00
mcrakhman
e5d32cf59c
Update any-sync version 2024-12-06 09:19:00 +01:00
dependabot[bot]
ed4774d3c0
build(deps): bump github.com/quic-go/quic-go from 0.48.1 to 0.48.2
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.48.1 to 0.48.2.
- [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.48.1...v0.48.2)

---
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>
2024-12-05 20:01:19 +00:00
dependabot[bot]
9e7f7de434
build(deps): bump golang.org/x/net from 0.31.0 to 0.32.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.31.0 to 0.32.0.
- [Commits](https://github.com/golang/net/compare/v0.31.0...v0.32.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>
2024-12-05 20:01:02 +00:00
Mikhail Rakhmanov
93eaa99bd1
Merge pull request #350 from anyproto/GO-4607-fix-root-validation
GO-4607: Fix incorrect root validation
2024-11-29 14:32:31 +01:00
mcrakhman
f9a84f23f9
Validate recently added change just in case 2024-11-29 13:46:35 +01:00
mcrakhman
16ef198c76
increase deletion timeout in test 2024-11-29 00:04:05 +01:00
mcrakhman
b4a6bee27d
Change naming 2024-11-28 21:59:38 +01:00
mcrakhman
c899e45b29
Fix incorrect root validation 2024-11-28 21:56:56 +01:00
Anthony Akentiev
862827aeab
Merge pull request #348 from anyproto/GO-4578-logs
payments: remove unnecessary log msg
2024-11-26 13:57:55 +00:00
Anthony Akentiev
2999a6a434
payments: remove unnecessary log msg 2024-11-26 13:09:47 +00:00
Anastasia Shemyakinskaya
60b6e7466f
Merge pull request #314 from anyproto/go-2828-add-debug-diagnostics-for-spaces-and-connections
GO-2828: add debug diagnostics for spaces and connections
2024-11-18 16:06:31 +01:00
AnastasiaShemyakinskaya
7a9666ce09
GO-2828: added AliveTimeSecs field
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-11-18 12:40:55 +01:00
Sergey Cherepanov
7475a4f8bd
Merge pull request #345 from anyproto/GO-4285-stream-keep-alive
GO-4285 stream keep alive
2024-11-18 12:10:18 +01:00
AnastasiaShemyakinskaya
bdd028b1e1
Merge branch 'main' of github.com:anyproto/any-sync into go-2828-add-debug-diagnostics-for-spaces-and-connections 2024-11-18 11:53:00 +01:00
mcrakhman
1e2a33166d
Fix periodicsync 2024-11-15 20:34:16 +01:00
mcrakhman
6d5e446b7a
Make tests more robust without delays 2024-11-15 20:12:01 +01:00
Sergey Cherepanov
49e46e0ee7
fix mocks 2024-11-15 17:55:41 +01:00
Sergey Cherepanov
944c9cf10a
stream keep alive 2024-11-15 17:45:35 +01:00
Sergey Cherepanov
91bf2659e9
Merge pull request #311 from anyproto/dependabot/go_modules/github.com/hashicorp/yamux-0.1.2
build(deps): bump github.com/hashicorp/yamux from 0.1.1 to 0.1.2
2024-11-13 17:24:15 +01:00
Sergey Cherepanov
43423abf7c
Merge pull request #343 from anyproto/dependabot/go_modules/golang.org/x/time-0.8.0
build(deps): bump golang.org/x/time from 0.7.0 to 0.8.0
2024-11-12 12:31:46 +01:00
dependabot[bot]
de1599e849
build(deps): bump golang.org/x/time from 0.7.0 to 0.8.0
Bumps [golang.org/x/time](https://github.com/golang/time) from 0.7.0 to 0.8.0.
- [Commits](https://github.com/golang/time/compare/v0.7.0...v0.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-12 11:19:45 +00:00
Sergey Cherepanov
adad4686ae
Merge pull request #342 from anyproto/dependabot/go_modules/golang.org/x/net-0.31.0
build(deps): bump golang.org/x/net from 0.30.0 to 0.31.0
2024-11-12 12:18:27 +01:00
Anthony Akentiev
bc7e2f9258
Merge pull request #329 from anyproto/mocks-generate
Add mocks target to Makefile, regenerate mocks
2024-11-12 11:55:19 +01:00
dependabot[bot]
95af4cc5b2
build(deps): bump golang.org/x/net from 0.30.0 to 0.31.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.30.0 to 0.31.0.
- [Commits](https://github.com/golang/net/compare/v0.30.0...v0.31.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>
2024-11-11 15:38:30 +00:00
Sergey Cherepanov
98e86b0330
Merge pull request #317 from anyproto/go-3957-log-mess-cleanup
GO-3957 Clean up logs
2024-11-11 16:17:26 +01:00
AnastasiaShemyakinskaya
abaaa027b3
GO-2828: partly fixed comments
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-11-08 17:36:19 +01:00
Mikhail
59183d4a5b
Merge pull request #331 from anyproto/dependabot/go_modules/github.com/ipfs/boxo-0.24.2
build(deps): bump github.com/ipfs/boxo from 0.13.1 to 0.24.2
2024-11-08 17:26:40 +01:00
dependabot[bot]
7c4b7fa488
build(deps): bump github.com/ipfs/boxo from 0.13.1 to 0.24.2
Bumps [github.com/ipfs/boxo](https://github.com/ipfs/boxo) from 0.13.1 to 0.24.2.
- [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.24.2)

---
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>
2024-11-08 17:26:05 +01:00
AnastasiaShemyakinskaya
87f038c457
Merge branch 'main' of github.com:anyproto/any-sync into go-2828-add-debug-diagnostics-for-spaces-and-connections 2024-11-08 17:21:46 +01:00
Mikhail Rakhmanov
22daba8955
Merge pull request #340 from anyproto/GO-4458-fix-rollback-changes
GO-4458: Correct rollback
2024-11-07 17:00:18 +01:00
mcrakhman
a688da6083
Correct rollback 2024-11-07 16:49:37 +01:00
Mikhail Rakhmanov
cfe838bc14
Merge pull request #339 from anyproto/GO-4453-fix-log-messages
GO-4453: Fix locking log messages
2024-11-06 19:26:16 +01:00
mcrakhman
f594f08193
Fix locking 2024-11-06 19:15:07 +01:00
Sergey Cherepanov
c2f5eb71f2
Merge pull request #338 from anyproto/GO-4448-deleter-provide-context
GO-4448 provide context to delete function
2024-11-06 10:39:57 +01:00
Sergey Cherepanov
5e1cae516e
provide context to delete function 2024-11-06 10:35:38 +01:00
Mikhail Rakhmanov
b82af41535
Merge pull request #337 from anyproto/GO-4433-optimize-tree-reduce
GO-4433: Optimize tree reduce/validation
2024-11-05 17:14:09 +01:00
mcrakhman
d3a52a5d57
Add tests for collector 2024-11-05 15:35:31 +01:00