You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When images are added to a run it's possible that a relation is created between two sources that were not previously related. The restore run option is currently not taking this into account and is only removing relations between new sources from the added images.
Needs to remove remaining relations between remaining sources that were not related before the addition.
The text was updated successfully, but these errors were encountered:
* Added run restore button to UI
- Added restore api call in RunViewSet.
- Added hooks file for django-q async_task hooks.
- Added restore test.
- Fixed deprecation warning in test compare_runs.
- Added hooks.py to mkdocs.
* Fixed restore and run modal form id errors
* Switched async_task to call the command
- Makes calling the command from the website much easier.
- Removed hooks.
- Reverted the restorepiperun script.
* Added delete and generate arrow buttons
- Allowed for users to delete their runs.
- Allowed for users to generate arrow files for their run.
- Added new pipeline status of `DEL`, `Deleting`.
* Added deletion and arrow files buttons
- Updated documentation.
- Fixed restore relations (#579).
* Fix text and image spacing on doc page
[skip ci]
* Fix docs link in genarrow.md
[skip ci]
* Minor doc page fix pipeline job -> pipeline run
[skip ci]
When images are added to a run it's possible that a relation is created between two sources that were not previously related. The restore run option is currently not taking this into account and is only removing relations between new sources from the added images.
Needs to remove remaining relations between remaining sources that were not related before the addition.
The text was updated successfully, but these errors were encountered: