-
Notifications
You must be signed in to change notification settings - Fork 11
test konflux #308
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
test konflux #308
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
Merge branch 'main' into release
Signed-off-by: Gang Li <ligangty@users.noreply.github.com>
Update version to 1.3.3
Merge main branch to release
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
RADAS: Add sign command skeleton
Feat: Support to accept the response of signing result from RADAS
Some changes on sign cmd and config
Fix: add back the radas_config type for mypy check
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
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.