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

Add cp and cp_rm transfer implementations (rebased onto dev_5_0) #3379

Merged
merged 7 commits into from Jan 26, 2015

Commits on Jan 23, 2015

  1. Add cp and cp_rm transfer implementations

    As suggested by Niko on the forums, cp and cp_rm
    implementations make local transfer of files possible
    even across filesystem boundaries. The trade-off is
    of course that in the case of a failed transfer there
    will be increased space used which will need to be
    manually cleaned up.
    
    See: https://www.openmicroscopy.org/community/viewtopic.php?f=5&t=7699
    joshmoore committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    0e9ba0f View commit details
    Browse the repository at this point in the history
  2. Re-add deleted ln_rm line

    joshmoore committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    815b229 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31d1243 View commit details
    Browse the repository at this point in the history
  4. Check database size on isModified

    All non-upload transfer mechanisms were leaving the
    file size in the database set to the size of the UUID
    file (36 bytes). By re-checking the file size, the new
    isModified method can prevent this.
    joshmoore committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    8f50b94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c15e44 View commit details
    Browse the repository at this point in the history
  6. Handle null file sizes

    joshmoore committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    bf9c099 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e18bc9c View commit details
    Browse the repository at this point in the history