Fix report_environment join deps for certname extract - #501
Merged
corporate-gadfly merged 1 commit intoAug 19, 2026
Merged
corporate-gadfly merged 1 commit into
corporate-gadfly merged 1 commit into
Conversation
fixes OpenVoxProject#500 Add query planner and integration regression coverage for nodes[certname] { report_environment = "blah" }. Signed-off-by: Corporate Gadfly <haroon.rafique@gmail.com>
corporate-gadfly
marked this pull request as draft
August 19, 2026 01:15
corporate-gadfly
marked this pull request as ready for review
August 19, 2026 02:51
Contributor
Author
|
Bug appears with:
No longer present with:
|
bastelfreak
approved these changes
Aug 19, 2026
Collaborator
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 8.x
git worktree add -d .worktree/backport-501-to-8.x origin/8.x
cd .worktree/backport-501-to-8.x
git switch --create backport-501-to-8.x
git cherry-pick -x 7ed5c0ff04a30f3d684482e3439b6b9c4efa58de |
Contributor
Author
|
I will try backport again since #331 got backported properly. |
Collaborator
|
Successfully created backport PR for |
This file contains hidden or 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
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.
Pull Request (PR) description
Add query planner and integration regression coverage for
nodes[certname] { report_environment = "blah" }.This Pull Request (PR) fixes the following issues
Fixes #500