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(front50): Add azs and oracle persistent stores #33

Merged
merged 1 commit into from
Apr 24, 2020
Merged

feat(front50): Add azs and oracle persistent stores #33

merged 1 commit into from
Apr 24, 2020

Conversation

ezimanyi
Copy link
Contributor

This also renames the GCS message to GcsPersistentStore to be more in line with how we've named other things.

It also removes the top-level persistentStore field, and requires each persistent store to be marked as enabled or disabled (with exactly one being enabled) to match what front50 expects. While this is a slight change, hopefully it will be easy to configure as the kleat config will only require the single one that's being used to be in the config (unlike Halyard which will add fields for everything).

I didn't add tests here, as we're about to do some refactoring and potentially will clean up the tests. I'll add tests on this when finishing up the rest of the persistent stores.

This also renames the GCS message to GcsPersistentStore to be
more in line with how we've named other things.

It also removes the top-level persistentStore field, and requires
each persistent store to be marked as enabled or disabled (with
exactly one being enabled) to match what front50 expects. While
this is a slight change, hopefully it will be easy to configure
as the kleat config will only require the single one that's being
used to be in the config (unlike Halyard which will add fields for
everything).

I didn't add tests here, as we're about to do some refactoring and
potentially will clean up the tests. I'll add tests on this when
finishing up the rest of the persistent stores.
@ezimanyi ezimanyi requested a review from maggieneterval April 24, 2020 19:43
@ezimanyi
Copy link
Contributor Author

I'm liberally renumbering proto fields for now because we don't actually have any existing messages to support (and it of course doesn't affect the YAML). At some point we should stop doing that, but that time is not now.

Copy link
Contributor

@maggieneterval maggieneterval left a comment

Choose a reason for hiding this comment

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

🅰️ ⚡ 🐍
🔮 🥠
💯

@maggieneterval maggieneterval added the ready to merge Reviewed and ready for merge label Apr 24, 2020
@mergify mergify bot merged commit d969f30 into spinnaker:master Apr 24, 2020
@mergify mergify bot added the auto merged label Apr 24, 2020
@ezimanyi ezimanyi deleted the add-persistent-stores branch April 24, 2020 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto merged ready to merge Reviewed and ready for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants