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

Fixed Test Definition and patch release r1.3 #148

Merged
merged 14 commits into from
Oct 1, 2024
Merged

Fixed Test Definition and patch release r1.3 #148

merged 14 commits into from
Oct 1, 2024

Conversation

bigludo7
Copy link
Collaborator

@bigludo7 bigludo7 commented Sep 25, 2024

What type of PR is this?

Add one of the following kinds:

  • correction
  • subproject management

What this PR does / why we need it:

This PR fixes following Test Case definition to be aligned with the yaml & other API:
@NumberVerification_phone_number_share201_missing_scope
Changed code to PERMISSION_DENIED (previous was UNAUTHENTICATED )

@NumberVerification_phone_number_share202_expired_access_token
Changed code to UNAUTHENTICATED (previous was AUTHENTICATION_REQUIRED )

@NumberVerification_verify201_missing_scope
Changed code to PERMISSION_DENIED (previous was UNAUTHENTICATED )

@NumberVerification_verify202_expired_access_token
Changed code to UNAUTHENTICATED (previous was AUTHENTICATION_REQUIRED )

Which issue(s) this PR fixes:

Fixes #147

Special notes for reviewers:

Changelog input

 release-note

- Fixes following:
- @NumberVerification_phone_number_share201_missing_scope:  Changed code to PERMISSION_DENIED (previous was UNAUTHENTICATED  )
- @NumberVerification_phone_number_share202_expired_access_token: Changed code to UNAUTHENTICATED (previous was AUTHENTICATION_REQUIRED  )
- @NumberVerification_verify201_missing_scope: Changed code to PERMISSION_DENIED (previous was UNAUTHENTICATED  )
- @NumberVerification_verify202_expired_access_token: Changed code to UNAUTHENTICATED (previous was AUTHENTICATION_REQUIRED  )

Additional documentation

This section can be blank.

Fixed code: 


@NumberVerification_phone_number_share201_missing_scope
    Changed code to PERMISSION_DENIED (previous was UNAUTHENTICATED  )

@NumberVerification_phone_number_share202_expired_access_token
    Changed code to UNAUTHENTICATED (previous was AUTHENTICATION_REQUIRED  )
Fixed code for 2 scenarios:
@NumberVerification_verify201_missing_scope
    Changed code to PERMISSION_DENIED (previous was UNAUTHENTICATED  )

@NumberVerification_verify202_expired_access_token
    Changed code to UNAUTHENTICATED (previous was AUTHENTICATION_REQUIRED  )
Change r1.2t to r1.3
Fixed link to the wiki
Introduce r1.3 with Test Definition fixing.
Copy link

github-actions bot commented Sep 25, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 2 0 0.03s
✅ OPENAPI spectral 1 0 1.67s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY secretlint yes no 0.71s
✅ YAML yamllint 1 0 0.26s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

Add PR reference
@bigludo7 bigludo7 requested review from hdamker and a team September 25, 2024 16:05
@hdamker hdamker changed the title Fixed Test Definition Fixed Test Definition and patch release r1.3 Sep 26, 2024
@hdamker hdamker added bug Something isn't working subproject management Indicating issues with subproject repository or release management process labels Sep 26, 2024
@hdamker
Copy link
Contributor

hdamker commented Sep 26, 2024

@bigludo7 looks good to me. Regarding the CHANGELOG my understanding is that in case of patch release only the changes towards the last public release need to be listed (which is r1.2). At least that is the practice within e.g. https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.30.md and also in line with our CHANGELOG template:

  • for a public API version, the consolidated changes since the release of the previous public API version

@tanjadegroot any further thoughts on that?

@bigludo7
Copy link
Collaborator Author

Thanks @fernandopradocabrillo for the review !!!

@fernandopradocabrillo
Copy link
Collaborator

If we are not going to dismiss the r1.2 then I think @hdamker is right and in the changelog we should only include what is new in the r1.2

Remove from the changelog in the r1.3 the information from the r1.2
@bigludo7
Copy link
Collaborator Author

@fernandopradocabrillo @hdamker Updated the changelog to follow your recommendation.

Copy link
Collaborator

@fernandopradocabrillo fernandopradocabrillo left a comment

Choose a reason for hiding this comment

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

LGTM

@bigludo7
Copy link
Collaborator Author

bigludo7 commented Oct 1, 2024

@camaraproject/release-management_maintainers @AxelNennker Kind reminder as this one should be quickly merged. Thanks

hdamker
hdamker previously approved these changes Oct 1, 2024
Copy link
Contributor

@hdamker hdamker left a comment

Choose a reason for hiding this comment

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

LGTM from release management perspective. Minor suggestions on the CHANGELOG.md you can decide to take or not.

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Herbert Damker <[email protected]>
bigludo7 and others added 2 commits October 1, 2024 11:37
Co-authored-by: Herbert Damker <[email protected]>
Remove main change part
@bigludo7 bigludo7 merged commit ab35ebd into main Oct 1, 2024
2 checks passed
@bigludo7 bigludo7 deleted the bigludo7/r1.3 branch October 1, 2024 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working subproject management Indicating issues with subproject repository or release management process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error for test definition "expired_access_token"
3 participants