-
Notifications
You must be signed in to change notification settings - Fork 640
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(migrator): GCS to SQL migrator APPLICATION_PERMISSION objectType fix #1466
Conversation
9d774fe
to
c700331
Compare
02aac6c
to
535aa7a
Compare
@dbyron-sf / @ovidiupopa07 this is ready for review when you get a sec! Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm good with this ;) Should enable every one on GCS to move to SQL :P then get GCS/S3 support disabled for storage (and docs updated for this) long term!!
@jasonmcintosh would you consider backporting this fix? |
Yeah given that migration is completely broken for GCS to SQL... I'm good with this. @Mergifyio backport release-1.30.x release-1.31.x release-1.32.x release-1.33.x release-1.34.x |
https://github.com/Mergifyio backport release-1.30.x release-1.31.x release-1.32.x release-1.33.x release-1.34.x |
✅ Backports have been created
|
…fix (#1466) (#1470) * fix(migrator): GCS to SQL migrator APPLICATION_PERMISSION fix/refactor * fix(migrator): GCS to SQL migrator APPLICATION_PERMISSION fix/refactor (cherry picked from commit 3ab3bfc) Co-authored-by: Christos Arvanitis <[email protected]>
…fix (#1466) (#1471) * fix(migrator): GCS to SQL migrator APPLICATION_PERMISSION fix/refactor * fix(migrator): GCS to SQL migrator APPLICATION_PERMISSION fix/refactor (cherry picked from commit 3ab3bfc) Co-authored-by: Christos Arvanitis <[email protected]>
…fix (#1466) (#1473) * fix(migrator): GCS to SQL migrator APPLICATION_PERMISSION fix/refactor * fix(migrator): GCS to SQL migrator APPLICATION_PERMISSION fix/refactor (cherry picked from commit 3ab3bfc) Co-authored-by: Christos Arvanitis <[email protected]>
…fix (#1466) (#1472) * fix(migrator): GCS to SQL migrator APPLICATION_PERMISSION fix/refactor * fix(migrator): GCS to SQL migrator APPLICATION_PERMISSION fix/refactor (cherry picked from commit 3ab3bfc) Co-authored-by: Christos Arvanitis <[email protected]>
…fix (#1466) (#1474) * fix(migrator): GCS to SQL migrator APPLICATION_PERMISSION fix/refactor * fix(migrator): GCS to SQL migrator APPLICATION_PERMISSION fix/refactor (cherry picked from commit 3ab3bfc) Co-authored-by: Christos Arvanitis <[email protected]>
…fix (spinnaker#1466) (spinnaker#1473) * fix(migrator): GCS to SQL migrator APPLICATION_PERMISSION fix/refactor * fix(migrator): GCS to SQL migrator APPLICATION_PERMISSION fix/refactor (cherry picked from commit 3ab3bfc) Co-authored-by: Christos Arvanitis <[email protected]>
…fix (spinnaker#1466) (spinnaker#1473) * fix(migrator): GCS to SQL migrator APPLICATION_PERMISSION fix/refactor * fix(migrator): GCS to SQL migrator APPLICATION_PERMISSION fix/refactor (cherry picked from commit 3ab3bfc) Co-authored-by: Christos Arvanitis <[email protected]>
Previous implementation was not correctly distinguishing between APPLICATION and APPLICATION_PERMISSION metadata leading to a migrator deserialisation issue for GCS to SQL Front50 migration.
This PR fixes this with a small refactor.
Fixes spinnaker/spinnaker#6957