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

2419 commits

Author SHA1 Message Date
Mikhail Rakhmanov
ba90a57c7d
Add id to remove func 2025-05-05 16:10:21 +02:00
Mikhail Rakhmanov
23fb5629b9
Simplify space migrator and fix not removing on error 2025-05-05 16:10:16 +02:00
Mikhail Rakhmanov
6534e43c14
Ignore errors on migration 2025-04-16 23:42:49 +02:00
Mikhail Rakhmanov
01b04d7dd2
Correctly send object type 2025-04-03 14:59:27 +02:00
Mikhail Rakhmanov
ab5caa097e
Update secureservice with new proto version 2025-04-03 14:58:49 +02:00
Mikhail Rakhmanov
12ea073b98
Add object type to message for ignore purposes
# Conflicts:
#	commonspace/spacesyncproto/protos/spacesync.proto
#	commonspace/spacesyncproto/spacesync.pb.go
2025-04-03 14:58:35 +02:00
Sergey Cherepanov
9ae9722779
Merge pull request #425 from anyproto/GO-5377-fix-closed-conn-release
GO-5377 peer: fix closed connection release
2025-03-28 13:03:54 +01:00
Sergey Cherepanov
0f9a319e58
peer: fix closed connection release 2025-03-27 14:16:10 +01:00
Sergey Cherepanov
be1420aba0
Merge pull request #424 from anyproto/quic-write-timeout
quic write deadline
2025-03-26 14:24:16 +01:00
Sergey Cherepanov
ea4248a51d
quic write deadline 2025-03-26 11:30:29 +01:00
Mikhail
0d0257bbd0
Merge pull request #423 from anyproto/dependabot/go_modules/github.com/quic-go/quic-go-0.50.1
build(deps): bump github.com/quic-go/quic-go from 0.50.0 to 0.50.1
2025-03-25 11:56:18 +01:00
dependabot[bot]
50af463a5f
build(deps): bump github.com/quic-go/quic-go from 0.50.0 to 0.50.1
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.50.0 to 0.50.1.
- [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.50.0...v0.50.1)

---
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>
2025-03-24 16:55:51 +00:00
Roman Khafizianov
7beb6b1a77
Merge pull request #417 from anyproto/streamreader
ACL: Guest permission
2025-03-19 17:49:54 +01:00
Roman Khafizianov
25ccf812d5
fix acl validator 2025-03-19 17:36:18 +01:00
Mikhail
184ba3bb88
Merge pull request #421 from anyproto/go-5309-cleanup-graylog
GO-5309 Cleanup graylog
2025-03-19 12:58:14 +01:00
Mikhail Iudin
fc68f292c8
GO-5309 Cleanup graylog 2025-03-19 12:52:25 +01:00
Mikhail Rakhmanov
ae5254c40e
Merge pull request #420 from anyproto/GO-5311-root-without-parse
GO-5311: Fix parser issue in tree, add comments
2025-03-18 20:17:45 +01:00
Mikhail Iudin
7ffeb805a0
GO-5309 Cleanup graylog 2025-03-18 17:38:58 +01:00
Mikhail Rakhmanov
b3003481d8
Fix parser issue in tree, add comments 2025-03-18 17:27:45 +01:00
Mikhail Rakhmanov
81d69857af
Merge pull request #419 from anyproto/GO-5295-fix-panic-sync-protocol
GO-5925: Add more node stats
2025-03-18 14:32:26 +01:00
Mikhail Rakhmanov
d808db7296
Add build time milliseconds 2025-03-18 14:29:43 +01:00
Mikhail Rakhmanov
425479172c
Add build time parameter 2025-03-18 13:51:06 +01:00
Mikhail
9d46f330a1
Merge pull request #418 from anyproto/dependabot/go_modules/github.com/ipfs/boxo-0.29.1
build(deps): bump github.com/ipfs/boxo from 0.29.0 to 0.29.1
2025-03-18 12:01:37 +01:00
Mikhail Rakhmanov
feed9ebbf0
Update any-store 2025-03-17 19:07:40 +01:00
Mikhail Rakhmanov
28a8ac2aa3
Fix object request check 2025-03-17 16:48:16 +01:00
dependabot[bot]
edcec8a350
build(deps): bump github.com/ipfs/boxo from 0.29.0 to 0.29.1
Bumps [github.com/ipfs/boxo](https://github.com/ipfs/boxo) from 0.29.0 to 0.29.1.
- [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.29.0...v0.29.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-17 15:40:50 +00:00
Mikhail Rakhmanov
8d9ad0f6d3
Add more node stats 2025-03-17 16:15:02 +01:00
Roman Khafizianov
fbce8eac85
add acl tests 2025-03-12 14:29:27 +01:00
Roman Khafizianov
ea9522d292
acl: add guest user permission 2025-03-12 14:17:59 +01:00
Mikhail Rakhmanov
c0497541db
Merge pull request #416 from anyproto/GO-5262-update-anystore
GO-5262: Update any-store
2025-03-12 12:08:36 +01:00
Mikhail Rakhmanov
5fa461affc
Update any-store 2025-03-12 11:28:39 +01:00
Mikhail Rakhmanov
15c4e00731
Update any-store 2025-03-12 11:19:30 +01:00
Mikhail Rakhmanov
cebd45dca5
Merge pull request #415 from anyproto/GO-5262-add-snapshot-path-error
GO-5262: Fix snapshot path, update mocks, ignore heads mismatch error
2025-03-11 17:48:09 +01:00
Mikhail Rakhmanov
a3f2e5f725
Remove success logs 2025-03-11 17:41:11 +01:00
Mikhail Rakhmanov
0cac23037c
Fix snapshot path, update mocks, ignore heads mismatch error 2025-03-11 16:20:44 +01:00
Roman Khafizianov
506f23a8d1
Merge branch 'main' of ssh://github.com/anyproto/any-sync into GO-5106-implement-stream 2025-03-10 17:27:12 +01:00
Mikhail Rakhmanov
b88e9e34fa
Merge pull request #412 from anyproto/GO-5228-create-store-one-transaction
GO-5228: Create space storage in one transaction
2025-03-07 11:07:35 +01:00
Mikhail Rakhmanov
3fd1e0b9ee
Fix rollbacks 2025-03-07 10:49:35 +01:00
Mikhail Rakhmanov
211158dae0
Create space storage in one transaction 2025-03-07 10:36:49 +01:00
Mikhail
089c39e95c
Merge pull request #410 from anyproto/dependabot/go_modules/golang.org/x/tools-0.31.0
build(deps): bump golang.org/x/tools from 0.30.0 to 0.31.0
2025-03-06 11:33:13 +01:00
dependabot[bot]
75a7add204
build(deps): bump golang.org/x/tools from 0.30.0 to 0.31.0
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.30.0 to 0.31.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.30.0...v0.31.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-06 10:23:45 +00:00
Mikhail
1e83bc5174
Merge pull request #407 from anyproto/dependabot/go_modules/golang.org/x/net-0.37.0
build(deps): bump golang.org/x/net from 0.36.0 to 0.37.0
2025-03-06 11:22:28 +01:00
dependabot[bot]
b449734c4b
build(deps): bump golang.org/x/net from 0.36.0 to 0.37.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.36.0 to 0.37.0.
- [Commits](https://github.com/golang/net/compare/v0.36.0...v0.37.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>
2025-03-06 10:17:34 +00:00
Mikhail
78625046eb
Merge pull request #406 from anyproto/dependabot/go_modules/golang.org/x/time-0.11.0
build(deps): bump golang.org/x/time from 0.10.0 to 0.11.0
2025-03-06 11:16:18 +01:00
dependabot[bot]
551cfd0389
build(deps): bump golang.org/x/time from 0.10.0 to 0.11.0
Bumps [golang.org/x/time](https://github.com/golang/time) from 0.10.0 to 0.11.0.
- [Commits](https://github.com/golang/time/compare/v0.10.0...v0.11.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>
2025-03-06 10:09:57 +00:00
Mikhail Rakhmanov
c14e220142
Merge pull request #405 from anyproto/GO-5208-any-sync-node-tests
GO-5208: Expose stuff for testing
2025-03-05 19:42:48 +01:00
Mikhail Rakhmanov
e3641033c2
Fix tests 2025-03-05 18:17:54 +01:00
Mikhail Rakhmanov
ab754b0dd4
Remove logs 2025-03-05 16:37:21 +01:00
Mikhail
7c84e10be8
Merge pull request #404 from anyproto/dependabot/go_modules/github.com/ipfs/boxo-0.29.0
build(deps): bump github.com/ipfs/boxo from 0.28.0 to 0.29.0
2025-03-05 12:49:15 +01:00
Mikhail
83df110bf2
Merge pull request #402 from anyproto/dependabot/go_modules/golang.org/x/net-0.36.0
build(deps): bump golang.org/x/net from 0.35.0 to 0.36.0
2025-03-05 12:48:53 +01:00