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

Fix rotate database key spec #3831

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

nicolasbender
Copy link
Member

Thanks for contributing to cloud_controller_ng. To speed up the process of reviewing your pull request please provide us with:

  • A short explanation of the proposed change:
    The rotate database key tests for unencrypted fields check for the presence of values only which excludes model instances with nil values. We propose to exclude all columns with nil values from this check.

  • An explanation of the use cases your change solves
    We want to introduce a new foreign key cnb_lifecycle_data in buildpack_lifecycle_buildpack_model which could be nil. This test prevents the check to pass.

  • Links to any other associated PRs
    [RFC0028] Implement Cloud Native Buildpacks lifecycle #3778

  • I have reviewed the contributing guide

  • I have viewed, signed, and submitted the Contributor License Agreement

  • I have made this pull request to the main branch

  • I have run all the unit tests using bundle exec rake

  • I have run CF Acceptance Tests

@nicolasbender nicolasbender force-pushed the fixRotateDatabase branch 2 times, most recently from 19deac2 to abad0d0 Compare June 6, 2024 12:56
Co-authored-by: Nicolas Bender <nicolas.bender@sap.com>
Co-authored-by: Ralf Pannemans <ralf.pannemans@sap.com>
@johha johha merged commit 13e0da5 into cloudfoundry:main Jun 7, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants