qontract-reconcile 0.10.2.dev13__tar.gz → 0.10.2.dev15__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 (772) hide show
  1. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/PKG-INFO +1 -1
  2. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/pyproject.toml +18 -7
  3. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/acs_rbac.py +2 -4
  4. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aus/base.py +13 -13
  5. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aws_ami_share.py +1 -2
  6. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aws_cloudwatch_log_retention/integration.py +1 -1
  7. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aws_saml_idp/integration.py +1 -1
  8. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aws_saml_roles/integration.py +1 -1
  9. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aws_version_sync/integration.py +3 -3
  10. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/change_owners/change_owners.py +8 -5
  11. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/change_owners/change_types.py +18 -18
  12. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/change_owners/changes.py +8 -9
  13. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/change_owners/decision.py +12 -15
  14. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/change_owners/self_service_roles.py +6 -4
  15. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/change_owners/tester.py +8 -10
  16. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/cli.py +9 -11
  17. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/closedbox_endpoint_monitoring_base.py +1 -1
  18. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/cna/integration.py +2 -2
  19. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/dashdotdb_base.py +2 -2
  20. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/dashdotdb_cso.py +1 -1
  21. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/dashdotdb_dora.py +6 -4
  22. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/dashdotdb_slo.py +1 -1
  23. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/database_access_manager.py +15 -19
  24. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/email_sender.py +4 -8
  25. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/external_resources/secrets_sync.py +2 -2
  26. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/external_resources/state.py +17 -17
  27. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gabi_authorized_users.py +3 -3
  28. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gcr_mirror.py +2 -2
  29. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/github_org.py +9 -13
  30. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gitlab_housekeeping.py +1 -1
  31. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gitlab_owners.py +10 -12
  32. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gitlab_permissions.py +5 -4
  33. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/glitchtip/integration.py +14 -14
  34. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/glitchtip_project_alerts/integration.py +3 -4
  35. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/integrations_manager.py +1 -2
  36. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/jenkins_job_builds_cleaner.py +7 -5
  37. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/jenkins_roles.py +10 -6
  38. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/jenkins_worker_fleets.py +5 -4
  39. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/jira_permissions_validator.py +2 -6
  40. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/ldap_groups/integration.py +3 -2
  41. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/ocm_groups.py +5 -5
  42. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/ocm_update_recommended_version.py +2 -2
  43. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/openshift_base.py +15 -20
  44. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/openshift_groups.py +9 -8
  45. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/openshift_namespace_labels.py +3 -4
  46. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/openshift_namespaces.py +1 -1
  47. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/openshift_network_policies.py +1 -1
  48. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/openshift_resources_base.py +4 -4
  49. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/openshift_serviceaccount_tokens.py +1 -1
  50. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/openshift_tekton_resources.py +1 -2
  51. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/openshift_users.py +5 -4
  52. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/prometheus_rules_tester/integration.py +8 -8
  53. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/quay_mirror.py +3 -4
  54. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/quay_mirror_org.py +1 -1
  55. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/rhidp/ocm_oidc_idp/base.py +10 -15
  56. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/run_integration.py +7 -7
  57. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/saas_auto_promotions_manager/publisher.py +1 -1
  58. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py +3 -9
  59. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/service_dependencies.py +2 -7
  60. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/skupper_network/reconciler.py +5 -5
  61. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/skupper_network/site_controller.py +3 -3
  62. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/sql_query.py +5 -5
  63. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/status_board.py +24 -24
  64. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/terraform_cloudflare_users.py +2 -2
  65. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/terraform_repo.py +6 -6
  66. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/terraform_users.py +8 -5
  67. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/terraform_vpc_peerings.py +1 -1
  68. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/terraform_vpc_resources/integration.py +1 -1
  69. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/app_interface_deadmanssnitch_settings.py +1 -1
  70. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/app_quay_repos_escalation_policies.py +1 -1
  71. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/aws_vpc_requests.py +1 -1
  72. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/aws_vpcs.py +1 -1
  73. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/clusters.py +1 -1
  74. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/clusters_minimal.py +1 -1
  75. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/clusters_with_dms.py +1 -1
  76. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/dynatrace_environments.py +1 -1
  77. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/dynatrace_token_provider_token_specs.py +1 -1
  78. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/reserved_networks.py +1 -1
  79. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/saas_files.py +1 -1
  80. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/slo_documents.py +1 -1
  81. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/status_board.py +1 -2
  82. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/amtool.py +2 -2
  83. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/aws_api.py +10 -10
  84. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/aws_helper.py +1 -1
  85. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/binary.py +1 -2
  86. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/differ.py +4 -7
  87. qontract_reconcile-0.10.2.dev15/reconcile/utils/dnsutils.py +9 -0
  88. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/external_resources.py +1 -2
  89. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/gitlab_api.py +2 -4
  90. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/glitchtip/models.py +1 -1
  91. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/helm.py +1 -1
  92. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/instrumented_wrappers.py +2 -2
  93. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/jjb_client.py +1 -1
  94. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/jump_host.py +1 -1
  95. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/metrics.py +6 -11
  96. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/mr/aws_access.py +1 -1
  97. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/mr/base.py +2 -4
  98. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/mr/notificator.py +1 -1
  99. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py +1 -1
  100. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/oc.py +17 -31
  101. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/oc_map.py +1 -1
  102. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/ocm/base.py +4 -2
  103. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/ocm/search_filters.py +4 -3
  104. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/ocm/status_board.py +2 -2
  105. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/ocm/upgrades.py +4 -7
  106. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/ocm_base_client.py +1 -1
  107. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/openshift_resource.py +1 -1
  108. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/promtool.py +1 -1
  109. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/quay_api.py +1 -3
  110. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/raw_github_api.py +3 -10
  111. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/repo_owners.py +5 -5
  112. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/rest_api_base.py +1 -2
  113. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/rosa/rosa_cli.py +3 -3
  114. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/saasherder/saasherder.py +9 -15
  115. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/secret_reader.py +2 -2
  116. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/sharding.py +2 -2
  117. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/state.py +5 -5
  118. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/terraform_client.py +2 -2
  119. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/terrascript/cloudflare_resources.py +4 -6
  120. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/terrascript_aws_client.py +16 -28
  121. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/vault.py +2 -2
  122. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/vcs.py +8 -16
  123. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/vault_replication.py +1 -8
  124. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/app_interface_reporter.py +1 -1
  125. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/cli_commands/container_images_report.py +1 -1
  126. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/cli_commands/cost_report/view.py +12 -2
  127. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/cli_commands/gpg_encrypt.py +1 -5
  128. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/qontract_cli.py +14 -13
  129. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/saas_metrics_exporter/commit_distance/channel.py +1 -1
  130. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/saas_promotion_state/saas_promotion_state.py +1 -1
  131. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/sd_app_sre_alert_report.py +3 -3
  132. qontract_reconcile-0.10.2.dev13/reconcile/utils/dnsutils.py +0 -17
  133. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/README.md +0 -0
  134. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/__init__.py +0 -0
  135. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/acs_notifiers.py +0 -0
  136. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/acs_policies.py +0 -0
  137. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aus/__init__.py +0 -0
  138. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aus/advanced_upgrade_service.py +0 -0
  139. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aus/aus_label_source.py +0 -0
  140. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aus/cluster_version_data.py +0 -0
  141. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aus/healthchecks.py +0 -0
  142. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aus/metrics.py +0 -0
  143. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aus/models.py +0 -0
  144. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aus/node_pool_spec.py +0 -0
  145. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aus/ocm_addons_upgrade_scheduler_org.py +0 -0
  146. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aus/ocm_upgrade_scheduler.py +0 -0
  147. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aus/ocm_upgrade_scheduler_org.py +0 -0
  148. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aus/upgrades.py +0 -0
  149. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aus/version_gate_approver.py +0 -0
  150. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aus/version_gates/__init__.py +0 -0
  151. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aus/version_gates/handler.py +0 -0
  152. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aus/version_gates/ingress_gate_handler.py +0 -0
  153. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aus/version_gates/ocp_gate_handler.py +0 -0
  154. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aus/version_gates/sts_version_gate_handler.py +0 -0
  155. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aws_account_manager/README.md +0 -0
  156. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aws_account_manager/__init__.py +0 -0
  157. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aws_account_manager/integration.py +0 -0
  158. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aws_account_manager/merge_request_manager.py +0 -0
  159. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aws_account_manager/metrics.py +0 -0
  160. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aws_account_manager/reconciler.py +0 -0
  161. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aws_account_manager/utils.py +0 -0
  162. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aws_ami_cleanup/__init__.py +0 -0
  163. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aws_ami_cleanup/integration.py +0 -0
  164. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aws_cloudwatch_log_retention/__init__.py +0 -0
  165. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aws_ecr_image_pull_secrets.py +0 -0
  166. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aws_garbage_collector.py +0 -0
  167. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aws_iam_keys.py +0 -0
  168. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aws_iam_password_reset.py +0 -0
  169. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aws_saml_idp/__init__.py +0 -0
  170. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aws_saml_roles/__init__.py +0 -0
  171. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aws_support_cases_sos.py +0 -0
  172. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aws_version_sync/__init__.py +0 -0
  173. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aws_version_sync/merge_request_manager/__init__.py +0 -0
  174. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aws_version_sync/merge_request_manager/merge_request.py +0 -0
  175. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py +0 -0
  176. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/aws_version_sync/utils.py +0 -0
  177. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/blackbox_exporter_endpoint_monitoring.py +0 -0
  178. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/change_owners/README.md +0 -0
  179. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/change_owners/__init__.py +0 -0
  180. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/change_owners/approver.py +0 -0
  181. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/change_owners/bundle.py +0 -0
  182. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/change_owners/change_log_tracking.py +0 -0
  183. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/change_owners/diff.py +0 -0
  184. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/change_owners/implicit_ownership.py +0 -0
  185. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/checkpoint.py +0 -0
  186. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/cluster_auth_rhidp/__init__.py +0 -0
  187. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/cluster_auth_rhidp/integration.py +0 -0
  188. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/cluster_deployment_mapper.py +0 -0
  189. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/cna/__init__.py +0 -0
  190. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/cna/assets/__init__.py +0 -0
  191. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/cna/assets/asset.py +0 -0
  192. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/cna/assets/asset_factory.py +0 -0
  193. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/cna/assets/null.py +0 -0
  194. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/cna/client.py +0 -0
  195. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/cna/state.py +0 -0
  196. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/dashdotdb_dvo.py +0 -0
  197. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/deadmanssnitch.py +0 -0
  198. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/dynatrace_token_provider/__init__.py +0 -0
  199. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/dynatrace_token_provider/dependencies.py +0 -0
  200. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/dynatrace_token_provider/integration.py +0 -0
  201. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/dynatrace_token_provider/metrics.py +0 -0
  202. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/dynatrace_token_provider/model.py +0 -0
  203. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/dynatrace_token_provider/ocm.py +0 -0
  204. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/dynatrace_token_provider/validate.py +0 -0
  205. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/endpoints_discovery/__init__.py +0 -0
  206. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/endpoints_discovery/integration.py +0 -0
  207. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/endpoints_discovery/merge_request.py +0 -0
  208. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/endpoints_discovery/merge_request_manager.py +0 -0
  209. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/external_resources/__init__.py +0 -0
  210. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/external_resources/aws.py +0 -0
  211. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/external_resources/factories.py +0 -0
  212. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/external_resources/integration.py +0 -0
  213. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/external_resources/integration_secrets_sync.py +0 -0
  214. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/external_resources/manager.py +0 -0
  215. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/external_resources/meta.py +0 -0
  216. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/external_resources/metrics.py +0 -0
  217. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/external_resources/model.py +0 -0
  218. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/external_resources/reconciler.py +0 -0
  219. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/github_owners.py +0 -0
  220. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/github_repo_invites.py +0 -0
  221. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/github_repo_permissions_validator.py +0 -0
  222. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/github_users.py +0 -0
  223. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/github_validator.py +0 -0
  224. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gitlab_fork_compliance.py +0 -0
  225. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gitlab_labeler.py +0 -0
  226. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gitlab_members.py +0 -0
  227. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gitlab_mr_sqs_consumer.py +0 -0
  228. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gitlab_projects.py +0 -0
  229. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/glitchtip/README.md +0 -0
  230. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/glitchtip/__init__.py +0 -0
  231. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/glitchtip/reconciler.py +0 -0
  232. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/glitchtip_project_alerts/__init__.py +0 -0
  233. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/glitchtip_project_dsn/__init__.py +0 -0
  234. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/glitchtip_project_dsn/integration.py +0 -0
  235. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/__init__.py +0 -0
  236. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/acs/__init__.py +0 -0
  237. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/acs/acs_instances.py +0 -0
  238. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/acs/acs_policies.py +0 -0
  239. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/acs/acs_rbac.py +0 -0
  240. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/advanced_upgrade_service/__init__.py +0 -0
  241. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +0 -0
  242. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +0 -0
  243. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/app_interface_metrics_exporter/__init__.py +0 -0
  244. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +0 -0
  245. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/aws_account_manager/__init__.py +0 -0
  246. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/aws_account_manager/aws_accounts.py +0 -0
  247. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/aws_ami_cleanup/__init__.py +0 -0
  248. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +0 -0
  249. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/aws_saml_idp/__init__.py +0 -0
  250. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +0 -0
  251. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/aws_saml_roles/__init__.py +0 -0
  252. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +0 -0
  253. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/aws_saml_roles/roles.py +0 -0
  254. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/aws_version_sync/__init__.py +0 -0
  255. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/aws_version_sync/clusters.py +0 -0
  256. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/aws_version_sync/namespaces.py +0 -0
  257. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/change_owners/__init__.py +0 -0
  258. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/change_owners/queries/__init__.py +0 -0
  259. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/change_owners/queries/change_types.py +0 -0
  260. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/change_owners/queries/self_service_roles.py +0 -0
  261. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/cluster_auth_rhidp/__init__.py +0 -0
  262. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +0 -0
  263. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/cna/__init__.py +0 -0
  264. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/cna/queries/__init__.py +0 -0
  265. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/cna/queries/cna_provisioners.py +0 -0
  266. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/cna/queries/cna_resources.py +0 -0
  267. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/__init__.py +0 -0
  268. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/alerting_services_settings.py +0 -0
  269. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/app_code_component_repos.py +0 -0
  270. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/app_interface_custom_messages.py +0 -0
  271. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/app_interface_dms_settings.py +0 -0
  272. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/app_interface_repo_settings.py +0 -0
  273. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/app_interface_state_settings.py +0 -0
  274. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/app_interface_vault_settings.py +0 -0
  275. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +0 -0
  276. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/apps.py +0 -0
  277. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/aws_vpc_requests.py +0 -0
  278. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/aws_vpcs.py +0 -0
  279. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/clusters.py +0 -0
  280. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/clusters_minimal.py +0 -0
  281. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/clusters_with_dms.py +0 -0
  282. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/clusters_with_peering.py +0 -0
  283. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/github_orgs.py +0 -0
  284. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/jira_settings.py +0 -0
  285. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/jiralert_settings.py +0 -0
  286. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/namespaces.py +0 -0
  287. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/namespaces_minimal.py +0 -0
  288. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/ocm_env_telemeter.py +0 -0
  289. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/ocm_environments.py +0 -0
  290. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/pagerduty_instances.py +0 -0
  291. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/pgp_reencryption_settings.py +0 -0
  292. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/pipeline_providers.py +0 -0
  293. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/quay_instances.py +0 -0
  294. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/quay_orgs.py +0 -0
  295. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/reserved_networks.py +0 -0
  296. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/saas_files.py +0 -0
  297. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/saas_target_namespaces.py +0 -0
  298. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/saasherder_settings.py +0 -0
  299. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/slack_workspaces.py +0 -0
  300. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/smtp_client_settings.py +0 -0
  301. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/state_aws_account.py +0 -0
  302. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/common/users.py +0 -0
  303. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/cost_report/__init__.py +0 -0
  304. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/cost_report/app_names.py +0 -0
  305. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/cost_report/cost_namespaces.py +0 -0
  306. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/cost_report/settings.py +0 -0
  307. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/dashdotdb_slo/__init__.py +0 -0
  308. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +0 -0
  309. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/dynatrace_token_provider/__init__.py +0 -0
  310. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +0 -0
  311. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +0 -0
  312. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/endpoints_discovery/__init__.py +0 -0
  313. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/endpoints_discovery/namespaces.py +0 -0
  314. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/external_resources/__init__.py +0 -0
  315. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/external_resources/aws_accounts.py +0 -0
  316. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/external_resources/external_resources_modules.py +0 -0
  317. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/external_resources/external_resources_namespaces.py +0 -0
  318. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/external_resources/external_resources_settings.py +0 -0
  319. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/fragments/__init__.py +0 -0
  320. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/fragments/aus_organization.py +0 -0
  321. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/fragments/aws_account_common.py +0 -0
  322. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/fragments/aws_account_managed.py +0 -0
  323. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/fragments/aws_account_sso.py +0 -0
  324. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/fragments/aws_infra_management_account.py +0 -0
  325. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/fragments/aws_vpc.py +0 -0
  326. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/fragments/aws_vpc_request.py +0 -0
  327. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/fragments/aws_vpc_request_subnet.py +0 -0
  328. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/fragments/deplopy_resources.py +0 -0
  329. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/fragments/disable.py +0 -0
  330. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/fragments/jumphost_common_fields.py +0 -0
  331. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/fragments/membership_source.py +0 -0
  332. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/fragments/minimal_ocm_organization.py +0 -0
  333. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/fragments/oc_connection_cluster.py +0 -0
  334. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/fragments/ocm_environment.py +0 -0
  335. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/fragments/pipeline_provider_retention.py +0 -0
  336. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/fragments/prometheus_instance.py +0 -0
  337. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/fragments/resource_limits_requirements.py +0 -0
  338. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/fragments/resource_requests_requirements.py +0 -0
  339. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/fragments/resource_values.py +0 -0
  340. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/fragments/saas_target_namespace.py +0 -0
  341. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/fragments/serviceaccount_token.py +0 -0
  342. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/fragments/terraform_state.py +0 -0
  343. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/fragments/upgrade_policy.py +0 -0
  344. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/fragments/user.py +0 -0
  345. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/fragments/vault_secret.py +0 -0
  346. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/gitlab_members/__init__.py +0 -0
  347. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/gitlab_members/gitlab_instances.py +0 -0
  348. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/gitlab_members/permissions.py +0 -0
  349. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/glitchtip/__init__.py +0 -0
  350. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/glitchtip/glitchtip_instance.py +0 -0
  351. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/glitchtip/glitchtip_project.py +0 -0
  352. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/glitchtip_project_alerts/__init__.py +0 -0
  353. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +0 -0
  354. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/integrations/__init__.py +0 -0
  355. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/integrations/integrations.py +0 -0
  356. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/introspection.json +0 -0
  357. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/jenkins_configs/__init__.py +0 -0
  358. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +0 -0
  359. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +0 -0
  360. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/jira/__init__.py +0 -0
  361. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/jira/jira_servers.py +0 -0
  362. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/jira_permissions_validator/__init__.py +0 -0
  363. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +0 -0
  364. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/jumphosts/__init__.py +0 -0
  365. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/jumphosts/jumphosts.py +0 -0
  366. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/ldap_groups/__init__.py +0 -0
  367. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/ldap_groups/roles.py +0 -0
  368. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/ldap_groups/settings.py +0 -0
  369. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/maintenance/__init__.py +0 -0
  370. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/maintenance/maintenances.py +0 -0
  371. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/membershipsources/__init__.py +0 -0
  372. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/membershipsources/roles.py +0 -0
  373. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/ocm_labels/__init__.py +0 -0
  374. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/ocm_labels/clusters.py +0 -0
  375. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/ocm_labels/organizations.py +0 -0
  376. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/ocm_oidc_idp/__init__.py +0 -0
  377. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/ocm_subscription_labels/__init__.py +0 -0
  378. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/openshift_cluster_bots/__init__.py +0 -0
  379. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/openshift_cluster_bots/clusters.py +0 -0
  380. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/openshift_groups/__init__.py +0 -0
  381. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/openshift_groups/managed_groups.py +0 -0
  382. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/openshift_groups/managed_roles.py +0 -0
  383. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/openshift_serviceaccount_tokens/__init__.py +0 -0
  384. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +0 -0
  385. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/quay_membership/__init__.py +0 -0
  386. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/quay_membership/quay_membership.py +0 -0
  387. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/rhidp/__init__.py +0 -0
  388. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/rhidp/organizations.py +0 -0
  389. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/service_dependencies/__init__.py +0 -0
  390. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +0 -0
  391. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/service_dependencies/service_dependencies.py +0 -0
  392. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/sharding/__init__.py +0 -0
  393. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/sharding/aws_accounts.py +0 -0
  394. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/sharding/ocm_organization.py +0 -0
  395. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/skupper_network/__init__.py +0 -0
  396. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/skupper_network/site_controller_template.py +0 -0
  397. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/skupper_network/skupper_networks.py +0 -0
  398. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/slack_usergroups/__init__.py +0 -0
  399. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/slack_usergroups/clusters.py +0 -0
  400. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/slack_usergroups/permissions.py +0 -0
  401. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/slack_usergroups/users.py +0 -0
  402. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/slo_documents/__init__.py +0 -0
  403. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/slo_documents/slo_documents.py +0 -0
  404. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/status_board/__init__.py +0 -0
  405. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/status_board/status_board.py +0 -0
  406. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/statuspage/__init__.py +0 -0
  407. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/statuspage/statuspages.py +0 -0
  408. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/templating/__init__.py +0 -0
  409. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/templating/template_collection.py +0 -0
  410. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/templating/templates.py +0 -0
  411. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/terraform_cloudflare_dns/__init__.py +0 -0
  412. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +0 -0
  413. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +0 -0
  414. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/terraform_cloudflare_resources/__init__.py +0 -0
  415. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +0 -0
  416. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +0 -0
  417. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/terraform_cloudflare_users/__init__.py +0 -0
  418. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +0 -0
  419. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +0 -0
  420. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/terraform_init/__init__.py +0 -0
  421. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/terraform_init/aws_accounts.py +0 -0
  422. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/terraform_repo/__init__.py +0 -0
  423. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/terraform_repo/terraform_repo.py +0 -0
  424. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/terraform_resources/__init__.py +0 -0
  425. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/terraform_resources/database_access_manager.py +0 -0
  426. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +0 -0
  427. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/terraform_tgw_attachments/__init__.py +0 -0
  428. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +0 -0
  429. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/unleash_feature_toggles/__init__.py +0 -0
  430. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +0 -0
  431. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/vault_instances/__init__.py +0 -0
  432. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/vault_instances/vault_instances.py +0 -0
  433. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/vault_policies/__init__.py +0 -0
  434. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/vault_policies/vault_policies.py +0 -0
  435. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/vpc_peerings_validator/__init__.py +0 -0
  436. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +0 -0
  437. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +0 -0
  438. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/jenkins/__init__.py +0 -0
  439. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/jenkins/types.py +0 -0
  440. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/jenkins_base.py +0 -0
  441. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/jenkins_job_builder.py +0 -0
  442. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/jenkins_job_cleaner.py +0 -0
  443. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/jenkins_webhooks.py +0 -0
  444. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/jenkins_webhooks_cleaner.py +0 -0
  445. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/jira_watcher.py +0 -0
  446. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/ldap_groups/__init__.py +0 -0
  447. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/ldap_users.py +0 -0
  448. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/mr_client_gateway.py +0 -0
  449. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/ocm/__init__.py +0 -0
  450. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/ocm/types.py +0 -0
  451. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/ocm_additional_routers.py +0 -0
  452. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/ocm_addons.py +0 -0
  453. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/ocm_addons_upgrade_tests_trigger.py +0 -0
  454. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/ocm_aws_infrastructure_access.py +0 -0
  455. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/ocm_clusters.py +0 -0
  456. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/ocm_external_configuration_labels.py +0 -0
  457. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/ocm_github_idp.py +0 -0
  458. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/ocm_internal_notifications/__init__.py +0 -0
  459. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/ocm_internal_notifications/integration.py +0 -0
  460. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/ocm_labels/__init__.py +0 -0
  461. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/ocm_labels/integration.py +0 -0
  462. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/ocm_machine_pools.py +0 -0
  463. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/ocm_upgrade_scheduler_org_updater.py +0 -0
  464. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/openshift_cluster_bots.py +0 -0
  465. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/openshift_clusterrolebindings.py +0 -0
  466. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/openshift_limitranges.py +0 -0
  467. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/openshift_prometheus_rules.py +0 -0
  468. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/openshift_resourcequotas.py +0 -0
  469. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/openshift_resources.py +0 -0
  470. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/openshift_rolebindings.py +0 -0
  471. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/openshift_routes.py +0 -0
  472. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/openshift_saas_deploy.py +0 -0
  473. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/openshift_saas_deploy_change_tester.py +0 -0
  474. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/openshift_saas_deploy_trigger_base.py +0 -0
  475. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/openshift_saas_deploy_trigger_cleaner.py +0 -0
  476. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/openshift_saas_deploy_trigger_configs.py +0 -0
  477. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/openshift_saas_deploy_trigger_images.py +0 -0
  478. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/openshift_saas_deploy_trigger_moving_commits.py +0 -0
  479. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/openshift_saas_deploy_trigger_upstream_jobs.py +0 -0
  480. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/openshift_upgrade_watcher.py +0 -0
  481. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/openshift_vault_secrets.py +0 -0
  482. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/oum/__init__.py +0 -0
  483. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/oum/base.py +0 -0
  484. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/oum/labelset.py +0 -0
  485. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/oum/metrics.py +0 -0
  486. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/oum/models.py +0 -0
  487. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/oum/providers.py +0 -0
  488. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/oum/standalone.py +0 -0
  489. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/prometheus_rules_tester/__init__.py +0 -0
  490. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/quay_base.py +0 -0
  491. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/quay_membership.py +0 -0
  492. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/quay_permissions.py +0 -0
  493. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/quay_repos.py +0 -0
  494. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/queries.py +0 -0
  495. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/query_validator.py +0 -0
  496. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/requests_sender.py +0 -0
  497. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/resource_scraper.py +0 -0
  498. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/resource_template_tester.py +0 -0
  499. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/rhidp/__init__.py +0 -0
  500. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/rhidp/common.py +0 -0
  501. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/rhidp/metrics.py +0 -0
  502. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/rhidp/ocm_oidc_idp/__init__.py +0 -0
  503. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/rhidp/ocm_oidc_idp/integration.py +0 -0
  504. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/rhidp/ocm_oidc_idp/metrics.py +0 -0
  505. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/rhidp/sso_client/__init__.py +0 -0
  506. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/rhidp/sso_client/base.py +0 -0
  507. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/rhidp/sso_client/integration.py +0 -0
  508. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/rhidp/sso_client/metrics.py +0 -0
  509. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/saas_auto_promotions_manager/__init__.py +0 -0
  510. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/saas_auto_promotions_manager/integration.py +0 -0
  511. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/saas_auto_promotions_manager/merge_request_manager/__init__.py +0 -0
  512. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py +0 -0
  513. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/saas_auto_promotions_manager/merge_request_manager/desired_state.py +0 -0
  514. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py +0 -0
  515. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager_v2.py +0 -0
  516. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/saas_auto_promotions_manager/merge_request_manager/metrics.py +0 -0
  517. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/saas_auto_promotions_manager/merge_request_manager/mr_parser.py +0 -0
  518. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/saas_auto_promotions_manager/merge_request_manager/open_merge_requests.py +0 -0
  519. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +0 -0
  520. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/saas_auto_promotions_manager/meta.py +0 -0
  521. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/saas_auto_promotions_manager/s3_exporter.py +0 -0
  522. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/saas_auto_promotions_manager/subscriber.py +0 -0
  523. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/saas_auto_promotions_manager/utils/__init__.py +0 -0
  524. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/saas_file_validator.py +0 -0
  525. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/sendgrid_teammates.py +0 -0
  526. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/signalfx_endpoint_monitoring.py +0 -0
  527. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/skupper_network/__init__.py +0 -0
  528. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/skupper_network/integration.py +0 -0
  529. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/skupper_network/models.py +0 -0
  530. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/slack_base.py +0 -0
  531. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/slack_usergroups.py +0 -0
  532. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/status.py +0 -0
  533. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/statuspage/__init__.py +0 -0
  534. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/statuspage/atlassian.py +0 -0
  535. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/statuspage/integration.py +0 -0
  536. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/statuspage/integrations/__init__.py +0 -0
  537. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/statuspage/integrations/components.py +0 -0
  538. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/statuspage/integrations/maintenances.py +0 -0
  539. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/statuspage/page.py +0 -0
  540. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/statuspage/state.py +0 -0
  541. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/statuspage/status.py +0 -0
  542. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/templates/__init__.py +0 -0
  543. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/templates/aws_access_key_email.j2 +0 -0
  544. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/templates/email.yml.j2 +0 -0
  545. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/templates/jira-checkpoint-missinginfo.j2 +0 -0
  546. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/templates/rosa-classic-cluster-creation.sh.j2 +0 -0
  547. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +0 -0
  548. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/templating/__init__.py +0 -0
  549. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/templating/lib/__init__.py +0 -0
  550. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/templating/lib/merge_request_manager.py +0 -0
  551. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/templating/lib/model.py +0 -0
  552. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/templating/lib/rendering.py +0 -0
  553. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/templating/renderer.py +0 -0
  554. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/templating/validator.py +0 -0
  555. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/terraform_aws_route53.py +0 -0
  556. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/terraform_cloudflare_dns.py +0 -0
  557. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/terraform_cloudflare_resources.py +0 -0
  558. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/terraform_init/__init__.py +0 -0
  559. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/terraform_init/integration.py +0 -0
  560. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/terraform_init/merge_request.py +0 -0
  561. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/terraform_init/merge_request_manager.py +0 -0
  562. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/terraform_resources.py +0 -0
  563. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/terraform_tgw_attachments.py +0 -0
  564. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/terraform_vpc_resources/__init__.py +0 -0
  565. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/terraform_vpc_resources/merge_request.py +0 -0
  566. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/terraform_vpc_resources/merge_request_manager.py +0 -0
  567. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/__init__.py +0 -0
  568. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/alerting_services_settings.py +0 -0
  569. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/app_interface_custom_messages.py +0 -0
  570. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/app_interface_metrics_exporter/__init__.py +0 -0
  571. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/app_interface_metrics_exporter/onboarding_status.py +0 -0
  572. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/app_interface_metrics_exporter/terraform_repo.py +0 -0
  573. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/app_interface_repo_url.py +0 -0
  574. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/app_interface_state_settings.py +0 -0
  575. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/app_interface_vault_settings.py +0 -0
  576. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/apps.py +0 -0
  577. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/cloudflare.py +0 -0
  578. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/clusters_with_peering.py +0 -0
  579. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/cost_report/__init__.py +0 -0
  580. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/cost_report/app_names.py +0 -0
  581. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/cost_report/cost_namespaces.py +0 -0
  582. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/cost_report/settings.py +0 -0
  583. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/dynatrace.py +0 -0
  584. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/external_resources.py +0 -0
  585. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/get_state_aws_account.py +0 -0
  586. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/github_orgs.py +0 -0
  587. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/gitlab_instances.py +0 -0
  588. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/glitchtip.py +0 -0
  589. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/jenkins.py +0 -0
  590. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/jira.py +0 -0
  591. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/jira_settings.py +0 -0
  592. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/jiralert_settings.py +0 -0
  593. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/namespaces.py +0 -0
  594. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/namespaces_minimal.py +0 -0
  595. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/ocm.py +0 -0
  596. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/pagerduty_instances.py +0 -0
  597. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/quay.py +0 -0
  598. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/repos.py +0 -0
  599. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/slack.py +0 -0
  600. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/smtp.py +0 -0
  601. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/tekton_pipeline_providers.py +0 -0
  602. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/terraform_namespaces.py +0 -0
  603. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/terraform_tgw_attachments/__init__.py +0 -0
  604. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py +0 -0
  605. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/unleash.py +0 -0
  606. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/users.py +0 -0
  607. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/typed_queries/vault.py +0 -0
  608. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/unleash_feature_toggles/__init__.py +0 -0
  609. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/unleash_feature_toggles/integration.py +0 -0
  610. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/__init__.py +0 -0
  611. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/acs/__init__.py +0 -0
  612. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/acs/base.py +0 -0
  613. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/acs/notifiers.py +0 -0
  614. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/acs/policies.py +0 -0
  615. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/acs/rbac.py +0 -0
  616. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/aggregated_list.py +0 -0
  617. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/aws_api_typed/__init__.py +0 -0
  618. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/aws_api_typed/account.py +0 -0
  619. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/aws_api_typed/api.py +0 -0
  620. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/aws_api_typed/dynamodb.py +0 -0
  621. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/aws_api_typed/iam.py +0 -0
  622. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/aws_api_typed/organization.py +0 -0
  623. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/aws_api_typed/s3.py +0 -0
  624. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/aws_api_typed/service_quotas.py +0 -0
  625. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/aws_api_typed/sts.py +0 -0
  626. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/aws_api_typed/support.py +0 -0
  627. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/batches.py +0 -0
  628. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/cloud_resource_best_practice/__init__.py +0 -0
  629. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/cloud_resource_best_practice/aws_rds.py +0 -0
  630. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/clusterhealth/__init__.py +0 -0
  631. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/clusterhealth/providerbase.py +0 -0
  632. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/clusterhealth/telemeter.py +0 -0
  633. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/config.py +0 -0
  634. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/constants.py +0 -0
  635. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/data_structures.py +0 -0
  636. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/deadmanssnitch_api.py +0 -0
  637. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/defer.py +0 -0
  638. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/disabled_integrations.py +0 -0
  639. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/dynatrace/__init__.py +0 -0
  640. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/dynatrace/client.py +0 -0
  641. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/early_exit_cache.py +0 -0
  642. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/elasticsearch_exceptions.py +0 -0
  643. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/environ.py +0 -0
  644. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/exceptions.py +0 -0
  645. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/expiration.py +0 -0
  646. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/extended_early_exit.py +0 -0
  647. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/external_resource_spec.py +0 -0
  648. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/filtering.py +0 -0
  649. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/git.py +0 -0
  650. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/github_api.py +0 -0
  651. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/glitchtip/__init__.py +0 -0
  652. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/glitchtip/client.py +0 -0
  653. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/gpg.py +0 -0
  654. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/gql.py +0 -0
  655. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/grouping.py +0 -0
  656. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/helpers.py +0 -0
  657. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/imap_client.py +0 -0
  658. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/internal_groups/__init__.py +0 -0
  659. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/internal_groups/client.py +0 -0
  660. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/internal_groups/models.py +0 -0
  661. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/jenkins_api.py +0 -0
  662. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/jinja2/__init__.py +0 -0
  663. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/jinja2/extensions.py +0 -0
  664. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/jinja2/filters.py +0 -0
  665. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/jinja2/utils.py +0 -0
  666. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/jira_client.py +0 -0
  667. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/jobcontroller/__init__.py +0 -0
  668. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/jobcontroller/controller.py +0 -0
  669. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/jobcontroller/models.py +0 -0
  670. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/jsonpath.py +0 -0
  671. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/keycloak.py +0 -0
  672. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/ldap_client.py +0 -0
  673. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/lean_terraform_client.py +0 -0
  674. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/make.py +0 -0
  675. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/membershipsources/__init__.py +0 -0
  676. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/membershipsources/app_interface_resolver.py +0 -0
  677. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/membershipsources/models.py +0 -0
  678. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/membershipsources/resolver.py +0 -0
  679. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/merge_request_manager/__init__.py +0 -0
  680. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/merge_request_manager/merge_request_manager.py +0 -0
  681. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/merge_request_manager/parser.py +0 -0
  682. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/models.py +0 -0
  683. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/mr/README.md +0 -0
  684. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/mr/__init__.py +0 -0
  685. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/mr/app_interface_reporter.py +0 -0
  686. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/mr/clusters_updates.py +0 -0
  687. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/mr/glitchtip_access_reporter.py +0 -0
  688. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/mr/labels.py +0 -0
  689. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/mr/ocm_update_recommended_version.py +0 -0
  690. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/mr/promote_qontract.py +0 -0
  691. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/mr/user_maintenance.py +0 -0
  692. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/oauth2_backend_application_session.py +0 -0
  693. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/oc_connection_parameters.py +0 -0
  694. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/oc_filters.py +0 -0
  695. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/ocm/__init__.py +0 -0
  696. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/ocm/addons.py +0 -0
  697. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/ocm/cluster_groups.py +0 -0
  698. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/ocm/clusters.py +0 -0
  699. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/ocm/identity_providers.py +0 -0
  700. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/ocm/label_sources.py +0 -0
  701. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/ocm/labels.py +0 -0
  702. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/ocm/manifests.py +0 -0
  703. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/ocm/ocm.py +0 -0
  704. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/ocm/products.py +0 -0
  705. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/ocm/service_log.py +0 -0
  706. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/ocm/sre_capability_labels.py +0 -0
  707. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/ocm/subscriptions.py +0 -0
  708. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/ocm/syncsets.py +0 -0
  709. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/openssl.py +0 -0
  710. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/output.py +0 -0
  711. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/pagerduty_api.py +0 -0
  712. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/parse_dhms_duration.py +0 -0
  713. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/password_validator.py +0 -0
  714. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/prometheus.py +0 -0
  715. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/promotion_state.py +0 -0
  716. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/rosa/__init__.py +0 -0
  717. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/rosa/session.py +0 -0
  718. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/ruamel.py +0 -0
  719. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/runtime/__init__.py +0 -0
  720. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/runtime/desired_state_diff.py +0 -0
  721. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/runtime/environment.py +0 -0
  722. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/runtime/integration.py +0 -0
  723. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/runtime/meta.py +0 -0
  724. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/runtime/runner.py +0 -0
  725. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/runtime/sharding.py +0 -0
  726. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/saasherder/__init__.py +0 -0
  727. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/saasherder/interfaces.py +0 -0
  728. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/saasherder/models.py +0 -0
  729. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/semver_helper.py +0 -0
  730. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/slack_api.py +0 -0
  731. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/smtp_client.py +0 -0
  732. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/sqs_gateway.py +0 -0
  733. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/structs.py +0 -0
  734. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/template.py +0 -0
  735. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/terraform/__init__.py +0 -0
  736. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/terraform/config.py +0 -0
  737. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/terraform/config_client.py +0 -0
  738. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/terrascript/__init__.py +0 -0
  739. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/terrascript/cloudflare_client.py +0 -0
  740. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/terrascript/models.py +0 -0
  741. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/terrascript/resources.py +0 -0
  742. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/three_way_diff_strategy.py +0 -0
  743. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/throughput.py +0 -0
  744. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/unleash/__init__.py +0 -0
  745. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/unleash/client.py +0 -0
  746. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/unleash/server.py +0 -0
  747. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/utils/vaultsecretref.py +0 -0
  748. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/reconcile/vpc_peerings_validator.py +0 -0
  749. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/__init__.py +0 -0
  750. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/app_interface_metrics_exporter.py +0 -0
  751. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/cli_commands/__init__.py +0 -0
  752. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/cli_commands/cost_report/__init__.py +0 -0
  753. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/cli_commands/cost_report/aws.py +0 -0
  754. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/cli_commands/cost_report/cost_management_api.py +0 -0
  755. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/cli_commands/cost_report/model.py +0 -0
  756. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/cli_commands/cost_report/openshift.py +0 -0
  757. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/cli_commands/cost_report/openshift_cost_optimization.py +0 -0
  758. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/cli_commands/cost_report/response.py +0 -0
  759. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/cli_commands/cost_report/util.py +0 -0
  760. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/cli_commands/erv2.py +0 -0
  761. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/cli_commands/systems_and_tools.py +0 -0
  762. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/glitchtip_access_reporter.py +0 -0
  763. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/glitchtip_access_revalidation.py +0 -0
  764. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/saas_metrics_exporter/__init__.py +0 -0
  765. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/saas_metrics_exporter/commit_distance/__init__.py +0 -0
  766. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/saas_metrics_exporter/commit_distance/commit_distance.py +0 -0
  767. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/saas_metrics_exporter/commit_distance/metrics.py +0 -0
  768. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/saas_metrics_exporter/main.py +0 -0
  769. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/saas_promotion_state/__init__.py +0 -0
  770. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/sre_checkpoints/__init__.py +0 -0
  771. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/tools/sre_checkpoints/util.py +0 -0
  772. {qontract_reconcile-0.10.2.dev13 → qontract_reconcile-0.10.2.dev15}/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.dev13
3
+ Version: 0.10.2.dev15
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
@@ -73,19 +73,18 @@ dev = [
73
73
  "anymarkup ~=0.8.1",
74
74
  # keep in sync project.dependencies.boto3
75
75
  "boto3-stubs[account,ec2,s3,rds,iam,route53,organizations,service-quotas,sts,support,dynamodb]==1.34.94",
76
- "kubernetes ~=24.0",
77
76
  "kubernetes-stubs==22.6.0",
78
77
  "MarkupSafe ~=2.1.1",
79
78
  "moto ~=2.2",
80
79
  "mypy ~=1.13.0",
81
80
  "pyfakefs ~=5.1",
82
- "pytest ~=7.2",
83
- "pytest-cov ~=4.0.0",
81
+ "pytest ~=8.3",
82
+ "pytest-cov ~=6.0",
84
83
  "pytest-httpserver ~=1.0",
85
84
  "pytest-mock ~=3.6",
86
85
  "qenerate==0.7.0",
87
- "responses ~=0.23.1",
88
- "ruff ~=0.6.9",
86
+ "responses ~=0.25.0",
87
+ "ruff ~=0.9.0",
89
88
  "smtpdfix ~=0.3.3",
90
89
  "testslide ~=2.7",
91
90
  "typeguard ~=2.13.3",
@@ -184,7 +183,12 @@ extend-select = [
184
183
  "FA",
185
184
  # ruff special rules
186
185
  "RUF",
187
-
186
+ # flake8-type-checking
187
+ "TC",
188
+ # Perflint
189
+ "PERF",
190
+ # refurb
191
+ "FURB",
188
192
  ]
189
193
  ignore = [
190
194
  "PLR0904", # Too many public methods
@@ -204,6 +208,14 @@ ignore = [
204
208
  "B017", #`pytest.raises(Exception)` should be considered evil
205
209
  "RUF005", # Consider "...."instead of concatenation
206
210
  "RUF012", # Mutable class attributes should be annotated with "typing.ClassVar"
211
+ "TC001", # Type-checking block
212
+ "TC002", # Type-checking block
213
+ "TC003", # Type-checking block
214
+ "TC004", # Type-checking block
215
+ "TC006", # quoted type expressions in `typing.cast()`
216
+ # Review later
217
+ "FURB101", # Replace `open` with `pathlib.Path`
218
+ "FURB103", # Replace `open` with `pathlib.Path`
207
219
  ]
208
220
  [tool.ruff.format]
209
221
  preview = true
@@ -320,7 +332,6 @@ module = [
320
332
  "reconcile.utils.config",
321
333
  "reconcile.utils.data_structures",
322
334
  "reconcile.utils.defer",
323
- "reconcile.utils.dnsutils",
324
335
  "reconcile.utils.elasticsearch_exceptions",
325
336
  "reconcile.utils.environ",
326
337
  "reconcile.utils.exceptions",
@@ -1,6 +1,7 @@
1
1
  import logging
2
2
  from collections import defaultdict
3
3
  from collections.abc import Callable
4
+ from itertools import starmap
4
5
  from typing import (
5
6
  Self,
6
7
  )
@@ -151,10 +152,7 @@ class AcsRbacIntegration(QontractReconcileIntegration[NoParams]):
151
152
  permission_usernames[
152
153
  Permission(**permission.dict(by_alias=True))
153
154
  ].append(user.org_username)
154
- return [
155
- AcsRole.build(permission, usernames)
156
- for permission, usernames in permission_usernames.items()
157
- ]
155
+ return list(starmap(AcsRole.build, permission_usernames.items()))
158
156
 
159
157
  def get_current_state(
160
158
  self, auth_provider_id: str, rbac_api_resources: RbacResources
@@ -585,20 +585,20 @@ def fetch_current_state(
585
585
  addon_upgrade_policies = addon_service.get_addon_upgrade_policies(
586
586
  ocm_api, spec.cluster.id, addon_id=addon_spec.addon.addon.id
587
587
  )
588
- for addon_upgrade_policy in addon_upgrade_policies:
589
- current_state.append(
590
- AddonUpgradePolicy(
591
- id=addon_upgrade_policy.id,
592
- addon_id=addon_spec.addon.addon.id,
593
- cluster=spec.cluster,
594
- next_run=addon_upgrade_policy.next_run,
595
- schedule=addon_upgrade_policy.schedule,
596
- schedule_type=addon_upgrade_policy.schedule_type,
597
- version=addon_upgrade_policy.version,
598
- state=addon_upgrade_policy.state,
599
- addon_service=addon_service,
600
- )
588
+ current_state.extend(
589
+ AddonUpgradePolicy(
590
+ id=addon_upgrade_policy.id,
591
+ addon_id=addon_spec.addon.addon.id,
592
+ cluster=spec.cluster,
593
+ next_run=addon_upgrade_policy.next_run,
594
+ schedule=addon_upgrade_policy.schedule,
595
+ schedule_type=addon_upgrade_policy.schedule_type,
596
+ version=addon_upgrade_policy.version,
597
+ state=addon_upgrade_policy.state,
598
+ addon_service=addon_service,
601
599
  )
600
+ for addon_upgrade_policy in addon_upgrade_policies
601
+ )
602
602
  elif spec.cluster.is_rosa_hypershift():
603
603
  upgrade_policies = get_control_plane_upgrade_policies(
604
604
  ocm_api, spec.cluster.id
@@ -19,8 +19,7 @@ def filter_accounts(accounts: Iterable[dict[str, Any]]) -> list[dict[str, Any]]:
19
19
  sharing = a.get("sharing")
20
20
  if sharing:
21
21
  sharing_account_names.add(a["name"])
22
- for s in sharing:
23
- sharing_account_names.add(s["account"]["name"])
22
+ sharing_account_names.update(s["account"]["name"] for s in sharing)
24
23
 
25
24
  return [a for a in accounts if a["name"] in sharing_account_names]
26
25
 
@@ -35,7 +35,7 @@ class AWSCloudwatchCleanupOption(BaseModel):
35
35
 
36
36
 
37
37
  DEFAULT_AWS_CLOUDWATCH_CLEANUP_OPTION = AWSCloudwatchCleanupOption(
38
- regex=re.compile(".*"),
38
+ regex=re.compile(r".*"),
39
39
  retention_in_days=DEFAULT_RETENTION_IN_DAYS,
40
40
  delete_empty_log_group=False,
41
41
  )
@@ -177,7 +177,7 @@ class AwsSamlIdpIntegration(QontractReconcileIntegration[AwsSamlIdpIntegrationPa
177
177
  integration_version=QONTRACT_INTEGRATION_VERSION,
178
178
  dry_run=dry_run,
179
179
  cache_source=ts.terraform_configurations(),
180
- shard=self.params.account_name if self.params.account_name else "",
180
+ shard=self.params.account_name or "",
181
181
  ttl_seconds=self.params.extended_early_exit_cache_ttl_seconds,
182
182
  logger=logging.getLogger(),
183
183
  runner=runner,
@@ -295,7 +295,7 @@ class AwsSamlRolesIntegration(
295
295
  integration_version=QONTRACT_INTEGRATION_VERSION,
296
296
  dry_run=dry_run,
297
297
  cache_source=ts.terraform_configurations(),
298
- shard=self.params.account_name if self.params.account_name else "",
298
+ shard=self.params.account_name or "",
299
299
  ttl_seconds=self.params.extended_early_exit_cache_ttl_seconds,
300
300
  logger=logging.getLogger(),
301
301
  runner=runner,
@@ -273,7 +273,7 @@ class AVSIntegration(QontractReconcileIntegration[AVSIntegrationParams]):
273
273
  supported_providers: Iterable[str],
274
274
  ) -> list[ExternalResource]:
275
275
  external_resources: list[ExternalResource] = []
276
- _defaults_cache: dict[str, Any] = {}
276
+ defaults_cache: dict[str, Any] = {}
277
277
  for ns in namespaces:
278
278
  for external_resource in ns.external_resources or []:
279
279
  if not isinstance(
@@ -297,12 +297,12 @@ class AVSIntegration(QontractReconcileIntegration[AVSIntegrationParams]):
297
297
  values = {}
298
298
  # get/set the defaults file values from/to cache
299
299
  if resource.defaults:
300
- if not (values := _defaults_cache.get(resource.defaults, {})):
300
+ if not (values := defaults_cache.get(resource.defaults, {})):
301
301
  # retrieve the external resource spec values
302
302
  values = get_values(
303
303
  gql_get_resource_func, resource.defaults
304
304
  )
305
- _defaults_cache[resource.defaults] = values
305
+ defaults_cache[resource.defaults] = values
306
306
  values = override_values(values, resource.overrides)
307
307
  if resource.provider.lower() == "elasticache" and str(
308
308
  values["engine_version"]
@@ -215,8 +215,8 @@ def write_coverage_report_to_stdout(change_decisions: list[ChangeDecision]) -> N
215
215
  "disabled": False,
216
216
  })
217
217
  if d.coverage:
218
- for ctx in d.coverage:
219
- results.append({
218
+ results.extend(
219
+ {
220
220
  "file": d.file.path,
221
221
  "schema": d.file.schema,
222
222
  "changed path": d.diff.path,
@@ -228,7 +228,9 @@ def write_coverage_report_to_stdout(change_decisions: list[ChangeDecision]) -> N
228
228
  for ar in ctx.approver_reachability or []
229
229
  ]),
230
230
  "disabled": str(ctx.disabled),
231
- })
231
+ }
232
+ for ctx in d.coverage
233
+ )
232
234
  else:
233
235
  results.append({
234
236
  "file": d.file.path,
@@ -453,8 +455,9 @@ def run(
453
455
  if not co_label.startswith("change-owner/")
454
456
  }
455
457
  for bc in changes:
456
- for label in bc.change_owner_labels:
457
- labels.add(change_owner_label(label))
458
+ labels.update(
459
+ change_owner_label(label) for label in bc.change_owner_labels
460
+ )
458
461
 
459
462
  if mr_management_enabled:
460
463
  gl.set_labels_on_merge_request(merge_request, labels)
@@ -578,15 +578,15 @@ class ChangeTypeProcessor:
578
578
 
579
579
  # expand context based on change-type composition
580
580
  for ce in self._context_expansions:
581
- for ec in ce.expand(change, expansion_trail_copy):
582
- # add expanded contexts (derived owned files)
583
- contexts.append(
584
- ResolvedContext(
585
- owned_file_ref=ec.owned_file_ref,
586
- context_file_ref=change.file_ref,
587
- change_type=ec.change_type,
588
- )
581
+ # add expanded contexts (derived owned files)
582
+ contexts.extend(
583
+ ResolvedContext(
584
+ owned_file_ref=ec.owned_file_ref,
585
+ context_file_ref=change.file_ref,
586
+ change_type=ec.change_type,
589
587
  )
588
+ for ec in ce.expand(change, expansion_trail_copy)
589
+ )
590
590
 
591
591
  # context detection
592
592
  # the context for approver extraction can be found within the changed
@@ -603,17 +603,17 @@ class ChangeTypeProcessor:
603
603
  )
604
604
  )
605
605
  for ce in self._context_expansions:
606
- for ec in ce.expand_from_file_ref(
607
- ctx_file_ref, expansion_trail_copy
608
- ):
609
- # add expanded contexts (derived owned files)
610
- contexts.append(
611
- ResolvedContext(
612
- owned_file_ref=ec.owned_file_ref,
613
- context_file_ref=ctx_file_ref,
614
- change_type=ec.change_type,
615
- )
606
+ # add expanded contexts (derived owned files)
607
+ contexts.extend(
608
+ ResolvedContext(
609
+ owned_file_ref=ec.owned_file_ref,
610
+ context_file_ref=ctx_file_ref,
611
+ change_type=ec.change_type,
612
+ )
613
+ for ec in ce.expand_from_file_ref(
614
+ ctx_file_ref, expansion_trail_copy
616
615
  )
616
+ )
617
617
 
618
618
  return contexts
619
619
 
@@ -211,11 +211,11 @@ class BundleFileChange:
211
211
  returns all the change-types that are involved in the coverage
212
212
  of all changes
213
213
  """
214
- change_types = []
215
- for dc in self.diff_coverage:
216
- for ctx in dc.coverage:
217
- change_types.append(ctx.change_type_processor)
218
- return change_types
214
+ return [
215
+ ctx.change_type_processor
216
+ for dc in self.diff_coverage
217
+ for ctx in dc.coverage
218
+ ]
219
219
 
220
220
 
221
221
  def parse_resource_file_content(content: Any | None) -> tuple[Any, str | None]:
@@ -308,10 +308,9 @@ def get_priority_for_changes(
308
308
  """
309
309
  Finds the lowest priority of all change types involved in the provided bundle file changes.
310
310
  """
311
- priorities: set[ChangeTypePriority] = set()
312
- for bfc in bundle_file_changes:
313
- for ct in bfc.involved_change_types():
314
- priorities.add(ct.priority)
311
+ priorities = {
312
+ ct.priority for bfc in bundle_file_changes for ct in bfc.involved_change_types()
313
+ }
315
314
  # get the lowest priority
316
315
  for p in reversed(ChangeTypePriority):
317
316
  if p in priorities:
@@ -1,3 +1,4 @@
1
+ import operator
1
2
  from collections import defaultdict
2
3
  from collections.abc import (
3
4
  Iterable,
@@ -35,7 +36,7 @@ def get_approver_decisions_from_mr_comments(
35
36
  comments: Iterable[Mapping[str, Any]],
36
37
  ) -> list[Decision]:
37
38
  decisions: list[Decision] = []
38
- for c in sorted(comments, key=lambda k: k["created_at"]):
39
+ for c in sorted(comments, key=operator.itemgetter("created_at")):
39
40
  commenter = c["username"]
40
41
  comment_body = c.get("body")
41
42
  for line in comment_body.split("\n") if comment_body else []:
@@ -146,20 +147,16 @@ def apply_decisions_to_changes(
146
147
  to generate the coverage report and to reason about the approval
147
148
  state of the MR.
148
149
  """
149
-
150
- diff_decisions = []
151
- for c in changes:
152
- for d in c.diff_coverage:
153
- diff_decisions.append(
154
- _apply_decision_to_diff(
155
- c,
156
- d,
157
- approver_decisions,
158
- auto_approver_usernames,
159
- )
160
- )
161
-
162
- return diff_decisions
150
+ return [
151
+ _apply_decision_to_diff(
152
+ c,
153
+ d,
154
+ approver_decisions,
155
+ auto_approver_usernames,
156
+ )
157
+ for c in changes
158
+ for d in c.diff_coverage
159
+ ]
163
160
 
164
161
 
165
162
  def _apply_decision_to_diff(
@@ -139,7 +139,7 @@ def change_type_contexts_for_self_service_roles(
139
139
  resolved_approvers = resolve_role_members([r for r in roles if r.self_service])
140
140
 
141
141
  # match every BundleChange with every relevant ChangeTypeV1
142
- change_type_contexts = []
142
+ change_type_contexts: list[tuple[BundleFileChange, ChangeTypeContext]] = []
143
143
  for bc in bundle_changes:
144
144
  for ctp in change_type_processors:
145
145
  for ownership in ctp.find_context_file_refs(
@@ -177,8 +177,8 @@ def change_type_contexts_for_self_service_roles(
177
177
  else []
178
178
  )
179
179
  })
180
- for role in owning_roles.values():
181
- change_type_contexts.append((
180
+ change_type_contexts.extend(
181
+ (
182
182
  bc,
183
183
  ChangeTypeContext(
184
184
  change_type_processor=ctp,
@@ -193,7 +193,9 @@ def change_type_contexts_for_self_service_roles(
193
193
  change_owner_labels=change_type_labels_from_role(role),
194
194
  context_file=ownership.context_file_ref,
195
195
  ),
196
- ))
196
+ )
197
+ for role in owning_roles.values()
198
+ )
197
199
  return change_type_contexts
198
200
 
199
201
 
@@ -130,16 +130,14 @@ class AppInterfaceRepo:
130
130
  elif c.change_schema is None or c.change_schema == ctp.context_schema:
131
131
  # the change happens in the self_service related files
132
132
  for ssc in role.self_service or []:
133
- for df in ssc.datafiles or []:
134
- bundle_files.append(
135
- self.bundle_file_for_path(BundleFileType.DATAFILE, df.path)
136
- )
137
- for rf_path in ssc.resources or []:
138
- bundle_files.append(
139
- self.bundle_file_for_path(
140
- BundleFileType.RESOURCEFILE, rf_path
141
- )
142
- )
133
+ bundle_files.extend(
134
+ self.bundle_file_for_path(BundleFileType.DATAFILE, df.path)
135
+ for df in ssc.datafiles or []
136
+ )
137
+ bundle_files.extend(
138
+ self.bundle_file_for_path(BundleFileType.RESOURCEFILE, rf_path)
139
+ for rf_path in ssc.resources or []
140
+ )
143
141
  return bundle_files
144
142
 
145
143
  def bundle_files_with_schemas(self, schema: str) -> list[BundleFileChange]:
@@ -256,7 +256,7 @@ def print_to_file(function):
256
256
  def config_name(function):
257
257
  function = click.option(
258
258
  "--config-name",
259
- help="jenkins config name to print out." "must works with --print-only mode",
259
+ help="jenkins config name to print out.must works with --print-only mode",
260
260
  default=None,
261
261
  )(function)
262
262
 
@@ -308,7 +308,7 @@ def vault_output_path(function):
308
308
  def vault_throughput_path(function):
309
309
  function = click.option(
310
310
  "--vault-throughput-path",
311
- help="path in Vault to find input resources " "and store output resources.",
311
+ help="path in Vault to find input resources and store output resources.",
312
312
  default="",
313
313
  )(function)
314
314
 
@@ -888,7 +888,7 @@ def openshift_users(ctx, thread_pool_size, internal, use_jump_host):
888
888
 
889
889
 
890
890
  @integration.command(
891
- short_help="Use OpenShift ServiceAccount tokens " "across namespaces/clusters."
891
+ short_help="Use OpenShift ServiceAccount tokens across namespaces/clusters."
892
892
  )
893
893
  @threaded()
894
894
  @binary(["oc", "ssh"])
@@ -1601,8 +1601,7 @@ def openshift_tekton_resources(
1601
1601
 
1602
1602
 
1603
1603
  @integration.command(
1604
- short_help="Guesses and adds labels to merge requests "
1605
- "according to changed paths."
1604
+ short_help="Guesses and adds labels to merge requests according to changed paths."
1606
1605
  )
1607
1606
  @click.argument("gitlab-project-id")
1608
1607
  @click.argument("gitlab-merge-request-id")
@@ -2801,7 +2800,7 @@ def ocm_addons_upgrade_scheduler_org(
2801
2800
  @click.option(
2802
2801
  "--ignore-sts-clusters",
2803
2802
  is_flag=True,
2804
- default=os.environ.get("IGNORE_STS_CLUSTERS", False),
2803
+ default=bool(os.environ.get("IGNORE_STS_CLUSTERS")),
2805
2804
  help="Ignore STS clusters",
2806
2805
  )
2807
2806
  @click.pass_context
@@ -2938,7 +2937,7 @@ def ocm_addons(ctx, thread_pool_size):
2938
2937
 
2939
2938
 
2940
2939
  @integration.command(
2941
- short_help="Grants AWS infrastructure access " "to members in AWS groups via OCM."
2940
+ short_help="Grants AWS infrastructure access to members in AWS groups via OCM."
2942
2941
  )
2943
2942
  @click.pass_context
2944
2943
  def ocm_aws_infrastructure_access(ctx):
@@ -3129,7 +3128,7 @@ def email_sender(ctx):
3129
3128
 
3130
3129
 
3131
3130
  @integration.command(
3132
- short_help="Send emails to users based on " "requests submitted to app-interface."
3131
+ short_help="Send emails to users based on requests submitted to app-interface."
3133
3132
  )
3134
3133
  @click.pass_context
3135
3134
  def requests_sender(ctx):
@@ -3156,8 +3155,7 @@ def sql_query(ctx, enable_deletion):
3156
3155
 
3157
3156
 
3158
3157
  @integration.command(
3159
- short_help="Manages labels on gitlab merge requests "
3160
- "based on OWNERS files schema."
3158
+ short_help="Manages labels on gitlab merge requests based on OWNERS files schema."
3161
3159
  )
3162
3160
  @threaded()
3163
3161
  @click.pass_context
@@ -3525,7 +3523,7 @@ def integrations_manager(
3525
3523
  @click.option(
3526
3524
  "--mr-management",
3527
3525
  is_flag=True,
3528
- default=os.environ.get("MR_MANAGEMENT", False),
3526
+ default=bool(os.environ.get("MR_MANAGEMENT")),
3529
3527
  help="Manage MR labels and comments (default to false)",
3530
3528
  )
3531
3529
  @click.pass_context
@@ -84,7 +84,7 @@ def parse_prober_url(url: str) -> dict[str, str]:
84
84
  parsed_url = urlparse(url)
85
85
  if parsed_url.scheme not in {"http", "https"}:
86
86
  raise ValueError(
87
- "the prober URL needs to be an http:// or https:// one " f"but is {url}"
87
+ f"the prober URL needs to be an http:// or https:// one but is {url}"
88
88
  )
89
89
  data = {"url": parsed_url.netloc, "scheme": parsed_url.scheme}
90
90
  if parsed_url.path:
@@ -49,8 +49,8 @@ class CNAIntegration:
49
49
  ):
50
50
  self._cna_clients = cna_clients
51
51
  self._namespaces = namespaces
52
- self._desired_states = desired_states if desired_states else defaultdict(State)
53
- self._current_states = current_states if current_states else defaultdict(State)
52
+ self._desired_states = desired_states or defaultdict(State)
53
+ self._current_states = current_states or defaultdict(State)
54
54
 
55
55
  def assemble_desired_states(self):
56
56
  self._desired_states = defaultdict(State)
@@ -57,7 +57,7 @@ class DashdotdbBase:
57
57
  return None
58
58
 
59
59
  params = {"scope": self.scope}
60
- endpoint = f"{self.dashdotdb_url}/api/v1/" f"token"
60
+ endpoint = f"{self.dashdotdb_url}/api/v1/token"
61
61
  response = requests.get(
62
62
  url=endpoint,
63
63
  params=params,
@@ -81,7 +81,7 @@ class DashdotdbBase:
81
81
  return None
82
82
 
83
83
  params = {"scope": self.scope}
84
- endpoint = f"{self.dashdotdb_url}/api/v1/" f"token/{self.dashdotdb_token}"
84
+ endpoint = f"{self.dashdotdb_url}/api/v1/token/{self.dashdotdb_token}"
85
85
  response = requests.delete(
86
86
  url=endpoint,
87
87
  params=params,
@@ -56,7 +56,7 @@ class DashdotdbCSO(DashdotdbBase):
56
56
  return response
57
57
 
58
58
  for item in imagemanifestvuln["items"]:
59
- endpoint = f"{self.dashdotdb_url}/api/v1/" f"imagemanifestvuln/{cluster}"
59
+ endpoint = f"{self.dashdotdb_url}/api/v1/imagemanifestvuln/{cluster}"
60
60
  response = self._do_post(endpoint, item)
61
61
  try:
62
62
  response.raise_for_status()
@@ -110,7 +110,7 @@ class DeploymentDB:
110
110
  trigger_reason_pattern: str,
111
111
  app_env_since_list: Iterable[tuple[AppEnv, datetime]],
112
112
  ) -> list[tuple[AppEnv, Deployment]]:
113
- deployments = []
113
+ deployments: list[tuple[AppEnv, Deployment]] = []
114
114
  with self.conn.cursor() as cur:
115
115
  subq = [
116
116
  sql.SQL(
@@ -137,11 +137,13 @@ class DeploymentDB:
137
137
 
138
138
  cur.execute(query)
139
139
 
140
- for record in cur:
141
- deployments.append((
140
+ deployments.extend(
141
+ (
142
142
  AppEnv(record[0], record[1]),
143
143
  Deployment(record[2], record[3]),
144
- ))
144
+ )
145
+ for record in cur
146
+ )
145
147
 
146
148
  if not deployments:
147
149
  LOG.info("No deployments found")
@@ -78,7 +78,7 @@ class DashdotdbSLO(DashdotdbBase):
78
78
 
79
79
  for item in service_slos:
80
80
  slo_name = item.name
81
- endpoint = f"{self.dashdotdb_url}/api/v1/" f"serviceslometrics/{slo_name}"
81
+ endpoint = f"{self.dashdotdb_url}/api/v1/serviceslometrics/{slo_name}"
82
82
  payload = item.dashdot_payload()
83
83
  if self.dry_run:
84
84
  continue