1. 29 12月, 2015 1 次提交
  2. 28 12月, 2015 1 次提交
    • B
      Column layout for replica set list view · 7f65f2a3
      bryk 提交于
      This PR implements column layout for the replica set list view. The
      layout is implemented through a directive that puts its transcluded
      elements into a column layout.
      
      There's some algorithmic code in this PR, so please comment if something
      is not tested or easy to understand.
      
      Please also verify on your machines that this works correctly.
      7f65f2a3
  3. 23 12月, 2015 1 次提交
  4. 21 12月, 2015 1 次提交
    • B
      Extract replica set card to a separate directive · d496eadc
      bryk 提交于
      * this is a refactoring change - no functional changes
      * added missing tests
      * added missing module dependency (tests found it)
      * this is a prerequisite PR for future work on the card
      d496eadc
  5. 18 12月, 2015 1 次提交
  6. 04 12月, 2015 1 次提交
  7. 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
  8. 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
  9. 19 11月, 2015 1 次提交
  10. 18 11月, 2015 1 次提交
  11. 16 11月, 2015 1 次提交
  12. 13 11月, 2015 1 次提交
  13. 04 11月, 2015 1 次提交