1. 02 9月, 2016 1 次提交
  2. 31 8月, 2016 1 次提交
  3. 29 8月, 2016 1 次提交
  4. 26 8月, 2016 1 次提交
  5. 23 8月, 2016 1 次提交
  6. 10 8月, 2016 1 次提交
  7. 09 8月, 2016 1 次提交
  8. 18 7月, 2016 1 次提交
  9. 22 6月, 2016 1 次提交
  10. 10 6月, 2016 1 次提交
  11. 09 6月, 2016 1 次提交
  12. 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
  13. 23 5月, 2016 1 次提交
  14. 20 5月, 2016 1 次提交
  15. 18 3月, 2016 1 次提交
  16. 14 3月, 2016 1 次提交
  17. 11 3月, 2016 1 次提交
  18. 19 2月, 2016 1 次提交
  19. 28 12月, 2015 1 次提交
  20. 18 12月, 2015 1 次提交
  21. 04 12月, 2015 1 次提交
  22. 06 11月, 2015 1 次提交
    • B
      JS boilerplate for the deploy app view · 725f72d8
      bryk 提交于
      This is all boilerplate that sets up the page, with some example
      content. This change alsu updates angular material to newer version.
      725f72d8
  23. 29 10月, 2015 1 次提交
  24. 28 10月, 2015 2 次提交
    • B
      Implement simple chrome operating on ui.router · 4c37e879
      bryk 提交于
      This change implements initial version of the chrome. It uses ui.router
      for routing and state management. The reason to use this router is the
      fact that it is more flexible than stock one. It also resembles Angular2
      router, so hypothetical migration should be easier.
      4c37e879
    • B
      Use standard Angular router instead of the new one · d516d004
      bryk 提交于
      This change modifies a lot of JS, but this is only to prove that the
      code works. Later changes will cleanup the JS more.
      d516d004
  25. 21 10月, 2015 1 次提交
  26. 20 10月, 2015 1 次提交
    • B
      Initial Bower and NPM package configuration files. · ff2b2361
      bryk 提交于
      This is initial setup with dependencies for AngularJS app written in ES6
      using standard modules, tested with karma and protractor, build with
      gulp, compiled with Closure Compiler and linted with ESLint.
      
      The dependencies will be used in following commits. I'll clean them up
      once entire initial application is inside the repository. This will
      allow me to move faster.
      ff2b2361