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

1287 commits

Author SHA1 Message Date
Sergey Fuksman
d5f6dfb51b
Mention consensus node (#71) 2023-09-14 17:00:11 +03:00
Sergey Cherepanov
9d5fc773d3
Merge pull request #90 from anyproto/dependabot/go_modules/github.com/libp2p/go-libp2p-0.31.0
Bump github.com/libp2p/go-libp2p from 0.30.0 to 0.31.0
2023-09-12 17:55:50 +02:00
Sergey Cherepanov
1ff3788ed8
Merge pull request #89 from anyproto/dependabot/go_modules/golang.org/x/net-0.15.0
Bump golang.org/x/net from 0.14.0 to 0.15.0
2023-09-12 17:55:31 +02:00
dependabot[bot]
a7c2a9621e
Bump golang.org/x/net from 0.14.0 to 0.15.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.15.0.
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.15.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-09-11 17:04:57 +00:00
Sergey Cherepanov
aacc59e3df
Merge pull request #88 from anyproto/dependabot/go_modules/golang.org/x/crypto-0.13.0
Bump golang.org/x/crypto from 0.12.0 to 0.13.0
2023-09-11 19:03:47 +02:00
Sergey Cherepanov
1fb159e5ed
Merge pull request #87 from anyproto/ciUpdateGolang
.github/workflows/coverage.yml updated golang version and refactoring
2023-09-11 19:03:15 +02:00
dependabot[bot]
6fd85a5d2f
Bump github.com/libp2p/go-libp2p from 0.30.0 to 0.31.0
Bumps [github.com/libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) from 0.30.0 to 0.31.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.30.0...v0.31.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-09-11 15:56:50 +00:00
dependabot[bot]
cfbaf5bef5
Bump golang.org/x/crypto from 0.12.0 to 0.13.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.12.0 to 0.13.0.
- [Commits](https://github.com/golang/crypto/compare/v0.12.0...v0.13.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-09-11 15:56:26 +00:00
Grigory Efimov
95199e2e8e
.github/workflows/coverage.yml updated golang version and refactoring 2023-09-11 15:23:45 +00:00
Sergey Cherepanov
bbcc0a5e20
Merge pull request #83 from anyproto/dependabot/go_modules/github.com/ipfs/boxo-0.12.0
Bump github.com/ipfs/boxo from 0.11.0 to 0.12.0
2023-09-05 20:19:21 +02:00
dependabot[bot]
32a5161680
Bump github.com/ipfs/boxo from 0.11.0 to 0.12.0
Bumps [github.com/ipfs/boxo](https://github.com/ipfs/boxo) from 0.11.0 to 0.12.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.11.0...v0.12.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-09-05 18:18:49 +00:00
Sergey Cherepanov
860b4bacf1
Merge pull request #82 from anyproto/dependabot/go_modules/github.com/google/uuid-1.3.1
Bump github.com/google/uuid from 1.3.0 to 1.3.1
2023-09-05 20:17:33 +02:00
Sergey Cherepanov
532fdcf48c
Merge pull request #81 from anyproto/dependabot/go_modules/github.com/ipfs/go-block-format-0.2.0
Bump github.com/ipfs/go-block-format from 0.1.2 to 0.2.0
2023-09-05 20:17:15 +02:00
Sergey Cherepanov
89d29ab535
Merge pull request #80 from anyproto/dependabot/go_modules/github.com/ipfs/go-ipld-format-0.6.0
Bump github.com/ipfs/go-ipld-format from 0.5.0 to 0.6.0
2023-09-05 20:16:50 +02:00
Sergey Cherepanov
811745baba
Merge pull request #79 from anyproto/dependabot/go_modules/github.com/quic-go/quic-go-0.38.1
Bump github.com/quic-go/quic-go from 0.38.0 to 0.38.1
2023-09-05 20:16:06 +02:00
Mikhail Rakhmanov
42288b64bf
Merge pull request #85 from anyproto/GO-1986-fix-marshal-payload
GO-1986: Fix marshal payload
2023-09-01 14:25:30 +02:00
mcrakhman
967a3b0330
Fix marshal payload 2023-09-01 13:23:25 +02:00
Mikhail Rakhmanov
09d2c32610
Merge pull request #84 from anyproto/GO-1982-force-request
GO-1982: Add force request to coordinator client
2023-08-31 21:16:23 +02:00
mcrakhman
b978a7d94f
Add force request to coordinator client 2023-08-31 20:45:57 +02:00
dependabot[bot]
1ceb47f40b
Bump github.com/google/uuid from 1.3.0 to 1.3.1
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.0 to 1.3.1.
- [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.0...v1.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 15:28:12 +00:00
dependabot[bot]
97455fa970
Bump github.com/ipfs/go-block-format from 0.1.2 to 0.2.0
Bumps [github.com/ipfs/go-block-format](https://github.com/ipfs/go-block-format) from 0.1.2 to 0.2.0.
- [Release notes](https://github.com/ipfs/go-block-format/releases)
- [Commits](https://github.com/ipfs/go-block-format/compare/v0.1.2...v0.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 15:28:07 +00:00
dependabot[bot]
7af6879845
Bump github.com/ipfs/go-ipld-format from 0.5.0 to 0.6.0
Bumps [github.com/ipfs/go-ipld-format](https://github.com/ipfs/go-ipld-format) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/ipfs/go-ipld-format/releases)
- [Commits](https://github.com/ipfs/go-ipld-format/compare/v0.5.0...v0.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 15:28:02 +00:00
dependabot[bot]
690d572a6a
Bump github.com/quic-go/quic-go from 0.38.0 to 0.38.1
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.38.0 to 0.38.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.38.0...v0.38.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>
2023-08-28 15:27:56 +00:00
Mikhail Rakhmanov
1b903118c6
Merge pull request #78 from anyproto/GO-1918-any-sync-deletion-updates
GO-1918: any sync deletion updates
2023-08-23 17:12:36 +02:00
Mikhail Rakhmanov
cd12b481de
Merge pull request #64 from anyproto/GO-1857-Add-datatype
GO-1857: Add datatype and check for periodicsync
2023-08-23 17:11:51 +02:00
Sergey Cherepanov
db9ad5e974
Merge branch 'GO-1918-any-sync-deletion-updates' of github.com:anyproto/any-sync into GO-1918-any-sync-deletion-updates 2023-08-23 16:39:28 +02:00
Sergey Cherepanov
5f2f7daa35
quic.ListenAddrs returns addrs 2023-08-23 16:38:46 +02:00
mcrakhman
c57246171e
Update mocks 2023-08-23 13:03:03 +02:00
Sergey Cherepanov
eeea38bf2a
GO-1931: consensusproto delete log method 2023-08-22 19:52:30 +02:00
Sergey Cherepanov
b4b7cf2320
coordinatorproto: spacePush forceRequest 2023-08-22 19:37:32 +02:00
Sergey Cherepanov
e1e628a377
Merge pull request #76 from anyproto/dependabot/go_modules/github.com/quic-go/quic-go-0.38.0
Bump github.com/quic-go/quic-go from 0.37.5 to 0.38.0
2023-08-22 17:47:06 +02:00
dependabot[bot]
bdf7596be0
Bump github.com/quic-go/quic-go from 0.37.5 to 0.38.0
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.37.5 to 0.38.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.37.5...v0.38.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-08-22 10:31:28 +00:00
Sergey Cherepanov
523041d249
Merge pull request #77 from anyproto/dependabot/go_modules/github.com/libp2p/go-libp2p-0.30.0
Bump github.com/libp2p/go-libp2p from 0.29.2 to 0.30.0
2023-08-22 12:30:46 +02:00
mcrakhman
35e87af12e
Fix status checks 2023-08-21 21:32:31 +02:00
mcrakhman
fdff2852c7
Refactor error sync logic 2023-08-21 21:29:40 +02:00
mcrakhman
0799e7e638
Remove spaceisdeleted 2023-08-21 19:07:40 +02:00
dependabot[bot]
c019eb5860
Bump github.com/libp2p/go-libp2p from 0.29.2 to 0.30.0
Bumps [github.com/libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) from 0.29.2 to 0.30.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.29.2...v0.30.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-08-21 15:11:34 +00:00
mcrakhman
4592760ece
Update validation 2023-08-21 10:48:21 +02:00
mcrakhman
6caa9214b7
Add delete confirm validation 2023-08-21 10:44:41 +02:00
mcrakhman
1aecc3e75d
Add mocks for space 2023-08-18 15:16:32 +02:00
mcrakhman
eef2a0ff91
Coordinator client methods and expose storage from start 2023-08-18 11:01:06 +02:00
Sergey Cherepanov
81b50a8766
Merge pull request #75 from anyproto/ciUpdateGo
.github/workflows/ updated go-version to 1.21.0
2023-08-17 15:02:20 +02:00
Grigory Efimov
580393a100
.github/workflows/ updated go-version to 1.21.0 2023-08-17 10:34:35 +00:00
Mikhail Rakhmanov
71bd163592
Merge pull request #72 from anyproto/GO-1902-coordinator-deletion-api
GO-1902: coordinator deletion api
2023-08-17 12:28:12 +02:00
Mikhail Rakhmanov
4dd9024e7b
Merge pull request #74 from anyproto/GO-1910-prepare-spaces-for-new-deletion
GO-1910: Prepare spaces for new deletion
2023-08-17 12:24:55 +02:00
Sergey Cherepanov
0eebc73e92
update quic 2023-08-17 12:22:42 +02:00
mcrakhman
fb4bbd742e
Change naming for status set 2023-08-17 10:46:46 +02:00
mcrakhman
ea668e5b0e
Add isDeleted param to setdeleted 2023-08-17 10:43:39 +02:00
mcrakhman
8b0bb93a2f
Prevent connections on space deletion 2023-08-16 21:37:23 +02:00
mcrakhman
17a6f7cb55
Moving parts, refactoring for deletion 2023-08-16 21:16:15 +02:00