Results 84 issues of Brian Scholer

The `path` property of a repository object is an `ArtifactioryPath` to the repository. The `str` representation of this object is correct, but it seems like the `parts` property is missing...

Bug
hacktoberfest

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/Microsoft.PowerShell.PSResourceGet) - [X] Search the existing issues. ###...

Issue-Bug
Area-InfoFile

`?` inside a template is replaced with `[alpha]`; similarly `#` is replaced with `[digit]`. But if you did something like `ig "[randomdate 1/1/1111 2/2/2222 'yyyy ? MM ? dd']"` you'd...

Example: ```powershell Invoke-Generate -Template "[randomdate 1/1/1999 5/5/5555 'yyyy 2 3']" ``` Just outputs the command since it doesn't get recognized properly as a generator. I think this is due to...

##### SUMMARY https://github.com/ansible-collections/community.hashi_vault/actions/runs/8540084330/job/23398465702

ci

##### SUMMARY The release workflow needs some actions updated that are still using node16, and it uses the deprecated set-output command. - https://github.com/ansible-collections/community.hashi_vault/actions/runs/8359041611

ci

##### SUMMARY See also: - https://github.com/hvac/hvac/issues/984 Once support is available in `hvac`, we'll need to update the collection to support sending the right parameters in some cases, probably. We'll have...

enhancement

##### SUMMARY See: - https://github.com/ansible-collections/community.hashi_vault/issues/327#issuecomment-1312688883 Although the options on modules vs. plugins do correctly show whether vars/env/ini are supported, the note in the description for the `token` option explains precedence...

documentation
good first issue

##### SUMMARY https://github.com/ansible-collections/community.hashi_vault/blob/main/plugins/plugin_utils/_hashi_vault_lookup_base.py#L30-L47 `parse_kev_term` is used to parse `key=value` pairs from a term string for filling in options. It's only used in the `hashi_vault` lookup, but it currently exists in...

good first issue

##### SUMMARY https://docs.ansible.com/ansible/devel/collections/community/hashi_vault/docsite/contributor_guide.html#running-tests-locally There's a section on integration tests but not units. ##### ISSUE TYPE - Documentation Report

documentation
good first issue