1. 08 Apr, 2017 1 commit
  2. 07 Apr, 2017 7 commits
  3. 06 Apr, 2017 4 commits
  4. 05 Apr, 2017 5 commits
  5. 04 Apr, 2017 4 commits
  6. 03 Apr, 2017 2 commits
  7. 02 Apr, 2017 1 commit
  8. 31 Mar, 2017 3 commits
  9. 30 Mar, 2017 1 commit
    • Aaron Gable's avatar
      Gerrit git-cl: special-case branches tracking 'master' · f97e33d2
      Aaron Gable authored
      This is a hack to support the most common git workflow: keeping
      a local branch named 'master' which is a replica of 'origin/master'
      with no local changes, and basing all feature branches off of
      that.
      
      Test:
      * created master branch, created feature branch, uploaded CL correctly
      * created master branch, landed change on master branch, created
        feature branch, uploaded CL, CL contains change on master too
      * created non-master branch, created feature branch, failed to
        upload CL
      
      Bug: 682104
      Change-Id: I8481b787e6dcab162d2846c07f1ddad950f491e0
      Reviewed-on: https://chromium-review.googlesource.com/464107Reviewed-by: 's avatarAndrew Bonventre <andybons@google.com>
      Commit-Queue: Aaron Gable <agable@chromium.org>
      f97e33d2
  10. 29 Mar, 2017 7 commits
  11. 28 Mar, 2017 4 commits
  12. 27 Mar, 2017 1 commit
    • Nodir Turakulov's avatar
      Reland: add "generic" infra path config · 757f2079
      Nodir Turakulov authored
      It proved to be dangerous to introduce conditional logic into recipes
      and recipe modules to alternate between buildbot and luci modes, namely
      it touches buildbot code paths, which can be very dangerous.
      
      Instead, introduce "generic" path config that configures
      existing base paths from the built-in ones.
      
      Also remove swarmbucket path config because it is not used.
      
      --
      
      This CL is a simpler version of
      https://chromium-review.googlesource.com/c/459234/
      in that it does not make generic path config a default.
      This avoids behavioral change in downstream recipe packages and
      makes rolling into build.git trivial.
      
      R=iannucci@chromium.org
      BUG=660481
      
      Change-Id: Ifc147e29e68a6e0c800da73a8e356238dfc2938a
      Reviewed-on: https://chromium-review.googlesource.com/461359
      Commit-Queue: Nodir Turakulov <nodir@chromium.org>
      Reviewed-by: 's avatarRobbie Iannucci <iannucci@chromium.org>
      757f2079