-
Notifications
You must be signed in to change notification settings - Fork 105
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
Make annotating resources optional #287
Conversation
@microsoft-github-policy-service agree |
Hi @bramdehart, thanks so much for this PR! Would you mind moving the input check to the Moreover, would you mind adding testing for this functionality? Our integration tests (workflows located in |
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.
see comment above
Hi @jaiveerk, This because this PR will hopefully resolve our problems with the By moving the input check to another method, this assignment would still take place and we would still be dealing with this error. We could increase our CPU and limits, but that would only be to resolve this error, nothing more. In our case the assignment is never used. So with that said, do you mind me moving the assignment of Also, do you mind me wrapping the input check around the |
In my latest 3 commits I implemented the proposed solution that I explained in the previous message. Let me know if you agree or not. If you agree I will write additional tests. Thanks! :) |
Hey @bramdehart, thanks for the new implementation. As for the change to the The new approach looks good to me, so you're good to go ahead and add testing. Thanks again for this contribution! |
This PR is idle because it has been open for 14 days with no activity. |
Hi @bramdehart , Additionally, some unit testing on this change would be great. I'd suggest adding them in a new file called deploymentHelper.test.ts but that can be up to you! Thanks again for this contribution. |
Hi @jaiveerk, thanks for the input. Still interested in merging it. I've been very buddy the last few days but will take a look at the upcoming days. |
This PR is idle because it has been open for 14 days with no activity. |
It has been a while but a made time to add some more contributions including integration tests. Since annotations in general consist of more than just resource annotations, for example Also, testing the annotations in the integration test on key value following this format ( I also found a little bug on the k8-deploy-delete.py script. It would try to delete with parameter I hope these contributions are enough the get the PR merged. Thank you! |
@bramdehart would you mind signing your commits? This guide should help out with that |
Signed-off-by: Bram de Hart <bram.dehart@nsgo.nl>
Signed-off-by: Bram de Hart <bram.dehart@nsgo.nl>
Signed-off-by: Bram de Hart <bram.dehart@nsgo.nl>
Signed-off-by: Bram de Hart <bram.dehart@nsgo.nl>
Signed-off-by: Bram de Hart <bram.dehart@nsgo.nl>
Signed-off-by: Bram de Hart <bram.dehart@nsgo.nl>
Signed-off-by: Bram de Hart <bram.dehart@nsgo.nl>
Signed-off-by: Bram de Hart <bram.dehart@nsgo.nl>
Signed-off-by: Bram de Hart <bram.dehart@nsgo.nl>
…vice Signed-off-by: Bram de Hart <bram.dehart@nsgo.nl>
Signed-off-by: Bram de Hart <bram.dehart@nsgo.nl>
Signed-off-by: Bram de Hart <bram.dehart@nsgo.nl>
Signed-off-by: Bram de Hart <bram.dehart@nsgo.nl>
Signed-off-by: Bram de Hart <bram.dehart@nsgo.nl>
Hi @jaiveerk , new commits with additional signature are now added |
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.
lgtm
@davidgamero Do you have an indication of when this will be released? :) I see also v4.10 not marked as latest release yet and that release was from may. |
@davidgamero @jaiveerk @OliverMKing I don't want to come over as annoying, but I need clarity about the expected schedule of release. I have to say that for an open source project where contributors are spending valuable time on, the follow up on contributions and questions is something that can be improved :) Thanks for informing! |
i am sorry for the delay, we just merged the new release workflow #297 and now need to bring the dependencies up to date to be able to cut a release with a successful build |
We would like to run the deployment action without annotating the resources afterwards so I made an change to pass this as an optional parameter.