Przemek Rogala

Results 32 comments of Przemek Rogala

This is by design. We have "Exclude missing software" and "Show only missing software" filters on the report page which rely on the validation records having been created for all...

We should be able to optimize the validation job by processing objects without Software separately. We know these will fail validation so we can simply create/refresh ValidationResult objects without having...

Thanks @pszulczewski . With it being a breaking change we'll target this to be merged into the next3.0 release.

Do we know why the function is called 3 times? I would expect framework to call the function only once each time we fetch `/metrics`.

@ubajze @Kircheneer I'm having trouble replicating this. I got a local instance with 10,000 devices and this is what I get when running the profiling code: ``` 3 0.0002541 8.47e-05...

Sure. I have a try-except in the `lookup_object` method where I log job warning message when lookup fails. But without knowing the type of action that trigerred the lookup I...

@pszulczewski Can you give an example of an API call that works now and will stop working once this is merged? We'll need to properly document it so that users...

@pszulczewski Thanks! That makes sense to me. Could you just add a change fragment and I'll get it merged.

@jvanderaa This looks to be failing tests. Are you missing import there somewhere?