-
Notifications
You must be signed in to change notification settings - Fork 11
Merge main to konflux #312
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
Closed
Closed
Conversation
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
Update charon.spec to remove transitive deps
Use fixed image tag instead of floating latest for Container file
Add config option to be able to use non-default charon configuration
And remove some invalid option for pylint checker
Replace space in error log file name of product and version
chore: fixed a api doc and added some comments
Signed-off-by: Gang Li <ligangty@users.noreply.github.com>
chore: fix a return value and a var declare issue
Signed-off-by: Gang Li <ligangty@users.noreply.github.com>
Add Makefile
Signed-off-by: Gang Li <ligangty@users.noreply.github.com>
Enable mypy types check and fix reported issues
As moto 5.0.16 added support fot get_invalidation Signed-off-by: Gang Li <ligangty@users.noreply.github.com>
Enable test_check_invalidation for CloudFront test
…apped name with others Signed-off-by: Gang Li <ligangty@users.noreply.github.com>
fix: MMENG-4284 npm del error when deleting a package which has overlapped name with others
Signed-off-by: Gang Li <ligangty@users.noreply.github.com>
Update version to 1.3.3
Signed-off-by: Gang Li <ligangty@users.noreply.github.com>
chore: add --version flag to support version check
Fix mmeng-4362: re-sort the indexing page items
Fix pip warning: add pyproject.toml
RADAS: add radas configurations
Add Unit tests for RADAS signing results parse and generation
Add request_id match logic for radas message receiver
Add sign response status and errors for receiver then use to control the main process
Radas sign request implementation
* rename radas_signature_handler.py to radas_sign.py * change RadasSender logic: * add retry logic * add error handling * avoid duplicate message sending * use a global RadasConfig instead created one in each Radas class
Refactor: refactor the RadasSender
* Support timeout mechanism for Receiver exit
Refactor: Refactor the RadasReceiver
* Add ssl enable condition in RadasConfig * Mark some fields as "private" for RadasSender and RadasReceiver
Add ssl enable condition in RadasConfig
As topic is also a valid destination to send, use queue is not correct
RADAS: change the request_queue to request_channel in config
Add missing oras deps in project.toml and setup.py
* Update base image to new version of ubi8-minimal * Add gcc, openssl-devel as dependencies for build * Use python12-devel instead of python12 because qpid-proton
RADAS: update Containerfile for radas support
RADAS: add default ignore patterns for signing
RADAS: use result file directly instead of folder in maven upload
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.
No description provided.