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

Preserve relative urls in catalog references #35

Merged
merged 4 commits into from
Jul 3, 2015

Commits on Jul 2, 2015

  1. Add test for following relative urls

    It should be possible to connect to a catalog reference using the base
    catalog's URL and the reference's href
    Scott Wales committed Jul 2, 2015
    Configuration menu
    Copy the full SHA
    fb49285 View commit details
    Browse the repository at this point in the history
  2. Preseve relative URLs in references

    The leading '/' in reference URLs is needed in order to properly
    construct the full URL from a relative URL
    Scott Wales committed Jul 2, 2015
    Configuration menu
    Copy the full SHA
    4b2cb15 View commit details
    Browse the repository at this point in the history
  3. Fix Travis errors

    Scott Wales committed Jul 2, 2015
    Configuration menu
    Copy the full SHA
    7fc8829 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2015

  1. Resolve relative URLs in CatalogRefs

     * Resolve relative hrefs to absolute URLs using urllib
     * Add CatalogRef.follow() to get a TDSCatalog from a CatalogRef
    Scott Wales committed Jul 3, 2015
    Configuration menu
    Copy the full SHA
    1f053a3 View commit details
    Browse the repository at this point in the history