Matthew James Briggs

Results 121 issues of Matthew James Briggs

If I have a markdown file, and in the same folder I have an image with the filename somefile.jpg, in my markdown I have `![alt text](somefile.jpg)` The image is not...

duplicate

I'll bet you never thought of this. Neither did I. We use a physical token key generator at work. Apparently it 'types' very fast, less than 7 milliseconds. I would...

enhancement
help wanted

Issue #1960 might be blocked by our use of rusoto in pubsys. See my comment in that issue for the specifics. Regardless, we should move to the AWS SDK.

priority/p0

**What I'd like:** It looks like our `webpki-roots-shim` is incompatible with the next major version of webpki roots (0.22): ``` $ cargo build Compiling webpki-roots v0.22.2 (/home/mjb/repos/bottlerocket/sources/webpki-roots-shim) error[E0432]: unresolved import...

When troubleshooting Bottlerocket, we might want to increase logging verbosity. Many of our programs have a `--log-level` argument with the values `error`, `warn`, `info`, `debug`, `trace`. All of our programs...

Get `cargo make test` working for testing vmware-k8s variants in vSphere. depends on (for precedence): - #2148 - #2149 We might also say that it depends on this: - https://github.com/bottlerocket-os/bottlerocket-test-system/issues/414

testing

Get `cargo make test` working for ECS. In conformance mode this will run a simple task. In upgrade-downgrade mode it will run that task at each waypoint in the upgrade-downgrade...

testing

These commands can be helpful when trying to figure out a slow boot. Maybe we should add them to the information that logdog provides: ``` apiclient exec admin sheltie systemd-analyze...

good first issue

**What I'd like:** During GitHub actions CI, the build should fail (preferably early) if the code is not fmt'ed with cargo fmt and if it has cargo clippy warnings. We...

priority/p1
core
good first issue

Support upgrade-downgrade testing for aws-k8s variants. It should be possible to run either the conformance testing, upgrade-downgrade testing, or both. pubsys gets update repository URLs from Infra.toml. We should also...

testing