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

[stable9] Fix cross-storage move info when moving between two received shares #28284

Merged
merged 6 commits into from Jul 6, 2017

Commits on Jul 5, 2017

  1. Fix cross-storage move info when moving between two received shares

    Need to properly resolve the given path to a source path in
    `getMoveInfo`. This was missing when adding this new method.
    Vincent Petry committed Jul 5, 2017
    Copy the full SHA
    ca48e46 View commit details
    Browse the repository at this point in the history
  2. Trying to reproduce core#28018

    SergioBertolinSG authored and Vincent Petry committed Jul 5, 2017
    Copy the full SHA
    aca28b6 View commit details
    Browse the repository at this point in the history
  3. Improve tests

    Vincent Petry committed Jul 5, 2017
    Copy the full SHA
    2ca19dc View commit details
    Browse the repository at this point in the history
  4. Remove SharedCache::getNumericStorageId to let CacheWrapper do it

    The CacheWrapper will properly forward the call to the wrapped cache.
    Vincent Petry committed Jul 5, 2017
    Copy the full SHA
    6a19c40 View commit details
    Browse the repository at this point in the history
  5. Move moveFromCache to CacheJail

    rullzer authored and Vincent Petry committed Jul 5, 2017
    Copy the full SHA
    0086803 View commit details
    Browse the repository at this point in the history
  6. Properly get the internal path for a cachejail move

    rullzer authored and Vincent Petry committed Jul 5, 2017
    Copy the full SHA
    55864e6 View commit details
    Browse the repository at this point in the history