1. 24 Jan, 2017 3 commits
  2. 23 Jan, 2017 1 commit
  3. 21 Jan, 2017 3 commits
  4. 20 Jan, 2017 2 commits
  5. 19 Jan, 2017 4 commits
  6. 17 Jan, 2017 1 commit
  7. 16 Jan, 2017 1 commit
  8. 15 Jan, 2017 1 commit
  9. 12 Jan, 2017 3 commits
  10. 11 Jan, 2017 2 commits
  11. 07 Jan, 2017 1 commit
    • Wez's avatar
      Fix OWNERS canned check to avoid duplicate output. · 66c50ea1
      Wez authored
      1. Update PanProjectChecks() to supply source_filter to CheckOwners().
         This prevents files under e.g. third_party/WebKit being checked both
         by the top-level and sub-directory PRESUBMIT rules.
      2. Fix CheckOwners() to list missing-OWNERS only for the sub-directory
         it is invoked on, rather than the whole CL. This prevents files under
         sub-directories with their own PRESUBMIT rule, within the same repo,
         from causing OWNERS to be checked for files outside that directory.
      
      BUG=
      
      Change-Id: I9bd5677a69efe9c78b4174a917780d6688991a38
      Reviewed-on: https://chromium-review.googlesource.com/426003
      Commit-Queue: James Weatherall <wez@chromium.org>
      Reviewed-by: 's avatarDirk Pranke <dpranke@chromium.org>
      66c50ea1
  12. 06 Jan, 2017 1 commit
  13. 04 Jan, 2017 1 commit
  14. 03 Jan, 2017 2 commits
  15. 26 Dec, 2016 1 commit
  16. 21 Dec, 2016 4 commits
  17. 20 Dec, 2016 1 commit
  18. 19 Dec, 2016 2 commits
  19. 16 Dec, 2016 5 commits
  20. 15 Dec, 2016 1 commit
    • Quinten Yearsley's avatar
      Presubmit: if there are warnings and may_prompt is false, don't fail. · 516fe7f8
      Quinten Yearsley authored
      Rationale: The description of the -f flag to git cl upload is "force
      yes to questions (don't prompt)", so when git cl upload -f is run,
      I would expect it to abort on errors, but still continue on warnings.
      
      When the -f is given, DoPresubmitChecks is called with may_prompt=False;
      this CL would change the behavior of DoPresubmitChecks so that when
      may_prompt is False and there are warnings but no errors, then that
      means we will print warnings but not fail.
      
      BUG=671683
      
      Change-Id: Ie0f1ac1983d875226db8ad741cbce3dc0bc4eb96
      Reviewed-on: https://chromium-review.googlesource.com/419148Reviewed-by: 's avatarAaron Gable <agable@chromium.org>
      Commit-Queue: Quinten Yearsley <qyearsley@chromium.org>
      516fe7f8