1. 05 Apr, 2022 5 commits
  2. 04 Apr, 2022 1 commit
  3. 03 Apr, 2022 1 commit
    • Bruce Dawson's avatar
      Ensure _PresubmitResult._message is text · db8622bc
      Bruce Dawson authored
      It is easy to get type confusion and end up passing a list as the
      message parameter to _PresubmitResult. This error will not be detected
      until the end of the run - perhaps hours later - when all evidence of
      where the list came from is lost.
      
      This change ensures that the message parameter is a string. If it is not
      then the exception that is thrown should allow quick identification of
      the problematic code.
      
      This also fixes a presubmit unit test that passed None as the message.
      We could support that but I don't think that we should.
      
      Bug: 1309977
      Change-Id: Ifb1d5100d47922b0ebd8bb834caa6fbba690b43c
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3566436Reviewed-by: 's avatarJochen Eisinger <jochen@chromium.org>
      Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
      db8622bc
  4. 31 Mar, 2022 2 commits
  5. 30 Mar, 2022 3 commits
  6. 29 Mar, 2022 3 commits
  7. 28 Mar, 2022 3 commits
  8. 24 Mar, 2022 2 commits
  9. 23 Mar, 2022 5 commits
  10. 22 Mar, 2022 3 commits
  11. 21 Mar, 2022 4 commits
  12. 20 Mar, 2022 1 commit
    • Chenlin Fan's avatar
      New vpython in depot_tools · f0bc2d24
      Chenlin Fan authored
      This is a reland of crrev/c/3461263 with fix for crbug/1298289
      
      This change includes commits:
      0a242ce3e02a0e7d9c519601ed4fafb073fc98da Update vpython tests to use py3
      fc06fd6815873bc40819476f88808b61ac447739 Change vpython spec search order
      c6a2eb6ed31e0c815d7f28a42d7f12ee4cb47119 Update to latest virtualenv package.
      038156fc1ffffa56b19c2c60674415eceb95f6bc New virtualenv to vpython.
      ef44f81748a55c3aaf028ccfa2ee11876cee1285 Fix vpython filelock
      275c4196540e1ca41384031b292ad0b89393a5dc Revert "Fix vpython filelock"
      8aadd8b60a6d3801f62c7e5cebdfe3dc828a1546 Fix vpython filelock
      43c99d88a24870240c9ca50d67dcfade40b516cc Use resolved path when searching spec
      ffda9381bc01fd33e3c5a889e2ed374312c64ec6 Don't eval python symbol link on windows
      30a66930f4037fff949d36c45b12f60a40ec524b Include GOARCH to verify cached environment
      748dcd23529b6b138424914f1e6e265ed70d377b [vpython] Add period to log
      
      Bug:1279621,1158462,1278132,1279684
      Change-Id: I224d6abf6e106116da83aa2c34447e8601e48c67
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3530470Reviewed-by: 's avatarJosip Sokcevic <sokcevic@google.com>
      Commit-Queue: Chenlin Fan <fancl@chromium.org>
      f0bc2d24
  13. 18 Mar, 2022 3 commits
  14. 16 Mar, 2022 1 commit
  15. 15 Mar, 2022 2 commits
  16. 14 Mar, 2022 1 commit