1. 28 4月, 2017 1 次提交
    • S
      Add filtering (search) support (#1875) · 07f648d1
      Sebastian Florek 提交于
      * Move pagination to the footer of the list
      
      * Add filtering support to pods list
      
      * Reverse filter by logic and use contains instead of startsWith
      
      * Update list header title to correctly support overriding
      
      * Refactor zerostate and make it work better with filtering
      
      * Update search UI
      
      * Add search support to remaining resources and adapt backend
      
      * Fix existing tests
      
      * Update debounce of search input
      
      * Add tests
      
      * Add externs for dirPagination module and format project
      07f648d1
  2. 17 4月, 2017 1 次提交
  3. 17 3月, 2017 1 次提交
  4. 20 2月, 2017 1 次提交
  5. 16 2月, 2017 1 次提交
    • S
      Client-go migration (#1638) · 4c366bcc
      Sebastian Florek 提交于
      * Migrate to client-go and fix dependencies
      
      * Fix/Skip backend tests
      
      * Update go version on travis to 1.7.1
      
      * Fix client conversion issue
      
      * Fix deployment details not to use kubernetes utils dependencies
      
      * Update kubernetes deps and clean up unnecessary parts
      
      * Update third party resource backend
      
      * Unlock zombie slayer achievment
      4c366bcc
  6. 17 11月, 2016 1 次提交
  7. 12 9月, 2016 1 次提交
  8. 02 9月, 2016 1 次提交
  9. 30 8月, 2016 1 次提交
  10. 18 8月, 2016 1 次提交
    • P
      Added backend support for cumulative metrics in podlist (#1118) · 24fc3fb6
      Piotr Dabkowski 提交于
      * Added graph backend
      
      Backend allows to download any metrics for specified resources.
      Supports most resources, new resources easy to add. Can perform
      automatic aggregation of the data.
      
      * 70% done. Lots of changes...
      
      * Added tests.
      
      * Improved metric download design and added auto download to pods.
      
      * Changed file structure.
      24fc3fb6
  11. 10 8月, 2016 1 次提交
    • P
      Added backend sort support to all resources (#1098) · 813c7fce
      Piotr Dabkowski 提交于
      * Added backend sort support for secrets.
      
      Implemented GenericDataSelect which can select data of any resource
      present in the KD
      
      * Added generic data cell interfac and data select.
      
      Any list composing of generic data cells can be sorted, paginated etc.
      It means that it is very to manipulate list of resources.
      
      * Addded Data Select support to all resources
      
      * Added test cases and improved documentation.
      
      * Moved std comparable types to separate file + minor changes.
      
      * Added data select support to persistent volumes + pagination changes.
      
      Now pagination returns no elements if requested page does not exist. If
      arguments provided are invalid then returns all elemens.
      813c7fce
  12. 28 7月, 2016 1 次提交
  13. 20 7月, 2016 1 次提交
  14. 19 7月, 2016 1 次提交
  15. 14 7月, 2016 1 次提交
  16. 12 7月, 2016 1 次提交
  17. 06 7月, 2016 1 次提交
    • P
      Switch from godeps to govendor (#987) · 85cc552f
      Piotr Bryk 提交于
      * Update build pipeline just before removal of Godeps
      
      This is the first commit of a pair of commits. Sent out to make things easier to review.
      
      * Stop using godeps and start using govendor
      85cc552f
  18. 14 6月, 2016 1 次提交
  19. 09 6月, 2016 1 次提交