1. 16 5月, 2017 5 次提交
  2. 15 5月, 2017 4 次提交
  3. 12 5月, 2017 4 次提交
  4. 11 5月, 2017 5 次提交
  5. 09 5月, 2017 2 次提交
  6. 08 5月, 2017 8 次提交
  7. 04 5月, 2017 1 次提交
  8. 03 5月, 2017 1 次提交
  9. 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
  10. 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
  11. 26 4月, 2017 5 次提交