RTECO-1564 - Add apt command support for JFrog Artifactory#3596
Open
fluxxBot wants to merge 18 commits into
Open
RTECO-1564 - Add apt command support for JFrog Artifactory#3596fluxxBot wants to merge 18 commits into
fluxxBot wants to merge 18 commits into
Conversation
- Introduced `apt` command to run apt-get commands against JFrog Artifactory Debian repositories. - Implemented `aptSetupCmd` for persistent authentication setup. - Added necessary flags and help documentation for the `apt` command. - Created test data for local, remote, and virtual APT repositories. - Updated integration tests to include APT command tests. - Enhanced CLI utility functions to support APT-specific flags and commands.
…0709121941-de06fac87c33 in go.mod and go.sum
…ed for filtered packages
…iring consecutive successful responses from the repositories API
…t tests to include it
…0709150839-fe13c9b13f5b and adjust apt test concurrency settings
… distribution handling in tests
…ebian 13 (trixie) in distribution matrix
…enhance error handling for distribution matrix
… overload on JFrog platform
… and streamline test execution
…on and add alias field to keypair request
…ure verification and add minimal .deb builder
…ge and prerequisites for better user guidance
The import-key test uploaded a .deb but polled for a signed InRelease that
never appeared (404 for the full timeout): local-rt-setup's Artifactory does
not auto-calculate the Debian index on deploy. Explicitly POST
/api/deb/reindex/{repo} after upload, re-nudge it periodically while polling,
and extend the wait to 180s so the signed InRelease is generated before apt
consumes it.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…nd simplify keypair handling
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.
masterbranch.go vet ./....go fmt ./....aptcommand to run apt-get commands against JFrog Artifactory Debian repositories.aptSetupCmdfor persistent authentication setup.aptcommand.