1. 23 5月, 2016 3 次提交
  2. 17 5月, 2016 1 次提交
  3. 26 4月, 2016 1 次提交
    • P
      Deprecate current RC list codebase (#679) · 41725433
      Piotr Bryk 提交于
      I'll be developing new one, which will use the common framework. I hope
      it to be smaller.
      
      This one will get deleted once new one is done. With this renaming I'll
      be easy.
      41725433
  4. 24 3月, 2016 1 次提交
  5. 04 3月, 2016 1 次提交
  6. 26 2月, 2016 1 次提交
  7. 24 2月, 2016 1 次提交
  8. 19 2月, 2016 2 次提交
  9. 15 2月, 2016 1 次提交
    • B
      Fix compiler and angular warnings/issues before update · 835ec51e
      bryk 提交于
      In next PR I plan to update Angular to 1.5 and compiler to a new
      release. This is a cleanup that is prerequired to do this. There's a
      bunch of small fixes here, like unused variables removal or documenting
      with JSDoc.
      835ec51e
  10. 12 2月, 2016 1 次提交
    • B
      Scope current API as v1 API. · a4851da2
      bryk 提交于
      This is in preparation for release. After we do this, incompatible
      changes to the api will be forbidden.
      a4851da2
  11. 11 2月, 2016 1 次提交
  12. 05 2月, 2016 1 次提交
  13. 03 2月, 2016 1 次提交
  14. 26 1月, 2016 1 次提交
  15. 25 1月, 2016 1 次提交
  16. 22 1月, 2016 1 次提交
    • B
      Allow for specifying multiple port mappings · 742be669
      bryk 提交于
      This also does:
      * unify styles of port mappings and label inputs
      * make label input not auto-delete rows that are empty - this is because
        I find such behavoir too aggresive (e.g., when you erase the text by
        hand you go to previous page when the row is being deleted)
      742be669
  17. 20 1月, 2016 1 次提交
  18. 19 1月, 2016 1 次提交
  19. 11 1月, 2016 1 次提交
  20. 31 12月, 2015 1 次提交
  21. 29 12月, 2015 2 次提交
  22. 23 12月, 2015 1 次提交
  23. 21 12月, 2015 1 次提交
  24. 18 12月, 2015 2 次提交
  25. 14 12月, 2015 1 次提交
    • B
      Move namespace select to deploy from settings · b13140a0
      bryk 提交于
      The reason for doing this is the fact that namespace selection does not
      make sense in case of uploading YAML. This should be only in deploy from
      settings.
      b13140a0
  26. 03 12月, 2015 1 次提交
  27. 02 12月, 2015 1 次提交
  28. 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
  29. 30 11月, 2015 1 次提交
  30. 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
  31. 24 11月, 2015 1 次提交
  32. 23 11月, 2015 2 次提交
  33. 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
  34. 19 11月, 2015 1 次提交