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

DM-10319: _filename functions return first mappable repository even when file does not exist #86

Merged
merged 8 commits into from
Mar 12, 2018

Commits on Mar 7, 2018

  1. Add getUri() method for finding where the butler is looking for files.

    For debugging purposes it is often useful to know the location in the file
    tree where the butler will fetch a particular dataset, including parents.  This
    is intended to give more information than the _filename magic, and can return
    the read or write location.
    erykoff committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    b399f62 View commit details
    Browse the repository at this point in the history
  2. Add test for getUri()

    erykoff committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    91bb9c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71ef224 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

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

Commits on Mar 12, 2018

  1. Configuration menu
    Copy the full SHA
    49e150d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12ca693 View commit details
    Browse the repository at this point in the history
  3. Add test for dataRef.getUri()

    erykoff committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    0be70bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ef571c View commit details
    Browse the repository at this point in the history