1. 03 6月, 2016 1 次提交
    • P
      Generic YAML editor for all resources (#807) · 7ed5ea6e
      Piotr Bryk 提交于
      To test this edit a pod in a list.
      
      Missing things that will be done in next PR:
      * make the menu and popup look pretty
      * make json editor work on serve:prod (now images are missing)
      7ed5ea6e
  2. 23 5月, 2016 2 次提交
  3. 05 5月, 2016 1 次提交
  4. 22 3月, 2016 1 次提交
  5. 18 3月, 2016 1 次提交
  6. 18 2月, 2016 1 次提交
    • B
      Cross compilation build pipeline · 2794805d
      bryk 提交于
      With this we can cross compile. The build usage is backwards compatible,
      everything works as before. The addition is that there are some tasks
      with :cross suffix that do cross compilation.
      
      Now dist folder is separated by architecture.
      
      Sample output from ./build/run-gulp-in-docker.sh
      docker-image:canary:cross
      
      ```
      gcr.io/google_containers/kubernetes-dashboard-arm64          canary
      241c95709a4b        About an hour ago   35.04 MB
      gcr.io/google_containers/kubernetes-dashboard-amd64          canary
      3ccd83107b69        About an hour ago   35.37 MB
      gcr.io/google_containers/kubernetes-dashboard-arm            canary
      4533431c6a73        About an hour ago   29.03 MB
      gcr.io/google_containers/kubernetes-dashboard-ppc64le        canary
      3bfa0191f041        About an hour ago   35.53 MB
      gcr.io/google_containers/kubernetes-dashboard-amd64          v0.1.0
      3351515d6e5e        About an hour ago   35.44 MB
      gcr.io/google_containers/kubernetes-dashboard-arm64          v0.1.0
      45e4a971bfc3        About an hour ago   35.44 MB
      gcr.io/google_containers/kubernetes-dashboard-arm            v0.1.0
      1057ae5d74e5        About an hour ago   35.44 MB
      gcr.io/google_containers/kubernetes-dashboard-ppc64le        v0.1.0
      d587f991ac08        About an hour ago   35.44 MB
      ```
      2794805d
  7. 25 1月, 2016 1 次提交
  8. 20 1月, 2016 1 次提交
    • B
      Deployment configuration build rules · 0b83ce79
      bryk 提交于
      * now it is possible to build and push images to gcr.io with gulp
      * there's yaml file to run the dashboard in your cluster with kubectl create -f
      0b83ce79
  9. 14 1月, 2016 1 次提交
  10. 29 12月, 2015 1 次提交
  11. 28 12月, 2015 1 次提交
  12. 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
  13. 25 11月, 2015 1 次提交
    • B
      Add more ESLint rules for JavaScript linting · 9b80b347
      bryk 提交于
      With this change I've gone through all ESLint rules at:
      http://eslint.org/docs/rules/ and added all of them that I feel make
      sense to the project.
      
      This will allow us to focus on business logic of our code, rather than
      on style discussions, which are now better guarded thanks to ESLint and
      clang-format.
      
      On the final note: it does not matter what concrete lint rules are
      enforced (e.g., semicolons or nor). The important part is that they are
      enforced by a tool and we do not spend time dicussing about them.
      
      Addresses: #66
      9b80b347
  14. 24 11月, 2015 1 次提交
  15. 09 11月, 2015 1 次提交
  16. 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
  17. 04 11月, 2015 1 次提交
  18. 02 11月, 2015 1 次提交
    • B
      Spawn backend application process on serve task · 690b146d
      bryk 提交于
      This setup autoreloads backend process on source change and ensures that
      there is only one process running.
      
      Follow up would be to wire this setup with browser sync to proxy API
      calls to the backend.
      690b146d
  19. 30 10月, 2015 1 次提交
  20. 27 10月, 2015 1 次提交
  21. 26 10月, 2015 1 次提交
  22. 23 10月, 2015 1 次提交