Jamie (Bear) Murphy

Results 91 issues of Jamie (Bear) Murphy

Allow setting of username/password to access fping-exporter endpoint for security

**Is your feature request related to a problem? Please describe.** It would be extremely useful to be able to pass headers / auth information when using file.managed states. Certain file...

Feature

`Docker Compose Dry Run is now feature complete. You can now safely preview any Compose command with the --dry-run flag` adding support for this would allow users to easily check...

### Deployment Type Self-hosted ### NetBox Version v4.0-beta2 ### Python Version 3.11 ### Steps to Reproduce 1. Goto devices 2. Goto Filters tab 3. Under Tenant select `None` and another...

type: bug
status: accepted
severity: low

### NetBox version v4.0.0 ### Feature type New functionality ### Proposed functionality Add `save / create / cancel` buttons to top of forms (or make existing buttons stay visible )...

type: feature
status: under review

It would be great if there was a built in wait/retry function to keep checking for exec-status response to be finished. from docs: ``` >>> prox.nodes("example-node").qemu("103").agent("exec").post(command="echo hello") {'pid': 5413} >>>...

type:request :hand:

**Describe the bug** --env-token-name flag is defaulted to `access_token`, its not possible to set it to `none` which would activate different jinja template features **To Reproduce** attempt to set `--env-token-name`...

it would be great if yaml formatted openapi files was natively supported instead of having to convert them.

when using some swagger apis the operationid can have long paths ([example](https://gist.github.com/ITJamie/c5dd1ff2480b5985428e742d6adeff53) ) eg `"operationId": "cmk.gui.plugins.openapi.endpoints.notification_rules.show_rules",` this was creating service functions with slightly unreadable names: eg:`def cmkguipluginsopenapiendpointsnotification_rulesshow_rules` by patching `openapi_python_generator/language_converters/python/common.py`...

on a fresh install and attempting to bring up with docker (no changes to any files: ``` oncall-web-1 | DB successfully loaded /home/oncall/db/schema.v0.sql oncall-web-1 | Importing /home/oncall/db/dummy_data.sql... oncall-web-1 | mysql:...