1. 13 1月, 2016 1 次提交
    • B
      Style and productionize replica set details page · c99c9daf
      bryk 提交于
      * make fonts larger (md-body instead of md-caption)
      * use only color and sizes from variables.scss
      * use less different colors
      * simplify CSS rules
      
      Please check out this change and compare to previous version.
      c99c9daf
  2. 11 1月, 2016 1 次提交
  3. 08 1月, 2016 2 次提交
  4. 07 1月, 2016 1 次提交
  5. 05 1月, 2016 2 次提交
  6. 31 12月, 2015 1 次提交
  7. 29 12月, 2015 1 次提交
  8. 28 12月, 2015 1 次提交
  9. 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
  10. 18 12月, 2015 3 次提交
  11. 11 12月, 2015 1 次提交
  12. 10 12月, 2015 1 次提交
  13. 08 12月, 2015 1 次提交
  14. 25 11月, 2015 2 次提交
  15. 24 11月, 2015 1 次提交
  16. 23 11月, 2015 2 次提交
    • B
      Initial implementation for replica set detail view · 795b4af0
      bryk 提交于
      The implementation consists of backend code and sample frontend view
      that dumps the data into an ugly looking table. Subsequent changes will
      implement frontend so that things look pretty.
      795b4af0
    • B
      Connect replica set list and detail views · 6118e85a
      bryk 提交于
      This change connects replica set list and detail views and applies
      RESTful conventions to the API.
      
      Now API and app URLs follow RESTful API conventions. This change is also
      an example of how views hould be connected. See state params and state
      name exports.
      6118e85a
  17. 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
  18. 18 11月, 2015 1 次提交