-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add hostgroup edit feature #45
base: master
Are you sure you want to change the base?
Conversation
The build fails due to version mismatch: i have go 1.13 and the build uses 1.11. I don't want to just go ahead and change the build version without checking with you first, so what should we do here?? @paultyng |
@hsorellana sorry, in the middle of transferring this repo, hopefully the maintainers can respond once we complete the transfer process, I'm not familiar with its inner workings, just tasked with the transfer process. |
in the mean time this repo has moved into the icinga org, and we are happy to bump the go version we build with, i even bumped it to 1.14. @hsorellana can you try building again? |
This PR adds the ability to edit (for now) the
display_name
field for a HostGroup resource without having to recreate any dependent resource. Plus, it adds a secondTestStep
which acts as an update scenario. Comments are welcomed!