1. 01 Mar, 2016 1 commit
  2. 10 Sep, 2015 1 commit
  3. 07 Sep, 2015 1 commit
  4. 11 Jun, 2015 1 commit
  5. 28 May, 2015 1 commit
  6. 27 May, 2015 1 commit
  7. 29 Apr, 2015 1 commit
  8. 09 Apr, 2015 1 commit
  9. 16 Mar, 2015 1 commit
  10. 26 Feb, 2015 1 commit
  11. 02 Feb, 2015 1 commit
  12. 14 Nov, 2014 1 commit
  13. 09 Apr, 2014 1 commit
  14. 20 Mar, 2014 1 commit
  15. 22 Jan, 2014 1 commit
  16. 06 Jan, 2014 1 commit
  17. 13 Nov, 2013 1 commit
  18. 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
  19. 12 Sep, 2013 1 commit
  20. 29 Aug, 2013 1 commit
  21. 10 Jun, 2013 1 commit
  22. 11 Mar, 2013 1 commit
  23. 13 Feb, 2013 1 commit
  24. 20 Dec, 2012 1 commit
  25. 26 Nov, 2012 1 commit
  26. 13 Nov, 2012 1 commit
  27. 06 Nov, 2012 1 commit
    • enne@chromium.org's avatar
      Add WebKit bugzilla/git search to my_activity.py · cb55d8a7
      enne@chromium.org authored
      This is unfortunately imperfect in a number of ways:
      
      * Needs to get info from git commits, so needs a local WebKit git repo, and an explicit option to find it.
      * Bugzilla doesn't return nearly as much information as other bug servers, and individual issues would have to be hit (and parsed) to get it.
      * Searching for comments includes any issue ever commented on that was changed over the time period requested, so may have false positives.
      * Reviews themselves can't be searched from Bugzilla, so can only be detected as "reviews" once landed and "issues" until then.
      
      BUG=158993
      
      
      Review URL: https://chromiumcodereview.appspot.com/11365078
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@166100 0039d316-1c4b-4281-b951-d872f2087c98
      cb55d8a7
  28. 01 Nov, 2012 1 commit
  29. 22 Oct, 2012 1 commit
  30. 17 Oct, 2012 1 commit