-
Notifications
You must be signed in to change notification settings - Fork 99
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
Return NODECLASS in API #482
Return NODECLASS in API #482
Conversation
This is btw the output for tumblrtag1 after adding a empty classifier:
I personally only need the tag, so could also use that instead if you prefer. |
@discordianfish I think calling it something more specific than I like this though! Ive wanted this feature for ages, never thought it would be this easy to add it :) (cc @alex-laties) |
I used nodeclass because the attribute I have to set on the classifier is IS_NODECLASS. But I'm happy to change it to whatever you prefer. What about "classification"? And should we keep all elements? |
@byxorna / @alex-laties Can we get this merged? |
@discordianfish could you change it to "CLASSIFICATION" before merging? |
12b06d0
to
f483397
Compare
@byxorna Done! |
(cc @Primer42) |
anyway to get this bumped? This would help me stop severe and everlasting damage from befalling our puppet repo. I did run the tests locally as well to make sure this wasn't breaking anything and everything passed. |
This imho should get unit tests illustrating basic behavior validation, as well as a bit in the docs describing this thing. @discordianfish are you willing to make those changes? (i.e. at least illustrate no classification serializes to |
I'm not using collins anymore, so won't have time for this unfortunately. |
@discordianfish thanks for the reply i'll take this over then just didn't want to steal it from you. |
Hi,
the API doesn't return the nodeclass right now but I want to use that to determine different partition schemes in my installer. I think this isn't a uncommon use case. What do you think?