You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/third_party
vadimsh@chromium.org cf6a5d2026 Extract authentication options handling into a separate function.
It is done in preparation for switching to OAuth2 as default (and only)
authentication method. Having all auth options handled by the same code makes it
easier to gradually add OAuth2 support.

As part of this, some options that would no longer work with OAuth2 (and that
are not being used from anywhere now, as far as I can tell) are removed:
  * Passing account password for authentication via command line.
  * Overriding 'Host' header when making requests to Rietveld (won't work with
    SSL anyway).
  * --account_type option (seems to be ClientLogin specific).

R=maruel@chromium.org
BUG=356813

Review URL: https://codereview.chromium.org/1075723002

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@294746 0039d316-1c4b-4281-b951-d872f2087c98
10 years ago
..
boto Replaced boto certificate 11 years ago
colorama Update colorama from upstream to 5a3100113a3a. 11 years ago
coverage Add python coverage 3.7 to depot tools. 11 years ago
fancy_urllib
google_api_python_client Added OAuth2 support in depot_tools 10 years ago
gsutil Fix 'gsutil' self-discovery. 10 years ago
httplib2 Added OAuth2 authentication to apply_issue 11 years ago
logilab pylint: upgrade to 1.4.1 10 years ago
oauth2client Added OAuth2 authentication to apply_issue 11 years ago
pylint pylint: upgrade to 1.4.1 10 years ago
pymox
repo Revamped terminal output for update. 11 years ago
retry_decorator
simplejson
six Revert "Revert "pylint: upgrade to 1.3.1"" 10 years ago
uritemplate Added OAuth2 support in depot_tools 10 years ago
__init__.py
pylint.py Revert "Revert "pylint: upgrade to 1.3.1"" 10 years ago
upload.py Extract authentication options handling into a separate function. 10 years ago