1. 15 Apr, 2021 1 commit
  2. 14 Apr, 2021 7 commits
  3. 13 Apr, 2021 3 commits
  4. 10 Apr, 2021 1 commit
  5. 09 Apr, 2021 4 commits
  6. 08 Apr, 2021 1 commit
  7. 07 Apr, 2021 4 commits
  8. 06 Apr, 2021 4 commits
    • Robert Iannucci's avatar
      Update `bb` tool with enhanced support for experiments. · 51eac66a
      Robert Iannucci authored
      Relevant changes:
      
      6a6825419 [bb] Add explicit experiment support to `bb ls`.
      bccb58660 [bb] Make `bb get` print experiments.
      0d2672023 [buildbucket/bb] Add the ability to set/block experiments in `bb add`.
      2fa412040 remove is_luci property
      
      R=gavinmak@google.com, vadimsh, yiwzhang
      
      Bug: 1093970,1134774
      Change-Id: I2860857cb86626ad235dbb87eccf19ed38800557
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2809195
      Auto-Submit: Robbie Iannucci <iannucci@chromium.org>
      Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
      Reviewed-by: 's avatarVadim Shtayura <vadimsh@chromium.org>
      51eac66a
    • seanmccullough's avatar
      [depot_tools, chromium/src] mv CheckInclusiveLanguage into canned checks · faaed2f4
      seanmccullough authored
      Also adds a new canned_presubmit_checks_test.py and supporting mocks,
      based on the PRESUBMIT_*.py under chromium/src.
      
      If this is OK, there are subsequent CLs for removing the original code
      from chromuim/src and infra/infra, and having their PRESUBMIT scripts
      just reference this canned check instead.
      
      Change-Id: I67dfb7ac0b4cdc36bd62ec2dc062ca5c78c2244e
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2805268
      Commit-Queue: Sean McCullough <seanmccullough@chromium.org>
      Reviewed-by: 's avatarDirk Pranke <dpranke@google.com>
      faaed2f4
    • Nico Weber's avatar
      depot_tools bootstrap: Don't try to pull non-existent binaries on mac/arm64 · 6900c00a
      Nico Weber authored
      With this, `gclient` completes bootstrap after running
      
          echo "mac-arm64" > .cipd_client_platform
      
      as long as you also run
      
          export VPYTHON_BYPASS="manually managed python not supported by chrome operations"
      
      Things work enough that you can `fetch chromium`. You can then build
      all of chrome (if you want to build all tests, you also need to
      `echo "mac-arm64" > third_party/depot_tools/.cipd_client_platform`
      in your chromium checkout).
      
      Parts of depot_tools that actually need the env managed by vpython,
      such as `git cl`, don't work. So you can't `git cl upload` for now.
      
      Bug: 1184768,1103326,1184766,1184765,1103236
      Change-Id: Ib559c35e9665b826db9841dd8a4fe0dea16f37ec
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2807956
      Auto-Submit: Nico Weber <thakis@chromium.org>
      Reviewed-by: 's avatarDirk Pranke <dpranke@google.com>
      Reviewed-by: 's avatarVadim Shtayura <vadimsh@chromium.org>
      Commit-Queue: Dirk Pranke <dpranke@google.com>
      6900c00a
    • Dean Michael Berris's avatar
      pinpoint: Update Pinpoint CLI · 5c3929c3
      Dean Michael Berris authored
      This change includes the following commits from the infra/infra
      repository:
      
      97ee9cecaa Pinpoint: introduce fakelegacy-based smoke test. (chowski@google.com)
      7f5c67efcb pinpoint: Translate ExperimentCommit properly (dberris@google.com)
      6c32245733 Pinpoint cli: add actionable error when GCS credentials fail. (chowski@google.com)
      5ed9722479 pinpoint fakelegacy: support /api/new endpoint. (chowski@google.com)
      9d26e75b86 pinpoint: add copyright heading to files which are missing it. (chowski@google.com)
      2c07962627 Pinpoint server: use the new ShouldBeStatusError assertion more. (chowski@google.com)
      830e31f6b1 Pinpoint server: add unit test for ScheduleJob. (chowski@google.com)
      c27f979330 Pinpoint cli: infer some flag defaults from `git cl issue`. (chowski@google.com)
      ed69e2428f Pinpoint fakelegacy: support ListJobs. (chowski@google.com)
      5f0e1e9a35 Pinpoint: first stab at a fake Legacy Pinpoint implementation. (chowski@google.com)
      3aae5c2e6b pinpoint: Support wait+download for experiments (dberris@google.com)
      6a634f7926 Replace 'master' with 'main' in test data. (chowski@chromium.org)
      81ccbd091d Pinpoint server: support ListJobs' filter argument. (chowski@chromium.org)
      575bd02e5a pinpoint: Update docs, support non-chromium/src (dberris@google.com)
      e53451b2ca pinpoint server: support Cancel RPC. (chowski@chromium.org)
      cb65ecf501 pinpoint: Reduce duplication in server_test (chowski@chromium.org)
      e91e4e899d pinpoint: Support optional patchset for CLs (dberris@google.com)
      
      R=dpranke@google.com
      
      Bug: chromium:1175615
      Change-Id: I4ac6407d822bf1905cbba02d29649ac4e400aecb
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2807336
      Auto-Submit: Dean Berris <dberris@chromium.org>
      Commit-Queue: Dirk Pranke <dpranke@google.com>
      Reviewed-by: 's avatarDirk Pranke <dpranke@google.com>
      5c3929c3
  9. 02 Apr, 2021 3 commits
  10. 01 Apr, 2021 3 commits
  11. 31 Mar, 2021 2 commits
  12. 30 Mar, 2021 2 commits
  13. 29 Mar, 2021 2 commits
  14. 25 Mar, 2021 3 commits