-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add Shrine storage engine #2198
Conversation
a9452c4
to
a5aa2f0
Compare
…tly done, using model path
and reorder model and library so they're made before that happens
…or bounding box test
upload doesn't actually deal with data structures at all at the moment, it just dumps the files on disk and runs a scan. So that's fine. |
This all seems to be working, which is pretty surprising! Going to bake it in testing for a while, but I think it can merge in and go onto my personal environment. |
Code Climate has analyzed commit 833b47c and detected 1 issue on this pull request. Here's the issue category breakdown:
The test coverage on the diff in this pull request is 93.2% (50% is the threshold). This pull request will bring the total coverage in the repository to 86.2% (0.1% change). View more on Code Climate. |
Integrating Shrine to make storage provider-agnostic, and enable a few other features. Ground work for #1670.
Things to still change: