qontract-reconcile 0.10.2.dev50__tar.gz → 0.10.2.dev51__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.dev50 → qontract_reconcile-0.10.2.dev51}/PKG-INFO +1 -1
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/pyproject.toml +0 -7
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/output.py +3 -6
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/app_interface_reporter.py +44 -70
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/cli_commands/gpg_encrypt.py +2 -2
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/qontract_cli.py +292 -230
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/README.md +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/acs_notifiers.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aus/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aus/advanced_upgrade_service.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aus/aus_label_source.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aus/base.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aus/cluster_version_data.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aus/healthchecks.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aus/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aus/models.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aus/node_pool_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aus/ocm_addons_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aus/ocm_upgrade_scheduler.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aus/ocm_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aus/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aus/version_gate_approver.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aus/version_gates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aus/version_gates/handler.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aus/version_gates/ingress_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aus/version_gates/ocp_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aus/version_gates/sts_version_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aws_account_manager/README.md +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aws_account_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aws_account_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aws_account_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aws_account_manager/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aws_account_manager/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aws_ami_cleanup/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aws_ami_share.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aws_cloudwatch_log_retention/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aws_ecr_image_pull_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aws_garbage_collector.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aws_iam_keys.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aws_iam_password_reset.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aws_saml_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aws_saml_roles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aws_support_cases_sos.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aws_version_sync/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aws_version_sync/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aws_version_sync/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/aws_version_sync/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/blackbox_exporter_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/change_owners/README.md +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/change_owners/approver.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/change_owners/bundle.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/change_owners/change_log_tracking.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/change_owners/change_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/change_owners/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/change_owners/changes.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/change_owners/decision.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/change_owners/diff.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/change_owners/implicit_ownership.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/change_owners/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/change_owners/tester.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/checkpoint.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/cli.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/closedbox_endpoint_monitoring_base.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/cluster_auth_rhidp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/cluster_deployment_mapper.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/cna/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/cna/assets/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/cna/assets/asset.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/cna/assets/asset_factory.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/cna/assets/null.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/cna/client.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/cna/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/cna/state.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/dashdotdb_base.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/dashdotdb_cso.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/dashdotdb_dora.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/dashdotdb_dvo.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/dashdotdb_slo.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/deadmanssnitch.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/dynatrace_token_provider/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/dynatrace_token_provider/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/dynatrace_token_provider/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/dynatrace_token_provider/model.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/dynatrace_token_provider/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/dynatrace_token_provider/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/email_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/endpoints_discovery/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/endpoints_discovery/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/endpoints_discovery/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/external_resources/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/external_resources/factories.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/external_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/external_resources/integration_secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/external_resources/manager.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/external_resources/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/external_resources/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/external_resources/model.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/external_resources/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/external_resources/secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/external_resources/state.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gabi_authorized_users.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gcr_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/github_org.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/github_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/github_repo_invites.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/github_repo_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/github_users.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/github_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gitlab_fork_compliance.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gitlab_housekeeping.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gitlab_labeler.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gitlab_members.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gitlab_mr_sqs_consumer.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gitlab_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gitlab_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gitlab_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/glitchtip/README.md +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/glitchtip/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/glitchtip/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/glitchtip_project_alerts/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/glitchtip_project_dsn/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/glitchtip_project_dsn/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/acs/acs_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/acs/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/acs/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/advanced_upgrade_service/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/users.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/aws_account_manager/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/aws_saml_roles/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/aws_version_sync/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/aws_version_sync/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/change_owners/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/change_owners/queries/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/change_owners/queries/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/cna/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/cna/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/cna/queries/cna_provisioners.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/cna/queries/cna_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/app_code_component_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/app_interface_dms_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/app_interface_repo_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/ocm_env_telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/ocm_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/pgp_reencryption_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/quay_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/quay_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/saas_target_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/saasherder_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/slack_workspaces.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/smtp_client_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/common/users.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/dashdotdb_slo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/endpoints_discovery/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/external_resources/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/external_resources/external_resources_modules.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/external_resources/external_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/external_resources/external_resources_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/external_resources/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/external_resources/fragments/external_resources_module_overrides.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fleet_labeler/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fragments/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fragments/aws_account_common.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fragments/aws_account_managed.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fragments/aws_account_sso.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fragments/aws_infra_management_account.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fragments/aws_vpc.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fragments/aws_vpc_request.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fragments/aws_vpc_request_subnet.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fragments/deplopy_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fragments/disable.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fragments/jumphost_common_fields.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fragments/membership_source.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fragments/minimal_ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fragments/oc_connection_cluster.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fragments/ocm_environment.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fragments/pipeline_provider_retention.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fragments/prometheus_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fragments/resource_limits_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fragments/resource_requests_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fragments/resource_values.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fragments/saas_target_namespace.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fragments/serviceaccount_token.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fragments/terraform_state.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fragments/upgrade_policy.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fragments/user.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/fragments/vault_secret.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/gitlab_members/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/gitlab_members/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/gitlab_members/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/glitchtip/glitchtip_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/glitchtip/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/integrations/integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/introspection.json +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/jenkins_configs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/jira/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/jira/jira_servers.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/jira_permissions_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/jumphosts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/jumphosts/jumphosts.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/ldap_groups/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/ldap_groups/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/maintenance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/maintenance/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/membershipsources/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/ocm_labels/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/ocm_labels/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/ocm_subscription_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/openshift_cluster_bots/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/openshift_cluster_bots/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/openshift_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/openshift_groups/managed_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/openshift_groups/managed_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/openshift_serviceaccount_tokens/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/quay_membership/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/quay_membership/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/rhidp/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/service_dependencies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/service_dependencies/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/sharding/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/sharding/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/sharding/ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/skupper_network/site_controller_template.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/skupper_network/skupper_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/slack_usergroups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/slack_usergroups/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/slack_usergroups/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/slack_usergroups/users.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/slo_documents/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/slo_documents/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/status_board/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/status_board/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/statuspage/statuspages.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/templating/template_collection.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/templating/templates.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/terraform_cloudflare_dns/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/terraform_cloudflare_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/terraform_cloudflare_users/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/terraform_init/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/terraform_repo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/terraform_repo/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/terraform_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/terraform_resources/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/vault_instances/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/vault_instances/vault_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/vault_policies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/vault_policies/vault_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/vpc_peerings_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/integrations_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/jenkins/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/jenkins/types.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/jenkins_base.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/jenkins_job_builder.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/jenkins_job_builds_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/jenkins_job_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/jenkins_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/jenkins_webhooks.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/jenkins_webhooks_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/jenkins_worker_fleets.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/jira_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/jira_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/ldap_groups/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/ldap_users.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/mr_client_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/ocm/types.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/ocm_additional_routers.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/ocm_addons.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/ocm_addons_upgrade_tests_trigger.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/ocm_aws_infrastructure_access.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/ocm_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/ocm_external_configuration_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/ocm_github_idp.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/ocm_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/ocm_internal_notifications/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/ocm_internal_notifications/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/ocm_labels/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/ocm_machine_pools.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/ocm_upgrade_scheduler_org_updater.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/openshift_base.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/openshift_cluster_bots.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/openshift_clusterrolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/openshift_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/openshift_limitranges.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/openshift_namespace_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/openshift_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/openshift_network_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/openshift_prometheus_rules.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/openshift_resourcequotas.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/openshift_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/openshift_resources_base.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/openshift_rolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/openshift_routes.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/openshift_saas_deploy.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/openshift_saas_deploy_change_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/openshift_saas_deploy_trigger_base.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/openshift_saas_deploy_trigger_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/openshift_saas_deploy_trigger_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/openshift_saas_deploy_trigger_images.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/openshift_saas_deploy_trigger_moving_commits.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/openshift_saas_deploy_trigger_upstream_jobs.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/openshift_serviceaccount_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/openshift_tekton_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/openshift_upgrade_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/openshift_users.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/openshift_vault_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/oum/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/oum/base.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/oum/labelset.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/oum/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/oum/models.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/oum/providers.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/oum/standalone.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/prometheus_rules_tester/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/prometheus_rules_tester/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/quay_base.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/quay_mirror_org.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/quay_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/quay_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/queries.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/query_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/requests_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/resource_scraper.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/resource_template_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/rhidp/common.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/rhidp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/rhidp/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/rhidp/ocm_oidc_idp/base.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/rhidp/ocm_oidc_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/rhidp/ocm_oidc_idp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/rhidp/sso_client/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/rhidp/sso_client/base.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/rhidp/sso_client/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/rhidp/sso_client/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/run_integration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/saas_auto_promotions_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/saas_auto_promotions_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/saas_auto_promotions_manager/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/saas_auto_promotions_manager/merge_request_manager/desired_state.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager_v2.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/saas_auto_promotions_manager/merge_request_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/saas_auto_promotions_manager/merge_request_manager/mr_parser.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/saas_auto_promotions_manager/merge_request_manager/open_merge_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/saas_auto_promotions_manager/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/saas_auto_promotions_manager/publisher.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/saas_auto_promotions_manager/s3_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/saas_auto_promotions_manager/subscriber.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/saas_auto_promotions_manager/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/saas_file_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/sendgrid_teammates.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/signalfx_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/skupper_network/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/skupper_network/models.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/skupper_network/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/skupper_network/site_controller.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/slack_base.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/slack_usergroups.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/sql_query.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/status.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/statuspage/atlassian.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/statuspage/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/statuspage/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/statuspage/integrations/components.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/statuspage/integrations/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/statuspage/page.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/statuspage/state.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/statuspage/status.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/templates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/templates/aws_access_key_email.j2 +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/templates/email.yml.j2 +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/templates/jira-checkpoint-missinginfo.j2 +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/templates/rosa-classic-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/templating/lib/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/templating/lib/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/templating/lib/model.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/templating/lib/rendering.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/templating/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/templating/validator.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/terraform_aws_route53.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/terraform_cloudflare_dns.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/terraform_cloudflare_users.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/terraform_init/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/terraform_init/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/terraform_init/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/terraform_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/terraform_tgw_attachments.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/terraform_users.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/terraform_vpc_peerings.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/terraform_vpc_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/terraform_vpc_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/terraform_vpc_resources/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/terraform_vpc_resources/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/app_interface_deadmanssnitch_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/app_interface_metrics_exporter/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/app_interface_repo_url.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/cloudflare.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/dynatrace.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/dynatrace_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/dynatrace_token_provider_token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/get_state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/glitchtip.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/jenkins.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/jira.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/quay.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/repos.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/slack.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/smtp.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/tekton_pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/terraform_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/unleash.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/users.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/typed_queries/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/unleash_feature_toggles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/acs/base.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/acs/notifiers.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/acs/policies.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/acs/rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/aggregated_list.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/amtool.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/aws_api.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/aws_api_typed/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/aws_api_typed/account.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/aws_api_typed/api.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/aws_api_typed/dynamodb.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/aws_api_typed/iam.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/aws_api_typed/organization.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/aws_api_typed/s3.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/aws_api_typed/service_quotas.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/aws_api_typed/sts.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/aws_api_typed/support.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/aws_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/batches.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/binary.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/cloud_resource_best_practice/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/cloud_resource_best_practice/aws_rds.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/clusterhealth/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/clusterhealth/providerbase.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/clusterhealth/telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/config.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/constants.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/data_structures.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/deadmanssnitch_api.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/defer.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/differ.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/disabled_integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/dnsutils.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/dynatrace/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/dynatrace/client.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/early_exit_cache.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/elasticsearch_exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/environ.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/expiration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/extended_early_exit.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/external_resource_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/filtering.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/git.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/gitlab_api.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/glitchtip/client.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/glitchtip/models.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/gpg.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/gql.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/grouping.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/helm.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/helpers.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/imap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/instrumented_wrappers.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/internal_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/internal_groups/client.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/internal_groups/models.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/jenkins_api.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/jinja2/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/jinja2/extensions.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/jinja2/filters.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/jinja2/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/jira_client.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/jjb_client.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/jobcontroller/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/jobcontroller/controller.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/jobcontroller/models.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/jsonpath.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/jump_host.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/keycloak.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/ldap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/lean_terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/make.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/membershipsources/app_interface_resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/membershipsources/models.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/membershipsources/resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/merge_request_manager/parser.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/models.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/mr/README.md +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/mr/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/mr/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/mr/app_sre_tekton_access_report.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/mr/aws_access.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/mr/base.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/mr/clusters_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/mr/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/mr/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/mr/notificator.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/mr/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/mr/promote_qontract.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/mr/update_access_report_base.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/mr/user_maintenance.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/oauth2_backend_application_session.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/oc.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/oc_connection_parameters.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/oc_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/oc_map.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/ocm/addons.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/ocm/base.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/ocm/cluster_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/ocm/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/ocm/identity_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/ocm/label_sources.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/ocm/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/ocm/manifests.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/ocm/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/ocm/products.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/ocm/search_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/ocm/service_log.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/ocm/sre_capability_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/ocm/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/ocm/subscriptions.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/ocm/syncsets.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/ocm/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/ocm_base_client.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/openshift_resource.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/openssl.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/pagerduty_api.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/parse_dhms_duration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/password_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/prometheus.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/promtool.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/quay_api.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/raw_github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/repo_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/rest_api_base.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/rosa/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/rosa/rosa_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/rosa/session.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/ruamel.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/runtime/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/runtime/desired_state_diff.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/runtime/environment.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/runtime/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/runtime/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/runtime/runner.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/runtime/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/saasherder/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/saasherder/interfaces.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/saasherder/models.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/saasherder/saasherder.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/secret_reader.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/semver_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/slack_api.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/smtp_client.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/sqs_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/state.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/structs.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/template.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/terraform/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/terraform/config.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/terraform/config_client.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/terrascript/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/terrascript/cloudflare_client.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/terrascript/cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/terrascript/models.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/terrascript/resources.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/terrascript_aws_client.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/three_way_diff_strategy.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/throughput.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/unleash/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/unleash/client.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/unleash/server.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/vaultsecretref.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/vault_replication.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/app_interface_metrics_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/app_sre_tekton_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/app_sre_tekton_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/cli_commands/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/cli_commands/container_images_report.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/cli_commands/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/cli_commands/cost_report/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/cli_commands/cost_report/cost_management_api.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/cli_commands/cost_report/model.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/cli_commands/cost_report/openshift.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/cli_commands/cost_report/openshift_cost_optimization.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/cli_commands/cost_report/response.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/cli_commands/cost_report/util.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/cli_commands/cost_report/view.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/cli_commands/erv2.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/cli_commands/systems_and_tools.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/glitchtip_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/saas_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/saas_metrics_exporter/commit_distance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/saas_metrics_exporter/commit_distance/channel.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/saas_metrics_exporter/commit_distance/commit_distance.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/saas_metrics_exporter/commit_distance/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/saas_metrics_exporter/main.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/saas_promotion_state/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/saas_promotion_state/saas_promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/sd_app_sre_alert_report.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/sre_checkpoints/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/sre_checkpoints/util.py +0 -0
- {qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/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.dev51
|
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
|
@@ -379,10 +379,6 @@ module = [
|
|
379
379
|
"reconcile.utils.vault",
|
380
380
|
"reconcile.utils.vaultsecretref",
|
381
381
|
"reconcile.vpc_peerings_validator",
|
382
|
-
"tools.app_interface_reporter",
|
383
|
-
"tools.cli_commands.gpg_encrypt",
|
384
|
-
"tools.cli_commands.test.test_gpg_encrypt",
|
385
|
-
"tools.qontract_cli",
|
386
382
|
"tools.sre_checkpoints.util",
|
387
383
|
# untyped tests
|
388
384
|
"reconcile.test.cna.test_integration",
|
@@ -522,9 +518,6 @@ module = [
|
|
522
518
|
"reconcile.test.utils.test_terrascript_aws_client",
|
523
519
|
"reconcile.test.utils.test_terrascript_cloudflare_client",
|
524
520
|
"reconcile.test.utils.test_terrascript_cloudflare_resources",
|
525
|
-
"tools.test.test_qontract_cli",
|
526
|
-
"tools.test.test_sd_app_sre_alert_report",
|
527
|
-
"tools.test.test_sre_checkpoints",
|
528
521
|
]
|
529
522
|
check_untyped_defs = false
|
530
523
|
disallow_untyped_defs = false
|
{qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/reconcile/utils/output.py
RENAMED
@@ -1,9 +1,6 @@
|
|
1
1
|
import json
|
2
2
|
import re
|
3
|
-
from collections.abc import
|
4
|
-
Iterable,
|
5
|
-
Mapping,
|
6
|
-
)
|
3
|
+
from collections.abc import Iterable, Mapping
|
7
4
|
|
8
5
|
import yaml
|
9
6
|
from tabulate import tabulate
|
@@ -11,11 +8,11 @@ from tabulate import tabulate
|
|
11
8
|
|
12
9
|
def print_output(
|
13
10
|
options: Mapping[str, str | bool],
|
14
|
-
content:
|
11
|
+
content: Iterable[dict],
|
15
12
|
columns: Iterable[str] = (),
|
16
13
|
) -> str | None:
|
17
14
|
if options["sort"]:
|
18
|
-
content
|
15
|
+
content = sorted(content, key=lambda c: tuple(c.values()))
|
19
16
|
if options.get("to_string"):
|
20
17
|
for c in content:
|
21
18
|
for k, v in c.items():
|
{qontract_reconcile-0.10.2.dev50 → qontract_reconcile-0.10.2.dev51}/tools/app_interface_reporter.py
RENAMED
@@ -2,6 +2,7 @@ import contextlib
|
|
2
2
|
import logging
|
3
3
|
import os
|
4
4
|
import textwrap
|
5
|
+
from collections.abc import Mapping, MutableMapping
|
5
6
|
from datetime import (
|
6
7
|
UTC,
|
7
8
|
datetime,
|
@@ -38,50 +39,14 @@ DASHDOTDB_SECRET = os.environ.get(
|
|
38
39
|
)
|
39
40
|
|
40
41
|
|
41
|
-
def promql(url, query, auth=None):
|
42
|
-
"""
|
43
|
-
Run an instant-query on the prometheus instance.
|
44
|
-
|
45
|
-
The returned structure is documented here:
|
46
|
-
https://prometheus.io/docs/prometheus/latest/querying/api/#instant-queries
|
47
|
-
|
48
|
-
:param url: base prometheus url (not the API endpoint).
|
49
|
-
:type url: string
|
50
|
-
:param query: this is a second value
|
51
|
-
:type query: string
|
52
|
-
:param auth: auth object
|
53
|
-
:type auth: requests.auth
|
54
|
-
:return: structure with the metrics
|
55
|
-
:rtype: dictionary
|
56
|
-
"""
|
57
|
-
|
58
|
-
url = os.path.join(url, "api/v1/query")
|
59
|
-
|
60
|
-
if auth is None:
|
61
|
-
auth = {}
|
62
|
-
|
63
|
-
params = {"query": query}
|
64
|
-
|
65
|
-
response = requests.get(url, params=params, auth=auth, timeout=60)
|
66
|
-
|
67
|
-
response.raise_for_status()
|
68
|
-
response = response.json()
|
69
|
-
|
70
|
-
# TODO ensure len response == 1
|
71
|
-
return response["data"]["result"]
|
72
|
-
|
73
|
-
|
74
42
|
class Report:
|
75
|
-
def __init__(self, app, date):
|
43
|
+
def __init__(self, app: Mapping, date: datetime) -> None:
|
76
44
|
settings = queries.get_app_interface_settings()
|
77
45
|
self.secret_reader = SecretReader(settings=settings)
|
78
|
-
# standard date format
|
79
|
-
if hasattr(date, "strftime"):
|
80
|
-
date = date.strftime("%Y-%m-%d")
|
81
|
-
|
82
46
|
self.app = app
|
83
|
-
|
84
|
-
self.
|
47
|
+
# standard date format
|
48
|
+
self.date = date.strftime("%Y-%m-%d")
|
49
|
+
self.report_sections: dict = {}
|
85
50
|
|
86
51
|
# promotions
|
87
52
|
self.add_report_section("promotions", self.app.get("promotions"))
|
@@ -108,10 +73,10 @@ class Report:
|
|
108
73
|
)
|
109
74
|
|
110
75
|
@property
|
111
|
-
def path(self):
|
112
|
-
return "data/reports/{
|
76
|
+
def path(self) -> str:
|
77
|
+
return f"data/reports/{self.app['name']}/{self.date}.yml"
|
113
78
|
|
114
|
-
def content(self):
|
79
|
+
def content(self) -> dict:
|
115
80
|
return {
|
116
81
|
"$schema": "/app-sre/report-1.yml",
|
117
82
|
"labels": {"app": self.app["name"]},
|
@@ -122,21 +87,20 @@ class Report:
|
|
122
87
|
"content": yaml.safe_dump(self.report_sections, sort_keys=False),
|
123
88
|
}
|
124
89
|
|
125
|
-
def to_yaml(self):
|
90
|
+
def to_yaml(self) -> str:
|
126
91
|
return yaml.safe_dump(self.content(), sort_keys=False)
|
127
92
|
|
128
|
-
def to_message(self):
|
93
|
+
def to_message(self) -> dict:
|
129
94
|
return {"file_path": self.path, "content": self.to_yaml()}
|
130
95
|
|
131
|
-
def add_report_section(self, header, content):
|
132
|
-
|
133
|
-
content = None
|
134
|
-
|
135
|
-
self.report_sections[header] = content
|
96
|
+
def add_report_section(self, header: str, content: list[dict] | None) -> None:
|
97
|
+
self.report_sections[header] = content or None
|
136
98
|
|
137
99
|
@staticmethod
|
138
|
-
def get_vulnerability_content(
|
139
|
-
|
100
|
+
def get_vulnerability_content(
|
101
|
+
container_vulnerabilities: Mapping | None,
|
102
|
+
) -> list[dict]:
|
103
|
+
parsed_metrics: list[dict] = []
|
140
104
|
if not container_vulnerabilities:
|
141
105
|
return parsed_metrics
|
142
106
|
|
@@ -150,8 +114,8 @@ class Report:
|
|
150
114
|
return parsed_metrics
|
151
115
|
|
152
116
|
@staticmethod
|
153
|
-
def get_post_deploy_jobs_content(post_deploy_jobs):
|
154
|
-
results = []
|
117
|
+
def get_post_deploy_jobs_content(post_deploy_jobs: Mapping | None) -> list[dict]:
|
118
|
+
results: list[dict] = []
|
155
119
|
if not post_deploy_jobs:
|
156
120
|
return results
|
157
121
|
|
@@ -165,8 +129,8 @@ class Report:
|
|
165
129
|
return results
|
166
130
|
|
167
131
|
@staticmethod
|
168
|
-
def get_validations_content(deployment_validations):
|
169
|
-
parsed_metrics = []
|
132
|
+
def get_validations_content(deployment_validations: Mapping | None) -> list[dict]:
|
133
|
+
parsed_metrics: list[dict] = []
|
170
134
|
if not deployment_validations:
|
171
135
|
return parsed_metrics
|
172
136
|
|
@@ -180,8 +144,8 @@ class Report:
|
|
180
144
|
return parsed_metrics
|
181
145
|
|
182
146
|
@staticmethod
|
183
|
-
def get_slo_content(service_slo):
|
184
|
-
parsed_metrics = []
|
147
|
+
def get_slo_content(service_slo: Mapping | None) -> list[dict]:
|
148
|
+
parsed_metrics: list[dict] = []
|
185
149
|
if not service_slo:
|
186
150
|
return parsed_metrics
|
187
151
|
|
@@ -200,7 +164,7 @@ class Report:
|
|
200
164
|
return parsed_metrics
|
201
165
|
|
202
166
|
@staticmethod
|
203
|
-
def get_activity_content(activity):
|
167
|
+
def get_activity_content(activity: Mapping) -> list[dict]:
|
204
168
|
if not activity:
|
205
169
|
return []
|
206
170
|
|
@@ -214,7 +178,9 @@ class Report:
|
|
214
178
|
]
|
215
179
|
|
216
180
|
|
217
|
-
def get_apps_data(
|
181
|
+
def get_apps_data(
|
182
|
+
date: datetime, month_delta: int = 1, thread_pool_size: int = 10
|
183
|
+
) -> list[dict]:
|
218
184
|
settings = queries.get_app_interface_settings()
|
219
185
|
secret_reader = SecretReader(settings)
|
220
186
|
|
@@ -297,9 +263,9 @@ def get_apps_data(date, month_delta=1, thread_pool_size=10):
|
|
297
263
|
if namespace["app"]["name"] != app["name"]:
|
298
264
|
continue
|
299
265
|
app_namespaces.append(namespace)
|
300
|
-
vuln_mx = {}
|
301
|
-
validt_mx = {}
|
302
|
-
slo_mx = {}
|
266
|
+
vuln_mx: dict = {}
|
267
|
+
validt_mx: dict = {}
|
268
|
+
slo_mx: dict = {}
|
303
269
|
for family in text_string_to_metric_families(vuln_metrics):
|
304
270
|
for sample in family.samples:
|
305
271
|
if sample.name == "imagemanifestvuln_total":
|
@@ -375,7 +341,7 @@ def get_apps_data(date, month_delta=1, thread_pool_size=10):
|
|
375
341
|
return apps
|
376
342
|
|
377
343
|
|
378
|
-
def get_build_history(job):
|
344
|
+
def get_build_history(job: MutableMapping) -> MutableMapping:
|
379
345
|
try:
|
380
346
|
logging.info(f"getting build history for {job['name']}")
|
381
347
|
job["build_history"] = job["jenkins"].get_build_history(
|
@@ -386,7 +352,9 @@ def get_build_history(job):
|
|
386
352
|
return job
|
387
353
|
|
388
354
|
|
389
|
-
def get_build_history_pool(
|
355
|
+
def get_build_history_pool(
|
356
|
+
jenkins_map: Mapping, jobs: Mapping, timestamp_limit: int, thread_pool_size: int
|
357
|
+
) -> dict:
|
390
358
|
history_to_get = []
|
391
359
|
for instance, _jobs in jobs.items():
|
392
360
|
jenkins = jenkins_map[instance]
|
@@ -411,7 +379,7 @@ def get_build_history_pool(jenkins_map, jobs, timestamp_limit, thread_pool_size)
|
|
411
379
|
return history
|
412
380
|
|
413
381
|
|
414
|
-
def get_repo_url(job):
|
382
|
+
def get_repo_url(job: Mapping) -> str:
|
415
383
|
repo_url_raw = job["properties"][0]["github"]["url"]
|
416
384
|
return repo_url_raw.strip("/").replace(".git", "")
|
417
385
|
|
@@ -424,8 +392,13 @@ def get_repo_url(job):
|
|
424
392
|
@gitlab_project_id
|
425
393
|
@click.option("--reports-path", help="path to write reports")
|
426
394
|
def main(
|
427
|
-
configfile
|
428
|
-
|
395
|
+
configfile: str,
|
396
|
+
dry_run: bool,
|
397
|
+
log_level: str,
|
398
|
+
gitlab_project_id: str,
|
399
|
+
reports_path: str,
|
400
|
+
thread_pool_size: int,
|
401
|
+
) -> None:
|
429
402
|
init_env(log_level=log_level, config_file=configfile)
|
430
403
|
|
431
404
|
now = datetime.now()
|
@@ -476,8 +449,9 @@ def main(
|
|
476
449
|
gitlab_project_id=gitlab_project_id, sqs_or_gitlab="gitlab"
|
477
450
|
) as mr_cli:
|
478
451
|
result = mr.submit(cli=mr_cli)
|
479
|
-
|
452
|
+
if result:
|
453
|
+
logging.info(["created_mr", result.web_url])
|
480
454
|
|
481
455
|
|
482
456
|
if __name__ == "__main__":
|
483
|
-
main()
|
457
|
+
main()
|
@@ -132,7 +132,7 @@ class GPGEncryptCommand:
|
|
132
132
|
|
133
133
|
return user["public_gpg_key"]
|
134
134
|
|
135
|
-
def _output(self, content: str):
|
135
|
+
def _output(self, content: str) -> None:
|
136
136
|
output = self._command_data.output
|
137
137
|
if not output:
|
138
138
|
print(content)
|
@@ -140,7 +140,7 @@ class GPGEncryptCommand:
|
|
140
140
|
with open(output, "w", encoding="locale") as f:
|
141
141
|
f.write(content)
|
142
142
|
|
143
|
-
def execute(self):
|
143
|
+
def execute(self) -> None:
|
144
144
|
secret = self._fetch_secret()
|
145
145
|
gpg_key = self._get_gpg_key()
|
146
146
|
encrypted_content = gpg.gpg_encrypt(
|