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 some path checks around user provided paths #1575

Merged
merged 5 commits into from
Oct 27, 2015

Commits on Oct 27, 2015

  1. Add some path checks around user provided paths

    This mainly applies to the existance of user provided local paths.
    If the transfer is an upload and that local path does not exist, this will
    cause the command to fail instead of skipping. If the transfer is a
    syncing download and the local path does not existant, there should not
    be warnings.
    kyleknap committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    65cc3fa View commit details
    Browse the repository at this point in the history
  2. Refactored the validation logic

    Hoisted the user provided local paths to the CommandArchitecture class
    kyleknap committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    8ed3aa0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d33014e View commit details
    Browse the repository at this point in the history
  4. Remove unused logic

    kyleknap committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    9df22b5 View commit details
    Browse the repository at this point in the history
  5. Update Changelog

    kyleknap committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    1401714 View commit details
    Browse the repository at this point in the history