1. 18 12月, 2015 1 次提交
  2. 14 12月, 2015 3 次提交
  3. 12 12月, 2015 1 次提交
  4. 11 12月, 2015 3 次提交
  5. 10 12月, 2015 1 次提交
  6. 09 12月, 2015 1 次提交
  7. 08 12月, 2015 5 次提交
  8. 07 12月, 2015 2 次提交
  9. 04 12月, 2015 2 次提交
  10. 03 12月, 2015 1 次提交
  11. 02 12月, 2015 1 次提交
  12. 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
  13. 30 11月, 2015 2 次提交
  14. 27 11月, 2015 1 次提交
  15. 25 11月, 2015 3 次提交
  16. 24 11月, 2015 1 次提交
  17. 23 11月, 2015 4 次提交
  18. 20 11月, 2015 1 次提交
    • B
      Rename JS files from dot to underscore case · 213d8601
      bryk 提交于
      This is a required change because with dot case we cannot reference
      other modules inside JSDoc `@type` annotations. For example, if you want
      to reference `@type {./deploy.controller.FooType}` does not work,
      because the compiler does not know whether `deploy` is a module or
      `deploy.controller`. Changing dot case to undersocre, camel or dash case
      solves this problem.
      
      I decided to go with underscore case because this is what golang uses
      (e.g., `foo_test.js`) so we'll have higher similarity of backend and
      frontend codebases.
      213d8601
  19. 19 11月, 2015 2 次提交
  20. 18 11月, 2015 2 次提交
  21. 17 11月, 2015 1 次提交
  22. 16 11月, 2015 1 次提交