1. 02 1月, 2016 1 次提交
  2. 28 12月, 2015 1 次提交
  3. 23 12月, 2015 1 次提交
  4. 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
  5. 19 12月, 2015 1 次提交
  6. 15 12月, 2015 1 次提交
  7. 11 12月, 2015 2 次提交
  8. 10 12月, 2015 1 次提交
  9. 09 12月, 2015 1 次提交
  10. 07 12月, 2015 2 次提交
  11. 04 12月, 2015 6 次提交
  12. 03 12月, 2015 3 次提交
  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. 19 11月, 2015 1 次提交
  16. 18 11月, 2015 1 次提交
  17. 10 11月, 2015 1 次提交
  18. 09 11月, 2015 1 次提交
  19. 31 10月, 2015 1 次提交
  20. 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
  21. 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
  22. 20 10月, 2015 2 次提交
    • B
      Fix syntax error in package.json · c18b7d14
      bryk 提交于
      c18b7d14
    • 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