1. 21 10月, 2019 1 次提交
  2. 18 10月, 2019 1 次提交
    • Z
      Use golint (#4432) · ab77f912
      ZeHuaiWang 提交于
      * Reduce code duplication and fix typo
      
      * fix apihandler.go
      
      * fix
      
      * fix
      
      * use golint
      
      if block ends with a return statement, so drop this else and outdent its block
      
      * use golint
      
      apihandler.go:1168:2: var sessionId should be sessionID
      
      * fix a space
      
      * fix
      
      * fix
      
      * use golint in backend/cert and backend/client
      
      * use golint
      
      * fix
      
      * fix
      ab77f912
  3. 17 10月, 2019 1 次提交
    • E
      CRD - e2e Tests (#4161) · 2cab1460
      Elijah Oyekunle 提交于
      * switch data-cy selectors to id selectors
      
      * update apiextensions version to v1
      
      * update crd object delete test
      
      * add ids to resource information template
      
      * fix crd version in test
      
      * fix frontend
      
      * remove 'before'
      
      * update kind to 1.16.1
      
      * update kind version
      
      * update kind version
      
      * add reloads
      
      * remove crd delete tests
      2cab1460
  4. 11 10月, 2019 1 次提交
    • M
      Update API versions (#4377) · 7796e3a1
      Marcin Maciaszczyk 提交于
      * Use apps/v1 instead of apps/v1beta2
      
      * Update clients used for specific kinds of resources
      
      * Add missing prefix
      
      * Update client for replica sets
      
      * Fix tests
      7796e3a1
  5. 02 10月, 2019 1 次提交
  6. 27 9月, 2019 1 次提交
  7. 29 8月, 2019 1 次提交
    • E
      Support 'Scale' subresource for CRDs (#4195) · 24b04c58
      Elijah Oyekunle 提交于
      * support scale subresource for crds
      
      * add omitempty for 'scalable' field
      
      * trigger build
      
      * make scalable property optional
      
      * refactor scalable method
      
      * move scalableResources implementation to backend
      
      * update backend tests with the 'scalable' property
      24b04c58
  8. 20 8月, 2019 2 次提交
  9. 06 8月, 2019 1 次提交
  10. 01 8月, 2019 1 次提交
    • E
      CRD Support - Frontend (#4030) · d591aa61
      Elijah Oyekunle 提交于
      * add crd to sidenav
      
      * add crd routing
      
      * add crd module
      
      * fix headers
      
      * add divider to sidebar
      
      * implement crd list
      
      * add crd detail interface
      
      * add more columns to table
      
      * update crd detail fetch
      
      * show crd conditions in crd detail page
      
      * added types for crd objects
      
      * implement crd objects list
      
      * add crd information card and accepted names
      
      * add versions table to crd detail
      
      * update version table
      
      * lint files
      
      * add actionbar buttons to crd detail
      
      * add status icon
      
      * lint fix
      
      * update crd object route
      
      * wip
      
      * update crdobject api
      
      * crd object extending resourcelistbase
      
      * update objects list
      
      * extend verber to support raw crd objects
      
      * enable action bar buttons on object detail page
      
      * implement raw data display for CRD object
      
      * fix failing test
      
      * add code section to crdobject
      
      * add syntax highlighting
      
      * fix issue in i18n file
      
      * fix html formatting
      d591aa61
  11. 17 7月, 2019 1 次提交
  12. 04 7月, 2019 1 次提交
    • E
      CRD Support - Backend (#3843) · 3b106bb6
      Elijah Oyekunle 提交于
      * Installed k8s.io/apiextensions-apiserver
      
      * implement crd list - GetCustomResourceDefinitionList
      
      * add method to fetch API extensions client to client manager
      
      * implement verber for custom resource definitions
      
      * update fakeClient with new client manager methods
      
      * add tests for APIExtensionsClient
      
      * add events source file
      
      * add events test source file
      
      * implement objects list endpoint
      
      * replace '.Raw' with '.Into' in objects list
      
      * implement getCustomResourceObjectDetail
      
      * replace kdErrors with errors
      
      * fix conflicts
      
      * implement get crd detail
      
      * implement get events for custom resource object
      
      * add version to CustomResourceDefinition type
      
      * add (failing) test for detail fetch
      
      * add tests for cr objects events
      
      * remove unused import
      
      * update dependencies
      
      * rename customresourcedefinition to crd
      
      * removed vendor dir
      
      * update deps, remove object tests
      
      * order imports
      3b106bb6
  13. 19 6月, 2019 1 次提交
  14. 13 6月, 2019 1 次提交
  15. 12 6月, 2019 2 次提交
  16. 06 6月, 2019 1 次提交
    • S
      Introduce angular router and add error handling (#3615) · 0a6d24cf
      Sebastian Florek 提交于
      * Refactor backend error handling and init angular router configuration
      
      * Handle default namespace when query params empty
      
      * Disable compile issues
      
      * Fix most resource list/details views and namespace selector
      
      * Lint
      
      * Update namespace handling
      
      * Refresh namespaces when opening ns selector
      
      * Disable namespace conflict dialog
      
      * Add auth guard
      
      * Commit most important changes as a comment right now
      
      * Display current state in the breadcrumbs
      
      * Add routing configuration for pods
      
      * Refactor breadcrumbs component a bit
      
      * Handle token expiration error
      
      * Refactor breadcrumbs component a bit
      
      * Add route data to top-level resources
      
      * Fix error module handling
      
      * Error handling improvements
      
      * Add route data to next part of resources
      
      * Add route data to next part of resources
      
      * Add route data to next part of resources
      
      * Cleanup old states
      
      * Cleanup old states
      
      * Cleanup old states
      
      * Cleanup old states
      
      * Improve error handling
      
      * Cleanup old states
      
      * Cleanup old states
      
      * Update title service
      
      * Change href to routerLink
      
      * Restore actionbars
      
      * Add routing for logs module
      
      * Breadcrumb improvements for logs
      
      * Use proper params map for breadcrumbs
      
      * Partly build URL path for breadcrumbs
      
      * Init shell routing
      
      * Remove ui-router dependencies
      
      * Fix conflicts
      
      * Fix travis
      
      * Fix resource views not loading correctly
      
      * Fix merge issues
      
      * Fix logs and exec views
      
      * Revert package.json
      
      * Fix backend panic
      
      * Add links to the breadcrumbs
      
      * Fix breadcrumbs for exec and logs views
      
      * Fix breadcrumbs for group views
      
      * Fix search
      
      * Remove unused code
      0a6d24cf
  17. 03 6月, 2019 1 次提交
  18. 22 3月, 2019 1 次提交
  19. 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
  20. 28 2月, 2019 2 次提交
  21. 27 2月, 2019 1 次提交
  22. 22 2月, 2019 1 次提交
    • S
      Enable check:backend task on Travis CI and add goimports check (#3315) · 7fa15632
      Shu Muto 提交于
      "check:backend" task always return success even if linters reported errors now.
      And golangci-lint does not work properly outside `${GOPATH}`.
      
      Removed `--issue-exit-code=0` option for `golangci-lint` and change directory
      into `${GOPAHT}/src/github.com/kubernetes/dashboard` before run `golangci-lint`
      on Travis CI.
      
      Also, added `enable=goimports` option for `golangci-lint` and
      applied "goimports -w src/app/backend".
      7fa15632
  23. 08 2月, 2019 1 次提交
    • J
      Rework resource Status for Job List Pie Chart (#3469) · cf6f04d9
      Jack Fan 提交于
      * Fix FilterPodsForJob in backend
      
      * Rework resource Status for Jobs
      
      1. Use individual job status to derive job list status
      2. Modify unit tests accordingly
      
      * Add job conditions to the job list return
      
      * Count job with running pod > 0 as running
      
      Only count job as pending when there is no running pod in that job
      
      * Revert "Add job conditions to the job list return"
      
      This reverts commit fdbaf4ada920bc9b849b0ba1a9ded405942629b4.
      
      * update unit test
      
      * Fix unit test
      cf6f04d9
  24. 07 2月, 2019 1 次提交
  25. 10 1月, 2019 2 次提交
  26. 21 12月, 2018 1 次提交
  27. 20 12月, 2018 2 次提交
  28. 19 12月, 2018 1 次提交
  29. 14 12月, 2018 1 次提交
  30. 05 12月, 2018 1 次提交
  31. 23 10月, 2018 1 次提交
    • M
      Angular migration updates (#3296) · bc0d91e3
      Marcin Maciaszczyk 提交于
      * Fix null pointer error in chips component
      
      * Adjust wording in a few places
      
      * Hide empty option groups on logs page
      
      * Style download logs dialog and open logs/exec in the same card
      
      * Format files
      
      * Add link to logs in pod list
      
      * Remove redundant comments
      
      * Add i18n directive in some places
      bc0d91e3
  32. 11 10月, 2018 1 次提交
  33. 05 10月, 2018 1 次提交
  34. 03 8月, 2018 1 次提交
    • O
      Ng migration update ng 6.0.7 (#3159) · 54db1305
      Owen Williams 提交于
      * bumping the angular version from 6.0.0-rc to 6.0.0
      
      * adding some unit tests
      
      * adding some unit tests
      
      * bumping to angular 6.0.7 and adding/fixing jasmine tests
      
      * fixing compile issue and small lint error
      
      * only formatting changes in this commit (format changed usiing './aio/scripts/format.sh --html --check'
      
      * (chore) Up Node.js version to LTS. To support Angular CLI reqs.
      
      * formatting changes only from 'npm run format:frontent'
      
      * Fixes assets and logging
      
      * Format files
      54db1305
  35. 19 7月, 2018 1 次提交