-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
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 fe4bbc5) Co-authored-by: John Villalovos <[email protected]>
- Loading branch information
1 parent
70a3dae
commit 19ba15a
Showing
7 changed files
with
33 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
bugfixes: | ||
- > | ||
gitlab_group_members - handle more than 20 groups when finding a group | ||
(https://github.com/ansible-collections/community.general/pull/4491, | ||
https://github.com/ansible-collections/community.general/issues/4460, | ||
https://github.com/ansible-collections/community.general/issues/3729). | ||
- > | ||
gitlab_group - improve searching for projects inside group on deletion | ||
(https://github.com/ansible-collections/community.general/pull/4491). | ||
- > | ||
gitlab_hook - handle more than 20 hooks when finding a hook | ||
(https://github.com/ansible-collections/community.general/pull/4491). | ||
- > | ||
gitlab_project - handle more than 20 namespaces when finding a namespace | ||
(https://github.com/ansible-collections/community.general/pull/4491). | ||
- > | ||
gitlab_project_members - handle more than 20 projects and users when | ||
finding a project resp. user | ||
(https://github.com/ansible-collections/community.general/pull/4491). | ||
- > | ||
gitlab_user - handle more than 20 users and SSH keys when finding a user | ||
resp. SSH key | ||
(https://github.com/ansible-collections/community.general/pull/4491). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters