W. Trevor King
W. Trevor King
For example, [content-addressable-store](https://www.npmjs.org/package/content-addressable-store) has `all`, and [go-datastore](https://github.com/jbenet/go-datastore) has [KeyList](https://github.com/jbenet/go-datastore/blob/7804ee2c2eb368be9704da1ad94d1f5e1ba7e716/datastore.go#L55). You'll need some way to iterate through your storage if you want to garbage-collect dangling references or have external corruption-checking processes....
There's no reason to assume the pause image contains a `/pause` command, and it seems more sane to assume that the pause container has configured `Entrypoint` and `Cmd` appropriately without...
The backing logic moved to p99 in 8055267d5f (#26767). Move to a less-opinionated function name locally, so we don't have to care about these distinctions.
The separation is only reliable on 4.11 and later. Still test on earlier releases, but only report violations as non-fatal flakes for those older releases. Like #27053, but with a...
Filling in known bugs from [here][1] (~WIP: not actually full yet~). This allows us to fail new regressions, and gradually ratchet tighter as we close out existing issues. [1]: https://bugzilla.redhat.com/buglist.cgi?bug_status=__open__&f1=longdesc&f2=cf_environment&j_top=OR&known_name=ClusterOperator%20conditions&list_id=12649817&o1=casesubstring&o2=casesubstring&query_based_on=ClusterOperator%20conditions&query_format=advanced&v1=should%20not%20change%20condition%2F&v2=should%20not%20change%20condition%2F
When you set `--signoff`, `git-duet` [passes the option through to Git][1]. But in Git, that [only adds a Signed-off-by for the committer][2]. Without an *author* Signed-off-by, tools like PullApprove [may...
Spun out from today's legal meeting, I think we should add ~~`UNLICENSED`~~ `NONE` to license expressions, because external tools like [npm's `package.json`][1] are currently defining `UNLICENSED` as an extra for...
This is WIP, because I still need to fill in some of the Bazaar section. There's no reason to require `PackageDownloadLocation` if we also allow `NOASSERTION`. This commit deprecates `NOASSERTION`,...
This section has never been particularly tight. For example, the old: `` is an [idstring] that is defined in Appendix. was probably intended to reference the old Appendix VII (removed...
This is a large diff, but I aimed for restructuring/polishing without changing the end result. I did make a few minor, intentional changes: * Extended `license-id` to include appendix I.3...