-
Notifications
You must be signed in to change notification settings - Fork 8
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
node-installer: initialize #253
Merged
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
3u13r
requested changes
Mar 15, 2024
malt3
commented
Mar 16, 2024
malt3
force-pushed
the
feat/node-installer
branch
from
March 18, 2024 06:50
ef35e36
to
121181c
Compare
katexochen
requested changes
Mar 18, 2024
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.
Really cool!
Unit tests are missing, please add them wherever possible.
malt3
force-pushed
the
feat/node-installer
branch
from
March 18, 2024 10:49
121181c
to
52222be
Compare
Working on unit tests now |
malt3
force-pushed
the
feat/node-installer
branch
4 times, most recently
from
March 18, 2024 13:25
cf7cd81
to
1cffc17
Compare
3u13r
requested changes
Mar 18, 2024
malt3
force-pushed
the
feat/node-installer
branch
2 times, most recently
from
March 19, 2024 15:15
7cf2731
to
3b9fb59
Compare
malt3
force-pushed
the
feat/node-installer
branch
2 times, most recently
from
March 25, 2024 14:47
1cce9c0
to
6b3f391
Compare
3u13r
previously requested changes
Mar 25, 2024
katexochen
reviewed
Mar 27, 2024
malt3
force-pushed
the
feat/node-installer
branch
2 times, most recently
from
April 2, 2024 08:06
d03cda6
to
70b838b
Compare
|
malt3
force-pushed
the
feat/node-installer
branch
from
April 2, 2024 08:13
70b838b
to
02a9865
Compare
katexochen
reviewed
Apr 2, 2024
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.
only some nits left
malt3
force-pushed
the
feat/node-installer
branch
from
April 2, 2024 13:27
02a9865
to
0da11f9
Compare
katexochen
approved these changes
Apr 2, 2024
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.
This is the first step towards a custom runtime class.
The node-installer binary provisions a runtime class on every node of a cluster.
Please also look at #252 for a preview of how the installer is used in practice.