-
Notifications
You must be signed in to change notification settings - Fork 10
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
Library port #8
Library port #8
Conversation
d26aca5
to
84ad8b7
Compare
@gabe-l-hart I'm excited for this PR! Lmk if/when you'd like a review |
e49391d
to
fd9764c
Compare
@HonakerM Thanks! I think I finally have the build working, it would be great to get your review. |
@@ -0,0 +1,20 @@ | |||
-----BEGIN CERTIFICATE----- |
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.
Do we want to regen this cert to not use ibm.com?
.github/workflows/build-library.yml
Outdated
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Set up Python ${{ matrix.python-version.setup }} | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: ${{ matrix.python-version.setup }} | ||
- name: Set up Node |
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.
Why do we still need node? I thought all of the cdk8s references were removed?
This will get re-enabled after the initial port Signed-off-by: Gabe Goodhart <[email protected]>
Co-authored-by: Hanna Yang <[email protected]> Co-authored-by: Jaymin Desai <[email protected]> Co-authored-by: Casey Honaker <[email protected]> Co-authored-by: Michael Barlock <[email protected]> Co-authored-by: Charles De Saint-Aignan <[email protected]> Co-authored-by: Ryo Imai <[email protected]> Co-authored-by: Jia Xin Gao <[email protected]> Co-authored-by: Kinson Chik <[email protected]> Signed-off-by: Gabe Goodhart <[email protected]>
Signed-off-by: Gabe Goodhart <[email protected]>
Signed-off-by: Gabe Goodhart <[email protected]>
This appears to be the current default branch name for the version of git available on the GH Actions runner Signed-off-by: Gabe Goodhart <[email protected]>
Signed-off-by: Gabe Goodhart <[email protected]>
Signed-off-by: Gabe Goodhart <[email protected]>
Signed-off-by: Gabe Goodhart <[email protected]>
This is needed to get the k8s mixin correctly Signed-off-by: Gabe Goodhart <[email protected]>
They were primarily residual in the test helpers which are no longer needed Signed-off-by: Gabe Goodhart <[email protected]>
Signed-off-by: Gabe Goodhart <[email protected]>
Signed-off-by: Gabe Goodhart <[email protected]>
Signed-off-by: Gabe Goodhart <[email protected]>
86f296f
to
68584bf
Compare
What this PR does / why we need it
This PR ports the internal code project!
Special notes for your reviewer
This PR disables linting so that the code can be ported as-is. A follow-on PR will fix all linting errors and re-enable
What gif most accurately describes how I feel towards this PR?