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/tests
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
..
gstools
subversion_config
abandon.sh Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too. 11 years ago
basic.sh Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too. 11 years ago
breakpad_unittest.py
checkout_test.py Fix test failures on Ubuntu/Trusty. 10 years ago
download_from_google_storage_unittests.py Adds --auto_platform to download_from_google_storage. 11 years ago
fix_encoding_test.py
gcl_unittest.py Extract authentication options handling into a separate function. 10 years ago
gclient_scm_test.py gclient: Add '--auto_rebase' sync option. 10 years ago
gclient_smoketest.py Reland "Make gclient ready for the Blink (DEPS to main project)" 10 years ago
gclient_test.py The original assertions trigger pylint unreachable warnings, and they are replaced by fail() calls. 10 years ago
gclient_utils_test.py Make it possible to refer to github-style URLs. 11 years ago
git_cl_test.py Extract authentication options handling into a separate function. 10 years ago
git_common_test.py git-squash-branch: handle empty squashes 10 years ago
git_footers_test.py Added git footers tool to parse conventional metadata from git commits 11 years ago
git_number_test.py Add a family of git-commands to assist with the management of multiple CLs/branches. 11 years ago
git_rebase_update_test.py Added hyphen-only options 11 years ago
gsutil_test.py Hook sys.stdio directly to the gsutil subprocess for the gsutil call 10 years ago
hooks.sh Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too. 11 years ago
owners.sh Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too. 11 years ago
owners_finder_test.py
owners_unittest.py
patch.sh Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too. 11 years ago
patch_test.py
post-dcommit-hook-test.sh Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too. 11 years ago
presubmit_unittest.py Extract authentication options handling into a separate function. 10 years ago
push-basic.sh Removed git cl push command 11 years ago
push-from-logs.sh Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too. 11 years ago
rename.sh Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too. 11 years ago
rietveld_test.py Extract authentication options handling into a separate function. 10 years ago
sample_pre_commit_hook
save-description-on-failure.sh Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too. 11 years ago
scm_unittest.py Reland "Make gclient ready for the Blink (DEPS to main project)" 10 years ago
submit-from-new-dir.sh Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too. 11 years ago
submodule-merge-test.sh Fix test failures on Ubuntu/Trusty. 10 years ago
subprocess2_test.py
test-lib.sh Fix test failures on Ubuntu/Trusty. 10 years ago
trychange_unittest.py trychange.py: Gerrit protocol 11 years ago
upload-local-tracking-branch.sh Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too. 11 years ago
upload-stale.sh Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too. 11 years ago
upload_to_google_storage_unittests.py In upload_to_google_storage, pass -z argument through to gsutil. 10 years ago
upstream.sh Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too. 11 years ago
watchlists_unittest.py