qontract-reconcile 0.10.2.dev291__tar.gz → 0.10.2.dev292__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.
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/PKG-INFO +1 -1
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/terrascript_aws_client.py +107 -45
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/README.md +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/pyproject.toml +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aus/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aus/advanced_upgrade_service.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aus/aus_label_source.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aus/base.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aus/cluster_version_data.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aus/healthchecks.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aus/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aus/models.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aus/node_pool_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aus/ocm_addons_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aus/ocm_upgrade_scheduler.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aus/ocm_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aus/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aus/version_gate_approver.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aus/version_gates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aus/version_gates/handler.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aus/version_gates/ingress_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aus/version_gates/ocp_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aus/version_gates/sts_version_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/automated_actions/config/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/automated_actions/config/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aws_account_manager/README.md +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aws_account_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aws_account_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aws_account_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aws_account_manager/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aws_account_manager/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aws_ami_cleanup/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aws_ami_share.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aws_cloudwatch_log_retention/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aws_ecr_image_pull_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aws_iam_keys.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aws_iam_password_reset.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aws_saml_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aws_saml_roles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aws_support_cases_sos.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aws_version_sync/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aws_version_sync/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aws_version_sync/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aws_version_sync/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/blackbox_exporter_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/change_owners/README.md +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/change_owners/approver.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/change_owners/bundle.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/change_owners/change_log_tracking.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/change_owners/change_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/change_owners/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/change_owners/changes.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/change_owners/decision.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/change_owners/diff.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/change_owners/implicit_ownership.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/change_owners/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/change_owners/tester.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/checkpoint.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/cli.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/closedbox_endpoint_monitoring_base.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/cluster_auth_rhidp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/cluster_deployment_mapper.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/dashdotdb_base.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/dashdotdb_dora.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/dashdotdb_dvo.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/dashdotdb_slo.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/deadmanssnitch.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/dynatrace_token_provider/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/dynatrace_token_provider/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/dynatrace_token_provider/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/dynatrace_token_provider/model.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/dynatrace_token_provider/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/dynatrace_token_provider/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/email_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/endpoints_discovery/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/endpoints_discovery/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/endpoints_discovery/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/external_resources/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/external_resources/factories.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/external_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/external_resources/integration_secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/external_resources/manager.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/external_resources/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/external_resources/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/external_resources/model.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/external_resources/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/external_resources/secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/external_resources/state.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/fleet_labeler/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/fleet_labeler/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/fleet_labeler/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/fleet_labeler/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/fleet_labeler/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/fleet_labeler/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/fleet_labeler/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/fleet_labeler/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gabi_authorized_users.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gcp_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/github_org.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/github_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/github_repo_invites.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/github_repo_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/github_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gitlab_fork_compliance.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gitlab_housekeeping.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gitlab_labeler.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gitlab_members.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gitlab_mr_sqs_consumer.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gitlab_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gitlab_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gitlab_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/glitchtip/README.md +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/glitchtip/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/glitchtip/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/glitchtip_project_alerts/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/glitchtip_project_dsn/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/glitchtip_project_dsn/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/acs/acs_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/acs/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/acs/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/advanced_upgrade_service/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/users.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/automated_actions/instance.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/aws_account_manager/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/aws_saml_roles/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/aws_version_sync/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/aws_version_sync/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/change_owners/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/change_owners/queries/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/change_owners/queries/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/app_code_component_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/app_interface_dms_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/app_interface_repo_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/ocm_env_telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/ocm_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/pgp_reencryption_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/quay_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/quay_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/saas_target_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/saasherder_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/slack_workspaces.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/smtp_client_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/users.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/common/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/dashdotdb_slo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/email_sender/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/email_sender/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/email_sender/emails.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/email_sender/users.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/endpoints_discovery/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/external_resources/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/external_resources/external_resources_modules.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/external_resources/external_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/external_resources/external_resources_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/external_resources/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/external_resources/fragments/external_resources_module_overrides.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fleet_labeler/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/aws_account_common.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/aws_account_managed.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/aws_account_sso.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/aws_infra_management_account.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/aws_vpc.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/aws_vpc_request.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/aws_vpc_request_subnet.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/container_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/deploy_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/disable.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/email_service.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/email_user.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/jumphost_common_fields.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/membership_source.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/minimal_ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/oc_connection_cluster.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/ocm_environment.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/pipeline_provider_retention.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/prometheus_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/resource_limits_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/resource_requests_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/resource_values.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/saas_slo_document.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/saas_target_namespace.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/serviceaccount_token.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/terraform_state.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/upgrade_policy.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/user.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/fragments/vault_secret.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/gcp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/gcp/gcp_docker_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/gcp/gcp_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/gitlab_members/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/gitlab_members/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/gitlab_members/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/glitchtip/glitchtip_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/glitchtip/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/integrations/integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/introspection.json +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/jenkins_configs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/jira/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/jira/jira_servers.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/jira_permissions_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/jumphosts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/jumphosts/jumphosts.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/ldap_groups/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/ldap_groups/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/maintenance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/maintenance/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/membershipsources/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/ocm_labels/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/ocm_labels/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/ocm_subscription_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/openshift_cluster_bots/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/openshift_cluster_bots/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/openshift_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/openshift_groups/managed_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/openshift_groups/managed_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/openshift_serviceaccount_tokens/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/quay_membership/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/quay_membership/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/rhcs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/rhcs/certs.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/rhidp/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/service_dependencies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/service_dependencies/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/sharding/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/sharding/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/sharding/ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/skupper_network/site_controller_template.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/skupper_network/skupper_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/slack_usergroups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/slack_usergroups/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/slack_usergroups/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/slack_usergroups/users.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/slo_documents/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/slo_documents/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/status_board/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/status_board/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/statuspage/statuspages.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/templating/template_collection.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/templating/templates.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/terraform_cloudflare_dns/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/terraform_cloudflare_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/terraform_cloudflare_users/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/terraform_init/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/terraform_repo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/terraform_repo/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/terraform_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/terraform_resources/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/vault_instances/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/vault_instances/vault_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/vault_policies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/vault_policies/vault_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/vpc_peerings_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/integrations_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/jenkins/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/jenkins/types.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/jenkins_base.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/jenkins_job_builder.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/jenkins_job_builds_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/jenkins_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/jenkins_webhooks.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/jenkins_webhooks_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/jenkins_worker_fleets.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/jira_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/ldap_groups/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/ldap_users.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/mr_client_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/ocm/types.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/ocm_additional_routers.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/ocm_addons.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/ocm_addons_upgrade_tests_trigger.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/ocm_aws_infrastructure_access.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/ocm_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/ocm_external_configuration_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/ocm_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/ocm_internal_notifications/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/ocm_internal_notifications/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/ocm_labels/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/ocm_machine_pools.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/ocm_upgrade_scheduler_org_updater.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/openshift_base.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/openshift_cluster_bots.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/openshift_clusterrolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/openshift_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/openshift_limitranges.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/openshift_namespace_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/openshift_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/openshift_network_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/openshift_prometheus_rules.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/openshift_resourcequotas.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/openshift_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/openshift_resources_base.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/openshift_rhcs_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/openshift_rolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/openshift_routes.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/openshift_saas_deploy.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/openshift_saas_deploy_change_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/openshift_saas_deploy_trigger_base.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/openshift_saas_deploy_trigger_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/openshift_saas_deploy_trigger_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/openshift_saas_deploy_trigger_images.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/openshift_saas_deploy_trigger_moving_commits.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/openshift_saas_deploy_trigger_upstream_jobs.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/openshift_serviceaccount_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/openshift_tekton_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/openshift_upgrade_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/openshift_users.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/openshift_vault_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/oum/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/oum/base.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/oum/labelset.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/oum/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/oum/models.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/oum/providers.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/oum/standalone.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/prometheus_rules_tester/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/prometheus_rules_tester/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/quay_base.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/quay_mirror_org.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/quay_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/quay_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/queries.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/query_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/requests_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/resource_scraper.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/resource_template_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/rhidp/common.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/rhidp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/rhidp/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/rhidp/ocm_oidc_idp/base.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/rhidp/ocm_oidc_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/rhidp/ocm_oidc_idp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/rhidp/sso_client/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/rhidp/sso_client/base.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/rhidp/sso_client/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/rhidp/sso_client/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/run_integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/saas_auto_promotions_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/saas_auto_promotions_manager/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/saas_auto_promotions_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/saas_auto_promotions_manager/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/saas_auto_promotions_manager/merge_request_manager/desired_state.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager_v2.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/saas_auto_promotions_manager/merge_request_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/saas_auto_promotions_manager/merge_request_manager/mr_parser.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/saas_auto_promotions_manager/merge_request_manager/open_merge_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/saas_auto_promotions_manager/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/saas_auto_promotions_manager/publisher.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/saas_auto_promotions_manager/s3_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/saas_auto_promotions_manager/subscriber.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/saas_auto_promotions_manager/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/saas_file_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/sendgrid_teammates.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/signalfx_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/skupper_network/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/skupper_network/models.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/skupper_network/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/skupper_network/site_controller.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/slack_base.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/slack_usergroups.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/sql_query.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/status.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/statuspage/atlassian.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/statuspage/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/statuspage/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/statuspage/integrations/components.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/statuspage/integrations/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/statuspage/page.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/statuspage/state.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/statuspage/status.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/templates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/templates/aws_access_key_email.j2 +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/templates/email.yml.j2 +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/templates/jira-checkpoint-missinginfo.j2 +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/templates/rosa-classic-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/templating/lib/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/templating/lib/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/templating/lib/model.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/templating/lib/rendering.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/templating/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/templating/validator.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/terraform_aws_route53.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/terraform_cloudflare_dns.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/terraform_cloudflare_users.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/terraform_init/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/terraform_init/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/terraform_init/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/terraform_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/terraform_tgw_attachments.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/terraform_users.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/terraform_vpc_peerings.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/terraform_vpc_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/terraform_vpc_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/terraform_vpc_resources/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/terraform_vpc_resources/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/app_interface_deadmanssnitch_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/app_interface_metrics_exporter/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/app_interface_repo_url.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/cloudflare.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/dynatrace.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/dynatrace_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/dynatrace_token_provider_token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/get_state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/glitchtip.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/jenkins.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/jira.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/quay.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/repos.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/slack.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/smtp.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/tekton_pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/terraform_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/unleash.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/users.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/typed_queries/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/unleash_feature_toggles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/acs/base.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/acs/policies.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/acs/rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/aggregated_list.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/amtool.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/aws_api.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/aws_api_typed/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/aws_api_typed/account.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/aws_api_typed/api.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/aws_api_typed/dynamodb.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/aws_api_typed/iam.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/aws_api_typed/organization.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/aws_api_typed/s3.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/aws_api_typed/service_quotas.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/aws_api_typed/sts.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/aws_api_typed/support.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/aws_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/batches.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/binary.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/cloud_resource_best_practice/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/cloud_resource_best_practice/aws_rds.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/clusterhealth/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/clusterhealth/providerbase.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/clusterhealth/telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/config.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/constants.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/deadmanssnitch_api.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/defer.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/differ.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/disabled_integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/dnsutils.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/dynatrace/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/dynatrace/client.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/early_exit_cache.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/elasticsearch_exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/environ.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/expiration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/extended_early_exit.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/external_resource_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/filtering.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/git.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/gitlab_api.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/glitchtip/client.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/glitchtip/models.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/gpg.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/gql.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/grouping.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/helm.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/helpers.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/imap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/instrumented_wrappers.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/internal_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/internal_groups/client.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/internal_groups/models.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/jenkins_api.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/jinja2/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/jinja2/extensions.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/jinja2/filters.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/jinja2/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/jira_client.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/jjb_client.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/jobcontroller/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/jobcontroller/controller.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/jobcontroller/models.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/jsonpath.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/jump_host.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/keycloak.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/ldap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/lean_terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/make.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/membershipsources/app_interface_resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/membershipsources/models.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/membershipsources/resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/merge_request_manager/parser.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/models.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/mr/README.md +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/mr/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/mr/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/mr/app_sre_tekton_access_report.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/mr/aws_access.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/mr/base.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/mr/clusters_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/mr/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/mr/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/mr/notificator.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/mr/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/mr/promote_qontract.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/mr/update_access_report_base.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/mr/user_maintenance.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/oauth2_backend_application_session.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/oc.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/oc_connection_parameters.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/oc_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/oc_map.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/ocm/addons.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/ocm/base.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/ocm/cluster_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/ocm/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/ocm/identity_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/ocm/label_sources.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/ocm/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/ocm/manifests.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/ocm/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/ocm/products.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/ocm/search_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/ocm/service_log.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/ocm/sre_capability_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/ocm/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/ocm/subscriptions.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/ocm/syncsets.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/ocm/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/ocm_base_client.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/openshift_resource.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/openssl.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/output.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/pagerduty_api.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/parse_dhms_duration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/password_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/prometheus.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/promtool.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/quay_api.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/raw_github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/repo_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/rest_api_base.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/rhcsv2_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/rosa/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/rosa/rosa_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/rosa/session.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/ruamel.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/runtime/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/runtime/desired_state_diff.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/runtime/environment.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/runtime/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/runtime/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/runtime/runner.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/runtime/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/saasherder/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/saasherder/interfaces.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/saasherder/models.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/saasherder/saasherder.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/secret_reader.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/semver_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/slack_api.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/slo_document_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/smtp_client.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/sqs_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/state.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/structs.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/terraform/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/terraform/config.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/terraform/config_client.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/terrascript/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/terrascript/cloudflare_client.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/terrascript/cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/terrascript/models.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/terrascript/resources.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/three_way_diff_strategy.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/throughput.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/unleash/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/unleash/client.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/unleash/server.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/utils/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/vault_replication.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/alert_report.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/app_interface_metrics_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/app_sre_tekton_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/app_sre_tekton_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/cli_commands/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/cli_commands/container_images_report.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/cli_commands/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/cli_commands/cost_report/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/cli_commands/cost_report/cost_management_api.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/cli_commands/cost_report/model.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/cli_commands/cost_report/openshift.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/cli_commands/cost_report/openshift_cost_optimization.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/cli_commands/cost_report/response.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/cli_commands/cost_report/util.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/cli_commands/cost_report/view.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/cli_commands/erv2.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/cli_commands/gpg_encrypt.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/cli_commands/systems_and_tools.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/glitchtip_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/qontract_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/saas_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/saas_metrics_exporter/commit_distance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/saas_metrics_exporter/commit_distance/channel.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/saas_metrics_exporter/commit_distance/commit_distance.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/saas_metrics_exporter/commit_distance/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/saas_metrics_exporter/main.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/saas_promotion_state/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/saas_promotion_state/saas_promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/sre_checkpoints/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/tools/sre_checkpoints/util.py +0 -0
- {qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/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.
|
3
|
+
Version: 0.10.2.dev292
|
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
|
@@ -190,13 +190,14 @@ from reconcile.utils.terraform import safe_resource_id
|
|
190
190
|
from reconcile.utils.vcs import VCS
|
191
191
|
|
192
192
|
GH_BASE_URL = os.environ.get("GITHUB_API", "https://api.github.com")
|
193
|
-
|
194
|
-
|
193
|
+
ROSA_AUTH_LOGTOES_RELEASE = "repos/app-sre/logs-to-elasticsearch-lambda/releases/latest"
|
194
|
+
ROSA_AUTH_KINESIS_TO_OS_RELEASE = (
|
195
195
|
"https://github.com/app-sre/kinesis-to-opensearch-lambda/releases/latest"
|
196
196
|
)
|
197
|
-
|
197
|
+
ROSA_AUTH_PRE_SIGNUP_RELEASE = (
|
198
198
|
"repos/app-sre/cognito-pre-signup-trigger/releases/latest"
|
199
199
|
)
|
200
|
+
ROSA_AUTH_PRE_TOKEN_RELEASE = "repos/app-sre/cognito-pre-token-trigger/releases/latest"
|
200
201
|
# VARIABLE_KEYS are passed to common_values on instantiation of a provider
|
201
202
|
VARIABLE_KEYS = [
|
202
203
|
"region",
|
@@ -546,12 +547,14 @@ class TerrascriptClient:
|
|
546
547
|
self.partitions = {
|
547
548
|
a["name"]: a.get("partition") or "aws" for a in filtered_accounts
|
548
549
|
}
|
549
|
-
self.
|
550
|
-
self.
|
551
|
-
self.
|
552
|
-
self.
|
553
|
-
self.
|
554
|
-
self.
|
550
|
+
self.rosa_auth_logtoes_zip = ""
|
551
|
+
self.rosa_auth_logtoes_zip_lock = Lock()
|
552
|
+
self.rosa_auth_pre_signup_zip = ""
|
553
|
+
self.rosa_auth_pre_signup_zip_lock = Lock()
|
554
|
+
self.rosa_auth_pre_token_zip = ""
|
555
|
+
self.rosa_auth_pre_token_zip_lock = Lock()
|
556
|
+
self.rosa_auth_kinesis_to_os_zip: dict[str, str] = {}
|
557
|
+
self.rosa_auth_kinesis_to_os_zip_lock = Lock()
|
555
558
|
self.github: Github | None = None
|
556
559
|
self.github_lock = Lock()
|
557
560
|
self.gitlab: GitLabApi | None = None
|
@@ -608,15 +611,17 @@ class TerrascriptClient:
|
|
608
611
|
)
|
609
612
|
raise ValueError(f"No bucket config found for account {account_name}")
|
610
613
|
|
611
|
-
def
|
612
|
-
if not self.
|
613
|
-
with self.
|
614
|
+
def get_rosa_auth_kinesis_to_os_zip(self, release_url: str) -> str:
|
615
|
+
if not self.rosa_auth_kinesis_to_os_zip.get(release_url):
|
616
|
+
with self.rosa_auth_kinesis_to_os_zip_lock:
|
614
617
|
# this may have already happened, so we check again
|
615
|
-
if not self.
|
616
|
-
self.
|
617
|
-
|
618
|
+
if not self.rosa_auth_kinesis_to_os_zip.get(release_url):
|
619
|
+
self.rosa_auth_kinesis_to_os_zip[release_url] = (
|
620
|
+
self.download_rosa_auth_kinesis_to_os_zip(release_url)
|
621
|
+
)
|
622
|
+
return self.rosa_auth_kinesis_to_os_zip[release_url]
|
618
623
|
|
619
|
-
def
|
624
|
+
def download_rosa_auth_kinesis_to_os_zip(self, release_url: str) -> str:
|
620
625
|
github = self.init_github()
|
621
626
|
url = release_url.replace("https://", "").split("/")
|
622
627
|
repo_name = f"{url[1]}/{url[2]}"
|
@@ -639,14 +644,16 @@ class TerrascriptClient:
|
|
639
644
|
return zip_file
|
640
645
|
|
641
646
|
def get_logtoes_zip(self, release_url):
|
642
|
-
if not self.
|
643
|
-
with self.
|
647
|
+
if not self.rosa_auth_logtoes_zip:
|
648
|
+
with self.rosa_auth_logtoes_zip_lock:
|
644
649
|
# this may have already happened, so we check again
|
645
|
-
if not self.
|
650
|
+
if not self.rosa_auth_logtoes_zip:
|
646
651
|
self.token = get_default_config()["token"]
|
647
|
-
self.
|
648
|
-
|
649
|
-
|
652
|
+
self.rosa_auth_logtoes_zip = self.download_logtoes_zip(
|
653
|
+
ROSA_AUTH_LOGTOES_RELEASE
|
654
|
+
)
|
655
|
+
if release_url == ROSA_AUTH_LOGTOES_RELEASE:
|
656
|
+
return self.rosa_auth_logtoes_zip
|
650
657
|
return self.download_logtoes_zip(release_url)
|
651
658
|
|
652
659
|
def download_logtoes_zip(self, release_url):
|
@@ -663,28 +670,57 @@ class TerrascriptClient:
|
|
663
670
|
f.write(r.content)
|
664
671
|
return zip_file
|
665
672
|
|
666
|
-
def
|
667
|
-
if not self.
|
668
|
-
with self.
|
673
|
+
def get_rosa_auth_pre_signup_zip(self, release_url):
|
674
|
+
if not self.rosa_auth_pre_signup_zip:
|
675
|
+
with self.rosa_auth_pre_signup_zip_lock:
|
669
676
|
# this may have already happened, so we check again
|
670
|
-
if not self.
|
677
|
+
if not self.rosa_auth_pre_signup_zip:
|
671
678
|
self.token = get_default_config()["token"]
|
672
|
-
self.
|
673
|
-
self.
|
674
|
-
|
679
|
+
self.rosa_auth_pre_signup_zip = (
|
680
|
+
self.download_rosa_auth_pre_signup_zip(
|
681
|
+
ROSA_AUTH_PRE_SIGNUP_RELEASE
|
675
682
|
)
|
676
683
|
)
|
677
|
-
if release_url ==
|
678
|
-
return self.
|
679
|
-
return self.
|
684
|
+
if release_url == ROSA_AUTH_PRE_SIGNUP_RELEASE:
|
685
|
+
return self.rosa_auth_pre_signup_zip
|
686
|
+
return self.download_rosa_auth_pre_signup_zip(release_url)
|
680
687
|
|
681
|
-
def
|
688
|
+
def download_rosa_auth_pre_signup_zip(self, release_url):
|
682
689
|
headers = {"Authorization": "token " + self.token}
|
683
690
|
r = requests.get(GH_BASE_URL + "/" + release_url, headers=headers, timeout=60)
|
684
691
|
r.raise_for_status()
|
685
692
|
data = r.json()
|
686
693
|
zip_url = data["assets"][0]["browser_download_url"]
|
687
|
-
zip_file = "/tmp/
|
694
|
+
zip_file = "/tmp/RosaAuthPreSignUp-" + data["tag_name"] + ".zip"
|
695
|
+
if not os.path.exists(zip_file):
|
696
|
+
r = requests.get(zip_url, timeout=60)
|
697
|
+
r.raise_for_status()
|
698
|
+
with open(zip_file, "wb") as f:
|
699
|
+
f.write(r.content)
|
700
|
+
return zip_file
|
701
|
+
|
702
|
+
def get_rosa_auth_pre_token_zip(self, release_url):
|
703
|
+
if not self.rosa_auth_pre_token_zip:
|
704
|
+
with self.rosa_auth_pre_token_zip_lock:
|
705
|
+
# this may have already happened, so we check again
|
706
|
+
if not self.rosa_auth_pre_token_zip:
|
707
|
+
self.token = get_default_config()["token"]
|
708
|
+
self.rosa_auth_pre_token_zip = (
|
709
|
+
self.download_rosa_auth_pre_token_zip(
|
710
|
+
ROSA_AUTH_PRE_TOKEN_RELEASE
|
711
|
+
)
|
712
|
+
)
|
713
|
+
if release_url == ROSA_AUTH_PRE_TOKEN_RELEASE:
|
714
|
+
return self.rosa_auth_pre_token_zip
|
715
|
+
return self.download_rosa_auth_pre_token_zip(release_url)
|
716
|
+
|
717
|
+
def download_rosa_auth_pre_token_zip(self, release_url):
|
718
|
+
headers = {"Authorization": "token " + self.token}
|
719
|
+
r = requests.get(GH_BASE_URL + "/" + release_url, headers=headers, timeout=60)
|
720
|
+
r.raise_for_status()
|
721
|
+
data = r.json()
|
722
|
+
zip_url = data["assets"][0]["browser_download_url"]
|
723
|
+
zip_file = "/tmp/RosaAuthPreToken-" + data["tag_name"] + ".zip"
|
688
724
|
if not os.path.exists(zip_file):
|
689
725
|
r = requests.get(zip_url, timeout=60)
|
690
726
|
r.raise_for_status()
|
@@ -3697,7 +3733,7 @@ class TerrascriptClient:
|
|
3697
3733
|
data.aws_elasticsearch_domain(es_identifier, **es_domain)
|
3698
3734
|
)
|
3699
3735
|
|
3700
|
-
release_url = common_values.get("release_url",
|
3736
|
+
release_url = common_values.get("release_url", ROSA_AUTH_LOGTOES_RELEASE)
|
3701
3737
|
zip_file = self.get_logtoes_zip(release_url)
|
3702
3738
|
|
3703
3739
|
lambda_identifier = f"{identifier}-lambda"
|
@@ -4007,8 +4043,10 @@ class TerrascriptClient:
|
|
4007
4043
|
data.aws_elasticsearch_domain(es_identifier, **es_domain)
|
4008
4044
|
)
|
4009
4045
|
|
4010
|
-
release_url = common_values.get(
|
4011
|
-
|
4046
|
+
release_url = common_values.get(
|
4047
|
+
"release_url", ROSA_AUTH_KINESIS_TO_OS_RELEASE
|
4048
|
+
)
|
4049
|
+
zip_file = self.get_rosa_auth_kinesis_to_os_zip(release_url)
|
4012
4050
|
|
4013
4051
|
lambda_identifier = f"{identifier}-lambda"
|
4014
4052
|
lambda_values = {
|
@@ -5983,16 +6021,14 @@ class TerrascriptClient:
|
|
5983
6021
|
tf_resources.append(lambda_iam_role_resource)
|
5984
6022
|
|
5985
6023
|
# Setup + manage Lambda resources
|
5986
|
-
# pre-signup lambda
|
5987
|
-
release_url = common_values.get(
|
5988
|
-
"release_url", ROSA_AUTHENTICATOR_PRE_SIGNUP_RELEASE
|
5989
|
-
)
|
5990
|
-
zip_file = self.get_rosa_authenticator_zip(release_url)
|
5991
6024
|
|
6025
|
+
# pre-signup lambda
|
6026
|
+
release_url = common_values.get("release_url", ROSA_AUTH_PRE_SIGNUP_RELEASE)
|
6027
|
+
zip_file = self.get_rosa_auth_pre_signup_zip(release_url)
|
5992
6028
|
cognito_pre_signup_lambda_resource = aws_lambda_function(
|
5993
6029
|
"cognito_pre_signup",
|
5994
6030
|
function_name=f"ocm-{identifier}-cognito-pre-signup",
|
5995
|
-
runtime="
|
6031
|
+
runtime="nodejs18.x",
|
5996
6032
|
role=f"${{{lambda_iam_role_resource.arn}}}",
|
5997
6033
|
handler="index.handler",
|
5998
6034
|
filename=zip_file,
|
@@ -6001,6 +6037,21 @@ class TerrascriptClient:
|
|
6001
6037
|
)
|
6002
6038
|
tf_resources.append(cognito_pre_signup_lambda_resource)
|
6003
6039
|
|
6040
|
+
# pre-token lambda
|
6041
|
+
release_url = common_values.get("release_url", ROSA_AUTH_PRE_TOKEN_RELEASE)
|
6042
|
+
zip_file = self.get_rosa_auth_pre_token_zip(release_url)
|
6043
|
+
cognito_pre_token_lambda_resource = aws_lambda_function(
|
6044
|
+
"cognito_pre_token",
|
6045
|
+
function_name=f"ocm-{identifier}-cognito-pre-token",
|
6046
|
+
runtime="nodejs18.x",
|
6047
|
+
role=f"${{{lambda_iam_role_resource.arn}}}",
|
6048
|
+
handler="index.handler",
|
6049
|
+
filename=zip_file,
|
6050
|
+
source_code_hash='${filebase64sha256("' + zip_file + '")}',
|
6051
|
+
tracing_config={"mode": "PassThrough"},
|
6052
|
+
)
|
6053
|
+
tf_resources.append(cognito_pre_token_lambda_resource)
|
6054
|
+
|
6004
6055
|
# setup s3_client
|
6005
6056
|
# pattern followed from utils/state.py
|
6006
6057
|
# The variable "account" is the name of the AWS account we are reconciling
|
@@ -6084,7 +6135,8 @@ class TerrascriptClient:
|
|
6084
6135
|
"pool",
|
6085
6136
|
name=f"ocm-{identifier}-pool",
|
6086
6137
|
lambda_config={
|
6087
|
-
"pre_sign_up": f"${{{cognito_pre_signup_lambda_resource.arn}}}"
|
6138
|
+
"pre_sign_up": f"${{{cognito_pre_signup_lambda_resource.arn}}}",
|
6139
|
+
"pre_token_generation": f"${{{cognito_pre_token_lambda_resource.arn}}}",
|
6088
6140
|
},
|
6089
6141
|
**pool_args,
|
6090
6142
|
)
|
@@ -6100,6 +6152,16 @@ class TerrascriptClient:
|
|
6100
6152
|
)
|
6101
6153
|
tf_resources.append(cognito_pre_signup_lambda_permission_resource)
|
6102
6154
|
|
6155
|
+
# Finish up lambda - pre token
|
6156
|
+
cognito_pre_token_lambda_permission_resource = aws_lambda_permission(
|
6157
|
+
"cognito_pre_token_permission",
|
6158
|
+
action="lambda:InvokeFunction",
|
6159
|
+
function_name=cognito_pre_token_lambda_resource.function_name,
|
6160
|
+
source_arn=f"${{{cognito_user_pool_resource.arn}}}",
|
6161
|
+
principal="cognito-idp.amazonaws.com",
|
6162
|
+
)
|
6163
|
+
tf_resources.append(cognito_pre_token_lambda_permission_resource)
|
6164
|
+
|
6103
6165
|
# POOL DOMAIN
|
6104
6166
|
cognito_user_pool_domain_resource = aws_cognito_user_pool_domain(
|
6105
6167
|
"userpool_domain",
|
@@ -6582,7 +6644,7 @@ class TerrascriptClient:
|
|
6582
6644
|
response_parameters={
|
6583
6645
|
"method.response.header.Location": f"'{user_pool_url}/oauth2/authorize?client_id="
|
6584
6646
|
f"${{{cognito_user_pool_client.id}}}\u0026response_type=code"
|
6585
|
-
f"\u0026scope=openid+gateway/AccessToken\u0026redirect_uri={bucket_url}/"
|
6647
|
+
f"\u0026scope=email+openid+gateway/AccessToken\u0026redirect_uri={bucket_url}/"
|
6586
6648
|
"token.html'",
|
6587
6649
|
},
|
6588
6650
|
depends_on=["aws_api_gateway_integration.gw_integration_auth"],
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/acs_policies.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aus/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aus/healthchecks.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aus/metrics.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aus/models.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aus/upgrades.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aws_ami_share.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/aws_iam_keys.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/checkpoint.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/dashdotdb_base.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/dashdotdb_dora.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/dashdotdb_dvo.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/dashdotdb_slo.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/deadmanssnitch.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/email_sender.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/fleet_labeler/ocm.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/fleet_labeler/vcs.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gcp_image_mirror.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/github_org.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/github_owners.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/github_validator.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gitlab_labeler.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gitlab_members.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gitlab_owners.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/gitlab_projects.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev291 → qontract_reconcile-0.10.2.dev292}/reconcile/glitchtip/README.md
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|