1. 10 Dec, 2014 1 commit
    • Jeff Lowdermlk's avatar
      Fix update-demo to work correctly with a web browser. · 3e3f802f
      Jeff Lowdermlk authored
      The built in go http.Fileserver handles If-Modified-Since in the
      header by comparing it with the last modified date on the
      file/directory. Since the file is unaltered when we switch to a
      new container, that results in 304s when trying to fetch data.json, so
      the browser doesn't fetch the new picture after doing a rolling update.
      
      Separate issue, the Dockerfile ADD command was being interpreted as
      `copy html/data.json into a directory called 'html/kitten.jpg '`,
      instead of the `copy these 2 files into root`. Changed to separate
      commands using COPY, per recommended dockerfile practices.
      3e3f802f
  2. 09 Dec, 2014 10 commits
  3. 08 Dec, 2014 14 commits
  4. 07 Dec, 2014 1 commit
    • Zach Loafman's avatar
      Check if cluster is up before e2e test without -up · 3009c888
      Zach Loafman authored
      Minor usability nuisance: If you run:
        go run hack/e2e.go -v -test
      .. and you don't happen to have an up e2e cluster, it should fail
      fast, rather than chugging through every test and having them fall
      over.
      3009c888
  5. 06 Dec, 2014 4 commits
  6. 05 Dec, 2014 10 commits