Skip to content
  1. Sep 25, 2017
  2. Sep 20, 2017
  3. Sep 16, 2017
  4. Sep 15, 2017
  5. Sep 13, 2017
    • Matthew Mosesohn's avatar
      kubeadm support (#1631) · 67447260
      Matthew Mosesohn authored
      * kubeadm support
      
      * move k8s master to a subtask
      * disable k8s secrets when using kubeadm
      * fix etcd cert serial var
      * move simple auth users to master role
      * make a kubeadm-specific env file for kubelet
      * add non-ha CI job
      
      * change ci boolean vars to json format
      
      * fixup
      
      * Update create-gce.yml
      
      * Update create-gce.yml
      
      * Update create-gce.yml
      67447260
  6. Sep 10, 2017
  7. Sep 01, 2017
  8. Aug 31, 2017
  9. Aug 25, 2017
  10. Aug 24, 2017
    • Brad Beam's avatar
      Adding yamllinter to ci steps (#1556) · 8b151d12
      Brad Beam authored
      * Adding yaml linter to ci check
      
      * Minor linting fixes from yamllint
      
      * Changing CI to install python pkgs from requirements.txt
      
      - adding in a secondary requirements.txt for tests
      - moving yamllint to tests requirements
      8b151d12
  11. Aug 20, 2017
  12. Jul 27, 2017
  13. Jul 17, 2017
  14. Jun 16, 2017
  15. Jun 12, 2017
  16. May 31, 2017
  17. May 27, 2017
  18. Apr 20, 2017
  19. Apr 19, 2017
  20. Apr 17, 2017
  21. Apr 15, 2017
  22. Apr 06, 2017
  23. Apr 05, 2017
  24. Apr 04, 2017
  25. Apr 03, 2017
  26. Mar 30, 2017
  27. Mar 27, 2017
  28. Mar 23, 2017
    • Vladimir Rutsky's avatar
      replace non-breakable space with regular space · c4e57477
      Vladimir Rutsky authored
      Non-brekable space is 0xc2 0xa0 byte sequence in UTF-8.
      
      To find one:
      
          $ git grep -I -P '\xc2\xa0'
      
      To replace with regular space:
      
          $ git grep -l -I -P '\xc2\xa0' | xargs sed -i 's/\xc2\xa0/ /g'
      
      This commit doesn't include changes that will overlap with commit f1c59a91.
      c4e57477
Loading