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

1624 commits

Author SHA1 Message Date
dependabot[bot]
04fa47e979
Bump storj.io/drpc from 0.0.33 to 0.0.34
Bumps [storj.io/drpc](https://github.com/storj/drpc) from 0.0.33 to 0.0.34.
- [Release notes](https://github.com/storj/drpc/releases)
- [Commits](https://github.com/storj/drpc/compare/v0.0.33...v0.0.34)

---
updated-dependencies:
- dependency-name: storj.io/drpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 15:32:24 +00:00
Anthony Akentiev
37c685981f
Merge pull request #185 from anyproto/feature-payments
Feature payments
2024-03-18 14:30:30 +00:00
Anton Akentev
21ed73bf42 pp/ns clients: reuse connection + round robbin 2024-03-18 14:29:06 +00:00
Anton Akentev
68f1826db5 acl: mock regenerate 2024-03-18 14:23:32 +00:00
Anton Akentev
29e831c117 Merge remote-tracking branch 'origin/main' into feature-payments 2024-03-18 14:16:22 +00:00
Sergey Cherepanov
438db2b560
Merge pull request #182 from anyproto/GO-2837-space-limits
GO-2837 space limits
2024-03-18 15:11:34 +01:00
Sergey Cherepanov
59c2462b4f
coordinatorproto: SpaceLimits 2024-03-18 14:58:42 +01:00
Sergey Cherepanov
214c63d6c0
acl: do not add records if limits is 1-1 2024-03-18 14:58:22 +01:00
Sergey Cherepanov
045ab61962
acl.AddRecord check limits 2024-03-18 14:30:43 +01:00
Sergey Cherepanov
d499647a98
coordinatorproto: errForbidden 2024-03-15 18:09:09 +01:00
Anton Akentev
31bef5a173 Merge remote-tracking branch 'origin/GO-2837-space-limits' into feature-payments 2024-03-15 11:20:03 +00:00
Sergey Cherepanov
3b41982485
fileproto: blockGetRequest.wait 2024-03-14 13:58:22 +01:00
Anton Akentev
e237af16bd Merge remote-tracking branch 'origin/GO-2837-space-limits' into feature-payments 2024-03-13 15:09:23 +00:00
Sergey Cherepanov
870f6375df
fix test 2024-03-12 19:47:31 +01:00
Sergey Cherepanov
b9d85b09be
generate mocks 2024-03-12 18:38:22 +01:00
Sergey Cherepanov
6fa52bd8c7
coordinatorproto: remove FileLimitCheck, add AccountLimitsSet 2024-03-12 18:34:37 +01:00
Sergey Cherepanov
7bac8703da
coordinatorproto: accountLimitsSet proto gen 2024-03-12 18:25:22 +01:00
Sergey Cherepanov
199dea2be5
coordinatorproto: accountLimitsSet 2024-03-12 18:23:12 +01:00
Anton Akentev
b387be4bd1 NS: Add batch methods 2024-03-12 14:30:44 +00:00
Sergey Cherepanov
dbff72a85b
fileproto: fix 2024-03-12 14:18:11 +01:00
Sergey Cherepanov
2052cf3fea
Merge branch 'main' of github.com:anyproto/any-sync into GO-2837-space-limits 2024-03-12 14:13:07 +01:00
Sergey Cherepanov
95aaeab31f
fileproto: FilesGet method 2024-03-12 14:12:38 +01:00
Sergey Cherepanov
fae19b8ccc
Merge pull request #183 from anyproto/dependabot/go_modules/golang.org/x/crypto-0.21.0
Bump golang.org/x/crypto from 0.20.0 to 0.21.0
2024-03-11 20:59:50 +01:00
Sergey Cherepanov
82902d7dd6
Merge pull request #184 from anyproto/dependabot/go_modules/golang.org/x/net-0.22.0
Bump golang.org/x/net from 0.21.0 to 0.22.0
2024-03-11 20:59:36 +01:00
Anton Akentev
ef9e107496 NS: Add GetNameByAnyId method 2024-03-11 17:03:23 +00:00
Sergey Cherepanov
68c9a7065d
fileproto comments 2024-03-11 17:01:47 +01:00
Sergey Cherepanov
b43b3cffd5
fileproto: account limit 2024-03-11 16:57:31 +01:00
dependabot[bot]
c1e1bfba7d
Bump golang.org/x/net from 0.21.0 to 0.22.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.22.0.
- [Commits](https://github.com/golang/net/compare/v0.21.0...v0.22.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-03-11 15:47:08 +00:00
dependabot[bot]
6bed66ffdc
Bump golang.org/x/crypto from 0.20.0 to 0.21.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.20.0 to 0.21.0.
- [Commits](https://github.com/golang/crypto/compare/v0.20.0...v0.21.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>
2024-03-11 15:46:55 +00:00
Sergey Cherepanov
151dd9508d
aclService: OwnerId, Permissions 2024-03-11 16:04:14 +01:00
Anton Akentev
2d65758ba3 Merge remote-tracking branch 'origin/main' into feature-payments 2024-03-08 18:56:14 +00:00
Anton Akentev
a0e99c2f6f Add GetAllTiers method 2024-03-08 16:14:36 +00:00
Sergey Cherepanov
19798f2295
fileproto set account limit identity 2024-03-07 20:50:12 +01:00
Anton Akentev
a33d831c36 Update paymentclient 2024-03-06 20:26:55 +00:00
Anton Akentev
c77a5fe2ff Add FinalizeSubscription method 2024-03-06 17:25:50 +00:00
Anton Akentev
ff5dd605fa Tier -> int32 2024-03-05 21:14:51 +00:00
Sergey Cherepanov
df59a3d8d5
fileproto: errors wrap 2024-03-05 16:09:02 +01:00
Sergey Cherepanov
af75e79b63
Merge branch 'main' of github.com:anyproto/any-sync into GO-2837-space-limits 2024-03-05 16:06:25 +01:00
Sergey Cherepanov
c8ba1ff767
fileproto errors 2024-03-05 16:06:12 +01:00
Sergey Cherepanov
c0a0a2ebf1
Merge pull request #180 from anyproto/dependabot/go_modules/github.com/prometheus/client_golang-1.19.0
Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0
2024-03-05 14:08:05 +01:00
Sergey Cherepanov
0fabe276e2
Merge pull request #181 from anyproto/dependabot/go_modules/golang.org/x/crypto-0.20.0
Bump golang.org/x/crypto from 0.19.0 to 0.20.0
2024-03-05 14:07:36 +01:00
Mikhail Rakhmanov
7108554910
Merge pull request #178 from anyproto/GO-2990-cancel-join
GO-2990: Cancel join
2024-03-04 17:32:32 +01:00
dependabot[bot]
977bce45d3
Bump golang.org/x/crypto from 0.19.0 to 0.20.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.19.0 to 0.20.0.
- [Commits](https://github.com/golang/crypto/compare/v0.19.0...v0.20.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>
2024-03-04 16:03:22 +00:00
dependabot[bot]
bdfecf6c0f
Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.18.0 to 1.19.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.18.0...v1.19.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 16:03:07 +00:00
Mikhail Rakhmanov
11ad9391af
Merge pull request #179 from anyproto/GO-3009-add-debug-spaces
GO-3009: Add composite id for stat providers
2024-03-04 16:26:45 +01:00
mcrakhman
7b83003b79
Add composite id for stat providers 2024-03-04 16:19:50 +01:00
mcrakhman
9aab6547f1
Add onReject 2024-03-01 17:16:19 +01:00
mcrakhman
cbd44561be
Cancel join fix 2024-03-01 14:48:47 +01:00
Anton Akentev
7704bde02a Add tiers, no worries: will be refactored soon 2024-03-01 11:46:57 +00:00
mcrakhman
a3f8fe1b2b
Add aclwaiter onReject 2024-02-29 20:57:57 +01:00