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. 07 3月, 2019 7 次提交
  3. 01 3月, 2019 7 次提交
  4. 28 2月, 2019 5 次提交
  5. 27 2月, 2019 7 次提交
  6. 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
  7. 21 2月, 2019 6 次提交
  8. 20 2月, 2019 1 次提交
  9. 17 2月, 2019 5 次提交