1. 14 7月, 2016 1 次提交
  2. 02 6月, 2016 1 次提交
  3. 23 5月, 2016 1 次提交
  4. 10 5月, 2016 1 次提交
  5. 05 5月, 2016 1 次提交
  6. 04 5月, 2016 1 次提交
  7. 29 4月, 2016 1 次提交
    • P
      Modernized RC list page · cd872801
      Piotr Bryk 提交于
      What I did here:
      * I copied old RC list code
      * Changed all directives to angular 1.5 components
      * Removed custom CSS styles
      * Added missing tests
      
      What is missing:
      * Zerostate page
      * responsiveness (this is a problem of the common component)
      * Documentation
      cd872801
  8. 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
  9. 03 2月, 2016 1 次提交
  10. 05 1月, 2016 1 次提交
  11. 11 12月, 2015 2 次提交
  12. 25 11月, 2015 2 次提交
  13. 23 11月, 2015 1 次提交
    • 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
  14. 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
  15. 18 11月, 2015 1 次提交
  16. 13 11月, 2015 1 次提交
  17. 06 11月, 2015 1 次提交
    • B
      JS boilerplate for the deploy app view · 725f72d8
      bryk 提交于
      This is all boilerplate that sets up the page, with some example
      content. This change alsu updates angular material to newer version.
      725f72d8
  18. 04 11月, 2015 1 次提交
  19. 29 10月, 2015 1 次提交
  20. 28 10月, 2015 2 次提交
    • B
      Implement simple chrome operating on ui.router · 4c37e879
      bryk 提交于
      This change implements initial version of the chrome. It uses ui.router
      for routing and state management. The reason to use this router is the
      fact that it is more flexible than stock one. It also resembles Angular2
      router, so hypothetical migration should be easier.
      4c37e879
    • B
      Use standard Angular router instead of the new one · d516d004
      bryk 提交于
      This change modifies a lot of JS, but this is only to prove that the
      code works. Later changes will cleanup the JS more.
      d516d004
  21. 21 10月, 2015 1 次提交
  22. 20 10月, 2015 1 次提交
    • B
      Defie source code folder structure with sample app · eb12a534
      bryk 提交于
      This is a sample Angular application written in ES6 with modules. It has
      sample unit and integration tests. It was generated with a help of
      Yeoman.
      
      Don't mind what the application does right now. I'll use it for a next
      few days to verify that build system is working. Then it will be
      revamped.
      eb12a534