1. 28 Nov, 2013 1 commit
  2. 27 Nov, 2013 1 commit
  3. 26 Nov, 2013 2 commits
    • maruel@chromium.org's avatar
      Revert r235548 "Add a Yo Dawg to wake up folks." · 103f6d38
      maruel@chromium.org authored
      Internal teams are relying on git-try as the sole mean to run try jobs so revert
      this.
      
      Hopefully most target users (chromium folks) got the message at least once.
      
      R=cmp@chromium.org
      BUG=
      
      Review URL: https://codereview.chromium.org/88743003
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@237361 0039d316-1c4b-4281-b951-d872f2087c98
      103f6d38
    • maruel@chromium.org's avatar
      Fix unpinned version to track upstream. · 1a60dca7
      maruel@chromium.org authored
      This is a serious bug, if a version is unpinned, it would become stuck at
      whatever a local branch 'master' may point to. This is extremely bad when a
      pinned dependency is unpinned on purpose, for example on a canary master. We
      reproduced this problem on the chromium.swarm master by setting a custom_vars
      swarming_revision to '', which then stopped syncing at the expected
      origin/master commit but instead got stuck to what happened to be a local master
      branch.
      
      This happens on git dependencies if the main solution is using svn. This doesn't
      happen on git checkouts using .DEPS.git due to bug 323233.
      
      The issue looks like:
      ________ running 'git reset --hard HEAD' in '/path/src/tools/swarming_client'
      HEAD is now at 4727bd5 Some commit
      Checked out revision d908a546e28d1e9f85f5690cf6c3a080f06ba711
      
      Note that HEAD and what is checked out do not match.
      
      Also reduce the hardcoding of 'origin' by creating a variable named 'remote'.
      
      R=petermayo@chromium.org
      BUG=322961
      
      Review URL: https://codereview.chromium.org/85473007
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@237332 0039d316-1c4b-4281-b951-d872f2087c98
      1a60dca7
  4. 25 Nov, 2013 3 commits
  5. 21 Nov, 2013 1 commit
  6. 20 Nov, 2013 1 commit
  7. 19 Nov, 2013 3 commits
  8. 18 Nov, 2013 1 commit
  9. 17 Nov, 2013 1 commit
  10. 15 Nov, 2013 2 commits
  11. 14 Nov, 2013 3 commits
  12. 13 Nov, 2013 1 commit
  13. 11 Nov, 2013 1 commit
  14. 08 Nov, 2013 1 commit
  15. 07 Nov, 2013 2 commits
  16. 06 Nov, 2013 1 commit
    • deymo@chromium.org's avatar
      my_activity: Port gerrit to the new gerrit_util API. · f8be2769
      deymo@chromium.org authored
      This patch adds a new function QueryAllChanges to gerrit_util.py
      allowing the caller to iterate the list of changes regardless the
      maximum limit of changes per request that the server supports (by
      default 500 according to gerrit's documentation).
      
      my_activity.py is ported to use this function instead of urllib2 to
      manually make the request. This also adds support for authentication
      since gerrit_util.py already supports it, and the internal gerrit
      instance is now re-enabled.
      
      Finally, two minor bugs are fixed on the hanlding of returned
      results: The DETAILED_ACCOUNTS option is passed to gerrit to request
      the email addresses of the referenced users and users without an
      email address, such as the "Gerrit Code Review" user on the internal
      gerrit, are now supported.
      
      BUG=chromium:311649,chromium:281695
      TEST=Manual run "my_activity.py -u USER" for some users.
      
      Review URL: https://codereview.chromium.org/50283002
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@233166 0039d316-1c4b-4281-b951-d872f2087c98
      f8be2769
  17. 05 Nov, 2013 1 commit
  18. 04 Nov, 2013 1 commit
  19. 01 Nov, 2013 1 commit
  20. 31 Oct, 2013 3 commits
  21. 30 Oct, 2013 1 commit
  22. 28 Oct, 2013 1 commit
  23. 25 Oct, 2013 2 commits
  24. 23 Oct, 2013 1 commit
  25. 22 Oct, 2013 1 commit
  26. 17 Oct, 2013 3 commits