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. 15 11月, 2017 1 次提交
    • M
      API Version migration (#2575) · 0c919e21
      Marcin Maciaszczyk 提交于
      * Migrate RBAC from v1beta1 to v1
      
      * Migrate storage from v1beta1 to v1
      
      * Migrate resourcechannels.go
      
      * Migrate replicaset and statefulset packages
      
      * Migrate the rest of extensions/v1beta1 to apps/v1beta2
      
      * Make build pass
      
      * Fix deployment issue
      
      * Fix tests
      0c919e21
  3. 06 10月, 2017 1 次提交
  4. 24 7月, 2017 1 次提交
  5. 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
  6. 06 7月, 2017 1 次提交
  7. 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
  8. 16 6月, 2017 1 次提交
  9. 05 6月, 2017 1 次提交
  10. 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
  11. 27 4月, 2017 1 次提交
  12. 17 4月, 2017 1 次提交
  13. 20 2月, 2017 1 次提交
  14. 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
  15. 24 11月, 2016 1 次提交
  16. 17 11月, 2016 1 次提交
  17. 26 9月, 2016 1 次提交
  18. 06 9月, 2016 1 次提交
    • P
      Added graphs and backend data select support to all detail pages. (#1192) · a70dbc3a
      Piotr Dabkowski 提交于
      * Added graphs to detail pages of all workload resources + nodes.
      
      Also fixes IE test error by removing for...of construct.
      
      * Added metric support for deployments + wrapped graphs in graphcards.
      
      * Added backend DataSelect support to most of the detail pages.
      
      * Backend support for event pagination.
      
      * Added backend pagination support to all detail page
      
      * Fixed integration test and tooltip.
      a70dbc3a