1. 08 3月, 2019 1 次提交
    • M
      Simplify backend code (#3617) · d7b849ef
      Marcin Maciaszczyk 提交于
      * Simplify config maps
      
      * Simplify cluster roles
      
      * Simplify cron jobs
      
      * Simplify daemon sets
      
      * Switch to apps/v1
      Simplify deployments
      
      * Simplify storage class
      
      * Simplify stateful set
      
      * Simplify service
      
      * Simplify secret
      
      * Simplify replication controller
      
      * Simplify horizontal pod autoscaler
      
      * Simplify ingress
      Simplify job
      
      * Simplify namespace
      
      * Finish simplifying packages
      
      * Fix most of the tests
      
      * Format files
      
      * Fix tests
      
      * Fix tests
      
      * Finish fixing tests
      
      * Revert changes in package.json
      d7b849ef
  2. 05 12月, 2018 1 次提交
  3. 16 3月, 2018 1 次提交
  4. 06 10月, 2017 1 次提交
  5. 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
  6. 12 7月, 2017 1 次提交
    • M
      Enhance error handling/authorization (#2078) · 2e92e682
      Marcin Maciaszczyk 提交于
      * Enhance error handling/authorization for couple of resource list pages
      
      * Enhance error handling/authorization for storage class list page
      
      * Enhance error handling/authorization for persistent volume claim list page
      
      * Enhance error handling/authorization for service list page
      
      * Enhance error handling/authorization for ingress list page
      
      * Enhance error handling/authorization for horizontal pod autoscaler list
      
      * Partly enhance error handling/authorization for job list page
      
      * Enhance error handling/authorization for deployments list page
      
      * Enhance error handling/authorization for replica set list page
      
      * Enhance error handling/authorization for stateful set list page
      
      * Enhance error handling/authorization for replication controller list page
      
      * Enhance error handling/authorization for pod list page
      
      * Enhance error handling/authorization for third party resource list page
      
      * Move error localizer
      
      Fix pod detail page
      
      * Align cluster, config, discovery and workload pages
      
      * Finish storage class refactoring
      
      * Finish stateful set refactoring
      
      * Finish service refactoring
      
      * Move scaling package
      
      * Finish replication controller refactoring
      
      * Finish replica set refactoring
      
      * Finish node refactoring
      
      * Finish job refactoring
      
      * Finish namespace refactoring
      
      * Finish all details pages refactoring
      2e92e682
  7. 16 6月, 2017 1 次提交
  8. 05 6月, 2017 1 次提交
  9. 20 2月, 2017 1 次提交
  10. 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
  11. 18 11月, 2016 1 次提交
  12. 17 11月, 2016 1 次提交
  13. 02 9月, 2016 1 次提交
  14. 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
  15. 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
  16. 22 7月, 2016 1 次提交
  17. 12 7月, 2016 1 次提交
  18. 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
  19. 25 5月, 2016 1 次提交
  20. 12 5月, 2016 1 次提交
  21. 11 5月, 2016 1 次提交
  22. 10 5月, 2016 2 次提交
  23. 06 5月, 2016 1 次提交