Keenan Brock
Keenan Brock
## Background OpenShift only allows worker names to be up to 63 characters long. To ensure the worker name is less than 63, we have a test. [ref] The name...
Blocked: - [x] #21493 ### Overview It is a lot of work to declare the not supports, so we can default to unsupported. When making the transition from our old...
We have no process to clear out miq requests. If we do not want to automatically delete these, I would feel more comfortable putting most of this PR in but...
This is spun off of #248 Refactor mutant engine to have high order mutants and first order mutants. Only run first order mutants if hight level mutants do not fail....
When a failed mutation comes across, I need to decide if I should change the code or the test. Sometimes the decision is easy. The code can be tightened, or...
### Summary In `ToSql`, operators that generate the sql for an `Attribute` use `visit(o.left, collector)` This can be seen in `Equality` (and friends), `Case`, `SelectStatement`, and `In`. ### Before `HomogeneousIn`...
This history stores notification that have been sent. This does not know much about the objects stored. But it does know: - old records are of no interest - after...
a) no need to throw away ssl connection object, when a simple disconnect / close would do. b) aliases disconnect to close, since that is the name of the methods...
Hi, This is basically a reformatted version of https://github.com/grocer/grocer/pull/29 that was submitted to address https://github.com/grocer/grocer/issues/14. Looking closer, it looks similar to https://github.com/grocer/grocer/pull/21. Glad so many people are solving the problem...
I noticed that this is taking ~80mb of ram. I think I've seen it take over 100mb. It is the extension that takes up the most ram on my machine....