insights-core
insights-core copied to clipboard
Insights Core is a data collection and processing framework used by Red Hat Insights
### All Pull Requests: Check all that apply: * [x] Have you followed the guidelines in our Contributing document, including the instructions about commit messages? * [ ] Is this...
Not just plain: "ERROR: Could not read configuration file, using defaults" The message format is the same as for `ValueError` used down below (for key validation).
The tarball created by Insights client contains a `./` entry at its beginning. This has an unexpected implication: When extracted using `sudo`, permission of the current folder are overwritten by...
### All Pull Requests: Check all that apply: * [X] Have you followed the guidelines in our Contributing document, including the instructions about commit messages? * [X] Is this PR...
### All Pull Requests: Check all that apply: * [x] Have you followed the guidelines in our Contributing document, including the instructions about commit messages? * [ ] Is this...
For the `insights-archive` collected by the new Core Collection identified by the `"insights_archive.txt"`, the path of the real collected data is placed in the './data' but not the './' which...
When a rule returns `make_fail(ERROR_KEY, ...)`, the key generated is actually the rule's module name combined with `ERROR_KEY`. This means renaming a rule's module affects its responses, which can break...
When running python 2.6 and 2.7 tests, the first pass is successful. If you run the tests a second time then an error occurs: ``` > newchars, decodedbytes = self.decode(data,...
Signed-off-by: Štěpán Tomsa ### All Pull Requests: Check all that apply: * [ ] Have you followed the guidelines in our Contributing document, including the instructions about commit messages? *...