1. 28 4月, 2017 2 次提交
    • 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
    • Z
      edit-dialog: allow user to copy spec (#1878) · 1a388b15
      zhouhaibing089 提交于
      1a388b15
  2. 27 4月, 2017 3 次提交
    • M
      Use owner refs instead of label selectors (#1857) · f7c0b3ff
      Marcin Maciaszczyk 提交于
      * Use owner refs instead of label selectors
      
      * Use owner refs for getting metrics
      
      * Fix tests
      
      * Fix tests
      
      * Fix tests
      
      * Align with new Go deps
      
      * Update Go functions copied from core
      
      * Enable fixed test
      f7c0b3ff
    • M
      Update Go deps (#1889) · 6f52cd3d
      Marcin Maciaszczyk 提交于
      * govendor fetch k8s.io/client-go/...
      
      * govendor fetch github.com/gogo/protobuf/proto
      
      * govendor fetch k8s.io/apimachinery/...
      
      * govendor fetch k8s.io/kubernetes/cmd/kubeadm/...
      govendor fetch k8s.io/kubernetes/federation/...
      
      * Fetch other packages from k8s.io/kubernetes/pkg/
      
      * govendor fetch github.com/spf13/pflag
      govendor fetch github.com/spf13/cobra
      
      * Update sources to match new deps
      
      * Add missing dep files
      
      * Delete cluster-related tests from backend
      
      * Disable randomly flaking test, which is passing locally
      6f52cd3d
    • C
      Cleanup of logs page (#1879) · 22434103
      Christoph Held 提交于
      * Made timestamp optional in logs view (#1825)
      
      Make timestamp toggleable
      
      * renamed logpage to logdetails
      22434103
  3. 26 4月, 2017 5 次提交
  4. 22 4月, 2017 1 次提交
  5. 19 4月, 2017 3 次提交
    • S
      Add sorting support to remaining list resources. (#1859) · 04222977
      Sebastian Florek 提交于
      Add age column to all resources as by default we are sorting by age.
      Update backend documentation.
      04222977
    • J
      Updated deployment files for 1.6 (#1856) · 09567782
      Janos Lenart 提交于
      * Added deployment file for 1.6
      
      - Added a ServiceAccount for kubernetes-dashboard and created a
        ClusterRoleBinding to cluster-admin (#1803)
      - Updated the toleration to node-role.kubernetes.io/master
      - Moved the toleration from the annotations into spec
      
      * Clarified the reason for the new deployment file
      
      - Renamed to kubernetes-dashboard-with-rbac.yaml
      - Added comment in the yaml
      - Added app labels for ServiceAccount and ClusterRoleBinding
      
      * Added instructions for kubernetes-dashboard-with-rbac.yaml
      
      * Fixed typo in README.md
      
      * Updated/added -head deployments
      
      * Fixed typos in -head deployments
      
      * Saved current deployment files to -no-rbac
      
      * Updated main deployment files with the RBAC versions
      
      * Updated docs with legacy deployment files
      
      * Fixed typo in README.md
      09567782
    • Z
      modify code annotations and client version which have been omitted though an oversight (#1860) · 9d4c902b
      zoues 提交于
      * modify code annotations and client version which have been omitted through an oversight
      
      Update common.go
      
      * update common
      9d4c902b
  6. 18 4月, 2017 3 次提交
  7. 17 4月, 2017 1 次提交
  8. 14 4月, 2017 2 次提交
  9. 13 4月, 2017 1 次提交
  10. 12 4月, 2017 6 次提交
  11. 10 4月, 2017 1 次提交
  12. 06 4月, 2017 1 次提交
  13. 05 4月, 2017 1 次提交
  14. 03 4月, 2017 3 次提交
  15. 31 3月, 2017 2 次提交
  16. 30 3月, 2017 2 次提交
  17. 29 3月, 2017 2 次提交
  18. 28 3月, 2017 1 次提交
    • S
      Refactor frontend (#1764) · f619f9c8
      Sebastian Florek 提交于
      * Refactor config maps module
      
      * Refactor daemonset module
      
      * Refactor deployment module
      
      * Refactor HPAs module
      
      * Refactor ingress module
      
      * Refactor job module
      
      * Refactor namespace module
      
      * Refactor node module
      
      * Refactor PVC module
      
      * Refactor Persistent Volume module
      
      * Refactor Pod module
      
      * Refactor Replica Set module
      
      * Refactor Replication Controller module
      
      * Refactor Secret module
      
      * Refactor Service module
      
      * Refactor Stateful Set module
      
      * Refactor Storage Class module
      
      * Refactor TPR module
      
      * Refactor other modules
      
      * Fix travis
      f619f9c8