Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable amending allocations #2727

Merged
merged 9 commits into from
Sep 4, 2023
Merged

Enable amending allocations #2727

merged 9 commits into from
Sep 4, 2023

Conversation

kamirr
Copy link
Contributor

@kamirr kamirr commented Sep 1, 2023

No description provided.

@kamirr kamirr requested a review from a team as a code owner September 1, 2023 13:22
core/payment/src/api/allocations.rs Outdated Show resolved Hide resolved
core/payment/src/api/allocations.rs Outdated Show resolved Hide resolved
core/payment/src/api/allocations.rs Outdated Show resolved Hide resolved
core/payment/src/api/allocations.rs Outdated Show resolved Hide resolved
core/payment/src/api/allocations.rs Outdated Show resolved Hide resolved
core/payment/src/api/allocations.rs Outdated Show resolved Hide resolved
core/payment/src/api/allocations.rs Show resolved Hide resolved
The version 0.7.1 is published on crates.io (?) but the corresponding
tag is not present on master and HEAD Cargo.toml declared itself to be
0.7.0, which prevented the git revision in patch.crates-io from being
considered by cargo.
@kamirr kamirr changed the base branch from master to payments-dev September 4, 2023 10:46
@kamirr kamirr merged commit 0a7e214 into payments-dev Sep 4, 2023
@kamirr kamirr deleted the kek/allocation-post branch September 4, 2023 10:49
kamirr added a commit that referenced this pull request Sep 4, 2023
* Enable amending allocations
* Specify ya-client dependency to be 0.7 instead of 0.7.1

The version 0.7.1 is published on crates.io (?) but the corresponding
tag is not present on master and HEAD Cargo.toml declared itself to be
0.7.0, which prevented the git revision in patch.crates-io from being
considered by cargo.
* bump ya-client
* Specify rust version for aarch64 CI builds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement PUT endpoint for allocations to adjust allocation on the go.
2 participants