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

Create django app for zarr functionality #1256

Merged
merged 10 commits into from
Aug 31, 2022
Merged

Create django app for zarr functionality #1256

merged 10 commits into from
Aug 31, 2022

Conversation

danlamanna
Copy link
Contributor

This creates a django app specifically for zarr. This segments off most of the zarr functionality (views, models, commands, and tests) into its own module for readability. The diff numbers are inflated due to autogenerated migrations - Django has a hard time moving models between apps so some trickery is necessary to get it to noop. To be clear, the database schema and functionality remains the same, all that's happening in this PR is code moving between files and imports being renamed.

Copy link
Member

@jjnesbitt jjnesbitt left a comment

Choose a reason for hiding this comment

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

All makes sense, nothing really jumps out at me. Tested locally and everything worked without issue.

@danlamanna danlamanna added release Create a release when this pr is merged patch Increment the patch version when merged labels Aug 31, 2022
@danlamanna danlamanna merged commit 9910bcc into master Aug 31, 2022
@danlamanna danlamanna deleted the zarr-app branch August 31, 2022 15:36
@dandibot
Copy link
Member

🚀 PR was released in v0.2.44 🚀

@dandibot dandibot added the released This issue/pull request has been released. label Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged release Create a release when this pr is merged released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants