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

feat: add Spanner samples for MR CMEK #2772

Open
wants to merge 50 commits into
base: main
Choose a base branch
from

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    4371db4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb4ee80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f88bf8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4dc0ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d041cc5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10582b0 View commit details
    Browse the repository at this point in the history
  7. Update CreateDatabaseWithMRCMEKAsyncTest.cs

    Change KmsKeyName to KmsKeyNames
    panerorenn9541 authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    46dbc73 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c76ecf View commit details
    Browse the repository at this point in the history
  9. Update CreateDatabaseWithMRCMEKAsync.cs

    Change KmsKeyNamesAsCryptoKeyName to KmsKeyNamesAsCryptoKeyNames
    panerorenn9541 authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    caac817 View commit details
    Browse the repository at this point in the history
  10. Update CopyBackupWithMRCMEK.cs

    Change KmsKeyNamesAsCryptoKeyName to be KmsKeyNamesAsCryptoKeyNames
    panerorenn9541 authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ef24b05 View commit details
    Browse the repository at this point in the history
  11. Update CreateBackupWithMRCMEKAsync.cs

    Change KmsKeyNamesAsCryptoKeyName to be KmsKeyNamesAsCryptoKeyNames
    panerorenn9541 authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d6fc8e7 View commit details
    Browse the repository at this point in the history
  12. Update RestoreDatabaseWithMRCMEKAsync.cs

    Change KmsKeyNamesAsCryptoKeyName to be KmsKeyNamesAsCryptoKeyNames and use database encryption config to print
    panerorenn9541 authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    79c1908 View commit details
    Browse the repository at this point in the history
  13. Update CreateDatabaseWithMRCMEKAsync.cs

    Use database encryption config to print
    panerorenn9541 authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8ad9af3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b0fff8b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    2aae2df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6257a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ebb6bd View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Update and rename CopyBackupWithMRCMEKTest.cs to CopyBackupWithMrCmek…

    …Test.cs
    
    Change naming from MRCMEK to MrCmek
    panerorenn9541 authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    dd5a28a View commit details
    Browse the repository at this point in the history
  2. Update and rename CreateBackupWithMRCMEKAsyncTest.cs to CreateBackupW…

    …ithMrCmekAsyncTest.cs
    
    Change naming from MRCMEK to MrCmek
    panerorenn9541 authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    197ef15 View commit details
    Browse the repository at this point in the history
  3. Update and rename CreateDatabaseWithMRCMEKAsyncTest.cs to CreateDatab…

    …aseWithMrCmekAsyncTest.cs
    
    Change from MRCMEK to MrCmek
    panerorenn9541 authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    bffdead View commit details
    Browse the repository at this point in the history
  4. Update and rename RestoreDatabaseWithMRCMEKAsyncTest.cs to RestoreDat…

    …abaseWithMrCmekAsyncTest.cs
    
    Change from MRCMEK to MrCmek
    panerorenn9541 authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f426968 View commit details
    Browse the repository at this point in the history
  5. Update and rename CopyBackupWithMRCMEK.cs to CopyBackupWithMrCmek.cs

    Change from MRCMEK to MrCmek
    panerorenn9541 authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    93ee32c View commit details
    Browse the repository at this point in the history
  6. Update and rename CreateBackupWithMRCMEKAsync.cs to CreateBackupWithM…

    …rCmekAsync.cs
    
    Change from MRCMEK to MrCmek
    panerorenn9541 authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    194b59c View commit details
    Browse the repository at this point in the history
  7. Update and rename CreateDatabaseWithMRCMEKAsync.cs to CreateDatabaseW…

    …ithMrCmekAsync.cs
    
    Change from MRCMEK to MrCmek
    panerorenn9541 authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    5a487bb View commit details
    Browse the repository at this point in the history
  8. Update and rename RestoreDatabaseWithMRCMEKAsync.cs to RestoreDatabas…

    …eWithMrCmekAsync.cs
    
    Change from MRCMEK to MrCmek
    panerorenn9541 authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    6b07ecf View commit details
    Browse the repository at this point in the history
  9. Update CopyBackupWithMrCmekTest.cs

    Update copyright
    panerorenn9541 authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    00b3076 View commit details
    Browse the repository at this point in the history
  10. Update CreateBackupWithMrCmekAsyncTest.cs

    Update copyright
    panerorenn9541 authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b3b8330 View commit details
    Browse the repository at this point in the history
  11. Update CreateDatabaseWithMrCmekAsyncTest.cs

    Update copyright
    panerorenn9541 authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9967289 View commit details
    Browse the repository at this point in the history
  12. Update RestoreDatabaseWithMrCmekAsyncTest.cs

    Update copyright
    panerorenn9541 authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9f33481 View commit details
    Browse the repository at this point in the history
  13. Update CopyBackupWithMrCmek.cs

    Update copyright
    panerorenn9541 authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    187157f View commit details
    Browse the repository at this point in the history
  14. Update CreateBackupWithMrCmekAsync.cs

    Update copyright
    panerorenn9541 authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d37be25 View commit details
    Browse the repository at this point in the history
  15. Update CreateDatabaseWithMrCmekAsync.cs

    Update copyright
    panerorenn9541 authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    68a2f86 View commit details
    Browse the repository at this point in the history
  16. Update RestoreDatabaseWithMrCmekAsync.cs

    Update copyright
    panerorenn9541 authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d405eb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Update CopyBackupWithMrCmekTest.cs

    Use MrCmekBackupId
    panerorenn9541 authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f32a8c1 View commit details
    Browse the repository at this point in the history
  2. Update CreateBackupWithMrCmekAsyncTest.cs

    Use FixedMrCmekDatabaseId and MrCmekBackupId
    panerorenn9541 authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    fe995c0 View commit details
    Browse the repository at this point in the history
  3. Update CreateDatabaseWithMrCmekAsyncTest.cs

    Use MrCmekDatabaseId
    panerorenn9541 authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e740ee9 View commit details
    Browse the repository at this point in the history
  4. Update RestoreDatabaseWithMrCmekAsyncTest.cs

    Use MrCmekRestoreDatabaseId and FixedMrCmekBackupId. Use KmsKeyNames instead of KmsKeyName
    panerorenn9541 authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e548d49 View commit details
    Browse the repository at this point in the history
  5. Update CopyBackupWithMrCmek.cs

    Use default poll settings
    panerorenn9541 authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    46eeb4b View commit details
    Browse the repository at this point in the history
  6. Update CopyBackupWithMrCmek.cs

    Change log
    panerorenn9541 authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    16f0b19 View commit details
    Browse the repository at this point in the history
  7. Update CreateBackupWithMrCmekAsync.cs

    Change log
    panerorenn9541 authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    40591ac View commit details
    Browse the repository at this point in the history
  8. Update CreateBackupWithMrCmekAsync.cs

    Remove old log
    panerorenn9541 authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    266ca60 View commit details
    Browse the repository at this point in the history
  9. Update CreateDatabaseWithMrCmekAsync.cs

    Change log
    panerorenn9541 authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a34244e View commit details
    Browse the repository at this point in the history
  10. Update RestoreDatabaseWithMrCmekAsync.cs

    Change logs
    panerorenn9541 authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    dcd1750 View commit details
    Browse the repository at this point in the history
  11. Update CopyBackupWithMrCmekTest.cs

    Assert keys match
    panerorenn9541 authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ef7265d View commit details
    Browse the repository at this point in the history
  12. Update CreateBackupWithMrCmekAsyncTest.cs

    Change assert
    panerorenn9541 authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    2c5683d View commit details
    Browse the repository at this point in the history
  13. Update CreateDatabaseWithMrCmekAsyncTest.cs

    Change assert
    panerorenn9541 authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    919b655 View commit details
    Browse the repository at this point in the history
  14. Update CreateDatabaseWithMrCmekAsyncTest.cs

    Remove old assert
    panerorenn9541 authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9c729d9 View commit details
    Browse the repository at this point in the history
  15. Update RestoreDatabaseWithMrCmekAsyncTest.cs

    Change assert
    panerorenn9541 authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c0be0ff View commit details
    Browse the repository at this point in the history
  16. Update SpannerFixture.cs

    Fix naming
    panerorenn9541 authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3a5bf85 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cad4c2b View commit details
    Browse the repository at this point in the history