qontract-reconcile 0.10.2.dev195__tar.gz → 0.10.2.dev197__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 (814) hide show
  1. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/PKG-INFO +1 -1
  2. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/pyproject.toml +0 -1
  3. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/change_owners/change_log_tracking.py +25 -9
  4. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/dashdotdb_dora.py +1 -1
  5. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/github_api.py +36 -8
  6. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/gitlab_api.py +28 -12
  7. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/jinja2/utils.py +7 -4
  8. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/mr/aws_access.py +5 -3
  9. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/mr/clusters_updates.py +5 -3
  10. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/mr/ocm_update_recommended_version.py +5 -3
  11. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py +5 -3
  12. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/mr/promote_qontract.py +10 -6
  13. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/mr/update_access_report_base.py +5 -3
  14. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/mr/user_maintenance.py +23 -9
  15. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/repo_owners.py +2 -2
  16. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/saasherder/saasherder.py +16 -25
  17. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/vcs.py +5 -4
  18. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/README.md +0 -0
  19. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/__init__.py +0 -0
  20. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/acs_policies.py +0 -0
  21. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/acs_rbac.py +0 -0
  22. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aus/__init__.py +0 -0
  23. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aus/advanced_upgrade_service.py +0 -0
  24. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aus/aus_label_source.py +0 -0
  25. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aus/base.py +0 -0
  26. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aus/cluster_version_data.py +0 -0
  27. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aus/healthchecks.py +0 -0
  28. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aus/metrics.py +0 -0
  29. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aus/models.py +0 -0
  30. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aus/node_pool_spec.py +0 -0
  31. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aus/ocm_addons_upgrade_scheduler_org.py +0 -0
  32. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aus/ocm_upgrade_scheduler.py +0 -0
  33. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aus/ocm_upgrade_scheduler_org.py +0 -0
  34. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aus/upgrades.py +0 -0
  35. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aus/version_gate_approver.py +0 -0
  36. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aus/version_gates/__init__.py +0 -0
  37. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aus/version_gates/handler.py +0 -0
  38. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aus/version_gates/ingress_gate_handler.py +0 -0
  39. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aus/version_gates/ocp_gate_handler.py +0 -0
  40. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aus/version_gates/sts_version_gate_handler.py +0 -0
  41. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/automated_actions/__init__.py +0 -0
  42. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/automated_actions/config/__init__.py +0 -0
  43. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/automated_actions/config/integration.py +0 -0
  44. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aws_account_manager/README.md +0 -0
  45. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aws_account_manager/__init__.py +0 -0
  46. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aws_account_manager/integration.py +0 -0
  47. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aws_account_manager/merge_request_manager.py +0 -0
  48. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aws_account_manager/metrics.py +0 -0
  49. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aws_account_manager/reconciler.py +0 -0
  50. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aws_account_manager/utils.py +0 -0
  51. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aws_ami_cleanup/__init__.py +0 -0
  52. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aws_ami_cleanup/integration.py +0 -0
  53. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aws_ami_share.py +0 -0
  54. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aws_cloudwatch_log_retention/__init__.py +0 -0
  55. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aws_cloudwatch_log_retention/integration.py +0 -0
  56. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aws_ecr_image_pull_secrets.py +0 -0
  57. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aws_garbage_collector.py +0 -0
  58. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aws_iam_keys.py +0 -0
  59. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aws_iam_password_reset.py +0 -0
  60. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aws_saml_idp/__init__.py +0 -0
  61. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aws_saml_idp/integration.py +0 -0
  62. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aws_saml_roles/__init__.py +0 -0
  63. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aws_saml_roles/integration.py +0 -0
  64. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aws_support_cases_sos.py +0 -0
  65. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aws_version_sync/__init__.py +0 -0
  66. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aws_version_sync/integration.py +0 -0
  67. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aws_version_sync/merge_request_manager/__init__.py +0 -0
  68. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aws_version_sync/merge_request_manager/merge_request.py +0 -0
  69. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py +0 -0
  70. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/aws_version_sync/utils.py +0 -0
  71. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/blackbox_exporter_endpoint_monitoring.py +0 -0
  72. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/change_owners/README.md +0 -0
  73. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/change_owners/__init__.py +0 -0
  74. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/change_owners/approver.py +0 -0
  75. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/change_owners/bundle.py +0 -0
  76. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/change_owners/change_owners.py +0 -0
  77. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/change_owners/change_types.py +0 -0
  78. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/change_owners/changes.py +0 -0
  79. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/change_owners/decision.py +0 -0
  80. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/change_owners/diff.py +0 -0
  81. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/change_owners/implicit_ownership.py +0 -0
  82. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/change_owners/self_service_roles.py +0 -0
  83. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/change_owners/tester.py +0 -0
  84. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/checkpoint.py +0 -0
  85. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/cli.py +0 -0
  86. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/closedbox_endpoint_monitoring_base.py +0 -0
  87. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/cluster_auth_rhidp/__init__.py +0 -0
  88. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/cluster_auth_rhidp/integration.py +0 -0
  89. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/cluster_deployment_mapper.py +0 -0
  90. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/cna/__init__.py +0 -0
  91. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/cna/assets/__init__.py +0 -0
  92. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/cna/assets/asset.py +0 -0
  93. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/cna/assets/asset_factory.py +0 -0
  94. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/cna/assets/null.py +0 -0
  95. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/cna/client.py +0 -0
  96. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/cna/integration.py +0 -0
  97. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/cna/state.py +0 -0
  98. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/dashdotdb_base.py +0 -0
  99. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/dashdotdb_cso.py +0 -0
  100. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/dashdotdb_dvo.py +0 -0
  101. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/dashdotdb_slo.py +0 -0
  102. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/database_access_manager.py +0 -0
  103. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/deadmanssnitch.py +0 -0
  104. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/dynatrace_token_provider/__init__.py +0 -0
  105. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/dynatrace_token_provider/dependencies.py +0 -0
  106. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/dynatrace_token_provider/integration.py +0 -0
  107. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/dynatrace_token_provider/metrics.py +0 -0
  108. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/dynatrace_token_provider/model.py +0 -0
  109. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/dynatrace_token_provider/ocm.py +0 -0
  110. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/dynatrace_token_provider/validate.py +0 -0
  111. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/email_sender.py +0 -0
  112. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/endpoints_discovery/__init__.py +0 -0
  113. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/endpoints_discovery/integration.py +0 -0
  114. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/endpoints_discovery/merge_request.py +0 -0
  115. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/endpoints_discovery/merge_request_manager.py +0 -0
  116. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/external_resources/__init__.py +0 -0
  117. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/external_resources/aws.py +0 -0
  118. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/external_resources/factories.py +0 -0
  119. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/external_resources/integration.py +0 -0
  120. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/external_resources/integration_secrets_sync.py +0 -0
  121. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/external_resources/manager.py +0 -0
  122. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/external_resources/meta.py +0 -0
  123. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/external_resources/metrics.py +0 -0
  124. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/external_resources/model.py +0 -0
  125. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/external_resources/reconciler.py +0 -0
  126. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/external_resources/secrets_sync.py +0 -0
  127. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/external_resources/state.py +0 -0
  128. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/fleet_labeler/__init__.py +0 -0
  129. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/fleet_labeler/dependencies.py +0 -0
  130. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/fleet_labeler/integration.py +0 -0
  131. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/fleet_labeler/merge_request.py +0 -0
  132. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/fleet_labeler/meta.py +0 -0
  133. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/fleet_labeler/metrics.py +0 -0
  134. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/fleet_labeler/ocm.py +0 -0
  135. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/fleet_labeler/validate.py +0 -0
  136. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/fleet_labeler/vcs.py +0 -0
  137. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gabi_authorized_users.py +0 -0
  138. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gcp_image_mirror.py +0 -0
  139. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/github_org.py +0 -0
  140. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/github_owners.py +0 -0
  141. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/github_repo_invites.py +0 -0
  142. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/github_repo_permissions_validator.py +0 -0
  143. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/github_users.py +0 -0
  144. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/github_validator.py +0 -0
  145. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gitlab_fork_compliance.py +0 -0
  146. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gitlab_housekeeping.py +0 -0
  147. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gitlab_labeler.py +0 -0
  148. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gitlab_members.py +0 -0
  149. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gitlab_mr_sqs_consumer.py +0 -0
  150. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gitlab_owners.py +0 -0
  151. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gitlab_permissions.py +0 -0
  152. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gitlab_projects.py +0 -0
  153. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/glitchtip/README.md +0 -0
  154. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/glitchtip/__init__.py +0 -0
  155. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/glitchtip/integration.py +0 -0
  156. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/glitchtip/reconciler.py +0 -0
  157. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/glitchtip_project_alerts/__init__.py +0 -0
  158. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/glitchtip_project_alerts/integration.py +0 -0
  159. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/glitchtip_project_dsn/__init__.py +0 -0
  160. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/glitchtip_project_dsn/integration.py +0 -0
  161. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/__init__.py +0 -0
  162. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/acs/__init__.py +0 -0
  163. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/acs/acs_instances.py +0 -0
  164. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/acs/acs_policies.py +0 -0
  165. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/acs/acs_rbac.py +0 -0
  166. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/advanced_upgrade_service/__init__.py +0 -0
  167. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +0 -0
  168. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +0 -0
  169. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/app_interface_metrics_exporter/__init__.py +0 -0
  170. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +0 -0
  171. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/__init__.py +0 -0
  172. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/roles.py +0 -0
  173. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/users.py +0 -0
  174. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/automated_actions/__init__.py +0 -0
  175. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/automated_actions/instance.py +0 -0
  176. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/aws_account_manager/__init__.py +0 -0
  177. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/aws_account_manager/aws_accounts.py +0 -0
  178. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/aws_ami_cleanup/__init__.py +0 -0
  179. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +0 -0
  180. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/aws_cloudwatch_log_retention/__init__.py +0 -0
  181. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
  182. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/aws_saml_idp/__init__.py +0 -0
  183. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +0 -0
  184. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/aws_saml_roles/__init__.py +0 -0
  185. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +0 -0
  186. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/aws_saml_roles/roles.py +0 -0
  187. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/aws_version_sync/__init__.py +0 -0
  188. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/aws_version_sync/clusters.py +0 -0
  189. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/aws_version_sync/namespaces.py +0 -0
  190. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/change_owners/__init__.py +0 -0
  191. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/change_owners/queries/__init__.py +0 -0
  192. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/change_owners/queries/change_types.py +0 -0
  193. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/change_owners/queries/self_service_roles.py +0 -0
  194. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/cluster_auth_rhidp/__init__.py +0 -0
  195. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +0 -0
  196. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/cna/__init__.py +0 -0
  197. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/cna/queries/__init__.py +0 -0
  198. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/cna/queries/cna_provisioners.py +0 -0
  199. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/cna/queries/cna_resources.py +0 -0
  200. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/__init__.py +0 -0
  201. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/alerting_services_settings.py +0 -0
  202. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/app_code_component_repos.py +0 -0
  203. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/app_interface_custom_messages.py +0 -0
  204. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/app_interface_dms_settings.py +0 -0
  205. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/app_interface_repo_settings.py +0 -0
  206. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/app_interface_state_settings.py +0 -0
  207. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/app_interface_vault_settings.py +0 -0
  208. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +0 -0
  209. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/apps.py +0 -0
  210. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/aws_vpc_requests.py +0 -0
  211. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/aws_vpcs.py +0 -0
  212. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/clusters.py +0 -0
  213. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/clusters_minimal.py +0 -0
  214. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/clusters_with_dms.py +0 -0
  215. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/clusters_with_peering.py +0 -0
  216. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/github_orgs.py +0 -0
  217. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/jira_settings.py +0 -0
  218. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/jiralert_settings.py +0 -0
  219. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/ldap_settings.py +0 -0
  220. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/namespaces.py +0 -0
  221. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/namespaces_minimal.py +0 -0
  222. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/ocm_env_telemeter.py +0 -0
  223. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/ocm_environments.py +0 -0
  224. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/pagerduty_instances.py +0 -0
  225. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/pgp_reencryption_settings.py +0 -0
  226. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/pipeline_providers.py +0 -0
  227. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/quay_instances.py +0 -0
  228. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/quay_orgs.py +0 -0
  229. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/reserved_networks.py +0 -0
  230. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/saas_files.py +0 -0
  231. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/saas_target_namespaces.py +0 -0
  232. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/saasherder_settings.py +0 -0
  233. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/slack_workspaces.py +0 -0
  234. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/smtp_client_settings.py +0 -0
  235. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/state_aws_account.py +0 -0
  236. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/users.py +0 -0
  237. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/common/users_with_paths.py +0 -0
  238. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/cost_report/__init__.py +0 -0
  239. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/cost_report/app_names.py +0 -0
  240. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/cost_report/cost_namespaces.py +0 -0
  241. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/cost_report/settings.py +0 -0
  242. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/dashdotdb_slo/__init__.py +0 -0
  243. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +0 -0
  244. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/dynatrace_token_provider/__init__.py +0 -0
  245. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +0 -0
  246. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +0 -0
  247. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/email_sender/__init__.py +0 -0
  248. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/email_sender/apps.py +0 -0
  249. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/email_sender/emails.py +0 -0
  250. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/email_sender/users.py +0 -0
  251. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/endpoints_discovery/__init__.py +0 -0
  252. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/endpoints_discovery/apps.py +0 -0
  253. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/external_resources/__init__.py +0 -0
  254. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/external_resources/aws_accounts.py +0 -0
  255. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/external_resources/external_resources_modules.py +0 -0
  256. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/external_resources/external_resources_namespaces.py +0 -0
  257. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/external_resources/external_resources_settings.py +0 -0
  258. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/external_resources/fragments/__init__.py +0 -0
  259. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/external_resources/fragments/external_resources_module_overrides.py +0 -0
  260. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fleet_labeler/__init__.py +0 -0
  261. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fleet_labeler/fleet_labels.py +0 -0
  262. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/__init__.py +0 -0
  263. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/aus_organization.py +0 -0
  264. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/aws_account_common.py +0 -0
  265. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/aws_account_managed.py +0 -0
  266. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/aws_account_sso.py +0 -0
  267. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/aws_infra_management_account.py +0 -0
  268. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/aws_vpc.py +0 -0
  269. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/aws_vpc_request.py +0 -0
  270. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/aws_vpc_request_subnet.py +0 -0
  271. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/container_image_mirror.py +0 -0
  272. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/deplopy_resources.py +0 -0
  273. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/disable.py +0 -0
  274. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/email_service.py +0 -0
  275. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/email_user.py +0 -0
  276. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/jumphost_common_fields.py +0 -0
  277. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/membership_source.py +0 -0
  278. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/minimal_ocm_organization.py +0 -0
  279. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/oc_connection_cluster.py +0 -0
  280. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/ocm_environment.py +0 -0
  281. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/pipeline_provider_retention.py +0 -0
  282. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/prometheus_instance.py +0 -0
  283. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/resource_limits_requirements.py +0 -0
  284. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/resource_requests_requirements.py +0 -0
  285. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/resource_values.py +0 -0
  286. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/saas_slo_document.py +0 -0
  287. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/saas_target_namespace.py +0 -0
  288. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/serviceaccount_token.py +0 -0
  289. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/terraform_state.py +0 -0
  290. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/upgrade_policy.py +0 -0
  291. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/user.py +0 -0
  292. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/fragments/vault_secret.py +0 -0
  293. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/gcp/__init__.py +0 -0
  294. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/gcp/gcp_docker_repos.py +0 -0
  295. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/gcp/gcp_projects.py +0 -0
  296. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/gitlab_members/__init__.py +0 -0
  297. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/gitlab_members/gitlab_instances.py +0 -0
  298. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/gitlab_members/permissions.py +0 -0
  299. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/glitchtip/__init__.py +0 -0
  300. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/glitchtip/glitchtip_instance.py +0 -0
  301. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/glitchtip/glitchtip_project.py +0 -0
  302. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/glitchtip_project_alerts/__init__.py +0 -0
  303. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +0 -0
  304. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/integrations/__init__.py +0 -0
  305. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/integrations/integrations.py +0 -0
  306. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/introspection.json +0 -0
  307. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/jenkins_configs/__init__.py +0 -0
  308. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +0 -0
  309. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +0 -0
  310. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/jira/__init__.py +0 -0
  311. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/jira/jira_servers.py +0 -0
  312. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/jira_permissions_validator/__init__.py +0 -0
  313. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +0 -0
  314. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/jumphosts/__init__.py +0 -0
  315. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/jumphosts/jumphosts.py +0 -0
  316. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/ldap_groups/__init__.py +0 -0
  317. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/ldap_groups/roles.py +0 -0
  318. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/ldap_groups/settings.py +0 -0
  319. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/maintenance/__init__.py +0 -0
  320. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/maintenance/maintenances.py +0 -0
  321. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/membershipsources/__init__.py +0 -0
  322. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/membershipsources/roles.py +0 -0
  323. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/ocm_labels/__init__.py +0 -0
  324. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/ocm_labels/clusters.py +0 -0
  325. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/ocm_labels/organizations.py +0 -0
  326. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/ocm_oidc_idp/__init__.py +0 -0
  327. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/ocm_subscription_labels/__init__.py +0 -0
  328. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/openshift_cluster_bots/__init__.py +0 -0
  329. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/openshift_cluster_bots/clusters.py +0 -0
  330. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/openshift_groups/__init__.py +0 -0
  331. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/openshift_groups/managed_groups.py +0 -0
  332. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/openshift_groups/managed_roles.py +0 -0
  333. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/openshift_serviceaccount_tokens/__init__.py +0 -0
  334. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +0 -0
  335. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/quay_membership/__init__.py +0 -0
  336. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/quay_membership/quay_membership.py +0 -0
  337. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/rhidp/__init__.py +0 -0
  338. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/rhidp/organizations.py +0 -0
  339. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/service_dependencies/__init__.py +0 -0
  340. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +0 -0
  341. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/service_dependencies/service_dependencies.py +0 -0
  342. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/sharding/__init__.py +0 -0
  343. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/sharding/aws_accounts.py +0 -0
  344. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/sharding/ocm_organization.py +0 -0
  345. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/skupper_network/__init__.py +0 -0
  346. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/skupper_network/site_controller_template.py +0 -0
  347. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/skupper_network/skupper_networks.py +0 -0
  348. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/slack_usergroups/__init__.py +0 -0
  349. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/slack_usergroups/clusters.py +0 -0
  350. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/slack_usergroups/permissions.py +0 -0
  351. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/slack_usergroups/users.py +0 -0
  352. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/slo_documents/__init__.py +0 -0
  353. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/slo_documents/slo_documents.py +0 -0
  354. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/status_board/__init__.py +0 -0
  355. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/status_board/status_board.py +0 -0
  356. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/statuspage/__init__.py +0 -0
  357. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/statuspage/statuspages.py +0 -0
  358. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/templating/__init__.py +0 -0
  359. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/templating/template_collection.py +0 -0
  360. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/templating/templates.py +0 -0
  361. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/terraform_cloudflare_dns/__init__.py +0 -0
  362. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +0 -0
  363. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +0 -0
  364. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/terraform_cloudflare_resources/__init__.py +0 -0
  365. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +0 -0
  366. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +0 -0
  367. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/terraform_cloudflare_users/__init__.py +0 -0
  368. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +0 -0
  369. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +0 -0
  370. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/terraform_init/__init__.py +0 -0
  371. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/terraform_init/aws_accounts.py +0 -0
  372. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/terraform_repo/__init__.py +0 -0
  373. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/terraform_repo/terraform_repo.py +0 -0
  374. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/terraform_resources/__init__.py +0 -0
  375. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/terraform_resources/database_access_manager.py +0 -0
  376. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +0 -0
  377. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/terraform_tgw_attachments/__init__.py +0 -0
  378. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +0 -0
  379. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/unleash_feature_toggles/__init__.py +0 -0
  380. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +0 -0
  381. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/vault_instances/__init__.py +0 -0
  382. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/vault_instances/vault_instances.py +0 -0
  383. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/vault_policies/__init__.py +0 -0
  384. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/vault_policies/vault_policies.py +0 -0
  385. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/vpc_peerings_validator/__init__.py +0 -0
  386. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +0 -0
  387. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +0 -0
  388. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/integrations_manager.py +0 -0
  389. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/jenkins/__init__.py +0 -0
  390. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/jenkins/types.py +0 -0
  391. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/jenkins_base.py +0 -0
  392. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/jenkins_job_builder.py +0 -0
  393. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/jenkins_job_builds_cleaner.py +0 -0
  394. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/jenkins_job_cleaner.py +0 -0
  395. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/jenkins_roles.py +0 -0
  396. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/jenkins_webhooks.py +0 -0
  397. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/jenkins_webhooks_cleaner.py +0 -0
  398. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/jenkins_worker_fleets.py +0 -0
  399. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/jira_permissions_validator.py +0 -0
  400. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/jira_watcher.py +0 -0
  401. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/ldap_groups/__init__.py +0 -0
  402. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/ldap_groups/integration.py +0 -0
  403. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/ldap_users.py +0 -0
  404. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/mr_client_gateway.py +0 -0
  405. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/ocm/__init__.py +0 -0
  406. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/ocm/types.py +0 -0
  407. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/ocm_additional_routers.py +0 -0
  408. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/ocm_addons.py +0 -0
  409. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/ocm_addons_upgrade_tests_trigger.py +0 -0
  410. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/ocm_aws_infrastructure_access.py +0 -0
  411. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/ocm_clusters.py +0 -0
  412. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/ocm_external_configuration_labels.py +0 -0
  413. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/ocm_github_idp.py +0 -0
  414. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/ocm_groups.py +0 -0
  415. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/ocm_internal_notifications/__init__.py +0 -0
  416. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/ocm_internal_notifications/integration.py +0 -0
  417. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/ocm_labels/__init__.py +0 -0
  418. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/ocm_labels/integration.py +0 -0
  419. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/ocm_machine_pools.py +0 -0
  420. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/ocm_update_recommended_version.py +0 -0
  421. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/ocm_upgrade_scheduler_org_updater.py +0 -0
  422. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/openshift_base.py +0 -0
  423. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/openshift_cluster_bots.py +0 -0
  424. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/openshift_clusterrolebindings.py +0 -0
  425. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/openshift_groups.py +0 -0
  426. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/openshift_limitranges.py +0 -0
  427. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/openshift_namespace_labels.py +0 -0
  428. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/openshift_namespaces.py +0 -0
  429. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/openshift_network_policies.py +0 -0
  430. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/openshift_prometheus_rules.py +0 -0
  431. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/openshift_resourcequotas.py +0 -0
  432. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/openshift_resources.py +0 -0
  433. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/openshift_resources_base.py +0 -0
  434. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/openshift_rolebindings.py +0 -0
  435. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/openshift_routes.py +0 -0
  436. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/openshift_saas_deploy.py +0 -0
  437. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/openshift_saas_deploy_change_tester.py +0 -0
  438. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/openshift_saas_deploy_trigger_base.py +0 -0
  439. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/openshift_saas_deploy_trigger_cleaner.py +0 -0
  440. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/openshift_saas_deploy_trigger_configs.py +0 -0
  441. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/openshift_saas_deploy_trigger_images.py +0 -0
  442. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/openshift_saas_deploy_trigger_moving_commits.py +0 -0
  443. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/openshift_saas_deploy_trigger_upstream_jobs.py +0 -0
  444. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/openshift_serviceaccount_tokens.py +0 -0
  445. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/openshift_tekton_resources.py +0 -0
  446. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/openshift_upgrade_watcher.py +0 -0
  447. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/openshift_users.py +0 -0
  448. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/openshift_vault_secrets.py +0 -0
  449. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/oum/__init__.py +0 -0
  450. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/oum/base.py +0 -0
  451. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/oum/labelset.py +0 -0
  452. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/oum/metrics.py +0 -0
  453. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/oum/models.py +0 -0
  454. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/oum/providers.py +0 -0
  455. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/oum/standalone.py +0 -0
  456. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/prometheus_rules_tester/__init__.py +0 -0
  457. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/prometheus_rules_tester/integration.py +0 -0
  458. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/quay_base.py +0 -0
  459. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/quay_membership.py +0 -0
  460. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/quay_mirror.py +0 -0
  461. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/quay_mirror_org.py +0 -0
  462. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/quay_permissions.py +0 -0
  463. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/quay_repos.py +0 -0
  464. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/queries.py +0 -0
  465. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/query_validator.py +0 -0
  466. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/requests_sender.py +0 -0
  467. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/resource_scraper.py +0 -0
  468. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/resource_template_tester.py +0 -0
  469. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/rhidp/__init__.py +0 -0
  470. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/rhidp/common.py +0 -0
  471. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/rhidp/metrics.py +0 -0
  472. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/rhidp/ocm_oidc_idp/__init__.py +0 -0
  473. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/rhidp/ocm_oidc_idp/base.py +0 -0
  474. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/rhidp/ocm_oidc_idp/integration.py +0 -0
  475. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/rhidp/ocm_oidc_idp/metrics.py +0 -0
  476. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/rhidp/sso_client/__init__.py +0 -0
  477. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/rhidp/sso_client/base.py +0 -0
  478. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/rhidp/sso_client/integration.py +0 -0
  479. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/rhidp/sso_client/metrics.py +0 -0
  480. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/run_integration.py +0 -0
  481. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/saas_auto_promotions_manager/__init__.py +0 -0
  482. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/saas_auto_promotions_manager/integration.py +0 -0
  483. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/saas_auto_promotions_manager/merge_request_manager/__init__.py +0 -0
  484. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py +0 -0
  485. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/saas_auto_promotions_manager/merge_request_manager/desired_state.py +0 -0
  486. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py +0 -0
  487. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager_v2.py +0 -0
  488. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/saas_auto_promotions_manager/merge_request_manager/metrics.py +0 -0
  489. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/saas_auto_promotions_manager/merge_request_manager/mr_parser.py +0 -0
  490. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/saas_auto_promotions_manager/merge_request_manager/open_merge_requests.py +0 -0
  491. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +0 -0
  492. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/saas_auto_promotions_manager/meta.py +0 -0
  493. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/saas_auto_promotions_manager/publisher.py +0 -0
  494. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/saas_auto_promotions_manager/s3_exporter.py +0 -0
  495. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/saas_auto_promotions_manager/subscriber.py +0 -0
  496. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/saas_auto_promotions_manager/utils/__init__.py +0 -0
  497. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py +0 -0
  498. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/saas_file_validator.py +0 -0
  499. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/sendgrid_teammates.py +0 -0
  500. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/service_dependencies.py +0 -0
  501. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/signalfx_endpoint_monitoring.py +0 -0
  502. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/skupper_network/__init__.py +0 -0
  503. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/skupper_network/integration.py +0 -0
  504. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/skupper_network/models.py +0 -0
  505. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/skupper_network/reconciler.py +0 -0
  506. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/skupper_network/site_controller.py +0 -0
  507. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/slack_base.py +0 -0
  508. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/slack_usergroups.py +0 -0
  509. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/sql_query.py +0 -0
  510. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/status.py +0 -0
  511. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/status_board.py +0 -0
  512. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/statuspage/__init__.py +0 -0
  513. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/statuspage/atlassian.py +0 -0
  514. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/statuspage/integration.py +0 -0
  515. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/statuspage/integrations/__init__.py +0 -0
  516. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/statuspage/integrations/components.py +0 -0
  517. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/statuspage/integrations/maintenances.py +0 -0
  518. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/statuspage/page.py +0 -0
  519. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/statuspage/state.py +0 -0
  520. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/statuspage/status.py +0 -0
  521. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/templates/__init__.py +0 -0
  522. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/templates/aws_access_key_email.j2 +0 -0
  523. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/templates/email.yml.j2 +0 -0
  524. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/templates/jira-checkpoint-missinginfo.j2 +0 -0
  525. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/templates/rosa-classic-cluster-creation.sh.j2 +0 -0
  526. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +0 -0
  527. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/templating/__init__.py +0 -0
  528. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/templating/lib/__init__.py +0 -0
  529. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/templating/lib/merge_request_manager.py +0 -0
  530. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/templating/lib/model.py +0 -0
  531. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/templating/lib/rendering.py +0 -0
  532. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/templating/renderer.py +0 -0
  533. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/templating/validator.py +0 -0
  534. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/terraform_aws_route53.py +0 -0
  535. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/terraform_cloudflare_dns.py +0 -0
  536. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/terraform_cloudflare_resources.py +0 -0
  537. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/terraform_cloudflare_users.py +0 -0
  538. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/terraform_init/__init__.py +0 -0
  539. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/terraform_init/integration.py +0 -0
  540. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/terraform_init/merge_request.py +0 -0
  541. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/terraform_init/merge_request_manager.py +0 -0
  542. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/terraform_repo.py +0 -0
  543. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/terraform_resources.py +0 -0
  544. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/terraform_tgw_attachments.py +0 -0
  545. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/terraform_users.py +0 -0
  546. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/terraform_vpc_peerings.py +0 -0
  547. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/terraform_vpc_resources/__init__.py +0 -0
  548. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/terraform_vpc_resources/integration.py +0 -0
  549. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/terraform_vpc_resources/merge_request.py +0 -0
  550. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/terraform_vpc_resources/merge_request_manager.py +0 -0
  551. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/__init__.py +0 -0
  552. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/alerting_services_settings.py +0 -0
  553. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/app_interface_custom_messages.py +0 -0
  554. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/app_interface_deadmanssnitch_settings.py +0 -0
  555. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/app_interface_metrics_exporter/__init__.py +0 -0
  556. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/app_interface_metrics_exporter/onboarding_status.py +0 -0
  557. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/app_interface_metrics_exporter/terraform_repo.py +0 -0
  558. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/app_interface_repo_url.py +0 -0
  559. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/app_interface_state_settings.py +0 -0
  560. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/app_interface_vault_settings.py +0 -0
  561. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/app_quay_repos_escalation_policies.py +0 -0
  562. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/apps.py +0 -0
  563. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
  564. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/aws_vpc_requests.py +0 -0
  565. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/aws_vpcs.py +0 -0
  566. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/cloudflare.py +0 -0
  567. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/clusters.py +0 -0
  568. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/clusters_minimal.py +0 -0
  569. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/clusters_with_dms.py +0 -0
  570. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/clusters_with_peering.py +0 -0
  571. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/cost_report/__init__.py +0 -0
  572. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/cost_report/app_names.py +0 -0
  573. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/cost_report/cost_namespaces.py +0 -0
  574. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/cost_report/settings.py +0 -0
  575. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/dynatrace.py +0 -0
  576. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/dynatrace_environments.py +0 -0
  577. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/dynatrace_token_provider_token_specs.py +0 -0
  578. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/external_resources.py +0 -0
  579. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/fleet_labels.py +0 -0
  580. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/get_state_aws_account.py +0 -0
  581. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/github_orgs.py +0 -0
  582. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/gitlab_instances.py +0 -0
  583. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/glitchtip.py +0 -0
  584. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/jenkins.py +0 -0
  585. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/jira.py +0 -0
  586. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/jira_settings.py +0 -0
  587. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/jiralert_settings.py +0 -0
  588. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/ldap_settings.py +0 -0
  589. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/namespaces.py +0 -0
  590. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/namespaces_minimal.py +0 -0
  591. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/ocm.py +0 -0
  592. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/pagerduty_instances.py +0 -0
  593. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/quay.py +0 -0
  594. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/repos.py +0 -0
  595. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/reserved_networks.py +0 -0
  596. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/saas_files.py +0 -0
  597. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/slack.py +0 -0
  598. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/slo_documents.py +0 -0
  599. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/smtp.py +0 -0
  600. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/status_board.py +0 -0
  601. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/tekton_pipeline_providers.py +0 -0
  602. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/terraform_namespaces.py +0 -0
  603. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/terraform_tgw_attachments/__init__.py +0 -0
  604. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py +0 -0
  605. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/unleash.py +0 -0
  606. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/users.py +0 -0
  607. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/users_with_paths.py +0 -0
  608. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/typed_queries/vault.py +0 -0
  609. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/unleash_feature_toggles/__init__.py +0 -0
  610. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/unleash_feature_toggles/integration.py +0 -0
  611. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/__init__.py +0 -0
  612. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/acs/__init__.py +0 -0
  613. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/acs/base.py +0 -0
  614. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/acs/policies.py +0 -0
  615. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/acs/rbac.py +0 -0
  616. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/aggregated_list.py +0 -0
  617. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/amtool.py +0 -0
  618. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/aws_api.py +0 -0
  619. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/aws_api_typed/__init__.py +0 -0
  620. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/aws_api_typed/account.py +0 -0
  621. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/aws_api_typed/api.py +0 -0
  622. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/aws_api_typed/dynamodb.py +0 -0
  623. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/aws_api_typed/iam.py +0 -0
  624. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/aws_api_typed/organization.py +0 -0
  625. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/aws_api_typed/s3.py +0 -0
  626. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/aws_api_typed/service_quotas.py +0 -0
  627. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/aws_api_typed/sts.py +0 -0
  628. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/aws_api_typed/support.py +0 -0
  629. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/aws_helper.py +0 -0
  630. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/batches.py +0 -0
  631. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/binary.py +0 -0
  632. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/cloud_resource_best_practice/__init__.py +0 -0
  633. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/cloud_resource_best_practice/aws_rds.py +0 -0
  634. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/clusterhealth/__init__.py +0 -0
  635. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/clusterhealth/providerbase.py +0 -0
  636. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/clusterhealth/telemeter.py +0 -0
  637. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/config.py +0 -0
  638. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/constants.py +0 -0
  639. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/deadmanssnitch_api.py +0 -0
  640. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/defer.py +0 -0
  641. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/differ.py +0 -0
  642. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/disabled_integrations.py +0 -0
  643. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/dnsutils.py +0 -0
  644. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/dynatrace/__init__.py +0 -0
  645. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/dynatrace/client.py +0 -0
  646. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/early_exit_cache.py +0 -0
  647. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/elasticsearch_exceptions.py +0 -0
  648. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/environ.py +0 -0
  649. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/exceptions.py +0 -0
  650. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/expiration.py +0 -0
  651. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/extended_early_exit.py +0 -0
  652. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/external_resource_spec.py +0 -0
  653. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/external_resources.py +0 -0
  654. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/filtering.py +0 -0
  655. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/git.py +0 -0
  656. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/glitchtip/__init__.py +0 -0
  657. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/glitchtip/client.py +0 -0
  658. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/glitchtip/models.py +0 -0
  659. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/gpg.py +0 -0
  660. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/gql.py +0 -0
  661. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/grouping.py +0 -0
  662. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/helm.py +0 -0
  663. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/helpers.py +0 -0
  664. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/imap_client.py +0 -0
  665. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/instrumented_wrappers.py +0 -0
  666. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/internal_groups/__init__.py +0 -0
  667. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/internal_groups/client.py +0 -0
  668. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/internal_groups/models.py +0 -0
  669. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/jenkins_api.py +0 -0
  670. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/jinja2/__init__.py +0 -0
  671. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/jinja2/extensions.py +0 -0
  672. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/jinja2/filters.py +0 -0
  673. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/jira_client.py +0 -0
  674. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/jjb_client.py +0 -0
  675. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/jobcontroller/__init__.py +0 -0
  676. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/jobcontroller/controller.py +0 -0
  677. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/jobcontroller/models.py +0 -0
  678. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/jsonpath.py +0 -0
  679. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/jump_host.py +0 -0
  680. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/keycloak.py +0 -0
  681. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/ldap_client.py +0 -0
  682. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/lean_terraform_client.py +0 -0
  683. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/make.py +0 -0
  684. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/membershipsources/__init__.py +0 -0
  685. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/membershipsources/app_interface_resolver.py +0 -0
  686. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/membershipsources/models.py +0 -0
  687. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/membershipsources/resolver.py +0 -0
  688. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/merge_request_manager/__init__.py +0 -0
  689. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/merge_request_manager/merge_request_manager.py +0 -0
  690. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/merge_request_manager/parser.py +0 -0
  691. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/metrics.py +0 -0
  692. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/models.py +0 -0
  693. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/mr/README.md +0 -0
  694. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/mr/__init__.py +0 -0
  695. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/mr/app_interface_reporter.py +0 -0
  696. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/mr/app_sre_tekton_access_report.py +0 -0
  697. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/mr/base.py +0 -0
  698. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/mr/glitchtip_access_reporter.py +0 -0
  699. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/mr/labels.py +0 -0
  700. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/mr/notificator.py +0 -0
  701. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/oauth2_backend_application_session.py +0 -0
  702. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/oc.py +0 -0
  703. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/oc_connection_parameters.py +0 -0
  704. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/oc_filters.py +0 -0
  705. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/oc_map.py +0 -0
  706. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/ocm/__init__.py +0 -0
  707. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/ocm/addons.py +0 -0
  708. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/ocm/base.py +0 -0
  709. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/ocm/cluster_groups.py +0 -0
  710. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/ocm/clusters.py +0 -0
  711. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/ocm/identity_providers.py +0 -0
  712. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/ocm/label_sources.py +0 -0
  713. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/ocm/labels.py +0 -0
  714. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/ocm/manifests.py +0 -0
  715. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/ocm/ocm.py +0 -0
  716. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/ocm/products.py +0 -0
  717. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/ocm/search_filters.py +0 -0
  718. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/ocm/service_log.py +0 -0
  719. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/ocm/sre_capability_labels.py +0 -0
  720. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/ocm/status_board.py +0 -0
  721. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/ocm/subscriptions.py +0 -0
  722. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/ocm/syncsets.py +0 -0
  723. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/ocm/upgrades.py +0 -0
  724. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/ocm_base_client.py +0 -0
  725. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/openshift_resource.py +0 -0
  726. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/openssl.py +0 -0
  727. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/output.py +0 -0
  728. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/pagerduty_api.py +0 -0
  729. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/parse_dhms_duration.py +0 -0
  730. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/password_validator.py +0 -0
  731. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/prometheus.py +0 -0
  732. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/promotion_state.py +0 -0
  733. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/promtool.py +0 -0
  734. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/quay_api.py +0 -0
  735. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/quay_mirror.py +0 -0
  736. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/raw_github_api.py +0 -0
  737. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/rest_api_base.py +0 -0
  738. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/rosa/__init__.py +0 -0
  739. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/rosa/rosa_cli.py +0 -0
  740. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/rosa/session.py +0 -0
  741. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/ruamel.py +0 -0
  742. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/runtime/__init__.py +0 -0
  743. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/runtime/desired_state_diff.py +0 -0
  744. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/runtime/environment.py +0 -0
  745. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/runtime/integration.py +0 -0
  746. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/runtime/meta.py +0 -0
  747. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/runtime/runner.py +0 -0
  748. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/runtime/sharding.py +0 -0
  749. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/saasherder/__init__.py +0 -0
  750. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/saasherder/interfaces.py +0 -0
  751. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/saasherder/models.py +0 -0
  752. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/secret_reader.py +0 -0
  753. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/semver_helper.py +0 -0
  754. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/sharding.py +0 -0
  755. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/slack_api.py +0 -0
  756. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/slo_document_manager.py +0 -0
  757. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/smtp_client.py +0 -0
  758. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/sqs_gateway.py +0 -0
  759. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/state.py +0 -0
  760. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/structs.py +0 -0
  761. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/template.py +0 -0
  762. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/terraform/__init__.py +0 -0
  763. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/terraform/config.py +0 -0
  764. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/terraform/config_client.py +0 -0
  765. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/terraform_client.py +0 -0
  766. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/terrascript/__init__.py +0 -0
  767. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/terrascript/cloudflare_client.py +0 -0
  768. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/terrascript/cloudflare_resources.py +0 -0
  769. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/terrascript/models.py +0 -0
  770. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/terrascript/resources.py +0 -0
  771. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/terrascript_aws_client.py +0 -0
  772. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/three_way_diff_strategy.py +0 -0
  773. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/throughput.py +0 -0
  774. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/unleash/__init__.py +0 -0
  775. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/unleash/client.py +0 -0
  776. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/unleash/server.py +0 -0
  777. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/vault.py +0 -0
  778. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/utils/vaultsecretref.py +0 -0
  779. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/vault_replication.py +0 -0
  780. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/reconcile/vpc_peerings_validator.py +0 -0
  781. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/__init__.py +0 -0
  782. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/alert_report.py +0 -0
  783. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/app_interface_metrics_exporter.py +0 -0
  784. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/app_interface_reporter.py +0 -0
  785. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/app_sre_tekton_access_reporter.py +0 -0
  786. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/app_sre_tekton_access_revalidation.py +0 -0
  787. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/cli_commands/__init__.py +0 -0
  788. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/cli_commands/container_images_report.py +0 -0
  789. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/cli_commands/cost_report/__init__.py +0 -0
  790. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/cli_commands/cost_report/aws.py +0 -0
  791. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/cli_commands/cost_report/cost_management_api.py +0 -0
  792. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/cli_commands/cost_report/model.py +0 -0
  793. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/cli_commands/cost_report/openshift.py +0 -0
  794. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/cli_commands/cost_report/openshift_cost_optimization.py +0 -0
  795. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/cli_commands/cost_report/response.py +0 -0
  796. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/cli_commands/cost_report/util.py +0 -0
  797. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/cli_commands/cost_report/view.py +0 -0
  798. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/cli_commands/erv2.py +0 -0
  799. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/cli_commands/gpg_encrypt.py +0 -0
  800. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/cli_commands/systems_and_tools.py +0 -0
  801. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/glitchtip_access_reporter.py +0 -0
  802. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/glitchtip_access_revalidation.py +0 -0
  803. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/qontract_cli.py +0 -0
  804. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/saas_metrics_exporter/__init__.py +0 -0
  805. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/saas_metrics_exporter/commit_distance/__init__.py +0 -0
  806. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/saas_metrics_exporter/commit_distance/channel.py +0 -0
  807. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/saas_metrics_exporter/commit_distance/commit_distance.py +0 -0
  808. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/saas_metrics_exporter/commit_distance/metrics.py +0 -0
  809. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/saas_metrics_exporter/main.py +0 -0
  810. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/saas_promotion_state/__init__.py +0 -0
  811. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/saas_promotion_state/saas_promotion_state.py +0 -0
  812. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/sre_checkpoints/__init__.py +0 -0
  813. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/sre_checkpoints/util.py +0 -0
  814. {qontract_reconcile-0.10.2.dev195 → qontract_reconcile-0.10.2.dev197}/tools/template_validation.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: qontract-reconcile
3
- Version: 0.10.2.dev195
3
+ Version: 0.10.2.dev197
4
4
  Summary: Collection of tools to reconcile services with their desired state as defined in the app-interface DB.
5
5
  Project-URL: homepage, https://github.com/app-sre/qontract-reconcile
6
6
  Project-URL: repository, https://github.com/app-sre/qontract-reconcile
@@ -427,7 +427,6 @@ module = [
427
427
  "reconcile.test.utils.test_expiration",
428
428
  "reconcile.test.utils.test_external_resource_spec",
429
429
  "reconcile.test.utils.test_external_resources",
430
- "reconcile.test.utils.test_github_api",
431
430
  "reconcile.test.utils.test_gpg",
432
431
  "reconcile.test.utils.test_gql",
433
432
  "reconcile.test.utils.test_grouping",
@@ -2,6 +2,9 @@ import logging
2
2
  from collections import defaultdict
3
3
  from collections.abc import Callable
4
4
 
5
+ from gitlab.v4.objects import (
6
+ ProjectCommit,
7
+ )
5
8
  from pydantic import BaseModel
6
9
 
7
10
  from reconcile.change_owners.bundle import (
@@ -23,7 +26,6 @@ from reconcile.typed_queries.jenkins import get_jenkins_configs
23
26
  from reconcile.typed_queries.namespaces import get_namespaces
24
27
  from reconcile.utils import gql
25
28
  from reconcile.utils.defer import defer
26
- from reconcile.utils.gitlab_api import MRState
27
29
  from reconcile.utils.runtime.integration import (
28
30
  PydanticRunParams,
29
31
  QontractReconcileIntegration,
@@ -32,6 +34,7 @@ from reconcile.utils.state import init_state
32
34
 
33
35
  QONTRACT_INTEGRATION = "change-log-tracking"
34
36
  BUNDLE_DIFFS_OBJ = "bundle-diffs.json"
37
+ DEFAULT_MERGE_COMMIT_PREFIX = "Merge branch '"
35
38
 
36
39
 
37
40
  class ChangeLogItem(BaseModel):
@@ -66,6 +69,25 @@ class ChangeLogIntegration(QontractReconcileIntegration[ChangeLogIntegrationPara
66
69
  def name(self) -> str:
67
70
  return QONTRACT_INTEGRATION
68
71
 
72
+ @staticmethod
73
+ def _get_description_from_commit(commit: ProjectCommit) -> str:
74
+ """
75
+ Extracts the description from a commit message.
76
+ Skip the default merge commit template.
77
+ Merge branch '%{source_branch}' into '%{target_branch}'
78
+ https://gitlab.cee.redhat.com/help/user/project/merge_requests/commit_templates#default-template-for-merge-commits
79
+
80
+ :param commit: ProjectCommit object from GitLab API
81
+ :return: Extracted description or an empty string if not found
82
+ """
83
+ for message in commit.message.splitlines():
84
+ trimmed_message = message.strip()
85
+ if trimmed_message and not trimmed_message.startswith(
86
+ DEFAULT_MERGE_COMMIT_PREFIX
87
+ ):
88
+ return trimmed_message
89
+ return ""
90
+
69
91
  @defer
70
92
  def run(
71
93
  self,
@@ -118,16 +140,10 @@ class ChangeLogIntegration(QontractReconcileIntegration[ChangeLogIntegrationPara
118
140
 
119
141
  logging.info(f"Processing commit {commit}")
120
142
  gl_commit = gl.project.commits.get(commit)
121
- merged_at = max(
122
- mr["merged_at"]
123
- for mr in gl_commit.merge_requests()
124
- if mr["state"] == MRState.MERGED
125
- and mr["target_branch"] == gl.project.default_branch
126
- )
127
143
  change_log_item = ChangeLogItem(
128
144
  commit=commit,
129
- merged_at=merged_at,
130
- description=gl_commit.message.split("\n")[2],
145
+ merged_at=gl_commit.committed_date,
146
+ description=self._get_description_from_commit(gl_commit),
131
147
  )
132
148
  change_log.items.append(change_log_item)
133
149
  obj = diff_state.get(key, None)
@@ -402,7 +402,7 @@ class DashdotdbDORA(DashdotdbBase):
402
402
  if not saas_file_yaml:
403
403
  LOG.info(f"failed to fetch saas file {saastarget.path} at {sha}")
404
404
  return (None, None)
405
- saas_file = yaml.safe_load(saas_file_yaml.decode())
405
+ saas_file = yaml.safe_load(saas_file_yaml)
406
406
  except Exception as e:
407
407
  LOG.info(f"failed to decode saas file {saastarget.path} with error: {e}")
408
408
  return (None, None)
@@ -1,13 +1,21 @@
1
+ import base64
1
2
  import os
2
3
  from pathlib import Path
3
4
  from types import TracebackType
4
5
  from urllib.parse import urlparse
5
6
 
6
7
  from github import Commit, Github, GithubException, UnknownObjectException
8
+ from github.Repository import Repository
7
9
  from sretoolbox.utils import retry
8
10
 
9
11
  GH_BASE_URL = os.environ.get("GITHUB_API", "https://api.github.com")
10
12
 
13
+ MAX_FILE_CONTENT_SIZE = 1024**2 # 1MB
14
+
15
+
16
+ class UnsupportedDirectoryError(Exception):
17
+ pass
18
+
11
19
 
12
20
  class GithubRepositoryApi:
13
21
  """
@@ -66,16 +74,36 @@ class GithubRepositoryApi:
66
74
  tree_items.append(tree_item)
67
75
  return tree_items
68
76
 
77
+ @staticmethod
78
+ def get_raw_file(
79
+ repo: Repository,
80
+ path: str,
81
+ ref: str,
82
+ ) -> bytes:
83
+ content = repo.get_contents(path=path, ref=ref)
84
+ if isinstance(content, list):
85
+ raise UnsupportedDirectoryError(
86
+ f"Path {path} of ref {ref} in repo {repo.full_name} is a directory!"
87
+ )
88
+ if content.size < MAX_FILE_CONTENT_SIZE:
89
+ return content.decoded_content
90
+ blob = repo.get_git_blob(content.sha)
91
+ return base64.b64decode(blob.content)
92
+
69
93
  @retry()
70
- def get_file(self, path: str, ref: str = "master") -> bytes | None:
94
+ def get_file(
95
+ self,
96
+ path: str,
97
+ ref: str = "master",
98
+ ) -> bytes | None:
71
99
  try:
72
- content = self._repo.get_contents(path=path, ref=ref)
73
- if isinstance(content, list):
74
- # TODO: we should probably raise an exception here
75
- # or handle this properly
76
- # -> for now staying backwards compatible
77
- return None
78
- return content.decoded_content
100
+ return self.get_raw_file(
101
+ repo=self._repo,
102
+ path=path,
103
+ ref=ref,
104
+ )
105
+ except UnsupportedDirectoryError:
106
+ return None
79
107
  except GithubException as e:
80
108
  # handling a bug in the upstream GH library
81
109
  # https://github.com/PyGithub/PyGithub/issues/3179
@@ -41,7 +41,6 @@ from gitlab.v4.objects import (
41
41
  GroupMember,
42
42
  PersonalAccessToken,
43
43
  Project,
44
- ProjectFile,
45
44
  ProjectHook,
46
45
  ProjectIssue,
47
46
  ProjectIssueManager,
@@ -666,25 +665,19 @@ class GitLabApi:
666
665
  *,
667
666
  ref: str = "master",
668
667
  recursive: bool = False,
669
- project: Project | None = None,
670
- path: str = "",
671
668
  ) -> list[dict]:
672
669
  """
673
670
  Get a list of repository files and directories in a project.
674
671
 
675
672
  :param ref: The name of a repository branch or tag or, if not given, the default branch.
676
673
  :param recursive: Boolean value used to get a recursive tree. Default is false.
677
- :param project: The project to get the tree from, if None, use the current project
678
- :param path: The path inside the repository. Used to get content of subdirectories.
679
674
 
680
675
  :return: list of tree objects
681
676
  """
682
- target_project = self.project if project is None else project
683
677
  return cast(
684
678
  list[dict],
685
- target_project.repository_tree(
679
+ self.project.repository_tree(
686
680
  ref=ref,
687
- path=path,
688
681
  recursive=recursive,
689
682
  pagination="keyset",
690
683
  per_page=MAX_PER_PAGE,
@@ -692,13 +685,36 @@ class GitLabApi:
692
685
  ),
693
686
  )
694
687
 
695
- def get_file(self, path: str, ref: str = "master") -> ProjectFile | None:
688
+ @staticmethod
689
+ def get_raw_file(
690
+ project: Project,
691
+ path: str,
692
+ ref: str,
693
+ ) -> bytes:
694
+ file_path = path.lstrip("/")
695
+ return project.files.raw(
696
+ file_path=file_path,
697
+ ref=ref,
698
+ )
699
+
700
+ def get_file(
701
+ self,
702
+ path: str,
703
+ ref: str = "master",
704
+ ) -> bytes | None:
696
705
  """
697
- Wrapper around Gitlab.files.get() with exception handling.
706
+ Get the raw content of a file in a project.
707
+
708
+ :param path: The path to the file in the repository.
709
+ :param ref: The name of branch, tag or commit.
710
+ :return: The content of the file as bytes, or None if the file does not exist.
698
711
  """
699
712
  try:
700
- path = path.lstrip("/")
701
- return self.project.files.get(file_path=path, ref=ref)
713
+ return self.get_raw_file(
714
+ project=self.project,
715
+ path=path,
716
+ ref=ref,
717
+ )
702
718
  except GitlabGetError:
703
719
  return None
704
720
 
@@ -12,6 +12,7 @@ from reconcile.checkpoint import url_makes_sense
12
12
  from reconcile.github_users import init_github
13
13
  from reconcile.utils import gql
14
14
  from reconcile.utils.aws_api import AWSApi
15
+ from reconcile.utils.github_api import GithubRepositoryApi
15
16
  from reconcile.utils.helpers import flatten
16
17
  from reconcile.utils.jinja2.extensions import B64EncodeExtension, RaiseErrorExtension
17
18
  from reconcile.utils.jinja2.filters import (
@@ -116,10 +117,12 @@ def lookup_github_file_content(
116
117
  )
117
118
 
118
119
  gh = init_github()
119
- content = gh.get_repo(repo).get_contents(path, ref)
120
- if isinstance(content, list):
121
- raise Exception(f"multiple files found for {repo}/{path}/{ref}")
122
- return content.decoded_content.decode("utf-8")
120
+ content = GithubRepositoryApi.get_raw_file(
121
+ repo=gh.get_repo(repo),
122
+ path=path,
123
+ ref=ref,
124
+ )
125
+ return content.decode("utf-8")
123
126
 
124
127
 
125
128
  def lookup_graphql_query_results(query: str, **kwargs: dict[str, Any]) -> list[Any]:
@@ -37,10 +37,12 @@ class CreateDeleteAwsAccessKey(MergeRequestBase):
37
37
 
38
38
  def process(self, gitlab_cli: GitLabApi) -> None:
39
39
  # add key to deleteKeys list to be picked up by aws-iam-keys
40
- raw_file = gitlab_cli.project.files.get(
41
- file_path=self.path, ref=gitlab_cli.main_branch
40
+ raw_file = gitlab_cli.get_raw_file(
41
+ project=gitlab_cli.project,
42
+ path=self.path,
43
+ ref=gitlab_cli.main_branch,
42
44
  )
43
- content = yaml.load(raw_file.decode(), Loader=yaml.RoundTripLoader)
45
+ content = yaml.load(raw_file, Loader=yaml.RoundTripLoader)
44
46
 
45
47
  content.setdefault("deleteKeys", [])
46
48
  content["deleteKeys"].append(self.key)
@@ -37,10 +37,12 @@ class CreateClustersUpdates(MergeRequestBase):
37
37
  continue
38
38
 
39
39
  cluster_path = cluster_updates.pop("path")
40
- raw_file = gitlab_cli.project.files.get(
41
- file_path=cluster_path, ref=gitlab_cli.main_branch
40
+ raw_file = gitlab_cli.get_raw_file(
41
+ project=gitlab_cli.project,
42
+ path=cluster_path,
43
+ ref=gitlab_cli.main_branch,
42
44
  )
43
- content = yaml.load(raw_file.decode())
45
+ content = yaml.load(raw_file)
44
46
  if "spec" not in content:
45
47
  self.cancel("Spec missing. Nothing to do.")
46
48
 
@@ -28,10 +28,12 @@ class CreateOCMUpdateRecommendedVersion(MergeRequestBase):
28
28
  return f"ocm update recommended version for {self.ocm_name}"
29
29
 
30
30
  def process(self, gitlab_cli: GitLabApi) -> None:
31
- raw_file = gitlab_cli.project.files.get(
32
- file_path=self.path, ref=gitlab_cli.main_branch
31
+ raw_file = gitlab_cli.get_raw_file(
32
+ project=gitlab_cli.project,
33
+ path=self.path,
34
+ ref=gitlab_cli.main_branch,
33
35
  )
34
- content = yaml.load(raw_file.decode(), Loader=yaml.RoundTripLoader)
36
+ content = yaml.load(raw_file, Loader=yaml.RoundTripLoader)
35
37
 
36
38
  content["recommendedVersions"] = self.recommended_versions
37
39
 
@@ -28,10 +28,12 @@ class CreateOCMUpgradeSchedulerOrgUpdates(MergeRequestBase):
28
28
  ocm_path = self.updates_info["path"]
29
29
  ocm_name = self.updates_info["name"]
30
30
 
31
- raw_file = gitlab_cli.project.files.get(
32
- file_path=ocm_path, ref=gitlab_cli.main_branch
31
+ raw_file = gitlab_cli.get_raw_file(
32
+ project=gitlab_cli.project,
33
+ path=ocm_path,
34
+ ref=gitlab_cli.main_branch,
33
35
  )
34
- content = yaml.load(raw_file.decode(), Loader=yaml.RoundTripLoader)
36
+ content = yaml.load(raw_file, Loader=yaml.RoundTripLoader)
35
37
  upgrade_policy_clusters = content["upgradePolicyClusters"]
36
38
 
37
39
  for update in self.updates_info["updates"]:
@@ -37,10 +37,12 @@ class PromoteQontractSchemas(MergeRequestBase):
37
37
  return f"promote qontract-schemas to version {self.version}"
38
38
 
39
39
  def process(self, gitlab_cli: GitLabApi) -> None:
40
- raw_file = gitlab_cli.project.files.get(
41
- file_path=self.path, ref=gitlab_cli.main_branch
40
+ raw_file = gitlab_cli.get_raw_file(
41
+ project=gitlab_cli.project,
42
+ path=self.path,
43
+ ref=gitlab_cli.main_branch,
42
44
  )
43
- content = raw_file.decode().decode("utf-8")
45
+ content = raw_file.decode("utf-8")
44
46
  lines = content.splitlines()
45
47
  for index, text in enumerate(lines):
46
48
  if text.startswith("export SCHEMAS_IMAGE_TAG="):
@@ -121,9 +123,11 @@ class PromoteQontractReconcileCommercial(MergeRequestBase):
121
123
  search_text: str,
122
124
  replace_text: str,
123
125
  ) -> None:
124
- raw_file = gitlab_cli.project.files.get(
125
- file_path=path, ref=gitlab_cli.main_branch
126
- ).decode()
126
+ raw_file = gitlab_cli.get_raw_file(
127
+ project=gitlab_cli.project,
128
+ path=path,
129
+ ref=gitlab_cli.main_branch,
130
+ )
127
131
  match method:
128
132
  case "line_search":
129
133
  new_content = self._process_by_line_search(
@@ -100,10 +100,12 @@ class UpdateAccessReportBase(MergeRequestBase):
100
100
  return new_workbook_md
101
101
 
102
102
  def process(self, gitlab_cli: GitLabApi) -> None:
103
- workbook_file = gitlab_cli.project.files.get(
104
- file_path=self._workbook_file_name, ref=self.branch
103
+ workbook_file = gitlab_cli.get_raw_file(
104
+ project=gitlab_cli.project,
105
+ path=self._workbook_file_name,
106
+ ref=self.branch,
105
107
  )
106
- workbook_md = self._update_workbook(workbook_file.decode().decode("utf-8"))
108
+ workbook_md = self._update_workbook(workbook_file.decode("utf-8"))
107
109
 
108
110
  if not self._dry_run:
109
111
  logging.info(
@@ -56,8 +56,12 @@ class CreateDeleteUserAppInterface(MergeRequestBase):
56
56
  branch_name=self.branch, file_path=path, commit_message=self.title
57
57
  )
58
58
  elif path_type == PathTypes.GABI:
59
- raw_file = gitlab_cli.project.files.get(file_path=path, ref=self.branch)
60
- content = yaml.load(raw_file.decode(), Loader=yaml.RoundTripLoader)
59
+ raw_file = gitlab_cli.get_raw_file(
60
+ project=gitlab_cli.project,
61
+ path=path,
62
+ ref=self.branch,
63
+ )
64
+ content = yaml.load(raw_file, Loader=yaml.RoundTripLoader)
61
65
  for gabi_user in content["users"][:]:
62
66
  if self.username in gabi_user["$ref"]:
63
67
  content["users"].remove(gabi_user)
@@ -70,8 +74,12 @@ class CreateDeleteUserAppInterface(MergeRequestBase):
70
74
  content=new_content,
71
75
  )
72
76
  elif path_type == PathTypes.AWS_ACCOUNTS:
73
- raw_file = gitlab_cli.project.files.get(file_path=path, ref=self.branch)
74
- content = yaml.load(raw_file.decode(), Loader=yaml.RoundTripLoader)
77
+ raw_file = gitlab_cli.get_raw_file(
78
+ project=gitlab_cli.project,
79
+ path=path,
80
+ ref=self.branch,
81
+ )
82
+ content = yaml.load(raw_file, Loader=yaml.RoundTripLoader)
75
83
  for reset_record in content["resetPasswords"]:
76
84
  if self.username in reset_record["user"]["$ref"]:
77
85
  content["resetPasswords"].remove(reset_record)
@@ -84,8 +92,12 @@ class CreateDeleteUserAppInterface(MergeRequestBase):
84
92
  content=new_content,
85
93
  )
86
94
  elif path_type == PathTypes.SCHEDULE:
87
- raw_file = gitlab_cli.project.files.get(file_path=path, ref=self.branch)
88
- content = yaml.load(raw_file.decode(), Loader=yaml.RoundTripLoader)
95
+ raw_file = gitlab_cli.get_raw_file(
96
+ project=gitlab_cli.project,
97
+ path=path,
98
+ ref=self.branch,
99
+ )
100
+ content = yaml.load(raw_file, Loader=yaml.RoundTripLoader)
89
101
  delete_indexes: list[tuple[int, int]] = []
90
102
  for schedule_index, schedule_record in enumerate(content["schedule"]):
91
103
  for user_index, user in enumerate(schedule_record["users"]):
@@ -124,10 +136,12 @@ class CreateDeleteUserInfra(MergeRequestBase):
124
136
  return "delete user(s)"
125
137
 
126
138
  def process(self, gitlab_cli):
127
- raw_file = gitlab_cli.project.files.get(
128
- file_path=self.PLAYBOOK, ref=self.branch
139
+ raw_file = gitlab_cli.get_raw_file(
140
+ project=gitlab_cli.project,
141
+ path=self.PLAYBOOK,
142
+ ref=self.branch,
129
143
  )
130
- content = yaml.load(raw_file.decode(), Loader=yaml.RoundTripLoader)
144
+ content = yaml.load(raw_file, Loader=yaml.RoundTripLoader)
131
145
 
132
146
  new_list = []
133
147
  for user in content[0]["vars"]["users"]:
@@ -131,7 +131,7 @@ class RepoOwners:
131
131
  _LOG.warning(f"{self._git_cli!s}:{owner_file['path']} not found")
132
132
  continue
133
133
  try:
134
- owners = yaml.safe_load(raw_owners.decode())
134
+ owners = yaml.safe_load(raw_owners)
135
135
  except yaml.parser.ParserError:
136
136
  owners = None
137
137
  if owners is None:
@@ -184,7 +184,7 @@ class RepoOwners:
184
184
  if raw_aliases is None:
185
185
  return {}
186
186
 
187
- aliases = yaml.safe_load(raw_aliases.decode())
187
+ aliases = yaml.safe_load(raw_aliases)
188
188
  if aliases is None:
189
189
  return {}
190
190
 
@@ -27,7 +27,6 @@ from github import (
27
27
  GithubException,
28
28
  )
29
29
  from github.ContentFile import ContentFile
30
- from github.Repository import Repository
31
30
  from gitlab.exceptions import GitlabError
32
31
  from requests import exceptions as rqexc
33
32
  from sretoolbox.container import Image
@@ -39,6 +38,7 @@ from sretoolbox.utils import (
39
38
  from reconcile.github_org import get_default_config
40
39
  from reconcile.status import RunningState
41
40
  from reconcile.utils import helm
41
+ from reconcile.utils.github_api import GithubRepositoryApi
42
42
  from reconcile.utils.gitlab_api import GitLabApi
43
43
  from reconcile.utils.jenkins_api import JenkinsApi
44
44
  from reconcile.utils.jjb_client import JJB
@@ -715,24 +715,6 @@ class SaasHerder: # pylint: disable=too-many-public-methods
715
715
  def _collect_image_patterns(self) -> set[str]:
716
716
  return {p for sf in self.saas_files for p in sf.image_patterns}
717
717
 
718
- @staticmethod
719
- def _get_file_contents_github(repo: Repository, path: str, commit_sha: str) -> str:
720
- f = repo.get_contents(path, commit_sha)
721
- if isinstance(f, list):
722
- raise Exception(f"Path {path} and sha {commit_sha} is a directory!")
723
-
724
- if f.size < 1024**2: # 1 MB
725
- return f.decoded_content.decode("utf8")
726
-
727
- tree = repo.get_git_tree(commit_sha, recursive="/" in path).tree
728
- for x in tree:
729
- if x.path != path.lstrip("/"):
730
- continue
731
- blob = repo.get_git_blob(x.sha)
732
- return base64.b64decode(blob.content).decode("utf8")
733
-
734
- return ""
735
-
736
718
  @retry(max_attempts=20)
737
719
  def get_archive_info(
738
720
  self,
@@ -768,13 +750,20 @@ class SaasHerder: # pylint: disable=too-many-public-methods
768
750
  match repo_info.platform:
769
751
  case "github":
770
752
  repo = github.get_repo(repo_info.name)
771
- content = self._get_file_contents_github(repo, path, commit_sha)
753
+ content = GithubRepositoryApi.get_raw_file(
754
+ repo=repo,
755
+ path=path,
756
+ ref=commit_sha,
757
+ )
772
758
  case "gitlab":
773
759
  if not self.gitlab:
774
760
  raise Exception("gitlab is not initialized")
775
761
  project = self.gitlab.get_project(url)
776
- f = project.files.get(file_path=path.lstrip("/"), ref=commit_sha)
777
- content = f.decode()
762
+ content = self.gitlab.get_raw_file(
763
+ project=project,
764
+ path=path,
765
+ ref=commit_sha,
766
+ )
778
767
  case _:
779
768
  raise Exception(f"Only GitHub and GitLab are supported: {url}")
780
769
 
@@ -795,10 +784,12 @@ class SaasHerder: # pylint: disable=too-many-public-methods
795
784
  raise Exception(f"Path {path} and sha {commit_sha} is a file!")
796
785
  for f in directory:
797
786
  file_path = os.path.join(path, f.name)
798
- file_contents_decoded = self._get_file_contents_github(
799
- repo, file_path, commit_sha
787
+ raw_file = GithubRepositoryApi.get_raw_file(
788
+ repo=repo,
789
+ path=file_path,
790
+ ref=commit_sha,
800
791
  )
801
- result_resources = yaml.safe_load_all(file_contents_decoded)
792
+ result_resources = yaml.safe_load_all(raw_file)
802
793
  resources.extend(result_resources)
803
794
  case "gitlab":
804
795
  if not self.gitlab:
@@ -266,11 +266,12 @@ class VCS:
266
266
  if not file_path.startswith("data")
267
267
  else file_path
268
268
  )
269
- return (
270
- self._app_interface_api.project.files.get(file_path=file_path, ref=ref)
271
- .decode()
272
- .decode("utf-8")
269
+ file = self._app_interface_api.get_raw_file(
270
+ project=self._app_interface_api.project,
271
+ path=file_path,
272
+ ref=ref,
273
273
  )
274
+ return file.decode("utf-8")
274
275
 
275
276
  def get_open_app_interface_merge_requests(self) -> list[ProjectMergeRequest]:
276
277
  return self._app_interface_api.get_merge_requests(state=MRState.OPENED)