1. 21 10月, 2019 1 次提交
  2. 27 9月, 2019 1 次提交
  3. 03 6月, 2019 1 次提交
  4. 05 12月, 2018 1 次提交
  5. 22 11月, 2017 1 次提交
    • S
      Improve workloads statuses graphs on overview page (#2598) · 38e6827f
      Sebastian Florek 提交于
      * Improve workloads statuses graphs on overview page
      
      * Fix prod
      
      * Rename listinfo to status
      
      * Extract logic to component and revert removed css
      
      * Simplify code
      
      * Rename Status to ResourceStatus
      
      * Revert
      
      * Rename file
      
      * Add safety check
      
      * Fix tests
      
      * Add tests
      38e6827f
  6. 06 10月, 2017 1 次提交
  7. 04 10月, 2017 1 次提交
    • M
      Update Go dependencies (#2435) · 67e3bacb
      Marcin Maciaszczyk 提交于
      * Update Go dependencies
      
      * Update Go dependencies
      
      * Align code with latest dependencies
      
      * Add missing files
      
      * Update Go dependencies
      
      * Fix backend test
      67e3bacb
  8. 17 7月, 2017 1 次提交
  9. 03 7月, 2017 1 次提交
    • S
      Introduce integration framework backend (#2017) · fb10919a
      Sebastian Florek 提交于
      * Remove hard dependencies on heapster from resources
      
      * Introduce integration manager
      
      * Fix tests
      
      * Fix state check
      
      * Add cached resources to metrics api
      
      * Fix sparklines
      
      * Refactor labels to use resource UID instead of string
      
      * Update documentation
      
      * Remove unused tests and update docs
      
      * Format files
      
      * Fix tests and bug during compression heapster selectors
      
      * Add tests
      
      * Improve documentation
      
      * Move integration list to separate file
      
      * Resolve conflicts
      fb10919a
  10. 16 6月, 2017 1 次提交
  11. 05 6月, 2017 1 次提交
  12. 20 2月, 2017 1 次提交
  13. 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
  14. 25 1月, 2017 1 次提交
  15. 19 12月, 2016 1 次提交
    • I
      Check pod conditions when displaying state icon (#1502) · 82a0d446
      Ian Lewis 提交于
      * Check pod conditions when displaying state icon
      
      * Updated pod status icons in podcard component
      
      * Pods that are in an initializing state are shown correctly with a grey icon
      * Pods that return to a ready state are correctly shown with a green icon
      * Pods in an warnings in a pending state are shown with red icon
      
      * Moved pod status logic to server side
      
      * Update pod status tests
      
      * Remove comment
      
      * Updated failure testing for Crashloopbackoff
      
      * Added semicolons
      
      * Removed unused PodConditions
      
      * Added podStatus.status to externs
      
      * Change single quotes to double quotes
      82a0d446
  16. 11 12月, 2016 1 次提交
  17. 25 11月, 2016 1 次提交
    • P
      Pamper pod list view: a few usability fixes (#1479) · a67af3e8
      Piotr Bryk 提交于
      * Pamper pod list view: a few usability fixes
      
      1. Removed cluster IP colum - it is little useful there
      2. Made status column ellipsable
      3. Adjusted default widths and scaling factors for all columns - now age and restarts are small and no grow, others grow as needed
      4. Made sparklines 80px wide - we don't need anything more for 15 points of data anyway
      a67af3e8
  18. 18 11月, 2016 1 次提交
    • M
      Add conditions to details pages (#1449) · bcdab838
      Marcin Maciaszczyk 提交于
      * Extract conditions component
      
      * Add conditions component for pod details view
      
      * Unify backend condition structures for pods and nodes
      
      * Fix typos
      
      * Fix double header issue
      
      * gofmt files
      
      * Generate translations
      bcdab838
  19. 07 10月, 2016 1 次提交
    • I
      Show more detailed pod status on pod list page (#1308) · 09ce7727
      Ian Lewis 提交于
      * Added display status
      
      * Updated pod status display on pod list page
      
      * Fixed i18n for new pod status messages
      
      * Fixed existing tests
      
      * Added tests for new pod list display
      
      * Fixed incorrect comment
      
      * Make the linters happy
      09ce7727
  20. 26 9月, 2016 1 次提交
  21. 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
  22. 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
  23. 21 7月, 2016 1 次提交
  24. 20 7月, 2016 1 次提交
  25. 12 7月, 2016 1 次提交
  26. 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
  27. 31 5月, 2016 1 次提交
  28. 17 5月, 2016 1 次提交