1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments
Pascal Hofmann 65f58afbd9
Improve performance of the bitwarden lookup plugin (#7468)
* Improve performance of the bitwarden lookup plugin

When looking for items using an item id, we can access the item directly with
bw get item instead of searching through all items. This doubles the lookup
speed.

* Update changelogs/fragments/bitwarden-lookup-performance.yaml

Co-authored-by: Felix Fontein <felix@fontein.de>

* fix indentation

* Ensure backwards compatible behavior in case of errors when doing bitwarden lookup by id

* chore: Link to correct PR in changelog fragment

* Use identity check when comparing with None

---------

Co-authored-by: Richard Klose <richard.klose@gec.io>
Co-authored-by: Richard Klose <richard@klose.dev>
Co-authored-by: Felix Fontein <felix@fontein.de>
2023-11-11 12:04:53 +01:00
..
.keep Rename changelogs/fragments/.empty -> changelogs/fragments/.keep 2020-08-07 08:17:57 +02:00
7143-proxmox-template.yml add template option to proxmox and proxmox_kvm (#7143) 2023-11-05 15:57:16 +01:00
7426-add-timestamp-and-preserve-options-for-passwordstore.yaml Add options for password generation in the passwordstore module (#7426) 2023-11-09 22:21:57 +01:00
7456-add-ssh-control-master.yml [ssh_config] Add support for ControlMaster (#7456) 2023-11-11 12:04:06 +01:00
7462-Add-ostype-parameter-in-LXC-container-clone-of-ProxmoxVE.yaml Add ostype parameter in LXC container clone of Proxmox VE (#7462) 2023-11-11 12:02:53 +01:00
7464-fix-vm-removal-in-proxmox_pool_member.yml fix vm removal in proxmox_pool_member.py (#7464) 2023-11-06 20:01:05 +01:00
7465-redfish-firmware-update-message-id-hardening.yml Redfish: Updated message handling for update operations to skip message objects with missing MessageId properties (#7471) 2023-11-06 05:49:48 +01:00
7467-fix-gitlab-constants-calls.yml [gitlab] Fix gitlab constants calls (#7467) 2023-11-04 00:41:19 +01:00
7472-gitlab-add-ca-path-option.yml feature(gitlab): add 'ca_path' option (#7472) 2023-11-05 12:20:36 +01:00
7501-type.yml Use isinstance() instead of type() (#7501) 2023-11-08 13:20:19 +01:00
7506-pipx-pipargs.yml pipx: change parameter formatter for pip_args (#7506) 2023-11-11 11:59:44 +01:00
bitwarden-lookup-performance.yaml Improve performance of the bitwarden lookup plugin (#7468) 2023-11-11 12:04:53 +01:00