1. 29 Jun, 2017 1 commit
  2. 15 Mar, 2017 1 commit
    • Aaron Gable's avatar
      Workaround Python Issue 26083 in upload.py · edfd7cd8
      Aaron Gable authored
      This issue is fixed in Python 2.7.12, but we don't guarantee
      that we use that version everywhere. The root issue is that,
      on certain platforms (e.g. Mac), the exception indicating that
      the underlying command (e.g. 'hg') was not found is too large,
      and loading the pickle representing the exception fails.
      
      This CL catches this specific exception and treats it identically
      to the OS properly raising a 'command not found' code.
      
      BUG=699173
      
      Change-Id: I0483ab0d1d0b6a3dfcfd26f2d9644817b5b5284f
      Reviewed-on: https://chromium-review.googlesource.com/455537Reviewed-by: 's avatarAndrii Shyshkalov <tandrii@chromium.org>
      Commit-Queue: Aaron Gable <agable@chromium.org>
      edfd7cd8
  3. 28 Nov, 2016 2 commits
  4. 08 Nov, 2016 1 commit
  5. 19 Oct, 2016 1 commit
  6. 24 Aug, 2016 1 commit
  7. 27 Jun, 2016 1 commit
  8. 22 Jun, 2016 1 commit
  9. 17 Jun, 2016 1 commit
  10. 16 Jun, 2016 3 commits
  11. 09 Jun, 2016 1 commit
  12. 09 Mar, 2016 1 commit
  13. 23 Dec, 2015 1 commit
  14. 22 Dec, 2015 1 commit
  15. 01 Oct, 2015 1 commit
  16. 30 Sep, 2015 1 commit
  17. 23 Jun, 2015 1 commit
  18. 22 Jun, 2015 2 commits
  19. 14 Apr, 2015 1 commit
  20. 10 Apr, 2015 1 commit
    • vadimsh@chromium.org's avatar
      Add OAuth2 support for end users (i.e. 3-legged flow with the browser). · eed4df3d
      vadimsh@chromium.org authored
      This CL introduces new top level command for managing cached auth tokens:
        $ depot-tools-auth login codereview.chromium.org
        $ depot-tools-auth info codereview.chromium.org
        $ depot-tools-auth logout codereview.chromium.org
      
      All scripts that use rietveld.Rietveld internally should be able to use cached
      credentials created by 'depot-tools-auth' subcommand. Also 'depot-tools-auth'
      is the only way to run login flow. If some scripts stumbles over expired or
      revoked token, it dies with the error, asking user to run
      'depot-tools-auth login <hostname>'.
      
      Password login is still default. OAuth2 can be enabled by passing --oauth2 to
      all scripts.
      
      R=maruel@chromium.org
      BUG=356813
      
      Review URL: https://codereview.chromium.org/1074673002
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@294764 0039d316-1c4b-4281-b951-d872f2087c98
      eed4df3d
  21. 09 Apr, 2015 1 commit
  22. 07 Apr, 2015 4 commits
  23. 10 Dec, 2014 1 commit
  24. 05 Dec, 2014 1 commit
  25. 19 Nov, 2014 1 commit
  26. 13 Oct, 2014 1 commit
  27. 05 Aug, 2014 1 commit
  28. 11 Jun, 2014 1 commit
  29. 09 Apr, 2014 1 commit
  30. 17 Oct, 2013 1 commit
  31. 19 Sep, 2013 1 commit
  32. 27 Jul, 2013 1 commit
  33. 17 Jun, 2013 1 commit