Merge pull request #2176 from pypeclub/feature/OP-1905_Add-Validate-active-site-button-to-Sync-Queue

This commit is contained in:
Milan Kolar 2021-11-04 16:33:36 +01:00 committed by GitHub
commit 91e1e911c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 270 additions and 76 deletions

View file

@ -474,5 +474,13 @@ Actions accessible by context menu on single (or multiple representations):
Double click on any of the representation open Detail dialog with information about all files for particular representation.
In this dialog error details could be accessed in the context menu.
#### Context menu on project name
Artists can also Pause whole server or specific project for synchronization. In that state no download/upload is being run.
This might be helpful if the artist is not interested in a particular project for a while or wants to save bandwidth data limit for a bit.
This might be helpful if the artist is not interested in a particular project for a while or wants to save bandwidth data limit for a bit.
Another option is `Validate files on active site`. This option triggers process where all representation of the selected project are looped through, file paths are resolved for active site and
if paths point to local system, paths are physically checked if files are existing. If file exists and representation is not marked to be present on 'active_site' in DB, DB is updated
to follow that.
This might be useful if artist has representation files that Site Sync doesn't know about (newly attached external drive with representations from studio).
This project might take a while!