1. 30 7月, 2019 2 次提交
  2. 29 7月, 2019 2 次提交
  3. 25 7月, 2019 9 次提交
  4. 24 7月, 2019 2 次提交
  5. 23 7月, 2019 1 次提交
    • H
      [bugfix] Change golang tag (#4106) · 4eb3bcc4
      Holegots 提交于
      * [bugfix] Change golang tag
      
      `golang:1.12` can't install  `openjdk-8-jre`,it's apt source only have 'openjdk-11' so we need change golang's tag for `openjdk-8`.
      I chenge it to `golang:1.10`, then build mirror successfully in my machine.
      
      * Update Dockerfile
      
      Restore golang tag, delete openjdk-8-jre dependency
      4eb3bcc4
  6. 22 7月, 2019 2 次提交
  7. 19 7月, 2019 4 次提交
  8. 18 7月, 2019 8 次提交
  9. 17 7月, 2019 6 次提交
  10. 16 7月, 2019 3 次提交
    • S
      Migrate docs for `Labels` (#4062) · fcf712d2
      Shu Muto 提交于
      fcf712d2
    • G
      Update angular2 to the latest version 🚀 (#4061) · 45550dac
      greenkeeper[bot] 提交于
      * fix(package): update @angular/material to version 8.1.0
      
      * fix(package): update @angular/cdk to version 8.1.0
      
      * chore(package): update lockfile package-lock.json
      45550dac
    • A
      Plugin controller to manage plugin source from dashboard backend (#4017) · 79e490c7
      Ajat Prabha 提交于
      * add CRD for Plugin kind
      
      * add api types and test plugin yaml file
      
      * prepare for codegen
      
      * generate code from update-codegen
      
      * add pluginclientset.Interface to clientManager and PluginClient method to ClientManager interface
      
      * map v1alpha1.PluginList to plugin.PluginList
      
      * serve plugin code from configmap data based on spec from Plugin CRD
      
      * move plugin specific routes to handler.go in plugin package
      
      * move plugin-crd.yml to test-resources
      
      * add comments to files
      
      * add content type header and remove file extension properly
      
      * add tests for plugin package
      
      * fix license header errors
      79e490c7
  11. 14 7月, 2019 1 次提交