Skip to content

Commit

Permalink
rebase from master
Browse files Browse the repository at this point in the history
  • Loading branch information
Kam D Kasravi committed Mar 8, 2019
2 parents 97145c7 + 780c0a0 commit 9c97200
Show file tree
Hide file tree
Showing 9 changed files with 293 additions and 209 deletions.
1 change: 1 addition & 0 deletions bootstrap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ generate:

deepcopy:
@deepcopy-gen -i github.com/kubeflow/kubeflow/bootstrap/pkg/apis/... -O zz_generated.deepcopy

build-bootstrap: generate fmt vet
$(GO) build -gcflags 'all=-N -l' -o bin/bootstrapper cmd/bootstrap/main.go

Expand Down
92 changes: 0 additions & 92 deletions bootstrap/go.sum

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions components/centraldashboard/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
webpack.config.js
22 changes: 22 additions & 0 deletions components/centraldashboard/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"env": {
"browser": true,
"es6": true
},
"extends": ["eslint:recommended", "google"],
"globals": {
"VERSION": true,
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"sourceType": "module",
"ecmaFeatures": {
"impliedStrict": true
}
},
"rules": {
"indent": ["error", 4],
"require-jsdoc": "off"
}
}

0 comments on commit 9c97200

Please sign in to comment.