-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate docs to registry-compatible structure #250
Conversation
… and auto-assignment
Travis tests have failedHey @nfx, 2nd Buildcurl -sSL "https://github.com/gotestyourself/gotestsum/releases/download/v0.4.2/gotestsum_0.4.2_linux_amd64.tar.gz" | sudo tar -xz -C /usr/local/bin gotestsum
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.25.0
time make lint
TravisBuddy Request Identifier: 89f34870-e0bb-11ea-a6dd-d374b9ca78b0 |
Travis tests have failedHey @nfx, 2nd Buildcurl -sSL "https://github.com/gotestyourself/gotestsum/releases/download/v0.4.2/gotestsum_0.4.2_linux_amd64.tar.gz" | sudo tar -xz -C /usr/local/bin gotestsum
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.25.0
time make lint
TravisBuddy Request Identifier: 2d827e40-e0c4-11ea-a6dd-d374b9ca78b0 |
Hey @nfx, TravisBuddy Request Identifier: b7032570-e0c4-11ea-a6dd-d374b9ca78b0 |
Codecov Report
@@ Coverage Diff @@
## master #250 +/- ##
==========================================
+ Coverage 53.58% 62.41% +8.82%
==========================================
Files 89 53 -36
Lines 12201 6263 -5938
==========================================
- Hits 6538 3909 -2629
+ Misses 5276 2021 -3255
+ Partials 387 333 -54
Flags with carried forward coverage won't be shown. Click here to find out more. |
Hey @nfx, TravisBuddy Request Identifier: 67e84b40-e133-11ea-a6dd-d374b9ca78b0 |
add deprecation message to each of the |
Hey @nfx, TravisBuddy Request Identifier: 9e042670-e18a-11ea-81c3-ef1e647c3fbd |
notebook_path = "/Production/MakeFeatures" | ||
} | ||
|
||
libraries { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stikkireddy i think we'd need one more PR to change libraries
to library
in jobs & clusters. There's also a bit of resource inconsistency - library
blocks logically should be within new_cluster
block. though, JAR jobs on existing clusters may think otherwise.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nfx first statement makes sense its awkward to say libraries but only define one. We should make the change before pushing in this release then. The second statement is inaccurate as you can define jobs onto an existing cluster but the jobs can still install libraries. So it does not make sense for library construct to be built into the new_cluster.
Hey @nfx, TravisBuddy Request Identifier: b3efe820-e21b-11ea-9f3b-59dd2f7037a2 |
docs/
folder.