Conversation
|
Skipping CI for Draft Pull Request. |
|
Current dependencies on/for this PR: This comment was auto-generated by Graphite. |
|
/test all |
|
@vikin91: No presubmit jobs available for stackrox/stackrox@pr/ROX-12835-sensor-nodescan-v2 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
1c6b5a7 to
7ffbcf8
Compare
7ffbcf8 to
af46a2d
Compare
af46a2d to
ce78183
Compare
ce78183 to
681ff0b
Compare
681ff0b to
66d340b
Compare
d7353ae to
ee4d20d
Compare
66d340b to
b5caa72
Compare
b5caa72 to
9e75bcd
Compare
9e75bcd to
9414f33
Compare
| } | ||
|
|
||
| message NodeScanV2 { | ||
| string node_id = 1 [(gogoproto.moretags) = 'search:"Node ID,store" sql:"pk,type(uuid)"']; |
There was a problem hiding this comment.
TODO: Readd the ,type(uuid)
56dab50 to
e385c20
Compare
|
/test all |
|
Images are ready for the commit at f8b397f. To use with deploy scripts, first |
|
/test all |
msugakov
left a comment
There was a problem hiding this comment.
I came here to write this comment.
|
Thanks @msugakov ! |
|
/test all |
| var _ suite.TearDownTestSuite = (*NodeInventoryTestSuite)(nil) | ||
|
|
||
| type NodeScanHandlerTestSuite struct { | ||
| type NodeInventoryTestSuite struct { |
There was a problem hiding this comment.
| type NodeInventoryTestSuite struct { | |
| type NodeInventoryHandlerTestSuite struct { |
Because we are testing Handler
jschnath
left a comment
There was a problem hiding this comment.
LGTM and I found 0 instances of NodeScanV2 left in the code

Description
Scope: This PR renames
storage.NodeScanV2tostorage.NodeInventory.Why?
This is done to avoid confusion between the word
scanbeing understood as:We hereby propose to call the (1) a scan, whereas the (2) a node inventory.
Checklist
Do not apply
Reason: This is a pure rename refactor
Testing Performed
logs of Sensor, Central, and Compliance