Conversation
Assisted-by: OpenAI GPT-5.6
Assisted-by: OpenAI GPT-5.6
Assisted-by: OpenAI GPT-5.6
decko
force-pushed
the
pulp-2219-agent-client-generation
branch
from
September 14, 2026 15:49
afb3557 to
c31eaec
Compare
Assisted-by: OpenAI GPT-5.6
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 free
to 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.
Summary
This PR builds on #202, which now provides isolated per-agent generator copies. It adds the remaining client-generation and agent-startup fixes:
gen-client.shinterface755permissionsGenerator compatibility
The previous implementation invoked
pulp-openapi-generator/generate.sh, which performed project normalization (pulpcore->core,pulp_rpm->rpm) before invokinggen-client.sh.The checked-out
generate.shexplicitly printsDEPRECATED: use ./gen-client.sh instead.This PR invokesgen-client.shdirectly. The project-to-component normalization remains in the oci-env adapter becausegen-client.shaccepts a component name, not a Pulp project name. Older generator checkouts withoutgen-client.shnow fail with an actionable update message.Validation
python3 -m compileall -q client/oci_envbash -n base/local_scripts/generate_client.shgit diff --checkAssisted-by: OpenAI GPT-5.6