-
Notifications
You must be signed in to change notification settings - Fork 1
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
Remove old runs and pipelines #752
Comments
What should we do about intermediate datasets that were not wired to pipeline outputs? They got recorded as datasets in the old runs, but they would not get created in the converted container runs. Should we just delete the datasets? What about the MD5 conflict datasets? Should we delete those, too? |
I think that's OK, considering they would have gotten purged in pretty short order otherwise anyway. |
Renamed settings_default.py to settings.py, and put it under source control.
Remove old items from the main navigation menus.
Change Dataset.has_data to raise errors for missing or inaccessible files.
I wrote a django management script to handle orphaned datasets, which should clear the last two things off this list. The last thing to do would now be to update the test server where kive is running with the |
Closed by 79617ae. |
Once all the old pipelines are converted to child containers in issue #751, we can remove all the code to support the old pipelines:
removeCan't remember why we wanted this, so postpone it for now.@types/jquery
frompackage.json
Run the migrations and the
find_orphans
management command as part of deployment.The text was updated successfully, but these errors were encountered: