Peter P. Gengler

Results 10 issues of Peter P. Gengler

Jinja 2.11 supports setting [`undefined` option on an `Environment`](https://jinja.palletsprojects.com/en/2.11.x/api/#jinja2.Environment) to [`ChainableUndefined`](https://jinja.palletsprojects.com/en/2.11.x/api/#jinja2.ChainableUndefined). This allows the [`default` filter](https://jinja.palletsprojects.com/en/2.11.x/templates/#default) to work on nested elements and attributes. Arguably this could be a better default...

enhancement

Instead of copying in a static version of mermaid is it not possible to move mermaid to a normal (non-dev) dependency and have the JS code pull in the package...

Hi, I was hoping this library could decouple the registration for monitoring from the specific implementation of `*grpc.Server` that it's currently tied to. From what I can tell all that...

The various environment variables set involving the current SHA, as well any code that uses `CommitInfo` eventually comes to this code for finding the SHA from the githook payload: https://github.com/groupon/DotCi/blob/85673ee3c5cf42b0546abe1bf39e15a13bb8e9c6/src/main/java/com/groupon/jenkins/github/Payload.java#L61-L66....

Currently if you have a project with submodules the DotCi git steps don't do `git submodule update --init` at all. At a minimum that should be added into all of...

If I want to have my Jenkins box totally secure so nothing external is hitting it I'd like to use polling instead of a webhook to trigger jobs, it'd be...

I think there's a couple things at play here, but basically if I loose my Jenkins master but I bring up a new one and connect DotCi to the MongoDB...

This PR contains: - [x] bugfix - [ ] feature - [ ] refactor - [ ] tests - [ ] documentation - [ ] metadata ### Breaking Changes? -...

I'm trying to follow down the code path and it looks like this is passed along in the AWS::SES::SendMail#send_email method, but not AWS::SES::SendMail#send_raw_email. I was curious either a) it is...