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
patchback[bot] 19ba15a783
gitlab: Use all=True in most list() calls (#4491) (#4503)
If `all=True` is not set then by default only 20 records will be
returned when calling `list()`. Use `all=True` so that all records
will be returned.

For the `list()` use where do not desire to retrieve all entries then
use`all=False` to show explicityly that we don't want to get all of
the entries.

Fixes: #3729
Fixes: #4460
(cherry picked from commit fe4bbc5de3)

Co-authored-by: John Villalovos <john@sodarock.com>
2022-04-13 13:43:21 +02:00
..
.keep Rename changelogs/fragments/.empty -> changelogs/fragments/.keep 2020-08-07 08:17:57 +02:00
4084-add-redfish-system-indicator-led.yml Redfish: Added IndicatorLED commands to the Systems category (#4458) (#4494) 2022-04-11 20:22:58 +02:00
4438-fix-error-message.yaml modules/xbps: fix error message (#4438) (#4489) 2022-04-11 08:01:32 +02:00
4457-support-datadog-monitors-type event-v2.yaml add support for datadog monitors of type event-v2 (#4457) (#4490) 2022-04-11 08:01:41 +02:00
4459-only-get-monitor-if-it-is-not-null-api-response.yaml dnsmadeeasy: only get monitor if it is not null api response (#4459) (#4500) 2022-04-13 11:16:39 +00:00
4465-btrfs-resize.yml Implement btrfs resize support (#4465) (#4498) 2022-04-13 11:16:27 +00:00
4466-proxmox-ansible_host-deprecation.yml Deprecate want_proxmox_nodes_ansible_host option's default value. (#4466) (#4478) 2022-04-10 08:59:25 +02:00
4471-seport-refactor.yaml seport: minor refactor (#4471) (#4485) 2022-04-10 18:48:44 +02:00
4491-specify_all_in_list_calls.yaml gitlab: Use all=True in most list() calls (#4491) (#4503) 2022-04-13 13:43:21 +02:00