1. 08 Jun, 2018 3 commits
  2. 07 Jun, 2018 1 commit
  3. 06 Jun, 2018 1 commit
  4. 05 Jun, 2018 4 commits
  5. 04 Jun, 2018 3 commits
  6. 01 Jun, 2018 2 commits
  7. 31 May, 2018 2 commits
  8. 29 May, 2018 1 commit
  9. 25 May, 2018 2 commits
  10. 24 May, 2018 8 commits
  11. 22 May, 2018 4 commits
  12. 18 May, 2018 1 commit
  13. 17 May, 2018 4 commits
  14. 16 May, 2018 3 commits
  15. 15 May, 2018 1 commit
    • Vadim Bendebury's avatar
      print access errors separately · 8de3800c
      Vadim Bendebury authored
      When user invoking 'my_activity.py' does not have an account on one or
      more of the servers the utility queries, access errors are reported
      interleaving with access progress report printouts, this creates a
      messy looking output.
      
      With this patch access error messages are accumulated in a set and
      then, if there are any, get printed out separately.
      
      TEST=verified that error messages are printed neatly after servers
           queries finished running:
      
        > my_activity.py -u xxxyyzz
        Loading data.................................
      
        Access Errors:
        Looking up 'pdfium-review.googlesource.com': Bad Request: User xxxyyzz not found
        Looking up 'android-review.googlesource.com': Bad Request: User xxxyyzz not found
        Looking up 'chrome-internal-review.googlesource.com': Bad Request: User xxxyyzz not found
        Looking up 'chromium-review.googlesource.com': Bad Request: User xxxyyzz not found
      Signed-off-by: 's avatarVadim Bendebury <vbendeb@chromium.org>
      Change-Id: Ie9f41110becb67936f49095ff36a8eeaa7a4f114
      Reviewed-on: https://chromium-review.googlesource.com/1058722Reviewed-by: 's avatarAaron Gable <agable@chromium.org>
      8de3800c