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

Remove httplib2, replace with Requests #3674

Merged
merged 22 commits into from
Jul 27, 2017

Commits on Jul 26, 2017

  1. Core: remove httplib2, replace with Requests.

    Additionally remove make_exception in favor of from_http_status and from_http_response.
    Jon Wayne Parrott committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    27bb81e View commit details
    Browse the repository at this point in the history
  2. Datastore: replace httplib2 with Requests

    Jon Wayne Parrott committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    496af68 View commit details
    Browse the repository at this point in the history
  3. DNS: replace httplib2 with Requests

    Jon Wayne Parrott committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    06cc1fd View commit details
    Browse the repository at this point in the history
  4. Error Reporting: replace httplib2 with requests

    Jon Wayne Parrott committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    67ae294 View commit details
    Browse the repository at this point in the history
  5. Language: replace httplib2 with Requests

    Jon Wayne Parrott committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    8ce84a4 View commit details
    Browse the repository at this point in the history
  6. Logging: replace httplib2 with requests

    Jon Wayne Parrott committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    e894575 View commit details
    Browse the repository at this point in the history
  7. Monitoring: replace httplib2 with Requests

    Jon Wayne Parrott committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    5995681 View commit details
    Browse the repository at this point in the history
  8. Pubsub: replace httplib2 with Requests

    Jon Wayne Parrott committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    5d02316 View commit details
    Browse the repository at this point in the history
  9. Resource Manager: replace httplib2 with Requests

    Jon Wayne Parrott committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    b4ad989 View commit details
    Browse the repository at this point in the history
  10. Runtimeconfig: replace httplib2 with Requests

    Jon Wayne Parrott committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    f8c34ed View commit details
    Browse the repository at this point in the history
  11. Speech: replace httplib2 with Requests

    Jon Wayne Parrott committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    2bc9846 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. Storage: replace httplib2 with Requests

    Jon Wayne Parrott committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    976c5f4 View commit details
    Browse the repository at this point in the history
  2. BigQuery: replace httplib2 with Requests

    Jon Wayne Parrott committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    d927213 View commit details
    Browse the repository at this point in the history
  3. Fix calling json() when content is empty

    Jon Wayne Parrott committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    10edeb5 View commit details
    Browse the repository at this point in the history
  4. Address review comments

    Jon Wayne Parrott committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    aa40d07 View commit details
    Browse the repository at this point in the history
  5. Translate: replace httplib2 with Requests

    Jon Wayne Parrott committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    f3f5c67 View commit details
    Browse the repository at this point in the history
  6. Vision: replace httplib2 with Requests

    Jon Wayne Parrott committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    777f805 View commit details
    Browse the repository at this point in the history
  7. Removing some final references to httplib2

    Jon Wayne Parrott committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    33b4777 View commit details
    Browse the repository at this point in the history
  8. Pin requests dependency

    Jon Wayne Parrott committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    17d49aa View commit details
    Browse the repository at this point in the history
  9. Remove refrence to httplib2 in datastore system tests

    Jon Wayne Parrott committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    63e5358 View commit details
    Browse the repository at this point in the history
  10. Switch to list

    Jon Wayne Parrott committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    3b3832b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6a96f44 View commit details
    Browse the repository at this point in the history