1. 23 12月, 2015 1 次提交
  2. 04 12月, 2015 1 次提交
    • B
      Fix post-install npm hook · 7c1cfc2f
      bryk 提交于
      Previously only bottom half was being executed. This was caused by
      duplicate keys. I've moved postinstall to a script.
      7c1cfc2f
  3. 03 12月, 2015 1 次提交
    • B
      Updates to make code work with newest dependencies · 60f83e56
      bryk 提交于
      BREAKING CHANGE: Now node 4 is required to build the project. This is
      because protractor 3 requires is. I decided to make the switch now,
      because it would happen anyway at some point.
      60f83e56
  4. 27 11月, 2015 1 次提交
  5. 23 11月, 2015 1 次提交
  6. 06 11月, 2015 1 次提交
    • B
      Run test, build and lint checks on Travis CI · b49939cf
      bryk 提交于
      This change makes it possible to run tests, integration tests and lint
      on Travis CI. It also prepares a special Gulp task to perform the same
      activities locally. This is handy when, e.g., sending a pull requrest.
      b49939cf
  7. 02 11月, 2015 1 次提交
    • B
      Use Godeps dependency managemen for the backend · d28e5295
      bryk 提交于
      The Godep tool is de facto standard in the Go and Kubernetes
      communities. So, the ealier this project switches to it, the better. The
      setup uses recommended layout from the project docs:
      https://github.com/tools/godep
      
      You might wonder why to pull entire Godeps folder here. This is how
      Godeps strongly advise to do.
      d28e5295
  8. 31 10月, 2015 1 次提交
  9. 29 10月, 2015 1 次提交
  10. 27 10月, 2015 1 次提交