-
Notifications
You must be signed in to change notification settings - Fork 71
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
refactor: Update azure-aci to use nodeutil instead of node-cli #411
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
helayoty
force-pushed
the
nodeutil-migration
branch
from
January 5, 2023 02:01
d5d857d
to
5085c20
Compare
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## master #411 +/- ##
==========================================
+ Coverage 42.91% 45.23% +2.32%
==========================================
Files 50 15 -35
Lines 5735 2465 -3270
==========================================
- Hits 2461 1115 -1346
+ Misses 3017 1265 -1752
+ Partials 257 85 -172
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
helayoty
force-pushed
the
nodeutil-migration
branch
from
January 5, 2023 02:36
5085c20
to
fcdb79b
Compare
helayoty
force-pushed
the
nodeutil-migration
branch
from
January 10, 2023 00:51
fcdb79b
to
1980aeb
Compare
cpuguy83
reviewed
Jan 17, 2023
cpuguy83
reviewed
Jan 17, 2023
helayoty
force-pushed
the
nodeutil-migration
branch
from
January 18, 2023 21:20
1980aeb
to
26a0a6f
Compare
helayoty
force-pushed
the
nodeutil-migration
branch
from
January 18, 2023 21:37
134adad
to
c59ba68
Compare
helayoty
force-pushed
the
nodeutil-migration
branch
from
January 24, 2023 17:39
c59ba68
to
76025e7
Compare
helayoty
force-pushed
the
nodeutil-migration
branch
from
January 24, 2023 20:20
76025e7
to
210515a
Compare
helayoty
force-pushed
the
nodeutil-migration
branch
from
March 16, 2023 17:03
a0c36d2
to
92b0eb6
Compare
helayoty
force-pushed
the
nodeutil-migration
branch
from
March 16, 2023 17:41
92b0eb6
to
e5b6812
Compare
Fei-Guo
reviewed
Mar 16, 2023
helayoty
force-pushed
the
nodeutil-migration
branch
from
March 16, 2023 21:49
72501d0
to
78ed26e
Compare
helayoty
force-pushed
the
nodeutil-migration
branch
from
March 16, 2023 21:50
78ed26e
to
1faa25e
Compare
helayoty
force-pushed
the
nodeutil-migration
branch
from
March 16, 2023 21:55
1faa25e
to
8a7db9a
Compare
Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>
Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>
helayoty
force-pushed
the
nodeutil-migration
branch
from
March 16, 2023 22:40
8a7db9a
to
afd8ae7
Compare
Fei-Guo
approved these changes
Mar 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
node-cli
library and use the built-innodeutil
package from virtual-kubelet instead.v1.8.0
.v1.26.0
Fixes: #410, #191
Update the old PR #277
Signed-off-by: Heba Elayoty hebaelayoty@gmail.com