1. 01 6月, 2016 1 次提交
  2. 25 2月, 2016 1 次提交
  3. 23 2月, 2016 1 次提交
  4. 11 2月, 2016 1 次提交
  5. 10 2月, 2016 1 次提交
  6. 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
  7. 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
  8. 24 11月, 2015 1 次提交
  9. 19 11月, 2015 1 次提交
  10. 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
  11. 04 11月, 2015 1 次提交
  12. 29 10月, 2015 1 次提交
  13. 27 10月, 2015 1 次提交
  14. 21 10月, 2015 1 次提交
    • B
      Protractor configuration file for the frontend · 44bbf70c
      bryk 提交于
      This is a basic config that allows to run the tests. Subsequent pull
      requests will use it in Gulp tasks to run protractor tests over
      development and production code.
      44bbf70c
  15. 20 10月, 2015 2 次提交
    • B
      Configure ESLint in all directories with JS code · 8b641942
      bryk 提交于
      Next commits will use this configuration to lint the codebase.
      8b641942
    • B
      Defie source code folder structure with sample app · eb12a534
      bryk 提交于
      This is a sample Angular application written in ES6 with modules. It has
      sample unit and integration tests. It was generated with a help of
      Yeoman.
      
      Don't mind what the application does right now. I'll use it for a next
      few days to verify that build system is working. Then it will be
      revamped.
      eb12a534