-
Notifications
You must be signed in to change notification settings - Fork 13
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
🌠 V9 #712
Commits on Sep 5, 2023
-
v9 initial major overhaul on cnquery v9 libs
Signed-off-by: Dominik Richter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c10a03 - Browse repository at this point
Copy the full SHA 0c10a03View commit details
Commits on Sep 10, 2023
-
Signed-off-by: Dominik Richter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a52e5c - Browse repository at this point
Copy the full SHA 7a52e5cView commit details -
🟢 use new testutils in cnquery
Signed-off-by: Dominik Richter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7779bfa - Browse repository at this point
Copy the full SHA 7779bfaView commit details -
🐛 datapoints are conditional on providers
The os provider may not exist on the run or on the system. In these cases, the method to determine the datapoint for vulnerability report or kernel info will fail. To better handle these errors, we abandon the previous approach of `MustGetOneDatapoint` via `MustCompile` and instead use the provider info to report back to users. There may still be other reasons why the compile fails, but we will keep this focused on the primary reason in a tested environment with a working provider runtime that indicates why this fails: no provider for this code. Signed-off-by: Dominik Richter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1cac045 - Browse repository at this point
Copy the full SHA 1cac045View commit details -
🟢 use testutils runtime for schema
Signed-off-by: Dominik Richter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 72c78d1 - Browse repository at this point
Copy the full SHA 72c78d1View commit details -
1. double-check that elements exist with a require call (to avoid nil panics) 2. checksums changed because `asset{*}` is different for v9 (since fields were changed in this resource) Signed-off-by: Dominik Richter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b59025d - Browse repository at this point
Copy the full SHA b59025dView commit details -
Signed-off-by: Dominik Richter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7793959 - Browse repository at this point
Copy the full SHA 7793959View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2693e20 - Browse repository at this point
Copy the full SHA 2693e20View commit details
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.