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 copy_if_newer parameter to functions in copy.py #22

Merged
merged 13 commits into from
Mar 29, 2017

Commits on Feb 10, 2017

  1. Add copy_if_newer parameter to functions in copy.py. Add geturl metho…

    …d to osfs.
    Giampaolo Cimino committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    9be260c View commit details
    Browse the repository at this point in the history
  2. added doc string for return values of copy functions

    Giampaolo Cimino committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    a9ef43b View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2017

  1. copy_if_newer param removed, implemented new methods for copy only wh…

    …en src file is newer
    Giampaolo Cimino committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    1e4ace8 View commit details
    Browse the repository at this point in the history
  2. test methods to cover copy_file_if_newer

    Giampaolo Cimino committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    c3e6fc0 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2017

  1. improvements requested for pull request

    Giampaolo Cimino committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    c6cc1ec View commit details
    Browse the repository at this point in the history
  2. Merge branch 'callback' into feature/copy-if-newer

    Giampaolo Cimino committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    fbbc7ba View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. remove exception handling from copy_file* methods

    Giampaolo Cimino committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    733ce9b View commit details
    Browse the repository at this point in the history
  2. remove tmp file

    Giampaolo Cimino committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    39bb737 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2017

  1. renamed callback in on_copy

    Giampaolo Cimino committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    50d0a4b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. Configuration menu
    Copy the full SHA
    ac6bca1 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2017

  1. Configuration menu
    Copy the full SHA
    a6517a2 View commit details
    Browse the repository at this point in the history
  2. apply delay to file utime to be sure if_newer is detected

    Giampaolo Cimino committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    8a66771 View commit details
    Browse the repository at this point in the history
  3. add comments and code clean up

    Giampaolo Cimino committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    3b85c19 View commit details
    Browse the repository at this point in the history