1. 10 2月, 2016 1 次提交
  2. 08 2月, 2016 1 次提交
  3. 03 2月, 2016 1 次提交
  4. 29 1月, 2016 1 次提交
  5. 25 1月, 2016 1 次提交
  6. 22 1月, 2016 1 次提交
  7. 20 1月, 2016 2 次提交
  8. 19 1月, 2016 1 次提交
  9. 14 1月, 2016 2 次提交
  10. 11 1月, 2016 1 次提交
  11. 08 1月, 2016 1 次提交
  12. 31 12月, 2015 1 次提交
  13. 29 12月, 2015 1 次提交
  14. 28 12月, 2015 2 次提交
    • B
      Column layout for replica set list view · 7f65f2a3
      bryk 提交于
      This PR implements column layout for the replica set list view. The
      layout is implemented through a directive that puts its transcluded
      elements into a column layout.
      
      There's some algorithmic code in this PR, so please comment if something
      is not tested or easy to understand.
      
      Please also verify on your machines that this works correctly.
      7f65f2a3
    • B
      Update bower and npm dependencies · 04edf6bc
      bryk 提交于
      04edf6bc
  15. 23 12月, 2015 2 次提交
  16. 21 12月, 2015 2 次提交
    • B
      Use compiler's externs for angular.$resource · 320ba5a5
      bryk 提交于
      They just have been recently added. It allows us to delete some code.
      320ba5a5
    • 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
  17. 14 12月, 2015 1 次提交
  18. 10 12月, 2015 2 次提交
  19. 04 12月, 2015 2 次提交
  20. 03 12月, 2015 3 次提交
  21. 01 12月, 2015 1 次提交
    • B
      Replica set list: handle endpoints and descirption · f62b4688
      bryk 提交于
      This change handles replica set description end-to-end: saving in on the
      deploy form and then displaying. It also handles replica set endpoints.
      I also attempted to write tests for the go code, but this change grew
      too much. I'll do this later.
      f62b4688
  22. 30 11月, 2015 1 次提交
  23. 27 11月, 2015 2 次提交
  24. 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
  25. 24 11月, 2015 1 次提交
  26. 23 11月, 2015 3 次提交
  27. 20 11月, 2015 1 次提交
  28. 19 11月, 2015 1 次提交
    • B
      Fix js_module_root compiler option · bd231b0b
      bryk 提交于
      Now it is correctly specified and allows for imports anchored at
      frontend src, e.g., `import 'chrome/chrome';`.
      bd231b0b