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

New patch v0.12.7 #509

Merged
merged 28 commits into from
Feb 9, 2016
Merged

Commits on Feb 8, 2016

  1. sequenceParser: up submodule to v1.2.1

    This update fixes the build with python 3 on Travis.
    Clement Champetier committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    dabd904 View commit details
    Browse the repository at this point in the history
  2. sam rm: updated log message if no items were found

    Clement Champetier committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    c175eae View commit details
    Browse the repository at this point in the history
  3. sam rm: log info for all kind of elements removed

    Clement Champetier committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    df7e9ad View commit details
    Browse the repository at this point in the history
  4. sam rm: log debug when launch a browse

    Clement Champetier committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    ffb1b4d View commit details
    Browse the repository at this point in the history
  5. sam rm: added doc to 'private' methods

    Clement Champetier committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    5d33387 View commit details
    Browse the repository at this point in the history
  6. sam rm: updated comment

    Clement Champetier committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    700e34f View commit details
    Browse the repository at this point in the history
  7. sam rm: added --dry-run option

    Only print what it will do (will force verbosity to info).
    Clement Champetier committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    638840c View commit details
    Browse the repository at this point in the history
  8. sam rm: updated log when the script removes files from a sequence

    * Added name of the sequence in the log.
    * Renamed local variable 'filePathInSequence' to
    'absoluteFilePathInSequence'.
    Clement Champetier committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    e21b3c3 View commit details
    Browse the repository at this point in the history
  9. sam ls: updated log level used when launch a new browse

    * From info to debug.
    Clement Champetier committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    927b5e9 View commit details
    Browse the repository at this point in the history
  10. sam mv: exit with an error code

    Which is not negative!
    Clement Champetier committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    7cf1b63 View commit details
    Browse the repository at this point in the history
  11. sam mv: renamed local variable to avoid using of keyword

    Clement Champetier committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    abed298 View commit details
    Browse the repository at this point in the history
  12. sam mv: can process several inputs even if one failed

    * Get the item from a path returns None in case of failure.
    * The loop on each path continue to the next one in case of failure.
    Clement Champetier committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    7c63cab View commit details
    Browse the repository at this point in the history
  13. sam mv: added --dry-run option

    * Only print what it will do (will force verbosity to info).
    Clement Champetier committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    842b140 View commit details
    Browse the repository at this point in the history
  14. sam mv: updated log info to show what the script does

    Added the command name (mv or cp).
    Clement Champetier committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    1374b17 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    752cd32 View commit details
    Browse the repository at this point in the history
  16. sam mv: added log for each time processed in a sequence

    Clement Champetier committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    4a2157a View commit details
    Browse the repository at this point in the history
  17. sam mv: fixed output sequence path if it is the same as input

    Clement Champetier committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    c56532a View commit details
    Browse the repository at this point in the history
  18. sam mv/cp: updated doc of commands and arguments

    Clement Champetier committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    387beb9 View commit details
    Browse the repository at this point in the history
  19. sam ls: fixed method to return sequence name with formatting

    The sequenceParser API has changed since v1.2.
    Clement Champetier committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    72a7897 View commit details
    Browse the repository at this point in the history
  20. sam utils: refactored setting of SAM log level

    * Use python logging constants instead of hard-coded values.
    * No need to comment these lines anymore.
    Clement Champetier committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    c6cfebd View commit details
    Browse the repository at this point in the history
  21. sam do: return an error code at the end of the process

    Clement Champetier committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    e7fd29a View commit details
    Browse the repository at this point in the history
  22. pyTest: ignore testThreadEnv

    Test to check behavior of Travis errors with nosetests.
    Clement Champetier committed Feb 8, 2016
    Configuration menu
    Copy the full SHA
    626ebe5 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2016

  1. sam ls: renamed local variables to avoid using of keyword

    Clement Champetier committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    a201030 View commit details
    Browse the repository at this point in the history
  2. sam ls: fixed browse with a path to a sequence as input

    Clement Champetier committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    97c26e0 View commit details
    Browse the repository at this point in the history
  3. sam ls: added log as debug

    Clement Champetier committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    91e32a4 View commit details
    Browse the repository at this point in the history
  4. sam rm: renamed local variable to avoid using of keyword

    Clement Champetier committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    73dc767 View commit details
    Browse the repository at this point in the history
  5. pyTest: launch testThreadEnv with an invert node

    * The problems seems to appear with the blur node...
    * Issue tuttleofx#512
    Clement Champetier committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    87cac76 View commit details
    Browse the repository at this point in the history
  6. Host: up to v0.12.7

    Clement Champetier committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    4f4653b View commit details
    Browse the repository at this point in the history