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(plugin-registry): Front50 plugins storage service #625

Closed

Conversation

jonsie
Copy link
Contributor

@jonsie jonsie commented Oct 31, 2019

Plain ol' JSON common storage service front50 implementation. Protobuf needs a bit of extra work to get it working with this implementation.

Previous PR: #621

@jonsie jonsie force-pushed the front50-plugins-storage-service branch 2 times, most recently from 6fd29a0 to 2ef3985 Compare October 31, 2019 17:02
Copy link
Contributor

@cfieber cfieber left a comment

Choose a reason for hiding this comment

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

looks pretty good! couple minor comments/questions

@jonsie jonsie force-pushed the front50-plugins-storage-service branch from 2ef3985 to 821b2b3 Compare October 31, 2019 17:49
Copy link
Contributor

@cfieber cfieber left a comment

Choose a reason for hiding this comment

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

Do any of the other storage implementations besides SQL need to be updated to make this work? (I think no..)

I suspect we want a ConditionalOnProperty as to whether to expose this controller (I know we did that most recently on the DeliveryController

Copy link
Contributor

@cfieber cfieber left a comment

Choose a reason for hiding this comment

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

This LGTM - I just had some minor other comments

@jonsie
Copy link
Contributor Author

jonsie commented Oct 31, 2019

Do any of the other storage implementations besides SQL need to be updated to make this work? (I think no..)

I suspect we want a ConditionalOnProperty as to whether to expose this controller (I know we did that most recently on the DeliveryController

From what I can tell the non-SQL implementations should just work. I'll add a ConditionalOnProperty to the PluginController.

@jonsie jonsie force-pushed the front50-plugins-storage-service branch from 821b2b3 to fd8dd36 Compare October 31, 2019 19:46
@jonsie jonsie requested a review from cfieber November 1, 2019 17:25
@jonsie
Copy link
Contributor Author

jonsie commented Nov 19, 2019

Is this necessary?

It may be too soon (or not necessary) to add this functionality to Front50, or it may be that this manifest can be greatly simplified.

@robzienert
Copy link
Member

Closing for now.

@robzienert robzienert closed this Dec 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants