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

[WIP] Handle umlaut in resource URLs #58

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Nov 7, 2018

  1. Add test for umlaut CSV url

    Stefan Oderbolz committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    3120e94 View commit details
    Browse the repository at this point in the history
  2. Make logger string unicode

    Stefan Oderbolz committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    856ce3d View commit details
    Browse the repository at this point in the history
  3. Decode to utf-8 to avoid UnicodeDecodeError

    Stefan Oderbolz committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    982773f View commit details
    Browse the repository at this point in the history
  4. Mock adapted resource_url

    Stefan Oderbolz committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    7b2ec03 View commit details
    Browse the repository at this point in the history
  5. Use unicode literals for unicode URLs

    Stefan Oderbolz committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    e0d65e6 View commit details
    Browse the repository at this point in the history
  6. Decode error message

    Stefan Oderbolz committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    0507ff0 View commit details
    Browse the repository at this point in the history
  7. Show logger output on Travic CI

    Stefan Oderbolz committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    3a3596c View commit details
    Browse the repository at this point in the history
  8. Do not encode in jobs.py

    Stefan Oderbolz committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    937d149 View commit details
    Browse the repository at this point in the history
  9. Remove decoding

    Stefan Oderbolz committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    aae0816 View commit details
    Browse the repository at this point in the history
  10. Encode URLs

    Stefan Oderbolz committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    80037ed View commit details
    Browse the repository at this point in the history
  11. Encode the mocked URL, but keep the original URL

    Stefan Oderbolz committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    2c4c017 View commit details
    Browse the repository at this point in the history