python-gitlab 4.6.0__tar.gz → 4.7.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (336) hide show
  1. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/CHANGELOG.md +232 -214
  2. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/PKG-INFO +1 -1
  3. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/pipelines_and_jobs.rst +5 -0
  4. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/_version.py +1 -1
  5. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/cli.py +24 -41
  6. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/cli.py +4 -3
  7. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/deploy_keys.py +4 -1
  8. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/pipelines.py +21 -0
  9. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/python_gitlab.egg-info/PKG-INFO +1 -1
  10. python_gitlab-4.7.0/requirements-lint.txt +13 -0
  11. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/requirements-test.txt +3 -3
  12. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/requirements.txt +1 -1
  13. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/cli/test_cli.py +4 -2
  14. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/fixtures/.env +1 -1
  15. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_pipelines.py +97 -0
  16. python_gitlab-4.6.0/requirements-lint.txt +0 -13
  17. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/AUTHORS +0 -0
  18. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/COPYING +0 -0
  19. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/MANIFEST.in +0 -0
  20. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/README.rst +0 -0
  21. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/Makefile +0 -0
  22. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/__init__.py +0 -0
  23. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/_static/js/gitter.js +0 -0
  24. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/api/gitlab.rst +0 -0
  25. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/api/gitlab.v4.rst +0 -0
  26. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/api-levels.rst +0 -0
  27. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/api-objects.rst +0 -0
  28. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/api-usage-advanced.rst +0 -0
  29. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/api-usage.rst +0 -0
  30. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/changelog.md +0 -0
  31. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/cli-examples.rst +0 -0
  32. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/cli-objects.rst +0 -0
  33. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/cli-usage.rst +0 -0
  34. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/conf.py +0 -0
  35. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/ext/__init__.py +0 -0
  36. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/ext/docstrings.py +0 -0
  37. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/ext/manager_tmpl.j2 +0 -0
  38. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/faq.rst +0 -0
  39. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/access_requests.rst +0 -0
  40. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/appearance.rst +0 -0
  41. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/applications.rst +0 -0
  42. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/badges.rst +0 -0
  43. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/boards.rst +0 -0
  44. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/branches.rst +0 -0
  45. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/bulk_imports.rst +0 -0
  46. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/ci_lint.rst +0 -0
  47. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/clusters.rst +0 -0
  48. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/commits.rst +0 -0
  49. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/deploy_keys.rst +0 -0
  50. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/deploy_tokens.rst +0 -0
  51. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/deployments.rst +0 -0
  52. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/discussions.rst +0 -0
  53. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/draft_notes.rst +0 -0
  54. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/emojis.rst +0 -0
  55. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/environments.rst +0 -0
  56. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/epics.rst +0 -0
  57. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/events.rst +0 -0
  58. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/features.rst +0 -0
  59. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/geo_nodes.rst +0 -0
  60. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/group_access_tokens.rst +0 -0
  61. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/groups.rst +0 -0
  62. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/invitations.rst +0 -0
  63. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/issues.rst +0 -0
  64. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/iterations.rst +0 -0
  65. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/job_token_scope.rst +0 -0
  66. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/keys.rst +0 -0
  67. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/labels.rst +0 -0
  68. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/merge_request_approvals.rst +0 -0
  69. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/merge_requests.rst +0 -0
  70. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/merge_trains.rst +0 -0
  71. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/messages.rst +0 -0
  72. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/milestones.rst +0 -0
  73. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/namespaces.rst +0 -0
  74. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/notes.rst +0 -0
  75. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/notifications.rst +0 -0
  76. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/packages.rst +0 -0
  77. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/pagesdomains.rst +0 -0
  78. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/personal_access_tokens.rst +0 -0
  79. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/project_access_tokens.rst +0 -0
  80. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/projects.rst +0 -0
  81. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/protected_branches.rst +0 -0
  82. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/protected_environments.rst +0 -0
  83. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/releases.rst +0 -0
  84. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/remote_mirrors.rst +0 -0
  85. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/repositories.rst +0 -0
  86. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/repository_tags.rst +0 -0
  87. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/resource_groups.rst +0 -0
  88. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/runners.rst +0 -0
  89. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/search.rst +0 -0
  90. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/secure_files.rst +0 -0
  91. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/settings.rst +0 -0
  92. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/sidekiq.rst +0 -0
  93. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/snippets.rst +0 -0
  94. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/statistics.rst +0 -0
  95. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/system_hooks.rst +0 -0
  96. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/templates.rst +0 -0
  97. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/todos.rst +0 -0
  98. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/topics.rst +0 -0
  99. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/users.rst +0 -0
  100. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/variables.rst +0 -0
  101. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/gl_objects/wikis.rst +0 -0
  102. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/index.rst +0 -0
  103. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/make.bat +0 -0
  104. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/docs/release-notes.rst +0 -0
  105. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/__init__.py +0 -0
  106. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/__main__.py +0 -0
  107. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/_backends/__init__.py +0 -0
  108. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/_backends/protocol.py +0 -0
  109. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/_backends/requests_backend.py +0 -0
  110. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/base.py +0 -0
  111. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/client.py +0 -0
  112. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/config.py +0 -0
  113. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/const.py +0 -0
  114. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/exceptions.py +0 -0
  115. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/mixins.py +0 -0
  116. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/py.typed +0 -0
  117. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/types.py +0 -0
  118. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/utils.py +0 -0
  119. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/__init__.py +0 -0
  120. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/__init__.py +0 -0
  121. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/access_requests.py +0 -0
  122. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/appearance.py +0 -0
  123. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/applications.py +0 -0
  124. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/artifacts.py +0 -0
  125. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/audit_events.py +0 -0
  126. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/award_emojis.py +0 -0
  127. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/badges.py +0 -0
  128. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/boards.py +0 -0
  129. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/branches.py +0 -0
  130. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/broadcast_messages.py +0 -0
  131. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/bulk_imports.py +0 -0
  132. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/ci_lint.py +0 -0
  133. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/clusters.py +0 -0
  134. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/commits.py +0 -0
  135. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/container_registry.py +0 -0
  136. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/custom_attributes.py +0 -0
  137. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/deploy_tokens.py +0 -0
  138. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/deployments.py +0 -0
  139. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/discussions.py +0 -0
  140. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/draft_notes.py +0 -0
  141. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/environments.py +0 -0
  142. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/epics.py +0 -0
  143. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/events.py +0 -0
  144. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/export_import.py +0 -0
  145. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/features.py +0 -0
  146. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/files.py +0 -0
  147. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/geo_nodes.py +0 -0
  148. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/group_access_tokens.py +0 -0
  149. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/groups.py +0 -0
  150. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/hooks.py +0 -0
  151. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/integrations.py +0 -0
  152. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/invitations.py +0 -0
  153. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/issues.py +0 -0
  154. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/iterations.py +0 -0
  155. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/job_token_scope.py +0 -0
  156. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/jobs.py +0 -0
  157. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/keys.py +0 -0
  158. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/labels.py +0 -0
  159. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/ldap.py +0 -0
  160. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/members.py +0 -0
  161. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/merge_request_approvals.py +0 -0
  162. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/merge_requests.py +0 -0
  163. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/merge_trains.py +0 -0
  164. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/milestones.py +0 -0
  165. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/namespaces.py +0 -0
  166. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/notes.py +0 -0
  167. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/notification_settings.py +0 -0
  168. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/packages.py +0 -0
  169. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/pages.py +0 -0
  170. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/personal_access_tokens.py +0 -0
  171. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/project_access_tokens.py +0 -0
  172. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/projects.py +0 -0
  173. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/push_rules.py +0 -0
  174. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/releases.py +0 -0
  175. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/repositories.py +0 -0
  176. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/resource_groups.py +0 -0
  177. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/reviewers.py +0 -0
  178. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/runners.py +0 -0
  179. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/secure_files.py +0 -0
  180. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/service_accounts.py +0 -0
  181. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/settings.py +0 -0
  182. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/sidekiq.py +0 -0
  183. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/snippets.py +0 -0
  184. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/statistics.py +0 -0
  185. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/tags.py +0 -0
  186. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/templates.py +0 -0
  187. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/todos.py +0 -0
  188. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/topics.py +0 -0
  189. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/triggers.py +0 -0
  190. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/users.py +0 -0
  191. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/variables.py +0 -0
  192. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/gitlab/v4/objects/wikis.py +0 -0
  193. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/pyproject.toml +0 -0
  194. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/python_gitlab.egg-info/SOURCES.txt +0 -0
  195. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/python_gitlab.egg-info/dependency_links.txt +0 -0
  196. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/python_gitlab.egg-info/entry_points.txt +0 -0
  197. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/python_gitlab.egg-info/requires.txt +0 -0
  198. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/python_gitlab.egg-info/top_level.txt +0 -0
  199. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/requirements-docker.txt +0 -0
  200. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/requirements-docs.txt +0 -0
  201. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/requirements-precommit.txt +0 -0
  202. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/setup.cfg +0 -0
  203. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/__init__.py +0 -0
  204. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/conftest.py +0 -0
  205. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/__init__.py +0 -0
  206. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/api/__init__.py +0 -0
  207. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/api/test_boards.py +0 -0
  208. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/api/test_branches.py +0 -0
  209. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/api/test_bulk_imports.py +0 -0
  210. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/api/test_current_user.py +0 -0
  211. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/api/test_deploy_keys.py +0 -0
  212. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/api/test_deploy_tokens.py +0 -0
  213. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/api/test_epics.py +0 -0
  214. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/api/test_gitlab.py +0 -0
  215. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/api/test_groups.py +0 -0
  216. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/api/test_import_export.py +0 -0
  217. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/api/test_issues.py +0 -0
  218. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/api/test_keys.py +0 -0
  219. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/api/test_lazy_objects.py +0 -0
  220. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/api/test_merge_requests.py +0 -0
  221. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/api/test_packages.py +0 -0
  222. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/api/test_project_job_token_scope.py +0 -0
  223. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/api/test_projects.py +0 -0
  224. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/api/test_push_rules.py +0 -0
  225. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/api/test_releases.py +0 -0
  226. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/api/test_repository.py +0 -0
  227. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/api/test_services.py +0 -0
  228. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/api/test_snippets.py +0 -0
  229. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/api/test_statistics.py +0 -0
  230. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/api/test_topics.py +0 -0
  231. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/api/test_users.py +0 -0
  232. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/api/test_variables.py +0 -0
  233. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/api/test_wikis.py +0 -0
  234. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/cli/__init__.py +0 -0
  235. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/cli/conftest.py +0 -0
  236. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/cli/test_cli_artifacts.py +0 -0
  237. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/cli/test_cli_packages.py +0 -0
  238. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/cli/test_cli_projects.py +0 -0
  239. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/cli/test_cli_repository.py +0 -0
  240. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/cli/test_cli_resource_access_tokens.py +0 -0
  241. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/cli/test_cli_users.py +0 -0
  242. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/cli/test_cli_v4.py +0 -0
  243. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/cli/test_cli_variables.py +0 -0
  244. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/conftest.py +0 -0
  245. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/ee-test.py +0 -0
  246. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/fixtures/__init__.py +0 -0
  247. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/fixtures/avatar.png +0 -0
  248. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/fixtures/create_license.rb +0 -0
  249. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/fixtures/docker-compose.yml +0 -0
  250. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/fixtures/docker.py +0 -0
  251. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/fixtures/invalid_auth.cfg +0 -0
  252. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/fixtures/invalid_version.cfg +0 -0
  253. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/fixtures/set_token.rb +0 -0
  254. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/functional/helpers.py +0 -0
  255. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/install/test_install.py +0 -0
  256. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/smoke/__init__.py +0 -0
  257. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/smoke/test_dists.py +0 -0
  258. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/__init__.py +0 -0
  259. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/_backends/__init__.py +0 -0
  260. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/_backends/test_requests_backend.py +0 -0
  261. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/base/test_rest_manager.py +0 -0
  262. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/base/test_rest_object.py +0 -0
  263. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/conftest.py +0 -0
  264. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/helpers.py +0 -0
  265. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/meta/__init__.py +0 -0
  266. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/meta/test_ensure_type_hints.py +0 -0
  267. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/meta/test_imports.py +0 -0
  268. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/meta/test_mro.py +0 -0
  269. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/mixins/__init__.py +0 -0
  270. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/mixins/test_meta_mixins.py +0 -0
  271. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/mixins/test_mixin_methods.py +0 -0
  272. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/mixins/test_object_mixins_attributes.py +0 -0
  273. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/__init__.py +0 -0
  274. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/conftest.py +0 -0
  275. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_appearance.py +0 -0
  276. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_applications.py +0 -0
  277. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_audit_events.py +0 -0
  278. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_badges.py +0 -0
  279. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_bridges.py +0 -0
  280. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_bulk_imports.py +0 -0
  281. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_ci_lint.py +0 -0
  282. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_commits.py +0 -0
  283. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_deploy_tokens.py +0 -0
  284. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_deployments.py +0 -0
  285. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_draft_notes.py +0 -0
  286. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_environments.py +0 -0
  287. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_group_access_tokens.py +0 -0
  288. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_groups.py +0 -0
  289. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_hooks.py +0 -0
  290. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_invitations.py +0 -0
  291. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_issues.py +0 -0
  292. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_iterations.py +0 -0
  293. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_job_artifacts.py +0 -0
  294. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_job_token_scope.py +0 -0
  295. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_jobs.py +0 -0
  296. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_keys.py +0 -0
  297. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_members.py +0 -0
  298. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_merge_request_pipelines.py +0 -0
  299. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_merge_requests.py +0 -0
  300. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_merge_trains.py +0 -0
  301. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_packages.py +0 -0
  302. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_personal_access_tokens.py +0 -0
  303. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_pipeline_schedules.py +0 -0
  304. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_project_access_tokens.py +0 -0
  305. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_project_import_export.py +0 -0
  306. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_project_merge_request_approvals.py +0 -0
  307. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_project_statistics.py +0 -0
  308. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_projects.py +0 -0
  309. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_registry_repositories.py +0 -0
  310. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_releases.py +0 -0
  311. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_remote_mirrors.py +0 -0
  312. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_repositories.py +0 -0
  313. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_resource_groups.py +0 -0
  314. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_resource_iteration_events.py +0 -0
  315. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_resource_label_events.py +0 -0
  316. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_resource_milestone_events.py +0 -0
  317. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_resource_state_events.py +0 -0
  318. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_runners.py +0 -0
  319. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_secure_files.py +0 -0
  320. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_services.py +0 -0
  321. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_snippets.py +0 -0
  322. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_statistics.py +0 -0
  323. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_submodules.py +0 -0
  324. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_todos.py +0 -0
  325. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_topics.py +0 -0
  326. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_users.py +0 -0
  327. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/objects/test_variables.py +0 -0
  328. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/test_cli.py +0 -0
  329. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/test_config.py +0 -0
  330. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/test_exceptions.py +0 -0
  331. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/test_gitlab.py +0 -0
  332. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/test_gitlab_auth.py +0 -0
  333. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/test_gitlab_http_methods.py +0 -0
  334. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/test_types.py +0 -0
  335. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tests/unit/test_utils.py +0 -0
  336. {python_gitlab-4.6.0 → python_gitlab-4.7.0}/tox.ini +0 -0
@@ -1,6 +1,73 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v4.7.0 (2024-06-28)
3
4
 
5
+ ### Chore
6
+
7
+ * chore(deps): update all non-major dependencies ([`88de2f0`](https://github.com/python-gitlab/python-gitlab/commit/88de2f0fc52f4f02e1d44139f4404acf172624d7))
8
+
9
+ * chore(deps): update all non-major dependencies ([`a510f43`](https://github.com/python-gitlab/python-gitlab/commit/a510f43d990c3a3fd169854218b64d4eb9491628))
10
+
11
+ * chore(deps): update gitlab/gitlab-ee docker tag to v17.0.2-ee.0 ([`51779c6`](https://github.com/python-gitlab/python-gitlab/commit/51779c63e6a58e1ae68e9b1c3ffff998211d4e66))
12
+
13
+ * chore(deps): update python-semantic-release/upload-to-gh-release digest to 6b7558f ([`fd0f0b0`](https://github.com/python-gitlab/python-gitlab/commit/fd0f0b0338623a98e9368c30b600d603b966f8b7))
14
+
15
+ * chore(deps): update all non-major dependencies ([`d4fdf90`](https://github.com/python-gitlab/python-gitlab/commit/d4fdf90655c2cb5124dc2ecd8b449e1e16d0add5))
16
+
17
+ * chore(deps): update dependency types-setuptools to v70 ([`7767514`](https://github.com/python-gitlab/python-gitlab/commit/7767514a1ad4269a92a6610aa71aa8c595565a7d))
18
+
19
+ * chore(deps): update gitlab/gitlab-ee docker tag to v17.0.1-ee.0 ([`df0ff4c`](https://github.com/python-gitlab/python-gitlab/commit/df0ff4c4c1497d6449488b8577ad7188b55c41a9))
20
+
21
+ * chore(deps): update python-semantic-release/upload-to-gh-release digest to 477a404 ([`02a551d`](https://github.com/python-gitlab/python-gitlab/commit/02a551d82327b879b7a903b56b7962da552d1089))
22
+
23
+ * chore(deps): update all non-major dependencies ([`d5de288`](https://github.com/python-gitlab/python-gitlab/commit/d5de28884f695a79e49605a698c4f17b868ddeb8))
24
+
25
+ * chore: add a help message for `gitlab project-key enable`
26
+
27
+ Add some help text for `gitlab project-key enable`. This both adds
28
+ help text and shows how to use the new `help` feature.
29
+
30
+ Example:
31
+
32
+ $ gitlab project-key --help
33
+ usage: gitlab project-key [-h] {list,get,create,update,delete,enable} ...
34
+
35
+ options:
36
+ -h, --help show this help message and exit
37
+
38
+ action:
39
+ {list,get,create,update,delete,enable}
40
+ Action to execute on the GitLab resource.
41
+ list List the GitLab resources
42
+ get Get a GitLab resource
43
+ create Create a GitLab resource
44
+ update Update a GitLab resource
45
+ delete Delete a GitLab resource
46
+ enable Enable a deploy key for the project ([`1291dbb`](https://github.com/python-gitlab/python-gitlab/commit/1291dbb588d3a5a54ee54d9bb93c444ce23efa8c))
47
+
48
+ * chore: sort CLI behavior-related args to remove
49
+
50
+ Sort the list of CLI behavior-related args that are to be removed. ([`9b4b0ef`](https://github.com/python-gitlab/python-gitlab/commit/9b4b0efa1ccfb155aee8384de9e00f922b989850))
51
+
52
+ ### Feature
53
+
54
+ * feat(api): add support for latest pipeline ([`635f5a7`](https://github.com/python-gitlab/python-gitlab/commit/635f5a7128c780880824f69a9aba23af148dfeb4))
55
+
56
+ * feat: add `--no-mask-credentials` CLI argument
57
+
58
+ This gives the ability to not mask credentials when using the
59
+ `--debug` argument. ([`18aa1fc`](https://github.com/python-gitlab/python-gitlab/commit/18aa1fc074b9f477cf0826933184bd594b63b489))
60
+
61
+ ### Fix
62
+
63
+ * fix: add ability to add help to custom_actions
64
+
65
+ Now when registering a custom_action can add help text if desired.
66
+
67
+ Also delete the VerticalHelpFormatter as no longer needed. When the
68
+ help value is set to `None` or some other value, the actions will get
69
+ printed vertically. Before when the help value was not set the actions
70
+ would all get put onto one line. ([`9acd2d2`](https://github.com/python-gitlab/python-gitlab/commit/9acd2d23dd8c87586aa99c70b4b47fa47528472b))
4
71
 
5
72
  ## v4.6.0 (2024-05-28)
6
73
 
@@ -105,12 +172,12 @@ Closes: #2821 ([`62fa271`](https://github.com/python-gitlab/python-gitlab/commit
105
172
 
106
173
  * feat(api): add additional parameter to project/group iteration search (#2796)
107
174
 
108
- Co-authored-by: Cristiano Casella <cristiano.casella@seacom.it>
175
+ Co-authored-by: Cristiano Casella <cristiano.casella@seacom.it>
109
176
  Co-authored-by: Nejc Habjan <hab.nejc@gmail.com> ([`623dac9`](https://github.com/python-gitlab/python-gitlab/commit/623dac9c8363c61dbf53f72af58835743e96656b))
110
177
 
111
178
  * feat(api): add support for gitlab service account (#2851)
112
179
 
113
-
180
+
114
181
  Co-authored-by: Nejc Habjan <hab.nejc@siemens.com> ([`b187dea`](https://github.com/python-gitlab/python-gitlab/commit/b187deadabbfdf0326ecd79a3ee64c9de10c53e0))
115
182
 
116
183
  * feat: more usernames support for MR approvals
@@ -156,7 +223,6 @@ Closes: #2825 ([`ef8f0e1`](https://github.com/python-gitlab/python-gitlab/commit
156
223
 
157
224
  Signed-off-by: Adrian DC <radian.dc@gmail.com> ([`33fbc14`](https://github.com/python-gitlab/python-gitlab/commit/33fbc14ea8432df7e637462379e567f4d0ad6c18))
158
225
 
159
-
160
226
  ## v4.5.0 (2024-05-13)
161
227
 
162
228
  ### Build
@@ -280,18 +346,18 @@ Ref: #2823 ([`6d4bffb`](https://github.com/python-gitlab/python-gitlab/commit/6d
280
346
 
281
347
  * feat(job_token_scope): support Groups in job token allowlist API (#2816)
282
348
 
283
- * feat(job_token_scope): support job token access allowlist API
284
-
285
- Signed-off-by: Tim Knight <tim.knight1@engineering.digital.dwp.gov.uk>
286
- l.dwp.gov.uk>
349
+ * feat(job_token_scope): support job token access allowlist API
350
+
351
+ Signed-off-by: Tim Knight <tim.knight1@engineering.digital.dwp.gov.uk>
352
+ l.dwp.gov.uk>
287
353
  Co-authored-by: Nejc Habjan <nejc.habjan@siemens.com> ([`2d1b749`](https://github.com/python-gitlab/python-gitlab/commit/2d1b7499a93db2c9600b383e166f7463a5f22085))
288
354
 
289
355
  * feat(cli): allow skipping initial auth calls ([`001e596`](https://github.com/python-gitlab/python-gitlab/commit/001e59675f4a417a869f813d79c298a14268b87d))
290
356
 
291
357
  * feat(api): allow updating protected branches (#2771)
292
358
 
293
- * feat(api): allow updating protected branches
294
-
359
+ * feat(api): allow updating protected branches
360
+
295
361
  Closes #2390 ([`a867c48`](https://github.com/python-gitlab/python-gitlab/commit/a867c48baa6f10ffbfb785e624a6e3888a859571))
296
362
 
297
363
  ### Fix
@@ -344,14 +410,14 @@ Update test to show it works as expected. ([`529f1fa`](https://github.com/python
344
410
 
345
411
  * fix(cli): allow exclusive arguments as optional (#2770)
346
412
 
347
- * fix(cli): allow exclusive arguments as optional
348
-
349
- The CLI takes its arguments from the RequiredOptional, which has three fields: required, optional, and exclusive. In practice, the exclusive options are not defined as either required or optional, and would not be allowed in the CLI. This changes that, so that exclusive options are also added to the argument parser.
350
-
351
- * fix(cli): inform argument parser that options are mutually exclusive
352
-
353
- * fix(cli): use correct exclusive options, add unit test
354
-
413
+ * fix(cli): allow exclusive arguments as optional
414
+
415
+ The CLI takes its arguments from the RequiredOptional, which has three fields: required, optional, and exclusive. In practice, the exclusive options are not defined as either required or optional, and would not be allowed in the CLI. This changes that, so that exclusive options are also added to the argument parser.
416
+
417
+ * fix(cli): inform argument parser that options are mutually exclusive
418
+
419
+ * fix(cli): use correct exclusive options, add unit test
420
+
355
421
  Closes #2769 ([`7ec3189`](https://github.com/python-gitlab/python-gitlab/commit/7ec3189d6eacdb55925e8be886a44d7ee09eb9ca))
356
422
 
357
423
  ### Test
@@ -389,7 +455,6 @@ Signed-off-by: Tim Knight <tim.knight1@engineering.digital.dwp.gov.uk> ([`
389
455
 
390
456
  * test(smoke): normalize all dist titles for smoke tests ([`ee013fe`](https://github.com/python-gitlab/python-gitlab/commit/ee013fe1579b001b4b30bae33404e827c7bdf8c1))
391
457
 
392
-
393
458
  ## v4.4.0 (2024-01-15)
394
459
 
395
460
  ### Chore
@@ -442,7 +507,6 @@ later if needed.
442
507
 
443
508
  Closes: #2752 ([`57749d4`](https://github.com/python-gitlab/python-gitlab/commit/57749d46de1d975aacb82758c268fc26e5e6ed8b))
444
509
 
445
-
446
510
  ## v4.3.0 (2023-12-28)
447
511
 
448
512
  ### Chore
@@ -469,8 +533,8 @@ Closes: #2752 ([`57749d4`](https://github.com/python-gitlab/python-gitlab/commit
469
533
 
470
534
  * feat(api): add support for the Draft notes API (#2728)
471
535
 
472
- * feat(api): add support for the Draft notes API
473
-
536
+ * feat(api): add support for the Draft notes API
537
+
474
538
  * fix(client): handle empty 204 reponses in PUT requests ([`ebf9d82`](https://github.com/python-gitlab/python-gitlab/commit/ebf9d821cfc36071fca05d38b82c641ae30c974c))
475
539
 
476
540
  ### Fix
@@ -481,7 +545,6 @@ Add a `--no-ssl-verify` option to disable SSL verification
481
545
 
482
546
  Closes: #2714 ([`3fe9fa6`](https://github.com/python-gitlab/python-gitlab/commit/3fe9fa64d9a38bc77950046f2950660d8d7e27a6))
483
547
 
484
-
485
548
  ## v4.2.0 (2023-11-28)
486
549
 
487
550
  ### Chore
@@ -504,13 +567,12 @@ https://docs.gitlab.com/ee/api/pipelines.html ([`4954bbc`](https://github.com/py
504
567
 
505
568
  * feat(api): add support for wiki attachments (#2722)
506
569
 
507
- Added UploadMixin in mixin module
508
- Added UploadMixin dependency for Project, ProjectWiki, GroupWiki
509
- Added api tests for wiki upload
510
- Added unit test for mixin
570
+ Added UploadMixin in mixin module
571
+ Added UploadMixin dependency for Project, ProjectWiki, GroupWiki
572
+ Added api tests for wiki upload
573
+ Added unit test for mixin
511
574
  Added docs sections to wikis.rst ([`7b864b8`](https://github.com/python-gitlab/python-gitlab/commit/7b864b81fd348c6a42e32ace846d1acbcfc43998))
512
575
 
513
-
514
576
  ## v4.1.1 (2023-11-03)
515
577
 
516
578
  ### Chore
@@ -530,7 +592,6 @@ are missing commas. This change adds the missing commas. ([`b1b2edf`](https://gi
530
592
 
531
593
  * fix(build): include py.typed in dists ([`b928639`](https://github.com/python-gitlab/python-gitlab/commit/b928639f7ca252e0abb8ded8f9f142316a4dc823))
532
594
 
533
-
534
595
  ## v4.1.0 (2023-10-28)
535
596
 
536
597
  ### Chore
@@ -557,7 +618,6 @@ are missing commas. This change adds the missing commas. ([`b1b2edf`](https://gi
557
618
 
558
619
  * fix: remove depricated MergeStatus ([`c6c012b`](https://github.com/python-gitlab/python-gitlab/commit/c6c012b9834b69f1fe45689519fbcd92928cfbad))
559
620
 
560
-
561
621
  ## v4.0.0 (2023-10-17)
562
622
 
563
623
  ### Breaking
@@ -843,7 +903,6 @@ Also update dependency `responses==0.23.3` as it provides support for
843
903
 
844
904
  Closes: #2626 ([`988a6e7`](https://github.com/python-gitlab/python-gitlab/commit/988a6e7eff5d24b2432d3d85f1e750f4f95563f7))
845
905
 
846
-
847
906
  ## v3.15.0 (2023-06-09)
848
907
 
849
908
  ### Chore
@@ -868,8 +927,8 @@ Closes: #2626 ([`988a6e7`](https://github.com/python-gitlab/python-gitlab/commit
868
927
 
869
928
  * chore(ci): use OIDC trusted publishing for pypi.org (#2559)
870
929
 
871
- * chore(ci): use OIDC trusted publishing for pypi.org
872
-
930
+ * chore(ci): use OIDC trusted publishing for pypi.org
931
+
873
932
  * chore(ci): explicitly install setuptools in tests ([`7be09e5`](https://github.com/python-gitlab/python-gitlab/commit/7be09e52d75ed8ab723d7a65f5e99d98fe6f52b0))
874
933
 
875
934
  ### Documentation
@@ -894,7 +953,6 @@ This can be used instead of 'user_ids'
894
953
 
895
954
  See: https://docs.gitlab.com/ee/api/merge_request_approvals.html#create-project-level-rule ([`a2b8c8c`](https://github.com/python-gitlab/python-gitlab/commit/a2b8c8ccfb5d4fa4d134300861a3bfb0b10246ca))
896
955
 
897
-
898
956
  ## v3.14.0 (2023-04-11)
899
957
 
900
958
  ### Chore
@@ -931,14 +989,14 @@ Also add some unit tests ([`f2b5e4f`](https://github.com/python-gitlab/python-gi
931
989
 
932
990
  * chore(deps): update all non-major dependencies (#2493)
933
991
 
934
- * chore(deps): update all non-major dependencies
935
- * chore(fixtures): downgrade GitLab for now
936
- * chore(deps): ungroup typing deps, group gitlab instead
937
- * chore(deps): downgrade argcomplete for now
938
-
939
- ---------
940
-
941
- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
992
+ * chore(deps): update all non-major dependencies
993
+ * chore(fixtures): downgrade GitLab for now
994
+ * chore(deps): ungroup typing deps, group gitlab instead
995
+ * chore(deps): downgrade argcomplete for now
996
+
997
+ ---------
998
+
999
+ Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
942
1000
  Co-authored-by: Nejc Habjan <nejc.habjan@siemens.com> ([`07d03dc`](https://github.com/python-gitlab/python-gitlab/commit/07d03dc959128e05d21e8dfd79aa8e916ab5b150))
943
1001
 
944
1002
  * chore(deps): update dependency pre-commit to v3 (#2508)
@@ -977,22 +1035,22 @@ someone. ([`9c24657`](https://github.com/python-gitlab/python-gitlab/commit/9c24
977
1035
 
978
1036
  * chore(deps): update black (23.1.0) and commitizen (2.40.0) (#2479)
979
1037
 
980
- Update the dependency versions:
981
- black: 23.1.0
982
- commitizen: 2.40.0
983
-
984
- They needed to be updated together as just updating `black` caused a
985
- dependency conflict.
986
-
1038
+ Update the dependency versions:
1039
+ black: 23.1.0
1040
+ commitizen: 2.40.0
1041
+
1042
+ They needed to be updated together as just updating `black` caused a
1043
+ dependency conflict.
1044
+
987
1045
  Updated files by running `black` and committing the changes. ([`44786ef`](https://github.com/python-gitlab/python-gitlab/commit/44786efad1dbb66c8242e61cf0830d58dfaff196))
988
1046
 
989
1047
  * chore: add SECURITY.md ([`572ca3b`](https://github.com/python-gitlab/python-gitlab/commit/572ca3b6bfe190f8681eef24e72b15c1f8ba6da8))
990
1048
 
991
1049
  * chore: remove `pre-commit` as a default `tox` environment (#2470)
992
1050
 
993
- For users who use `tox` having `pre-commit` as part of the default
994
- environment list is redundant as it will run the same tests again that
995
- are being run in other environments. For example: black, flake8,
1051
+ For users who use `tox` having `pre-commit` as part of the default
1052
+ environment list is redundant as it will run the same tests again that
1053
+ are being run in other environments. For example: black, flake8,
996
1054
  pylint, and more. ([`fde2495`](https://github.com/python-gitlab/python-gitlab/commit/fde2495dd1e97fd2f0e91063946bb08490b3952c))
997
1055
 
998
1056
  * chore: add Python 3.12 testing
@@ -1013,13 +1071,13 @@ be matched. ([`0867564`](https://github.com/python-gitlab/python-gitlab/commit/0
1013
1071
 
1014
1072
  * docs: fix update badge behaviour
1015
1073
 
1016
- docs: fix update badge behaviour
1017
-
1018
- Earlier:
1019
- badge.image_link = new_link
1020
-
1021
- Now:
1022
- badge.image_url = new_image_url
1074
+ docs: fix update badge behaviour
1075
+
1076
+ Earlier:
1077
+ badge.image_link = new_link
1078
+
1079
+ Now:
1080
+ badge.image_url = new_image_url
1023
1081
  badge.link_url = new_link_url ([`3d7ca1c`](https://github.com/python-gitlab/python-gitlab/commit/3d7ca1caac5803c2e6d60a3e5eba677957b3cfc6))
1024
1082
 
1025
1083
  * docs(advanced): fix typo in Gitlab examples ([`1992790`](https://github.com/python-gitlab/python-gitlab/commit/19927906809c329788822f91d0abd8761a85c5c3))
@@ -1034,17 +1092,17 @@ badge.link_url = new_link_url ([`3d7ca1c`](https://github.com/python-gitlab/pyth
1034
1092
 
1035
1093
  * feat(backends): use PEP544 protocols for structural subtyping (#2442)
1036
1094
 
1037
- The purpose of this change is to track API changes described in
1038
- https://github.com/python-gitlab/python-gitlab/blob/main/docs/api-levels.rst,
1039
- for example, for package versioning and breaking change announcements
1040
- in case of protocol changes.
1041
-
1095
+ The purpose of this change is to track API changes described in
1096
+ https://github.com/python-gitlab/python-gitlab/blob/main/docs/api-levels.rst,
1097
+ for example, for package versioning and breaking change announcements
1098
+ in case of protocol changes.
1099
+
1042
1100
  This is MVP implementation to be used by #2435. ([`4afeaff`](https://github.com/python-gitlab/python-gitlab/commit/4afeaff0361a966254a7fbf0120e93583d460361))
1043
1101
 
1044
1102
  * feat(client): add http_patch method (#2471)
1045
1103
 
1046
- In order to support some new API calls we need to support the HTTP `PATCH` method.
1047
-
1104
+ In order to support some new API calls we need to support the HTTP `PATCH` method.
1105
+
1048
1106
  Closes: #2469 ([`f711d9e`](https://github.com/python-gitlab/python-gitlab/commit/f711d9e2bf78f58cee6a7c5893d4acfd2f980397))
1049
1107
 
1050
1108
  * feat(cli): add setting of `allow_force_push` for protected branch
@@ -1074,10 +1132,10 @@ Closes: #2506 ([`90f96ac`](https://github.com/python-gitlab/python-gitlab/commit
1074
1132
 
1075
1133
  * fix(cli): add ability to escape at-prefixed parameter (#2513)
1076
1134
 
1077
- * fix(cli): Add ability to escape at-prefixed parameter (#2511)
1078
-
1079
- ---------
1080
-
1135
+ * fix(cli): Add ability to escape at-prefixed parameter (#2511)
1136
+
1137
+ ---------
1138
+
1081
1139
  Co-authored-by: Nejc Habjan <hab.nejc@gmail.com> ([`4f7c784`](https://github.com/python-gitlab/python-gitlab/commit/4f7c78436e62bfd21745c5289117e03ed896bc66))
1082
1140
 
1083
1141
  * fix(cli): display items when iterator is returned ([`33a04e7`](https://github.com/python-gitlab/python-gitlab/commit/33a04e74fc42d720c7be32172133a614f7268ec1))
@@ -1112,7 +1170,6 @@ docs: fix typo in issue docs ([`43f5ac5`](https://github.com/python-gitlab/pytho
1112
1170
 
1113
1171
  * Merge branch 'main' into typos ([`3cfd390`](https://github.com/python-gitlab/python-gitlab/commit/3cfd3903757bf61386972a18f3225665145324eb))
1114
1172
 
1115
-
1116
1173
  ## v3.13.0 (2023-01-30)
1117
1174
 
1118
1175
  ### Chore
@@ -1123,8 +1180,8 @@ docs: fix typo in issue docs ([`43f5ac5`](https://github.com/python-gitlab/pytho
1123
1180
 
1124
1181
  * chore: add a UserWarning if both `iterator=True` and `page=X` are used (#2462)
1125
1182
 
1126
- If a caller calls a `list()` method with both `iterator=True` (or
1127
- `as_list=False`) and `page=X` then emit a `UserWarning` as the options
1183
+ If a caller calls a `list()` method with both `iterator=True` (or
1184
+ `as_list=False`) and `page=X` then emit a `UserWarning` as the options
1128
1185
  are mutually exclusive. ([`8e85791`](https://github.com/python-gitlab/python-gitlab/commit/8e85791c315822cd26d56c0c0f329cffae879644))
1129
1186
 
1130
1187
  * chore: remove tox `envdir` values
@@ -1256,7 +1313,6 @@ Resolves #2403 ([`44f05dc`](https://github.com/python-gitlab/python-gitlab/commi
1256
1313
 
1257
1314
  * test(unit): expand tests for pipeline schedules ([`c7cf0d1`](https://github.com/python-gitlab/python-gitlab/commit/c7cf0d1f172c214a11b30622fbccef57d9c86e93))
1258
1315
 
1259
-
1260
1316
  ## v3.12.0 (2022-11-28)
1261
1317
 
1262
1318
  ### Chore
@@ -1359,15 +1415,15 @@ References:
1359
1415
 
1360
1416
  * fix: use POST method and return dict in `cancel_merge_when_pipeline_succeeds()` (#2350)
1361
1417
 
1362
- * Call was incorrectly using a `PUT` method when should have used a
1363
- `POST` method.
1364
- * Changed return type to a `dict` as GitLab only returns
1365
- {'status': 'success'} on success. Since the function didn't work
1366
- previously, this should not impact anyone.
1367
- * Updated the test fixture `merge_request` to add ability to create
1368
- a pipeline.
1369
- * Added functional test for `mr.cancel_merge_when_pipeline_succeeds()`
1370
-
1418
+ * Call was incorrectly using a `PUT` method when should have used a
1419
+ `POST` method.
1420
+ * Changed return type to a `dict` as GitLab only returns
1421
+ {'status': 'success'} on success. Since the function didn't work
1422
+ previously, this should not impact anyone.
1423
+ * Updated the test fixture `merge_request` to add ability to create
1424
+ a pipeline.
1425
+ * Added functional test for `mr.cancel_merge_when_pipeline_succeeds()`
1426
+
1371
1427
  Fixes: #2349 ([`bd82d74`](https://github.com/python-gitlab/python-gitlab/commit/bd82d745c8ea9ff6ff078a4c961a2d6e64a2f63c))
1372
1428
 
1373
1429
  ### Refactor
@@ -1399,7 +1455,6 @@ chore(deps): update all non-major dependencies ([`2974966`](https://github.com/p
1399
1455
 
1400
1456
  chore(deps): update pre-commit hook maxbrunet/pre-commit-renovate to v34 ([`c3d9820`](https://github.com/python-gitlab/python-gitlab/commit/c3d982096d0ce562e63716decbce8185e61bc2f1))
1401
1457
 
1402
-
1403
1458
  ## v3.11.0 (2022-10-28)
1404
1459
 
1405
1460
  ### Chore
@@ -1601,7 +1656,6 @@ test: use false instead of /usr/bin/false ([`4eca9b9`](https://github.com/python
1601
1656
 
1602
1657
  chore(deps): update all non-major dependencies ([`9410acb`](https://github.com/python-gitlab/python-gitlab/commit/9410acb79a65420c344bdf3b9c06eb92c7ad10a1))
1603
1658
 
1604
-
1605
1659
  ## v3.10.0 (2022-09-28)
1606
1660
 
1607
1661
  ### Chore
@@ -1659,7 +1713,6 @@ chore(deps): update pre-commit hook commitizen-tools/commitizen to v2.32.2 ([`89
1659
1713
 
1660
1714
  feat: add support for deployment approval endpoint ([`56fbe02`](https://github.com/python-gitlab/python-gitlab/commit/56fbe022e11b3b47fef0bd45b41543c9d73ec94e))
1661
1715
 
1662
-
1663
1716
  ## v3.9.0 (2022-08-28)
1664
1717
 
1665
1718
  ### Chore
@@ -1735,7 +1788,6 @@ chore(deps): update pre-commit hook commitizen-tools/commitizen to v2.31.0 ([`93
1735
1788
 
1736
1789
  chore(deps): update dependency commitizen to v2.31.0 ([`b432e47`](https://github.com/python-gitlab/python-gitlab/commit/b432e47d2e05d36a308d513007e8aecbd10ac001))
1737
1790
 
1738
-
1739
1791
  ## v3.8.1 (2022-08-10)
1740
1792
 
1741
1793
  ### Chore
@@ -1774,7 +1826,6 @@ chore(deps): update dependency sphinx to v5 ([`1e12eaf`](https://github.com/pyth
1774
1826
 
1775
1827
  chore: remove broad Exception catching from `config.py` ([`70e67bf`](https://github.com/python-gitlab/python-gitlab/commit/70e67bfec915a9404acdedf615e7548d75317ea3))
1776
1828
 
1777
-
1778
1829
  ## v3.8.0 (2022-08-04)
1779
1830
 
1780
1831
  ### Chore
@@ -1928,7 +1979,6 @@ chore: make code PEP597 compliant ([`1b7cd31`](https://github.com/python-gitlab/
1928
1979
 
1929
1980
  test(functional): bump GitLab docker image to 15.2.0-ee.0 ([`7a53c69`](https://github.com/python-gitlab/python-gitlab/commit/7a53c6950bb7df90e2a3f4e6d0436cb5d06c3b46))
1930
1981
 
1931
-
1932
1982
  ## v3.7.0 (2022-07-28)
1933
1983
 
1934
1984
  ### Chore
@@ -2363,7 +2413,6 @@ chore: fix misspelling ([`6486566`](https://github.com/python-gitlab/python-gitl
2363
2413
 
2364
2414
  chore(docs): convert tabs to spaces ([`8771ad8`](https://github.com/python-gitlab/python-gitlab/commit/8771ad8ff3391ce42440fcb8df8da5dbe346e09e))
2365
2415
 
2366
-
2367
2416
  ## v3.6.0 (2022-06-28)
2368
2417
 
2369
2418
  ### Chore
@@ -2560,17 +2609,17 @@ expect. ([`0b7933c`](https://github.com/python-gitlab/python-gitlab/commit/0b793
2560
2609
 
2561
2610
  * docs(api): fix incorrect docs for merge_request_approvals (#2094)
2562
2611
 
2563
- * docs(api): fix incorrect docs for merge_request_approvals
2564
-
2565
- The `set_approvers()` method is on the `ProjectApprovalManager` class.
2566
- It is not part of the `ProjectApproval` class.
2567
-
2568
- The docs were previously showing to call `set_approvers` using a
2569
- `ProjectApproval` instance, which would fail. Correct the
2570
- documentation.
2571
-
2572
- This was pointed out by a question on the Gitter channel.
2573
-
2612
+ * docs(api): fix incorrect docs for merge_request_approvals
2613
+
2614
+ The `set_approvers()` method is on the `ProjectApprovalManager` class.
2615
+ It is not part of the `ProjectApproval` class.
2616
+
2617
+ The docs were previously showing to call `set_approvers` using a
2618
+ `ProjectApproval` instance, which would fail. Correct the
2619
+ documentation.
2620
+
2621
+ This was pointed out by a question on the Gitter channel.
2622
+
2574
2623
  Co-authored-by: Nejc Habjan <nejc.habjan@siemens.com> ([`5583eaa`](https://github.com/python-gitlab/python-gitlab/commit/5583eaa108949386c66290fecef4d064f44b9e83))
2575
2624
 
2576
2625
  * docs(api-usage): add import os in example ([`2194a44`](https://github.com/python-gitlab/python-gitlab/commit/2194a44be541e9d2c15d3118ba584a4a173927a2))
@@ -2596,18 +2645,18 @@ return all items. ([`de8c6e8`](https://github.com/python-gitlab/python-gitlab/co
2596
2645
 
2597
2646
  * feat(downloads): allow streaming downloads access to response iterator (#1956)
2598
2647
 
2599
- * feat(downloads): allow streaming downloads access to response iterator
2600
-
2601
- Allow access to the underlying response iterator when downloading in
2602
- streaming mode by specifying `iterator=True`.
2603
-
2604
- Update type annotations to support this change.
2605
-
2606
- * docs(api-docs): add iterator example to artifact download
2607
-
2608
- Document the usage of the `iterator=True` option when downloading
2609
- artifacts
2610
-
2648
+ * feat(downloads): allow streaming downloads access to response iterator
2649
+
2650
+ Allow access to the underlying response iterator when downloading in
2651
+ streaming mode by specifying `iterator=True`.
2652
+
2653
+ Update type annotations to support this change.
2654
+
2655
+ * docs(api-docs): add iterator example to artifact download
2656
+
2657
+ Document the usage of the `iterator=True` option when downloading
2658
+ artifacts
2659
+
2611
2660
  * test(packages): add tests for streaming downloads ([`b644721`](https://github.com/python-gitlab/python-gitlab/commit/b6447211754e126f64e12fc735ad74fe557b7fb4))
2612
2661
 
2613
2662
  * feat(api): support head() method for get and list endpoints ([`ce9216c`](https://github.com/python-gitlab/python-gitlab/commit/ce9216ccc542d834be7f29647c7ee98c2ca5bb01))
@@ -2641,16 +2690,16 @@ and am not sure how it should be done ([`1dc9d0f`](https://github.com/python-git
2641
2690
 
2642
2691
  * feat: support mutually exclusive attributes and consolidate validation to fix board lists (#2037)
2643
2692
 
2644
- add exclusive tuple to RequiredOptional data class to support for
2645
- mutually exclusive attributes
2646
-
2647
- consolidate _check_missing_create_attrs and _check_missing_update_attrs
2648
- from mixins.py into _validate_attrs in utils.py
2649
-
2650
- change _create_attrs in board list manager classes from
2651
- required=('label_ld',) to
2652
- exclusive=('label_id','asignee_id','milestone_id')
2653
-
2693
+ add exclusive tuple to RequiredOptional data class to support for
2694
+ mutually exclusive attributes
2695
+
2696
+ consolidate _check_missing_create_attrs and _check_missing_update_attrs
2697
+ from mixins.py into _validate_attrs in utils.py
2698
+
2699
+ change _create_attrs in board list manager classes from
2700
+ required=('label_ld',) to
2701
+ exclusive=('label_id','asignee_id','milestone_id')
2702
+
2654
2703
  closes https://github.com/python-gitlab/python-gitlab/issues/1897 ([`3fa330c`](https://github.com/python-gitlab/python-gitlab/commit/3fa330cc341bbedb163ba757c7f6578d735c6efb))
2655
2704
 
2656
2705
  * feat(client): introduce `iterator=True` and deprecate `as_list=False` in `list()`
@@ -2692,11 +2741,11 @@ from the args dict so this has been trying to access the wrong attribute. ([`5d1
2692
2741
 
2693
2742
  * refactor: avoid possible breaking change in iterator (#2107)
2694
2743
 
2695
- Commit b6447211754e126f64e12fc735ad74fe557b7fb4 inadvertently
2696
- introduced a possible breaking change as it added a new argument
2697
- `iterator` and added it in between existing (potentially positional) arguments.
2698
-
2699
- This moves the `iterator` argument to the end of the argument list and
2744
+ Commit b6447211754e126f64e12fc735ad74fe557b7fb4 inadvertently
2745
+ introduced a possible breaking change as it added a new argument
2746
+ `iterator` and added it in between existing (potentially positional) arguments.
2747
+
2748
+ This moves the `iterator` argument to the end of the argument list and
2700
2749
  requires it to be a keyword-only argument. ([`212ddfc`](https://github.com/python-gitlab/python-gitlab/commit/212ddfc9e9c5de50d2507cc637c01ceb31aaba41))
2701
2750
 
2702
2751
  * refactor: remove no-op id argument in GetWithoutIdMixin ([`0f2a602`](https://github.com/python-gitlab/python-gitlab/commit/0f2a602d3a9d6579f5fdfdf945a236ae44e93a12))
@@ -2859,7 +2908,6 @@ feat(client): introduce `iterator=True` and deprecate `as_list=False` in `list()
2859
2908
 
2860
2909
  docs: use `as_list=False` or `all=True` in Getting started ([`5ae18d0`](https://github.com/python-gitlab/python-gitlab/commit/5ae18d08aa11a01347514b43db8470bfd65fd534))
2861
2910
 
2862
-
2863
2911
  ## v3.5.0 (2022-05-28)
2864
2912
 
2865
2913
  ### Chore
@@ -3016,7 +3064,6 @@ chore(deps): update dependency types-requests to v2.27.25 ([`04e0d24`](https://g
3016
3064
 
3017
3065
  chore(deps): update dependency types-requests to v2.27.24 ([`79b903d`](https://github.com/python-gitlab/python-gitlab/commit/79b903d24bf518b67c7da9ead2cdaec3c3f67f88))
3018
3066
 
3019
-
3020
3067
  ## v3.4.0 (2022-04-28)
3021
3068
 
3022
3069
  ### Chore
@@ -3192,7 +3239,6 @@ chore(deps): update dependency pylint to v2.13.3 ([`5498f9e`](https://github.com
3192
3239
 
3193
3240
  chore(deps): update black to v22.3.0 ([`f942e65`](https://github.com/python-gitlab/python-gitlab/commit/f942e65ad6e0ab911de1ee32b4f720cf061e3dec))
3194
3241
 
3195
-
3196
3242
  ## v3.3.0 (2022-03-28)
3197
3243
 
3198
3244
  ### Chore
@@ -3299,7 +3345,6 @@ chore(deps): update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to
3299
3345
 
3300
3346
  feat: add support for test report summary ([`7966584`](https://github.com/python-gitlab/python-gitlab/commit/79665841e5d998872876987e1c3f480e455951a4))
3301
3347
 
3302
-
3303
3348
  ## v3.2.0 (2022-02-28)
3304
3349
 
3305
3350
  ### Chore
@@ -3365,8 +3410,8 @@ Co-authored-by: Nejc Habjan <hab.nejc@gmail.com> ([`bb1f054`](https://gith
3365
3410
 
3366
3411
  * docs: revert "chore: add temporary banner for v3" (#1864)
3367
3412
 
3368
- This reverts commit a349793307e3a975bb51f864b48e5e9825f70182.
3369
-
3413
+ This reverts commit a349793307e3a975bb51f864b48e5e9825f70182.
3414
+
3370
3415
  Co-authored-by: Wadim Klincov <wadim.klincov@siemens.com> ([`7a13b9b`](https://github.com/python-gitlab/python-gitlab/commit/7a13b9bfa4aead6c731f9a92e0946dba7577c61b))
3371
3416
 
3372
3417
  ### Feature
@@ -3463,7 +3508,6 @@ fix: remove custom `delete` method for labels ([`0ab0fc1`](https://github.com/py
3463
3508
 
3464
3509
  chore: create new ArrayAttribute class ([`7646360`](https://github.com/python-gitlab/python-gitlab/commit/7646360d6b622b1008917116dc4f64ced32f4057))
3465
3510
 
3466
-
3467
3511
  ## v3.1.1 (2022-01-28)
3468
3512
 
3469
3513
  ### Chore
@@ -3604,7 +3648,6 @@ docs(changelog): add missing changelog items ([`a1dbe86`](https://github.com/pyt
3604
3648
 
3605
3649
  chore(tests): use method `projects.transfer()` ([`48b06a9`](https://github.com/python-gitlab/python-gitlab/commit/48b06a95ad08c5d937d602357895b09d5dcecd9e))
3606
3650
 
3607
-
3608
3651
  ## v3.1.0 (2022-01-14)
3609
3652
 
3610
3653
  ### Chore
@@ -3917,7 +3960,6 @@ chore: add a stale workflow ([`9896340`](https://github.com/python-gitlab/python
3917
3960
 
3918
3961
  chore: add functional test of mergerequest.get() ([`bc6c6e6`](https://github.com/python-gitlab/python-gitlab/commit/bc6c6e69e81db5f52afd422d8c8ec0c57a385acd))
3919
3962
 
3920
-
3921
3963
  ## v3.0.0 (2022-01-05)
3922
3964
 
3923
3965
  ### Breaking
@@ -3994,8 +4036,8 @@ the more complete protected branches API. ([`9656a16`](https://github.com/python
3994
4036
 
3995
4037
  * fix(api): replace deprecated attribute in delete_in_bulk() (#1536)
3996
4038
 
3997
- BREAKING CHANGE: The deprecated `name_regex` attribute has been removed
3998
- in favor of `name_regex_delete`.
4039
+ BREAKING CHANGE: The deprecated `name_regex` attribute has been removed
4040
+ in favor of `name_regex_delete`.
3999
4041
  (see https://gitlab.com/gitlab-org/gitlab/-/commit/ce99813cf54) ([`c59fbdb`](https://github.com/python-gitlab/python-gitlab/commit/c59fbdb0e9311fa84190579769e3c5c6aeb07fe5))
4000
4042
 
4001
4043
  * fix(objects): rename confusing `to_project_id` argument
@@ -4311,17 +4353,17 @@ To determine the test count the following command was run:
4311
4353
 
4312
4354
  * chore: have renovate upgrade black version (#1700)
4313
4355
 
4314
- renovate is not upgrading the `black` package. There is an open
4315
- issue[1] about this.
4316
-
4317
- Also change .commitlintrc.json to allow 200 character footer lines in
4318
- the commit message. Otherwise would be forced to split the URL across
4319
- multiple lines making it un-clickable :(
4320
-
4321
- Use suggested work-arounds from:
4322
- https://github.com/renovatebot/renovate/issues/7167#issuecomment-904106838
4323
- https://github.com/scop/bash-completion/blob/e7497f6ee8232065ec11450a52a1f244f345e2c6/renovate.json#L34-L38
4324
-
4356
+ renovate is not upgrading the `black` package. There is an open
4357
+ issue[1] about this.
4358
+
4359
+ Also change .commitlintrc.json to allow 200 character footer lines in
4360
+ the commit message. Otherwise would be forced to split the URL across
4361
+ multiple lines making it un-clickable :(
4362
+
4363
+ Use suggested work-arounds from:
4364
+ https://github.com/renovatebot/renovate/issues/7167#issuecomment-904106838
4365
+ https://github.com/scop/bash-completion/blob/e7497f6ee8232065ec11450a52a1f244f345e2c6/renovate.json#L34-L38
4366
+
4325
4367
  [1] https://github.com/renovatebot/renovate/issues/7167 ([`21228cd`](https://github.com/python-gitlab/python-gitlab/commit/21228cd14fe18897485728a01c3d7103bff7f822))
4326
4368
 
4327
4369
  * chore: add type-hints to gitlab/v4/objects/files.py ([`0c22bd9`](https://github.com/python-gitlab/python-gitlab/commit/0c22bd921bc74f48fddd0ff7d5e7525086264d54))
@@ -4685,8 +4727,8 @@ Closes #1686 ([`cb824a4`](https://github.com/python-gitlab/python-gitlab/commit/
4685
4727
 
4686
4728
  * fix(api): delete invalid 'project-runner get' command (#1628)
4687
4729
 
4688
- * fix(api): delete 'group-runner get' and 'group-runner delete' commands
4689
-
4730
+ * fix(api): delete 'group-runner get' and 'group-runner delete' commands
4731
+
4690
4732
  Co-authored-by: Léo GATELLIER <git@leogatellier.fr> ([`905781b`](https://github.com/python-gitlab/python-gitlab/commit/905781bed2afa33634b27842a42a077a160cffb8))
4691
4733
 
4692
4734
  * fix(build): do not package tests in wheel ([`969dccc`](https://github.com/python-gitlab/python-gitlab/commit/969dccc084e833331fcd26c2a12ddaf448575ab4))
@@ -4993,7 +5035,6 @@ docs: correct documented return type ([`557c7d2`](https://github.com/python-gitl
4993
5035
 
4994
5036
  feat: allow global retry_transient_errors ([`d98d948`](https://github.com/python-gitlab/python-gitlab/commit/d98d948f997e973a42a8a21dfdbba0b435a602df))
4995
5037
 
4996
-
4997
5038
  ## v2.10.1 (2021-08-28)
4998
5039
 
4999
5040
  ### Chore
@@ -5048,7 +5089,6 @@ docs(mergerequests): gl.mergerequests.list documentation was misleading ([`8e277
5048
5089
 
5049
5090
  fix(mixins): improve deprecation warning ([`e2fdfbb`](https://github.com/python-gitlab/python-gitlab/commit/e2fdfbb02516360d56d3b7a88a3ef245faf37941))
5050
5091
 
5051
-
5052
5092
  ## v2.10.0 (2021-07-28)
5053
5093
 
5054
5094
  ### Chore
@@ -5106,7 +5146,6 @@ Signed-off-by: Matej Focko <mfocko@redhat.com> ([`a9924f4`](https://github
5106
5146
 
5107
5147
  feat(api): add `name_regex_keep` attribute in `delete_in_bulk()` ([`85713bb`](https://github.com/python-gitlab/python-gitlab/commit/85713bbbecdcec577a72749d2e495f823791b00f))
5108
5148
 
5109
-
5110
5149
  ## v2.9.0 (2021-06-28)
5111
5150
 
5112
5151
  ### Chore
@@ -5207,7 +5246,6 @@ chore: add new required type packages for mypy ([`5446423`](https://github.com/p
5207
5246
 
5208
5247
  chore: add type-hints to gitlab/v4/objects/projects.py ([`8e6aaf5`](https://github.com/python-gitlab/python-gitlab/commit/8e6aaf552ac44c21c70f902e5bdf1a2f631e347c))
5209
5248
 
5210
-
5211
5249
  ## v2.8.0 (2021-06-10)
5212
5250
 
5213
5251
  ### Chore
@@ -5667,7 +5705,6 @@ feat: add support for lists of integers to ListAttribute ([`dde01c7`](https://gi
5667
5705
 
5668
5706
  chore: make Get.*Mixin._optional_get_attrs always present ([`5b81d7d`](https://github.com/python-gitlab/python-gitlab/commit/5b81d7d25e5deefa4333098ebb5bc646fcee2c8d))
5669
5707
 
5670
-
5671
5708
  ## v2.7.1 (2021-04-26)
5672
5709
 
5673
5710
  ### Feature
@@ -5691,7 +5728,6 @@ This will help us fix issue #1407 by using ListAttribute for the
5691
5728
 
5692
5729
  fix(files): do not url-encode filepaths twice ([`37af229`](https://github.com/python-gitlab/python-gitlab/commit/37af2296703a481721489a66c5fc554257e34527))
5693
5730
 
5694
-
5695
5731
  ## v2.7.0 (2021-04-25)
5696
5732
 
5697
5733
  ### Chore
@@ -6142,17 +6178,17 @@ Resolved those issues. ([`8bd3124`](https://github.com/python-gitlab/python-gitl
6142
6178
 
6143
6179
  * fix: only append kwargs as query parameters
6144
6180
 
6145
- Some arguments to `http_request` were being read
6146
- from kwargs, but kwargs is where this function
6147
- creates query parameters from, by default. In
6148
- the absence of a `query_parameters` param, the
6149
- function would construct URLs with query
6150
- parameters such as `retry_transient_errors=True`
6151
- despite those parameters having no meaning to
6152
- the API to which the request was sent.
6153
-
6154
- This change names those arguments that are
6155
- specific to `http_request` so that they do not
6181
+ Some arguments to `http_request` were being read
6182
+ from kwargs, but kwargs is where this function
6183
+ creates query parameters from, by default. In
6184
+ the absence of a `query_parameters` param, the
6185
+ function would construct URLs with query
6186
+ parameters such as `retry_transient_errors=True`
6187
+ despite those parameters having no meaning to
6188
+ the API to which the request was sent.
6189
+
6190
+ This change names those arguments that are
6191
+ specific to `http_request` so that they do not
6156
6192
  end up as query parameters read from kwargs. ([`b9ecc9a`](https://github.com/python-gitlab/python-gitlab/commit/b9ecc9a8c5d958bd7247946c4e8d29c18163c578))
6157
6193
 
6158
6194
  * fix: only add query_parameters to GitlabList once
@@ -6638,7 +6674,6 @@ feat(api,cli): make user agent configurable ([`643454c`](https://github.com/pyth
6638
6674
 
6639
6675
  docs: switch from travis-ci.org to GitHub Actions ([`071d699`](https://github.com/python-gitlab/python-gitlab/commit/071d699f7e4bf7eb3aa49b78f9cc9e56a473e281))
6640
6676
 
6641
-
6642
6677
  ## v2.6.0 (2021-01-29)
6643
6678
 
6644
6679
  ### Chore
@@ -6972,7 +7007,6 @@ chore(deps): update gitlab/gitlab-ce docker tag to v13.3.4-ce.0 ([`2a6801e`](htt
6972
7007
 
6973
7008
  chore(deps): update gitlab/gitlab-ce docker tag to v13.3.3-ce.0 ([`769367c`](https://github.com/python-gitlab/python-gitlab/commit/769367c41d71610cc7d6a5eee67ebaaecb8b66bf))
6974
7009
 
6975
-
6976
7010
  ## v2.5.0 (2020-09-01)
6977
7011
 
6978
7012
  ### Chore
@@ -7140,7 +7174,6 @@ feat: add share/unshare the group with a group ([`cfa8097`](https://github.com/p
7140
7174
 
7141
7175
  docs: additional project file delete example ([`5b92de8`](https://github.com/python-gitlab/python-gitlab/commit/5b92de8eba9224210ecff1a1d4dae6a561c894be))
7142
7176
 
7143
-
7144
7177
  ## v2.4.0 (2020-07-09)
7145
7178
 
7146
7179
  ### Chore
@@ -7195,7 +7228,6 @@ Add masked parameter for project-variable and group-variable ([`bfb5034`](https:
7195
7228
 
7196
7229
  fix(merge): parse arguments as query_data ([`1d82310`](https://github.com/python-gitlab/python-gitlab/commit/1d82310da1a15f7172a3f87c2cf062bc0c17944d))
7197
7230
 
7198
-
7199
7231
  ## v2.3.1 (2020-06-09)
7200
7232
 
7201
7233
  ### Chore
@@ -7214,7 +7246,6 @@ Instead we set pagination to offset on the other paths ([`e71fe16`](https://gith
7214
7246
 
7215
7247
  Fix/keyset pagination revert ([`3f585ad`](https://github.com/python-gitlab/python-gitlab/commit/3f585ad3f823aef4dd848942399e2bd0530a09b2))
7216
7248
 
7217
-
7218
7249
  ## v2.3.0 (2020-06-08)
7219
7250
 
7220
7251
  ### Chore
@@ -7388,7 +7419,6 @@ chore: use pytest to run unit tests and coverage ([`efc6182`](https://github.com
7388
7419
 
7389
7420
  fix(project): add missing project parameters ([`29fd95e`](https://github.com/python-gitlab/python-gitlab/commit/29fd95e7edbb0369b845afb7e9ee4dbed2e1d483))
7390
7421
 
7391
-
7392
7422
  ## v2.2.0 (2020-04-07)
7393
7423
 
7394
7424
  ### Chore
@@ -7397,8 +7427,8 @@ fix(project): add missing project parameters ([`29fd95e`](https://github.com/pyt
7397
7427
 
7398
7428
  * chore(group): update group_manager attributes (#1062)
7399
7429
 
7400
- * chore(group): update group_manager attributes
7401
-
7430
+ * chore(group): update group_manager attributes
7431
+
7402
7432
  Co-Authored-By: Nejc Habjan <hab.nejc@gmail.com> ([`fa34f5e`](https://github.com/python-gitlab/python-gitlab/commit/fa34f5e20ecbd3f5d868df2fa9e399ac6559c5d5))
7403
7433
 
7404
7434
  * chore: rename ExportMixin to DownloadMixin ([`847da60`](https://github.com/python-gitlab/python-gitlab/commit/847da6063b4c63c8133e5e5b5b45e5b4f004bdc4))
@@ -7515,7 +7545,6 @@ feat: add support for commit GPG signature ([`1b8e748`](https://github.com/pytho
7515
7545
 
7516
7546
  test: update tests and params for project export/import ([`4ffaf1d`](https://github.com/python-gitlab/python-gitlab/commit/4ffaf1dc0365690df810c99573f5737f635240e0))
7517
7547
 
7518
-
7519
7548
  ## v2.1.2 (2020-03-09)
7520
7549
 
7521
7550
  ### Chore
@@ -7530,7 +7559,6 @@ Revert "feat: use keyset pagination by default for `all=True`" ([`6d941b
7530
7559
 
7531
7560
  * Revert "feat: use keyset pagination by default for `all=True`" ([`6f843b6`](https://github.com/python-gitlab/python-gitlab/commit/6f843b63f7227ee3d338724d49b3ce111366a738))
7532
7561
 
7533
-
7534
7562
  ## v2.1.1 (2020-03-09)
7535
7563
 
7536
7564
  ### Chore
@@ -7553,7 +7581,6 @@ chore(user): update user attributes to 12.8 ([`8c44bb6`](https://github.com/pyth
7553
7581
 
7554
7582
  fix(docs): additional project statistics example ([`be5b15e`](https://github.com/python-gitlab/python-gitlab/commit/be5b15e27ad4a58d61f26e9f5ca3868f72959faa))
7555
7583
 
7556
-
7557
7584
  ## v2.1.0 (2020-03-08)
7558
7585
 
7559
7586
  ### Chore
@@ -7671,7 +7698,6 @@ change path for set_approvers to new api, with defaulted rule_type an… ([`1924
7671
7698
 
7672
7699
  Add capability to control GitLab features per project or group ([`066fc9b`](https://github.com/python-gitlab/python-gitlab/commit/066fc9bfdc1d8e6295cb924ea8471268ee869a90))
7673
7700
 
7674
-
7675
7701
  ## v2.0.1 (2020-02-05)
7676
7702
 
7677
7703
  ### Chore
@@ -7726,7 +7752,6 @@ chore(user): update user attributes ([`f6d9858`](https://github.com/python-gitla
7726
7752
 
7727
7753
  Update auth docs ([`7843ace`](https://github.com/python-gitlab/python-gitlab/commit/7843ace913589cf629f448a2541f290a4c7214cd))
7728
7754
 
7729
-
7730
7755
  ## v2.0.0 (2020-01-26)
7731
7756
 
7732
7757
  ### Chore
@@ -7821,7 +7846,6 @@ Fix/project snippets ([`5a10eb3`](https://github.com/python-gitlab/python-gitlab
7821
7846
 
7822
7847
  feat: add autocompletion support ([`ec6e04c`](https://github.com/python-gitlab/python-gitlab/commit/ec6e04c16a8509519387b985a3ceef89d51a200b))
7823
7848
 
7824
-
7825
7849
  ## v1.15.0 (2019-12-16)
7826
7850
 
7827
7851
  ### Chore
@@ -7947,7 +7971,6 @@ Retry transient HTTP errors ([`36bbd37`](https://github.com/python-gitlab/python
7947
7971
 
7948
7972
  Fix/as list ([`3e2d694`](https://github.com/python-gitlab/python-gitlab/commit/3e2d69417aa8c6b043ee99fea5f8d7e31a2ba3e8))
7949
7973
 
7950
-
7951
7974
  ## v1.14.0 (2019-12-07)
7952
7975
 
7953
7976
  ### Chore
@@ -8059,7 +8082,6 @@ docs(pipelines_and_jobs): add pipeline custom variables usage example ([`4efa6e6
8059
8082
 
8060
8083
  Add support for include_subgroups filter ([`1f18230`](https://github.com/python-gitlab/python-gitlab/commit/1f182302c206502f5202d1707fef69adf527fea7))
8061
8084
 
8062
-
8063
8085
  ## v1.13.0 (2019-11-02)
8064
8086
 
8065
8087
  ### Chore
@@ -8068,8 +8090,8 @@ Add support for include_subgroups filter ([`1f18230`](https://github.com/python-
8068
8090
 
8069
8091
  * chore(setup): we support 3.8 (#924)
8070
8092
 
8071
- * chore(setup): we support 3.8
8072
-
8093
+ * chore(setup): we support 3.8
8094
+
8073
8095
  * style: format with black ([`6048175`](https://github.com/python-gitlab/python-gitlab/commit/6048175ef2c21fda298754e9b07515b0a56d66bd))
8074
8096
 
8075
8097
  * chore(ci): update latest docker image for every tag ([`01cbc7a`](https://github.com/python-gitlab/python-gitlab/commit/01cbc7ad04a875bea93a08c0ce563ab5b4fe896b))
@@ -8189,7 +8211,6 @@ Remove warning about open files from test_todo() ([`ff808ee`](https://github.com
8189
8211
 
8190
8212
  remove references to api v3 in docs ([`92ba028`](https://github.com/python-gitlab/python-gitlab/commit/92ba0283b63e562e181061252787e0e46da83a29))
8191
8213
 
8192
-
8193
8214
  ## v1.12.1 (2019-10-07)
8194
8215
 
8195
8216
  ### Fix
@@ -8202,7 +8223,6 @@ remove references to api v3 in docs ([`92ba028`](https://github.com/python-gitla
8202
8223
 
8203
8224
  fix: fix not working without auth ([`f4b2927`](https://github.com/python-gitlab/python-gitlab/commit/f4b29278771e48320e2da4bacc4544d263d1754c))
8204
8225
 
8205
-
8206
8226
  ## v1.12.0 (2019-10-06)
8207
8227
 
8208
8228
  ### Chore
@@ -8333,7 +8353,6 @@ feat(user): add status api ([`b7f3342`](https://github.com/python-gitlab/python-
8333
8353
 
8334
8354
  test: re-enabled py_func_v4 test ([`1490b0e`](https://github.com/python-gitlab/python-gitlab/commit/1490b0e7f175d54cc6d35de7aac6d9e45c0e3d51))
8335
8355
 
8336
-
8337
8356
  ## v1.11.0 (2019-08-31)
8338
8357
 
8339
8358
  ### Chore
@@ -8382,7 +8401,6 @@ Fix mutable default arguments ([`e8a3585`](https://github.com/python-gitlab/pyth
8382
8401
 
8383
8402
  feat: Add grouplabel support with subscribable mixin ([`edb3359`](https://github.com/python-gitlab/python-gitlab/commit/edb3359fb3a77050d3e162da641445952397279b))
8384
8403
 
8385
-
8386
8404
  ## v1.10.0 (2019-07-22)
8387
8405
 
8388
8406
  ### Chore
@@ -8579,8 +8597,8 @@ Signed-off-by: Agustin Henze <tin@redhat.com> ([`564de48`](https://github.
8579
8597
 
8580
8598
  * feat(GitLab Update): delete ProjectPipeline (#736)
8581
8599
 
8582
- * feat(GitLab Update): delete ProjectPipeline
8583
-
8600
+ * feat(GitLab Update): delete ProjectPipeline
8601
+
8584
8602
  As of Gitlab 11.6 it is now possible to delete a pipeline - https://docs.gitlab.com/ee/api/pipelines.html#delete-a-pipeline ([`768ce19`](https://github.com/python-gitlab/python-gitlab/commit/768ce19c5e5bb197cddd4e3871c175e935c68312))
8585
8603
 
8586
8604
  * feat: Added approve & unapprove method for Mergerequests
@@ -8688,7 +8706,7 @@ Before this fix, there was virtually no way to pass spaces in arguments such as
8688
8706
 
8689
8707
  * fix(cli): exit on config parse error, instead of crashing
8690
8708
 
8691
- * Exit and hint user about possible errors
8709
+ * Exit and hint user about possible errors
8692
8710
  * test: adjust test cases to config missing error ([`6ad9da0`](https://github.com/python-gitlab/python-gitlab/commit/6ad9da04496f040ae7d95701422434bc935a5a80))
8693
8711
 
8694
8712
  * fix(docker): use docker image with current sources ([`06e8ca8`](https://github.com/python-gitlab/python-gitlab/commit/06e8ca8747256632c8a159f760860b1ae8f2b7b5))
@@ -9101,8 +9119,8 @@ Closes #611 ([`95d0d74`](https://github.com/python-gitlab/python-gitlab/commit/9
9101
9119
 
9102
9120
  * Merge pull request #634 from python-gitlab/docs/project-typo
9103
9121
 
9104
- docs(projects): fix typo in code sample
9105
-
9122
+ docs(projects): fix typo in code sample
9123
+
9106
9124
  Closes #630 ([`c8eaeb2`](https://github.com/python-gitlab/python-gitlab/commit/c8eaeb2d258055b8fc77cbeef373aee5551c181a))
9107
9125
 
9108
9126
  * Merge pull request #636 from python-gitlab/docs/groups-fix-typo
@@ -9769,8 +9787,8 @@ Fixes #421 ([`29bd813`](https://github.com/python-gitlab/python-gitlab/commit/29
9769
9787
 
9770
9788
  * make trigger_pipeline return the pipeline
9771
9789
 
9772
- Trigger_pipeline returns nothing, which makes it difficult to track the pipeline being trigger.
9773
-
9790
+ Trigger_pipeline returns nothing, which makes it difficult to track the pipeline being trigger.
9791
+
9774
9792
  Next PR will be about updating a pipeline object to get latest status (not sure yet the best way to do it) ([`72ade19`](https://github.com/python-gitlab/python-gitlab/commit/72ade19046f47b35c1b5ad7333f11fee0dc1e56f))
9775
9793
 
9776
9794
  * Add Gitlab and User events support
@@ -9918,7 +9936,7 @@ Fixes: #377 ([`c6c0686`](https://github.com/python-gitlab/python-gitlab/commit/c
9918
9936
 
9919
9937
  * Expected HTTP response for subscribe is 201
9920
9938
 
9921
- It seems that the GitLab API gives HTTP response code 201 ("created") when
9939
+ It seems that the GitLab API gives HTTP response code 201 ("created") when
9922
9940
  successfully subscribing to an object, not 200. ([`0d5f275`](https://github.com/python-gitlab/python-gitlab/commit/0d5f275d9b23d20da45ac675da10bfd428327a2f))
9923
9941
 
9924
9942
  * Fix typos in docs ([`7c886de`](https://github.com/python-gitlab/python-gitlab/commit/7c886dea5e9c42c88be01ef077532202cbad65ea))
@@ -10006,10 +10024,10 @@ Closes #23 ([`fa89746`](https://github.com/python-gitlab/python-gitlab/commit/fa
10006
10024
 
10007
10025
  * Module's base objects serialization (#359)
10008
10026
 
10009
- Make gitlab objects serializable
10010
-
10011
- With current implementation of API v3 and v4 support, some instances
10012
- have properties of type module and are not serializable. Handle
10027
+ Make gitlab objects serializable
10028
+
10029
+ With current implementation of API v3 and v4 support, some instances
10030
+ have properties of type module and are not serializable. Handle
10013
10031
  these properties manually with setstate and getstate methods. ([`226e6ce`](https://github.com/python-gitlab/python-gitlab/commit/226e6ce9e5217367c896125a2b4b9d16afd2cf94))
10014
10032
 
10015
10033
  * Pagination generators: expose more information
@@ -10118,8 +10136,8 @@ Closes #337 ([`8764903`](https://github.com/python-gitlab/python-gitlab/commit/8
10118
10136
 
10119
10137
  * Fix trigger variables in v4 API (#334)
10120
10138
 
10121
- Fix trigger variables in v4 API
10122
-
10139
+ Fix trigger variables in v4 API
10140
+
10123
10141
  Close #333 ([`ac430a3`](https://github.com/python-gitlab/python-gitlab/commit/ac430a3cac4be76efc02e4321f7ee88867d28712))
10124
10142
 
10125
10143
  * Prepare the 1.0.2 release ([`9e09cf6`](https://github.com/python-gitlab/python-gitlab/commit/9e09cf618a01e2366f2ae7d66874f4697567cfc3))
@@ -10501,8 +10519,8 @@ Multiple goals:
10501
10519
 
10502
10520
  * import urlencode() from six.moves.urllib.parse instead of from urllib (#268)
10503
10521
 
10504
- Fixes AttributeError on Python 3, as `urlencode` function has been moved to `urllib.parse` module.
10505
-
10522
+ Fixes AttributeError on Python 3, as `urlencode` function has been moved to `urllib.parse` module.
10523
+
10506
10524
  `six.moves.urllib.parse.urlencode()` is an py2.py3 compatible alias of `urllib.parse.urlencode()` on Python 3, and of `urllib.urlencode()` on Python 2. ([`88900e0`](https://github.com/python-gitlab/python-gitlab/commit/88900e06761794442716c115229bd1f780cfbcef))
10507
10525
 
10508
10526
  * Tests and fixes for the http_* methods ([`904c9fa`](https://github.com/python-gitlab/python-gitlab/commit/904c9fadaa892cb4a2dbd12e564841281aa86c51))
@@ -10809,18 +10827,18 @@ Fixes #209 ([`35339d6`](https://github.com/python-gitlab/python-gitlab/commit/35
10809
10827
 
10810
10828
  * Changelog: improvements. Fixes #229 (#230)
10811
10829
 
10812
- + change indentation so bullet points are not treated as quote
10813
- + add links to releases
10814
- + add dates to releases
10830
+ + change indentation so bullet points are not treated as quote
10831
+ + add links to releases
10832
+ + add dates to releases
10815
10833
  + use releases as headers ([`37ee7ea`](https://github.com/python-gitlab/python-gitlab/commit/37ee7ea6a9354c0ea5bd618d48b4a2a3ddbc950c))
10816
10834
 
10817
10835
  * Time tracking (#222)
10818
10836
 
10819
- * Added gitlab time tracking features
10820
-
10821
- - get/set/remove estimated time per issue
10822
- - get/set/remove time spent per issue
10823
-
10837
+ * Added gitlab time tracking features
10838
+
10839
+ - get/set/remove estimated time per issue
10840
+ - get/set/remove time spent per issue
10841
+
10824
10842
  * Added documentation for time tracking functions ([`92151b2`](https://github.com/python-gitlab/python-gitlab/commit/92151b22b5b03b3d529caf1865a2e35738a2f3d2))
10825
10843
 
10826
10844
  * 0.19 release ([`cd69624`](https://github.com/python-gitlab/python-gitlab/commit/cd696240ec9000ce12c4232db3436fbca58b8fdd))