1. 13 1月, 2016 1 次提交
  2. 12 1月, 2016 1 次提交
  3. 07 1月, 2016 2 次提交
  4. 06 1月, 2016 1 次提交
  5. 05 1月, 2016 2 次提交
  6. 04 1月, 2016 1 次提交
  7. 02 1月, 2016 1 次提交
  8. 31 12月, 2015 1 次提交
  9. 28 12月, 2015 1 次提交
  10. 23 12月, 2015 1 次提交
  11. 21 12月, 2015 1 次提交
    • B
      Lint project SCSS stylesheet files · 568f01bd
      bryk 提交于
      This change adds linter for styles to the project and updates all styles
      to conform with the default set of rules.
      
      This should help us maintain a little bit more consistency in our
      styles.
      568f01bd
  12. 19 12月, 2015 1 次提交
  13. 15 12月, 2015 1 次提交
  14. 11 12月, 2015 2 次提交
  15. 10 12月, 2015 1 次提交
  16. 09 12月, 2015 1 次提交
  17. 07 12月, 2015 2 次提交
  18. 04 12月, 2015 6 次提交
  19. 03 12月, 2015 3 次提交
  20. 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
  21. 24 11月, 2015 1 次提交
  22. 19 11月, 2015 1 次提交
  23. 18 11月, 2015 1 次提交
  24. 10 11月, 2015 1 次提交
  25. 09 11月, 2015 1 次提交
  26. 31 10月, 2015 1 次提交
  27. 29 10月, 2015 2 次提交
    • B
      Use webpack instead of jscompiler in dev builds · 11065dc7
      bryk 提交于
      Webpack is much faster and does not do extensive file processing. This
      means that when there is a syntax error, webpack often works correctly.
      
      One downside is that I had to disable ng-strict-di. Will work on this
      later to reenable it.
      11065dc7
    • B
      Rename Kubernetes Console to Kubernetes Dashboard · aaa9876a
      bryk 提交于
      This commit changes all occurences of word "console" to "dashboard".
      
      The rename was required due to collision with an other project.
      aaa9876a
  28. 23 10月, 2015 1 次提交
    • B
      Gulpfile which allows to run Gulp tasks · 87231b87
      bryk 提交于
      This is the main file that wires up all dependencies for Gulp. When it
      is in the repository along with the other 2 pull requests,
      `# gulp test` or `# gulp build` will work.
      87231b87