Jason Frey
Jason Frey
See https://github.com/dimagi/required-labels/blob/master/README.md We could run this directly... Need to investigate.
We need a way to keep rubocop updated much more frequently. I'm almost wondering if there's a way for us to do it automatically by having a very loose version...
When influxdb goes down, the entire queue gets backed up waiting for it to come back online. Instead we should probably continue, but notify someone.
We don't keep an inventory of already merged PRs. The way it works is that we ask GitHub about all of the open PRs, then we just delete the rows...
I'm on the fence about this and we *do* link to the original PR. But when an issue comes over, it feels like most of the already-discussed things are lost....
When I move an issue, there are no labels set in the destination. It would be nice if the bot could bring over the labels as well, or at least...
Since it does string sort, `Line 103` comes before `Line 5`. We probably need to change locator from being string based to being numeric, or specific on line vs commit_sha...
- Certain cops are being bucketed incorrectly. For example, "Line length too long" is coming up as a warning instead of a lower level severity. See https://github.com/ManageIQ/manageiq/pull/3126#issuecomment-111466039 for an example...
Instead of hiding in the log. cc @bdunne this is more of a continuation of #237
We have some enable/disable support in a number of workers, but many don't have it, such as the RubocopChecker, which is requested in #244. Also, the enable/disable support is a...