Skip to content
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

Add option to validate with/without security and new password for latest versions #4377

Merged
merged 5 commits into from
Feb 9, 2024

Conversation

Divyaasm
Copy link
Collaborator

@Divyaasm Divyaasm commented Jan 27, 2024

Description

Changes to existing validation workflow

  1. Checks for the existence of security plugin in OS artifacts and send https/http requests as required.
  2. Use latest password for validating all the version >=2.12.0

Issues Resolved

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

src/validation_workflow/api_request.py Outdated Show resolved Hide resolved
src/validation_workflow/api_request.py Outdated Show resolved Hide resolved
src/validation_workflow/api_test_cases.py Outdated Show resolved Hide resolved
src/validation_workflow/rpm/validation_rpm.py Outdated Show resolved Hide resolved
src/validation_workflow/rpm/validation_rpm.py Outdated Show resolved Hide resolved
src/validation_workflow/validation.py Outdated Show resolved Hide resolved
src/validation_workflow/validation_args.py Outdated Show resolved Hide resolved
src/validation_workflow/yum/validation_yum.py Outdated Show resolved Hide resolved
Signed-off-by: Divya Madala <[email protected]>
Copy link

codecov bot commented Jan 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (82e8c42) 91.35% compared to head (d735cdd) 91.55%.
Report is 34 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4377      +/-   ##
==========================================
+ Coverage   91.35%   91.55%   +0.20%     
==========================================
  Files         190      190              
  Lines        6197     6214      +17     
==========================================
+ Hits         5661     5689      +28     
+ Misses        536      525      -11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Divyaasm Divyaasm self-assigned this Feb 7, 2024
@Divyaasm Divyaasm force-pushed the addsecurity branch 2 times, most recently from a8ce835 to e17a5e1 Compare February 8, 2024 17:57
Signed-off-by: Divya Madala <[email protected]>
Copy link
Member

@peterzhuamazon peterzhuamazon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few more comments and we all good @Divyaasm .
Significant improvement over the last revision

Thanks!

Signed-off-by: Divya Madala <[email protected]>
@peterzhuamazon
Copy link
Member

Thanks for following the best practice and improve code quality!
@Divyaasm

@Divyaasm Divyaasm merged commit 363377e into opensearch-project:main Feb 9, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

3 participants