XRAY-140550 - Onboarding uv for jf curation-audit#798
Open
Phavya-jfrog wants to merge 6 commits into
Open
Conversation
Phavya-jfrog
force-pushed
the
feature/XRAY-140550-jfca-uv
branch
from
July 7, 2026 10:38
6f420f7 to
cd04ca3
Compare
Phavya-jfrog
force-pushed
the
feature/XRAY-140550-jfca-uv
branch
from
July 11, 2026 15:41
40b19e4 to
7299624
Compare
Phavya-jfrog
force-pushed
the
feature/XRAY-140550-jfca-uv
branch
from
July 13, 2026 06:11
37647c8 to
6a6a2a3
Compare
Phavya-jfrog
force-pushed
the
feature/XRAY-140550-jfca-uv
branch
from
July 14, 2026 03:27
d9b118d to
f99aedc
Compare
Phavya-jfrog
force-pushed
the
feature/XRAY-140550-jfca-uv
branch
from
July 14, 2026 08:00
f99aedc to
3082d8d
Compare
Phavya-jfrog
force-pushed
the
feature/XRAY-140550-jfca-uv
branch
from
July 14, 2026 11:40
0d8fe73 to
1f5b0be
Compare
gineshkumar
reviewed
Jul 17, 2026
gineshkumar
reviewed
Jul 17, 2026
gineshkumar
reviewed
Jul 17, 2026
|
Could you add a description covering the uv project and PEP 723 script flows, registry/auth behavior, validation performed, and the Poetry CVS fallback changes? The current body is only the unchecked template, so reviewers cannot verify the intended scope or design trade-offs. Review generated by xray-pr-review |
Phavya-jfrog
force-pushed
the
feature/XRAY-140550-jfca-uv
branch
from
July 17, 2026 14:41
6a554a2 to
47bcce5
Compare
gineshkumar
reviewed
Jul 21, 2026
gineshkumar
reviewed
Jul 21, 2026
gineshkumar
reviewed
Jul 21, 2026
Phavya-jfrog
force-pushed
the
feature/XRAY-140550-jfca-uv
branch
from
July 22, 2026 06:20
47bcce5 to
d325019
Compare
Phavya-jfrog
force-pushed
the
feature/XRAY-140550-jfca-uv
branch
from
July 24, 2026 04:23
abd0dca to
786c46c
Compare
gineshkumar
approved these changes
Jul 24, 2026
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.
devbranch.go vet ./....go fmt ./....Onboards uv as a supported package manager for jf curation-audit, plus support for auditing standalone PEP 723 inline scripts. Registry details are read from pyproject.toml's [[tool.uv.index]] or ~/.config/uv/uv.toml (however Artifactory's "Set Me Up" configures it) — no jf uv-config step needed. Resolution always goes through Artifactory's curation pass-through endpoint: uv.lock is regenerated in a temp dir unless it's both up-to-date and verified as already resolved from Artifactory, in which case it's reused as-is.
New --script flag audits a single PEP 723 inline script directly instead of scanning the working directory. When a uv project has an un-audited sibling script, jf ca surfaces a one-line hint to use --script.
Changes