David Marshall
David Marshall
### Describe the Enhancement My cookbooks look at ohai data to decide current versions and whether to update things. Some users have used `yum versionlock` to lock packages that would...
chefspec regards the target of a notification in a guarded resource as having been notified. See 878b562c5b80933fcecbaec1f0421dda0ded0617 for a demonstration. Unfortunately, I don't have the chefspec-fu needed to propose a...
Particularly when I am debugging a module that I haven't maintained before, I'd like to automatically instrument all the subroutines. Here's what I'd like to do: ``` perl package Foo::Bar;...
See #199 for the difficulties I've encountered trying to get Travis testing to work. The larger question is whether that's the correct testing to be doing. The current test is...
**What happened**: When I look at events, I see that several events happened "2 months ago." When I look at the list view, I see a timestamp such as "August...
It's very good to have a permalink in the browser's URL bar when clicking on an event, so thank you for that! However, that's not intuitive behavior. It would be...
**What happened**: I have a collection of pipelines, and I want them ordered by start date **What you expected to happen**: I expected to have a way to sort the...
All of my commands have repeated lines near the top of the form: ``` for REQD in buildah podman; do if ! command -v $REQD > /dev/null 2>&1; then echo...
If you go to a JIRA instance, you can get an "About JIRA" screen from its circled question mark dropdown. While I can get this version information from `api/v4/versions`, that's...
This mostly applies to large pipelines with many jobs. Suppose jobs could be arranged in some way that expresses some abstract organization. On the other hand, suppose some of these...