James Falcon

Results 20 issues of James Falcon

This commit adds '-i' and '-d' options to the 'zoxide add' command. '-i' increments the base score by a specified amount. '-d' decrements the base score by a specified amount....

## Proposed Commit Message ``` Workaround net_setup_link race with udev LP: #1983516 ``` ## Additional Context https://bugs.launchpad.net/cloud-init/+bug/1983516

This also includes a new upstream snapshot as we need the code we're patching in order to patch it. The actual patch is represented by the last two commits.

This also includes a new upstream snapshot as we need the code we're patching in order to patch it. The actual patch is represented by the last two commits.

This also includes a new upstream snapshot as we need the code we're patching in order to patch it. The actual patch is represented by the last two commits.

## Issue Given this config: ```ini [testenv:black] deps = black==23.3.0 commands = {envpython} -m black . --check [testenv:tip-black] deps = black commands = {[testenv:black]commands} ``` in tox 3.28.0, both executions...

bug:minor
level:hard
help:wanted

Cloud-init has support for certain forms of binary user data, but LXD doesn't pass it along correctly. For example, with the following user data: ``` $ cat cloud-config.yaml #cloud-config bootcmd:...

Bug

# Enhancement Currently, every change in our repo requires waiting for all CI jobs, including the somewhat slow integration tests. For documentation-only changes, it would be helpful to only do...

documentation
enhancement

E.g., https://github.com/canonical/cloud-init/blob/3671caa2a6b7a971c3eb4ab6d6fcb17d3566b49f/tests/unittests/net/network_configs.py#L1333 I'd rather not xfail this test with the expected data because there's many other valuable things being tested here, and a broad xfail means we won't see that...

bug
networking

Any datasource that doesn't override [check_instance_id](https://github.com/canonical/cloud-init/blob/4de8dc2a2666b2401221c157373a982372d526f7/cloudinit/sources/__init__.py#L925) will have cache invalidated every boot. This causes cloud-init to fetch IMDS data every boot. Any datasource whose [default_update_events](https://github.com/canonical/cloud-init/blob/4de8dc2a2666b2401221c157373a982372d526f7/cloudinit/sources/__init__.py#L257) include `EventType.BOOT` will also fetch...

bug
priority