Nick LaMuro
Nick LaMuro
**Built off of and is a follow up to:** https://github.com/ManageIQ/manageiq/pull/21415 Followup to deleting database backups, this removes an event that should only be triggered via db backups. Will most likely...
When the `brew` `$package_manager` is detected and used for `ruby-install`, it will attempt two things when installing dependencies: - `$ brew install $@` - `$ brew upgrade $@` The first...
For some rubocop executables, a `--file` or `--path` option might be necessary to target a specific file to run the parser. I myself use a modified form of [rubocop-git](https://github.com/m4i/rubocop-git) (with...
Handles the given TODO: ``` # XXX todo: redo these REs as one. It's repeated below. ``` By converting regexp calls to a single parsing call per line. _Note: Perl...
I don't think this is something that we should merge right now, but this is kinda what I was thinking for doing layouts with qedproject. Is there anything that you...
This is a rebase of https://github.com/ManageIQ/miq_bot/pull/412 This only required the update of `spec/lib/github_service_spec.rb` to be modified to work with the new `GithubService` specs that were added back in 1173807a to...
It would be nice for developers to be able to run the same linters that the bot does from their own machine via a `miqbot` CLI command, or some other...
Use Case -------- A while back, when working on the [`EmbeddedAnsible` conversion effort][1], there were some labels created at my request. However, this was not done consistently: - https://github.com/pulls?utf8=%E2%9C%93&q=org%3AManageIQ+label%3Acore%2Fembedded_ansible -...
As shown here: https://github.com/ManageIQ/manageiq/issues/20760 Generally, if the `[RFE]` prefix exists in title, a maintainer will come along and add the `feature` tag to it (I will save them the trouble...
Generally speaking, when using `cross_repo_test`, you aren't going to nail it on the first go. Unfortunately with the current implementation of `cross_repo_test`, `@miq-bot` owns the PR, so it is the...