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

Added support for scripts in file system #3

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

rparakhiya
Copy link

Changes:

Breaking Change:

  • DbUpdater is an abstract class now. To use specific script provider, there are factory methods: DbUpdater.UsingEmbeddedScripts and DbUpdater.UsingScriptsInFileSystem. UsingEmbeddedScripts factory method requires same parameters as previously. Hence, for clients it would be a quick change.

@rparakhiya
Copy link
Author

I'd be happy to discuss any changes or issues identified. Please feel free to reach out.

@piwaf
Copy link

piwaf commented Jun 12, 2020

Looks like you never got anywhere with merging this in. Are you using this code currently? I'm definitely interested in the file system source for hashed scripts.

@rparakhiya
Copy link
Author

@piwaf We are not actively using it for other reasons, but we tested it briefly and it got us going with scripts in file system. Let me know what you think about the changes and we can move it forward.

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.

2 participants