1. 05 1月, 2016 2 次提交
  2. 31 12月, 2015 1 次提交
  3. 29 12月, 2015 1 次提交
  4. 28 12月, 2015 1 次提交
  5. 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
  6. 18 12月, 2015 3 次提交
  7. 11 12月, 2015 1 次提交
  8. 10 12月, 2015 1 次提交
  9. 08 12月, 2015 1 次提交
  10. 25 11月, 2015 2 次提交
  11. 24 11月, 2015 1 次提交
  12. 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
  13. 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
  14. 18 11月, 2015 1 次提交