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

2348 commits

Author SHA1 Message Date
mcrakhman
a7a2d1fb24
Some testing 2025-02-19 18:31:38 +01:00
mcrakhman
40998931f1
Add transactions 2025-02-19 00:49:32 +01:00
mcrakhman
0d1a303941
Add collection prefix 2025-02-18 23:28:06 +01:00
mcrakhman
af130ce728
Add printlns 2025-02-14 13:39:50 +01:00
Sergey Cherepanov
daf90fecf7
Merge pull request #384 from anyproto/dependabot/go_modules/github.com/libp2p/go-libp2p-0.39.0
build(deps): bump github.com/libp2p/go-libp2p from 0.38.2 to 0.39.0
2025-02-11 17:44:08 +01:00
dependabot[bot]
09c7a03c39
build(deps): bump github.com/libp2p/go-libp2p from 0.38.2 to 0.39.0
Bumps [github.com/libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) from 0.38.2 to 0.39.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.38.2...v0.39.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>
2025-02-11 10:47:45 +00:00
Sergey Cherepanov
687a97ee32
Merge pull request #386 from anyproto/dependabot/go_modules/github.com/anyproto/lexid-0.0.4
build(deps): bump github.com/anyproto/lexid from 0.0.2 to 0.0.4
2025-02-11 11:46:43 +01:00
Sergey Cherepanov
931b803872
Merge pull request #385 from anyproto/dependabot/go_modules/golang.org/x/crypto-0.33.0
build(deps): bump golang.org/x/crypto from 0.32.0 to 0.33.0
2025-02-11 11:46:11 +01:00
Sergey Cherepanov
a2bb546808
Merge pull request #383 from anyproto/dependabot/go_modules/github.com/anyproto/any-store-0.1.7
build(deps): bump github.com/anyproto/any-store from 0.1.6 to 0.1.7
2025-02-11 11:45:47 +01:00
dependabot[bot]
27ab680a6f
build(deps): bump github.com/anyproto/lexid from 0.0.2 to 0.0.4
Bumps [github.com/anyproto/lexid](https://github.com/anyproto/lexid) from 0.0.2 to 0.0.4.
- [Commits](https://github.com/anyproto/lexid/compare/v0.0.2...v0.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 15:43:01 +00:00
dependabot[bot]
002eaf98af
build(deps): bump golang.org/x/crypto from 0.32.0 to 0.33.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.32.0 to 0.33.0.
- [Commits](https://github.com/golang/crypto/compare/v0.32.0...v0.33.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>
2025-02-10 15:42:58 +00:00
dependabot[bot]
08a3083c91
build(deps): bump github.com/anyproto/any-store from 0.1.6 to 0.1.7
Bumps [github.com/anyproto/any-store](https://github.com/anyproto/any-store) from 0.1.6 to 0.1.7.
- [Commits](https://github.com/anyproto/any-store/compare/v0.1.6...v0.1.7)

---
updated-dependencies:
- dependency-name: github.com/anyproto/any-store
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 15:42:38 +00:00
Mikhail Rakhmanov
6020213ad8
Merge pull request #382 from anyproto/GO-4146-new-spacestore
GO-4146: New spacestore
2025-02-07 21:43:10 +01:00
mcrakhman
dbdaeb811d
Add history test and remove todo 2025-02-07 15:15:17 +01:00
mcrakhman
80826e7a0e
Add corrupted check 2025-02-06 12:56:28 +01:00
mcrakhman
32820047b3
Add more slice tests 2025-02-05 20:18:17 +01:00
mcrakhman
75e1d34ba3
Revive test checking tree root with incorrect acl 2025-02-05 20:05:07 +01:00
mcrakhman
405fdbd0bc
Merge branch 'main' into GO-4146-new-spacestore
# Conflicts:
#	go.mod
2025-02-05 16:53:19 +01:00
mcrakhman
6f87526c2b
Fix headsync tests 2025-02-05 16:51:39 +01:00
mcrakhman
d2c85ae7e1
Fix deleter tests 2025-02-05 15:33:24 +01:00
mcrakhman
541f96f0cb
Fix deletionstate and settingsobject tests 2025-02-05 14:27:23 +01:00
Mikhail
aefbec42f9
Merge pull request #381 from anyproto/dependabot/go_modules/github.com/ipfs/boxo-0.27.4
build(deps): bump github.com/ipfs/boxo from 0.27.2 to 0.27.4
2025-02-05 13:32:39 +01:00
Mikhail
359b909861
Merge pull request #380 from anyproto/dependabot/go_modules/golang.org/x/time-0.10.0
build(deps): bump golang.org/x/time from 0.9.0 to 0.10.0
2025-02-05 13:32:14 +01:00
dependabot[bot]
46b971580f
build(deps): bump github.com/ipfs/boxo from 0.27.2 to 0.27.4
Bumps [github.com/ipfs/boxo](https://github.com/ipfs/boxo) from 0.27.2 to 0.27.4.
- [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.27.2...v0.27.4)

---
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-02-05 12:25:15 +00:00
dependabot[bot]
a325964685
build(deps): bump golang.org/x/time from 0.9.0 to 0.10.0
Bumps [golang.org/x/time](https://github.com/golang/time) from 0.9.0 to 0.10.0.
- [Commits](https://github.com/golang/time/compare/v0.9.0...v0.10.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-02-05 12:25:08 +00:00
mcrakhman
4de44b020a
Fix commonspace tests 2025-02-05 13:09:32 +01:00
mcrakhman
daefdae641
Remove deprecated sync tests 2025-02-04 23:47:50 +01:00
mcrakhman
d17864b416
Regenerate mocks, fix synctree and syncacl tests 2025-02-04 23:45:45 +01:00
Sergey Cherepanov
f28ee02250
Merge pull request #374 from grishy/main
nodeconfstore: Create dir with MkdirAll
2025-02-01 12:36:32 +01:00
mcrakhman
0bf102738a
Fix inmemory storage for acl 2025-01-31 15:54:59 +01:00
mcrakhman
8130471440
Expose headstorage collection keys 2025-01-30 17:06:34 +01:00
mcrakhman
4c5826bfa4
Expose more storage keys 2025-01-29 22:18:30 +01:00
Mikhail
e21ad1d1c2
Merge pull request #378 from anyproto/dependabot/go_modules/github.com/ipfs/boxo-0.27.2
build(deps): bump github.com/ipfs/boxo from 0.27.0 to 0.27.2
2025-01-28 12:32:00 +01:00
Mikhail
0938273c4e
Merge pull request #377 from anyproto/dependabot/go_modules/github.com/quic-go/quic-go-0.49.0
build(deps): bump github.com/quic-go/quic-go from 0.48.2 to 0.49.0
2025-01-28 12:31:44 +01:00
dependabot[bot]
a5d41a4047
build(deps): bump github.com/ipfs/boxo from 0.27.0 to 0.27.2
Bumps [github.com/ipfs/boxo](https://github.com/ipfs/boxo) from 0.27.0 to 0.27.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.27.0...v0.27.2)

---
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-01-27 16:14:20 +00:00
dependabot[bot]
bf4547a0e8
build(deps): bump github.com/quic-go/quic-go from 0.48.2 to 0.49.0
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.48.2 to 0.49.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.48.2...v0.49.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>
2025-01-27 16:14:11 +00:00
Mikhail Iudin
a734f9a494
Fix go mod merge 2025-01-27 14:17:10 +01:00
Mikhail Iudin
8a4d22f295
Merge remote-tracking branch 'refs/remotes/origin/main' into GO-4146-new-spacestore
# Conflicts:
#	go.mod
#	go.sum
2025-01-27 14:16:41 +01:00
Mikhail
020f452d1b
Merge pull request #375 from anyproto/go-2076-tryremove-in-ocache
GO-2076 Add TryRemove method to Ocache
2025-01-27 14:01:10 +01:00
mcrakhman
aef4de654f
Update any-sync 2025-01-27 11:58:54 +01:00
mcrakhman
647f2f41ae
Remove parser pool 2025-01-27 09:58:41 +01:00
Mikhail Iudin
e31b078c69
GO-2076 Add TryRemove method to Ocache 2025-01-24 22:15:25 +01:00
mcrakhman
39f17121d5
Add optional removeFunc for migration 2025-01-24 21:49:51 +01:00
mcrakhman
5457b40ea7
Add close for anystore 2025-01-24 21:30:00 +01:00
mcrakhman
6fcb423181
Add parser 2025-01-24 21:09:57 +01:00
mcrakhman
31cc64202c
Update any-store 2025-01-24 13:10:53 +01:00
mcrakhman
e9f14e796e
Fix inmemory storage 2025-01-23 23:00:37 +01:00
mcrakhman
c3d5ca3aef
Fix acl bugs 2025-01-23 19:33:19 +01:00
mcrakhman
83900859b3
Some logs 2025-01-23 15:25:51 +01:00
mcrakhman
798e292ff0
Fix acl issues, better error checks 2025-01-23 14:45:33 +01:00