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. 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
  4. 24 10月, 2017 1 次提交
    • M
      Support Cron Jobs (#2438) · 11fc56c4
      Marcin Maciaszczyk 提交于
      * Initial implementation
      
      * Add trailing line
      
      * Fix typo
      
      * Add list backend working same as kubectl get cronjobs
      
      * Implement list backend for cron jobs
      
      * Init frontend
      
      * Format files
      
      * Finish list view
      
      * Add cron jobs tab to workloads
      Sort menu entries
      Add status icon
      
      * Format files
      
      * Add cron jobs to overview
      
      * Remove logs button
      
      * Minor refactoring
      
      * Use kd-object-meta-info-card across whole app
      
      * Improve annotations component
      
      * Add active jobs table
      
      * Add beta batch client to fix YAML editor
      
      * Fix created by annotation
      
      * Fix annotations
      
      * Add events
      
      * Add externs
      
      * Fix tests
      
      * Add tests
      
      * Add more tests
      
      * Add more tests
      
      * Fix frontend tests
      
      * Add more frontend tests
      
      * Add more frontend tests
      
      * Add more frontend tests
      
      * Format files
      
      * Fix externs
      Generate translations
      
      * s/The Kubernetes Dashboard Authors/The Kubernetes Authors
      
      * Fix code review findings
      
      * Fix date issue on details page
      s/Jobs/Active Jobs
      
      * Update translation files
      11fc56c4
  5. 06 10月, 2017 1 次提交
  6. 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
  7. 31 7月, 2017 1 次提交
  8. 27 7月, 2017 1 次提交
    • M
      Backend refactoring (#2194) · 6d8abef0
      Marcin Maciaszczyk 提交于
      * Create and use global ListEverything variable
      
      * Externalize event getter
      
      * Fix tests
      
      * Delete redundant API endpoint
      
      * Delete redundant  test
      6d8abef0
  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. 23 6月, 2017 1 次提交
  11. 16 6月, 2017 1 次提交
  12. 05 6月, 2017 1 次提交
  13. 27 4月, 2017 1 次提交
  14. 17 4月, 2017 1 次提交
  15. 27 3月, 2017 1 次提交
    • M
      WIP: RBAC resource management (#1576) · 97eb3e1a
      Marco Lamina 提交于
      * Add *.iml files (IntelliJ IDEA projects) to .gitignore
      
      * Design doc for access control management UI
      
      * Refined design document for RBAC UI
      
      * Add more mockups to the design document for the RBAC UI
      
      * Add mockup for RBAC Role detail page
      
      * Changed '*' namespace identifier for ClusterRoles and ClusterRoleBindings in mockups to 'all namespaces'
      
      * Updated 'create' buttons in mockups for RBAC feature
      
      * Add empty module for 'Access Control' section
      
      * Create modules for displaying RBAC roles in a list and add tests for 'accesscontrol' module
      
      * Add backend resource modules for RBAC roles
      
      * Add backend route for RBAC roles
      
      * Format Javascript
      
      * Fixed namespace column in RBAC role list view
      
      * Fixed imports of rbacrolelist backend module after upstream merge
      
      * Fixed JS lint error
      
      * Use v1alpha1 for RBAC resources
      
      * Added tabs in access control section
      
      * Enabled pagination for RBAC roles
      
      * Fixed backend unit tests for RBAC roles
      
      * Add API endpoint for (Cluster)RoleBindings
      
      * Removed unused import
      
      * Preparation for merge
      
      * Fix externs
      
      * Fix typo
      97eb3e1a
  16. 21 2月, 2017 1 次提交
  17. 20 2月, 2017 1 次提交
  18. 16 2月, 2017 2 次提交
    • 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
    • M
      Third party resource backend (#1642) · 3a0bb23f
      Marcin Maciaszczyk 提交于
      * Add third party resource backend
      
      * Add tests for third party resource backend
      
      * Add missing entry in types.go
      
      * s/type.go/types.go
      
      * Remove types.go
      
      * Update comments
      3a0bb23f
  19. 23 12月, 2016 1 次提交
  20. 21 11月, 2016 1 次提交
    • R
      Display for Horizontal Pod Autoscalers · a61cf1dd
      Rob Franken 提交于
      Closes #1389 
      
      Display a list of Horizontal Pod Autoscalers targeting a {Deployment/Replica Set/Replication Controller} and have a very simple HPA Detail page.
      
      Also a (currently not in nav) list page of all HPA's
      a61cf1dd
  21. 17 11月, 2016 1 次提交
  22. 26 9月, 2016 1 次提交
  23. 13 9月, 2016 3 次提交
  24. 12 9月, 2016 1 次提交
  25. 11 8月, 2016 1 次提交
  26. 05 8月, 2016 1 次提交
  27. 21 7月, 2016 1 次提交
  28. 20 7月, 2016 1 次提交
  29. 12 7月, 2016 2 次提交
  30. 09 6月, 2016 1 次提交
  31. 06 6月, 2016 1 次提交
  32. 02 6月, 2016 3 次提交
  33. 31 5月, 2016 1 次提交
  34. 25 5月, 2016 1 次提交