1. 10 2月, 2016 1 次提交
  2. 08 1月, 2016 1 次提交
  3. 29 12月, 2015 1 次提交
  4. 23 12月, 2015 1 次提交
  5. 03 12月, 2015 2 次提交
  6. 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
  7. 24 11月, 2015 1 次提交
  8. 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
  9. 04 11月, 2015 1 次提交
  10. 29 10月, 2015 1 次提交
  11. 27 10月, 2015 1 次提交
  12. 21 10月, 2015 1 次提交
    • B
      Karma configuration for the frontend application · 138b7570
      bryk 提交于
      With this file we can run frontend tests with everything wired up for
      development. Subsequent pull requests will use this in Gulp file to
      facilitate testing.
      138b7570