na4ma4
na4ma4
When comparing named pipelines, if there is a historical error, the service will show as critical even if it has successfully reloaded since then. This adds the same timestamp check...
I've got a PR ready to add docker support. Is it OK to add github actions for building the image, I'll also need to add a command line option to...
I'll do some testing but my dishwasher is reporting wash_zone of "3" ``` erd value: 0b1100000000000000000010 (3145730) wash_zone: 0b1100000000000000000000 (3145728) shifted value: 0b11 (3) ``` But the only [valid values...
**Bug Description** When using imports, namespaces and `Default`, the [getFunction()](https://github.com/magefile/mage/blob/2385abb49a1fa8f1e160556889f4ba9704a2ddb7/parse/parse.go#L642) function will return the first matching function in the import with the same name, regardless of namespacing. So ```golang //...
`getFunction()` ignores the receiver, selecting the first matching function name regardless of scope. Fixes #508
### Support guidelines - [X] I've read the [support guidelines](https://github.com/mage/mage-action/blob/master/.github/SUPPORT.md) ### I've found a bug and checked that ... - [X] ... the documentation does not mention anything about my...
**Describe the bug** The workspace for the job is `repo/repo` not `org/repo`, while using self-hosted runners on github.com with a single organisation that is fine, but against enterprise there may...
#### For bugs with existing features - Rule Id (if any, e.g. SC1000): SC1100 - My shellcheck version (`shellcheck --version` or "online"): 0.11.0 and online - [x] The rule's wiki...