Uh oh!
There was an error while loading. Please reload this page.
DefaultApplications: use v3 API - #1331
Draft
Kehrlann wants to merge 25 commits into
Draft
Conversation
Kehrlannforce-pushed
the
dgarnier/operations-applications-v3
branch
3 times, most recently
from
December 19, 2025 08:14
85faebd to
00e022eCompareKehrlannforce-pushed
the
dgarnier/operations-applications-v3
branch
3 times, most recently
from
January 5, 2026 17:40
fc9186d to
acacb5aCompare… have builder implementations - For example, v3.GetApplicationResponse.Builder had a nested param of type LifecycleData. That's a method-less interface, with multiple possible implementations. Each implementation has a builder. We now pick whatever implementation we find, fill its builder, and use that in the root object.
Kehrlannforce-pushed
the
dgarnier/operations-applications-v3
branch
from
January 6, 2026 12:59
acacb5a to
15d243fCompareKehrlannforce-pushed
the
dgarnier/operations-applications-v3
branch
from
January 6, 2026 14:33
85150d7 to
00f99c9CompareKehrlannforce-pushed
the
dgarnier/operations-applications-v3
branch
from
January 9, 2026 17:17
e37654e to
3ae88efCompare- Use process stats instead
Kehrlannforce-pushed
the
dgarnier/operations-applications-v3
branch
from
January 9, 2026 18:19
3ae88ef to
c09a203CompareKehrlann
commented
Jan 12, 2026
ContributorAuthor
We should use the v3 manifest endpoint to get the diskQuota and memoryLimit ; for now we don't because it doesn't exist. This means that if an app has 0 web processes, we'll get -1 for the values. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a WiP
Part of #1325