qontract-reconcile 0.10.2.dev191__tar.gz → 0.10.2.dev193__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.dev191 → qontract_reconcile-0.10.2.dev193}/PKG-INFO +1 -1
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/pyproject.toml +0 -2
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gitlab_housekeeping.py +3 -1
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/openshift_resources_base.py +10 -3
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/sql_query.py +30 -19
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/README.md +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aus/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aus/advanced_upgrade_service.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aus/aus_label_source.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aus/base.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aus/cluster_version_data.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aus/healthchecks.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aus/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aus/models.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aus/node_pool_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aus/ocm_addons_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aus/ocm_upgrade_scheduler.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aus/ocm_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aus/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aus/version_gate_approver.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aus/version_gates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aus/version_gates/handler.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aus/version_gates/ingress_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aus/version_gates/ocp_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aus/version_gates/sts_version_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/automated_actions/config/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/automated_actions/config/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_account_manager/README.md +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_account_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_account_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_account_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_account_manager/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_account_manager/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_ami_cleanup/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_ami_share.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_cloudwatch_log_retention/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_ecr_image_pull_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_garbage_collector.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_iam_keys.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_iam_password_reset.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_saml_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_saml_roles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_support_cases_sos.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_version_sync/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_version_sync/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_version_sync/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_version_sync/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/blackbox_exporter_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/change_owners/README.md +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/change_owners/approver.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/change_owners/bundle.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/change_owners/change_log_tracking.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/change_owners/change_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/change_owners/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/change_owners/changes.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/change_owners/decision.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/change_owners/diff.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/change_owners/implicit_ownership.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/change_owners/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/change_owners/tester.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/checkpoint.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/cli.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/closedbox_endpoint_monitoring_base.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/cluster_auth_rhidp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/cluster_deployment_mapper.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/cna/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/cna/assets/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/cna/assets/asset.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/cna/assets/asset_factory.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/cna/assets/null.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/cna/client.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/cna/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/cna/state.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/dashdotdb_base.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/dashdotdb_cso.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/dashdotdb_dora.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/dashdotdb_dvo.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/dashdotdb_slo.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/deadmanssnitch.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/dynatrace_token_provider/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/dynatrace_token_provider/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/dynatrace_token_provider/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/dynatrace_token_provider/model.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/dynatrace_token_provider/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/dynatrace_token_provider/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/email_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/endpoints_discovery/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/endpoints_discovery/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/endpoints_discovery/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/external_resources/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/external_resources/factories.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/external_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/external_resources/integration_secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/external_resources/manager.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/external_resources/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/external_resources/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/external_resources/model.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/external_resources/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/external_resources/secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/external_resources/state.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/fleet_labeler/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/fleet_labeler/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/fleet_labeler/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/fleet_labeler/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/fleet_labeler/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/fleet_labeler/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/fleet_labeler/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/fleet_labeler/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gabi_authorized_users.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gcp_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/github_org.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/github_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/github_repo_invites.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/github_repo_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/github_users.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/github_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gitlab_fork_compliance.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gitlab_labeler.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gitlab_members.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gitlab_mr_sqs_consumer.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gitlab_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gitlab_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gitlab_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/glitchtip/README.md +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/glitchtip/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/glitchtip/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/glitchtip_project_alerts/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/glitchtip_project_dsn/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/glitchtip_project_dsn/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/acs/acs_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/acs/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/acs/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/advanced_upgrade_service/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/users.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/automated_actions/instance.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/aws_account_manager/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/aws_saml_roles/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/aws_version_sync/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/aws_version_sync/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/change_owners/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/change_owners/queries/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/change_owners/queries/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/cna/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/cna/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/cna/queries/cna_provisioners.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/cna/queries/cna_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/app_code_component_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/app_interface_dms_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/app_interface_repo_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/ocm_env_telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/ocm_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/pgp_reencryption_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/quay_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/quay_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/saas_target_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/saasherder_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/slack_workspaces.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/smtp_client_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/users.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/common/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/dashdotdb_slo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/email_sender/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/email_sender/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/email_sender/emails.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/email_sender/users.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/endpoints_discovery/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/external_resources/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/external_resources/external_resources_modules.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/external_resources/external_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/external_resources/external_resources_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/external_resources/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/external_resources/fragments/external_resources_module_overrides.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fleet_labeler/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/aws_account_common.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/aws_account_managed.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/aws_account_sso.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/aws_infra_management_account.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/aws_vpc.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/aws_vpc_request.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/aws_vpc_request_subnet.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/container_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/deplopy_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/disable.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/email_service.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/email_user.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/jumphost_common_fields.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/membership_source.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/minimal_ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/oc_connection_cluster.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/ocm_environment.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/pipeline_provider_retention.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/prometheus_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/resource_limits_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/resource_requests_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/resource_values.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/saas_slo_document.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/saas_target_namespace.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/serviceaccount_token.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/terraform_state.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/upgrade_policy.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/user.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/fragments/vault_secret.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/gcp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/gcp/gcp_docker_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/gcp/gcp_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/gitlab_members/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/gitlab_members/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/gitlab_members/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/glitchtip/glitchtip_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/glitchtip/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/integrations/integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/introspection.json +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/jenkins_configs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/jira/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/jira/jira_servers.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/jira_permissions_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/jumphosts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/jumphosts/jumphosts.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/ldap_groups/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/ldap_groups/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/maintenance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/maintenance/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/membershipsources/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/ocm_labels/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/ocm_labels/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/ocm_subscription_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/openshift_cluster_bots/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/openshift_cluster_bots/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/openshift_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/openshift_groups/managed_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/openshift_groups/managed_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/openshift_serviceaccount_tokens/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/quay_membership/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/quay_membership/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/rhidp/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/service_dependencies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/service_dependencies/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/sharding/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/sharding/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/sharding/ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/skupper_network/site_controller_template.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/skupper_network/skupper_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/slack_usergroups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/slack_usergroups/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/slack_usergroups/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/slack_usergroups/users.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/slo_documents/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/slo_documents/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/status_board/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/status_board/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/statuspage/statuspages.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/templating/template_collection.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/templating/templates.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/terraform_cloudflare_dns/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/terraform_cloudflare_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/terraform_cloudflare_users/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/terraform_init/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/terraform_repo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/terraform_repo/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/terraform_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/terraform_resources/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/vault_instances/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/vault_instances/vault_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/vault_policies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/vault_policies/vault_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/vpc_peerings_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/integrations_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/jenkins/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/jenkins/types.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/jenkins_base.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/jenkins_job_builder.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/jenkins_job_builds_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/jenkins_job_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/jenkins_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/jenkins_webhooks.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/jenkins_webhooks_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/jenkins_worker_fleets.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/jira_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/jira_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/ldap_groups/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/ldap_users.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/mr_client_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/ocm/types.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/ocm_additional_routers.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/ocm_addons.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/ocm_addons_upgrade_tests_trigger.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/ocm_aws_infrastructure_access.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/ocm_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/ocm_external_configuration_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/ocm_github_idp.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/ocm_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/ocm_internal_notifications/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/ocm_internal_notifications/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/ocm_labels/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/ocm_machine_pools.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/ocm_upgrade_scheduler_org_updater.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/openshift_base.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/openshift_cluster_bots.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/openshift_clusterrolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/openshift_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/openshift_limitranges.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/openshift_namespace_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/openshift_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/openshift_network_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/openshift_prometheus_rules.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/openshift_resourcequotas.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/openshift_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/openshift_rolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/openshift_routes.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/openshift_saas_deploy.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/openshift_saas_deploy_change_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/openshift_saas_deploy_trigger_base.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/openshift_saas_deploy_trigger_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/openshift_saas_deploy_trigger_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/openshift_saas_deploy_trigger_images.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/openshift_saas_deploy_trigger_moving_commits.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/openshift_saas_deploy_trigger_upstream_jobs.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/openshift_serviceaccount_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/openshift_tekton_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/openshift_upgrade_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/openshift_users.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/openshift_vault_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/oum/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/oum/base.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/oum/labelset.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/oum/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/oum/models.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/oum/providers.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/oum/standalone.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/prometheus_rules_tester/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/prometheus_rules_tester/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/quay_base.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/quay_mirror_org.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/quay_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/quay_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/queries.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/query_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/requests_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/resource_scraper.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/resource_template_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/rhidp/common.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/rhidp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/rhidp/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/rhidp/ocm_oidc_idp/base.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/rhidp/ocm_oidc_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/rhidp/ocm_oidc_idp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/rhidp/sso_client/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/rhidp/sso_client/base.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/rhidp/sso_client/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/rhidp/sso_client/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/run_integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/saas_auto_promotions_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/saas_auto_promotions_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/saas_auto_promotions_manager/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/saas_auto_promotions_manager/merge_request_manager/desired_state.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager_v2.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/saas_auto_promotions_manager/merge_request_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/saas_auto_promotions_manager/merge_request_manager/mr_parser.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/saas_auto_promotions_manager/merge_request_manager/open_merge_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/saas_auto_promotions_manager/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/saas_auto_promotions_manager/publisher.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/saas_auto_promotions_manager/s3_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/saas_auto_promotions_manager/subscriber.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/saas_auto_promotions_manager/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/saas_file_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/sendgrid_teammates.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/signalfx_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/skupper_network/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/skupper_network/models.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/skupper_network/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/skupper_network/site_controller.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/slack_base.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/slack_usergroups.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/status.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/statuspage/atlassian.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/statuspage/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/statuspage/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/statuspage/integrations/components.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/statuspage/integrations/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/statuspage/page.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/statuspage/state.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/statuspage/status.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/templates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/templates/aws_access_key_email.j2 +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/templates/email.yml.j2 +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/templates/jira-checkpoint-missinginfo.j2 +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/templates/rosa-classic-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/templating/lib/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/templating/lib/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/templating/lib/model.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/templating/lib/rendering.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/templating/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/templating/validator.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/terraform_aws_route53.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/terraform_cloudflare_dns.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/terraform_cloudflare_users.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/terraform_init/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/terraform_init/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/terraform_init/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/terraform_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/terraform_tgw_attachments.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/terraform_users.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/terraform_vpc_peerings.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/terraform_vpc_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/terraform_vpc_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/terraform_vpc_resources/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/terraform_vpc_resources/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/app_interface_deadmanssnitch_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/app_interface_metrics_exporter/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/app_interface_repo_url.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/cloudflare.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/dynatrace.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/dynatrace_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/dynatrace_token_provider_token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/get_state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/glitchtip.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/jenkins.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/jira.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/quay.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/repos.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/slack.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/smtp.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/tekton_pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/terraform_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/unleash.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/users.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/typed_queries/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/unleash_feature_toggles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/acs/base.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/acs/policies.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/acs/rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/aggregated_list.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/amtool.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/aws_api.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/aws_api_typed/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/aws_api_typed/account.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/aws_api_typed/api.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/aws_api_typed/dynamodb.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/aws_api_typed/iam.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/aws_api_typed/organization.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/aws_api_typed/s3.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/aws_api_typed/service_quotas.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/aws_api_typed/sts.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/aws_api_typed/support.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/aws_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/batches.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/binary.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/cloud_resource_best_practice/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/cloud_resource_best_practice/aws_rds.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/clusterhealth/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/clusterhealth/providerbase.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/clusterhealth/telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/config.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/constants.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/deadmanssnitch_api.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/defer.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/differ.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/disabled_integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/dnsutils.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/dynatrace/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/dynatrace/client.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/early_exit_cache.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/elasticsearch_exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/environ.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/expiration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/extended_early_exit.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/external_resource_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/filtering.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/git.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/gitlab_api.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/glitchtip/client.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/glitchtip/models.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/gpg.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/gql.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/grouping.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/helm.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/helpers.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/imap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/instrumented_wrappers.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/internal_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/internal_groups/client.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/internal_groups/models.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/jenkins_api.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/jinja2/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/jinja2/extensions.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/jinja2/filters.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/jinja2/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/jira_client.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/jjb_client.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/jobcontroller/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/jobcontroller/controller.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/jobcontroller/models.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/jsonpath.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/jump_host.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/keycloak.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/ldap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/lean_terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/make.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/membershipsources/app_interface_resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/membershipsources/models.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/membershipsources/resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/merge_request_manager/parser.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/models.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/mr/README.md +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/mr/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/mr/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/mr/app_sre_tekton_access_report.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/mr/aws_access.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/mr/base.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/mr/clusters_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/mr/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/mr/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/mr/notificator.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/mr/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/mr/promote_qontract.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/mr/update_access_report_base.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/mr/user_maintenance.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/oauth2_backend_application_session.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/oc.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/oc_connection_parameters.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/oc_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/oc_map.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/ocm/addons.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/ocm/base.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/ocm/cluster_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/ocm/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/ocm/identity_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/ocm/label_sources.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/ocm/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/ocm/manifests.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/ocm/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/ocm/products.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/ocm/search_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/ocm/service_log.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/ocm/sre_capability_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/ocm/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/ocm/subscriptions.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/ocm/syncsets.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/ocm/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/ocm_base_client.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/openshift_resource.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/openssl.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/output.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/pagerduty_api.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/parse_dhms_duration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/password_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/prometheus.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/promtool.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/quay_api.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/raw_github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/repo_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/rest_api_base.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/rosa/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/rosa/rosa_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/rosa/session.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/ruamel.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/runtime/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/runtime/desired_state_diff.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/runtime/environment.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/runtime/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/runtime/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/runtime/runner.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/runtime/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/saasherder/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/saasherder/interfaces.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/saasherder/models.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/saasherder/saasherder.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/secret_reader.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/semver_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/slack_api.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/slo_document_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/smtp_client.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/sqs_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/state.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/structs.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/template.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/terraform/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/terraform/config.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/terraform/config_client.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/terrascript/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/terrascript/cloudflare_client.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/terrascript/cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/terrascript/models.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/terrascript/resources.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/terrascript_aws_client.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/three_way_diff_strategy.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/throughput.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/unleash/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/unleash/client.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/unleash/server.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/vaultsecretref.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/utils/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/vault_replication.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/alert_report.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/app_interface_metrics_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/app_sre_tekton_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/app_sre_tekton_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/cli_commands/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/cli_commands/container_images_report.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/cli_commands/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/cli_commands/cost_report/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/cli_commands/cost_report/cost_management_api.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/cli_commands/cost_report/model.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/cli_commands/cost_report/openshift.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/cli_commands/cost_report/openshift_cost_optimization.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/cli_commands/cost_report/response.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/cli_commands/cost_report/util.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/cli_commands/cost_report/view.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/cli_commands/erv2.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/cli_commands/gpg_encrypt.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/cli_commands/systems_and_tools.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/glitchtip_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/qontract_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/saas_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/saas_metrics_exporter/commit_distance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/saas_metrics_exporter/commit_distance/channel.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/saas_metrics_exporter/commit_distance/commit_distance.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/saas_metrics_exporter/commit_distance/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/saas_metrics_exporter/main.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/saas_promotion_state/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/saas_promotion_state/saas_promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/sre_checkpoints/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/tools/sre_checkpoints/util.py +0 -0
- {qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/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.dev193
|
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
|
@@ -293,7 +293,6 @@ module = [
|
|
293
293
|
"reconcile.requests_sender",
|
294
294
|
"reconcile.sendgrid_teammates",
|
295
295
|
"reconcile.service_dependencies",
|
296
|
-
"reconcile.sql_query",
|
297
296
|
"reconcile.status_page_components",
|
298
297
|
"reconcile.status",
|
299
298
|
"reconcile.statuspage.atlassian",
|
@@ -408,7 +407,6 @@ module = [
|
|
408
407
|
"reconcile.test.test_secret_reader",
|
409
408
|
"reconcile.test.test_slack_base",
|
410
409
|
"reconcile.test.test_slack_usergroups",
|
411
|
-
"reconcile.test.test_sql_query",
|
412
410
|
"reconcile.test.test_terraform_cloudflare_dns",
|
413
411
|
"reconcile.test.test_terraform_cloudflare_resources",
|
414
412
|
"reconcile.test.test_terraform_cloudflare_users",
|
@@ -72,6 +72,7 @@ HOLD_LABELS = [
|
|
72
72
|
QONTRACT_INTEGRATION = "gitlab-housekeeping"
|
73
73
|
DATE_FORMAT = "%Y-%m-%dT%H:%M:%S.%fZ"
|
74
74
|
EXPIRATION_DATE_FORMAT = "%Y-%m-%d"
|
75
|
+
SQUASH_OPTION_ALWAYS = "always"
|
75
76
|
|
76
77
|
merged_merge_requests = Counter(
|
77
78
|
name="qontract_reconcile_merged_merge_requests",
|
@@ -613,7 +614,8 @@ def merge_merge_requests(
|
|
613
614
|
logging.info(["merge", gl.project.name, mr.iid])
|
614
615
|
if not dry_run and merges < merge_limit:
|
615
616
|
try:
|
616
|
-
mr.
|
617
|
+
squash = (gl.project.squash_option == SQUASH_OPTION_ALWAYS) or mr.squash
|
618
|
+
mr.merge(squash=squash)
|
617
619
|
labels = mr.labels
|
618
620
|
merged_merge_requests.labels(
|
619
621
|
project_id=mr.target_project_id,
|
@@ -62,7 +62,7 @@ from reconcile.utils.openshift_resource import (
|
|
62
62
|
)
|
63
63
|
from reconcile.utils.openshift_resource import OpenshiftResource as OR
|
64
64
|
from reconcile.utils.runtime.integration import DesiredStateShardConfig
|
65
|
-
from reconcile.utils.secret_reader import SecretReader
|
65
|
+
from reconcile.utils.secret_reader import SecretReader, SecretReaderBase
|
66
66
|
from reconcile.utils.semver_helper import make_semver
|
67
67
|
from reconcile.utils.sharding import is_in_shard
|
68
68
|
from reconcile.utils.vault import (
|
@@ -402,9 +402,16 @@ def fetch_provider_vault_secret(
|
|
402
402
|
validate_alertmanager_config: bool = False,
|
403
403
|
alertmanager_config_key: str = "alertmanager.yaml",
|
404
404
|
settings: Mapping[str, Any] | None = None,
|
405
|
+
secret_reader: SecretReaderBase | None = None,
|
405
406
|
) -> OR:
|
406
|
-
|
407
|
-
|
407
|
+
if not secret_reader and not settings:
|
408
|
+
raise Exception(
|
409
|
+
"Parameter settings or secret_reader must be provided to run fetch_provider_vault_secret."
|
410
|
+
)
|
411
|
+
|
412
|
+
if not secret_reader:
|
413
|
+
# get the fields from vault
|
414
|
+
secret_reader = SecretReader(settings)
|
408
415
|
raw_data = {
|
409
416
|
k: v
|
410
417
|
for k, v in secret_reader.read_all({"path": path, "version": version}).items()
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/sql_query.py
RENAMED
@@ -19,6 +19,9 @@ from reconcile import (
|
|
19
19
|
)
|
20
20
|
from reconcile import openshift_resources_base as orb
|
21
21
|
from reconcile.status import ExitCodes
|
22
|
+
from reconcile.typed_queries.app_interface_vault_settings import (
|
23
|
+
get_app_interface_vault_settings,
|
24
|
+
)
|
22
25
|
from reconcile.utils.defer import defer
|
23
26
|
from reconcile.utils.external_resources import get_external_resource_specs
|
24
27
|
from reconcile.utils.oc import (
|
@@ -30,7 +33,10 @@ from reconcile.utils.openshift_resource import (
|
|
30
33
|
ResourceInventory,
|
31
34
|
)
|
32
35
|
from reconcile.utils.ruamel import create_ruamel_instance
|
33
|
-
from reconcile.utils.secret_reader import
|
36
|
+
from reconcile.utils.secret_reader import (
|
37
|
+
SecretReaderBase,
|
38
|
+
create_secret_reader,
|
39
|
+
)
|
34
40
|
from reconcile.utils.semver_helper import make_semver
|
35
41
|
from reconcile.utils.smtp_client import (
|
36
42
|
DEFAULT_SMTP_TIMEOUT,
|
@@ -187,14 +193,16 @@ def get_tf_resource_info(
|
|
187
193
|
|
188
194
|
|
189
195
|
def collect_queries(
|
190
|
-
|
196
|
+
secret_reader: SecretReaderBase,
|
197
|
+
smtp_client: SmtpClient,
|
198
|
+
query_name: str | None = None,
|
191
199
|
) -> list[dict[str, Any]]:
|
192
200
|
"""
|
193
201
|
Consults the app-interface and constructs the list of queries
|
194
202
|
to be executed.
|
195
203
|
|
196
204
|
:param query_name: (optional) query to look for
|
197
|
-
:param
|
205
|
+
:param secret_reader: SecretReaderBase
|
198
206
|
|
199
207
|
:return: List of queries dictionaries
|
200
208
|
"""
|
@@ -218,8 +226,8 @@ def collect_queries(
|
|
218
226
|
"",
|
219
227
|
1,
|
220
228
|
accounts=[],
|
221
|
-
settings=settings,
|
222
229
|
prefetch_resources_by_schemas=["/aws/rds-defaults-1.yml"],
|
230
|
+
secret_reader=secret_reader,
|
223
231
|
)
|
224
232
|
|
225
233
|
for sql_query in sql_queries:
|
@@ -499,11 +507,11 @@ def get_service_account(name: str, labels: dict) -> dict[str, Any]:
|
|
499
507
|
}
|
500
508
|
|
501
509
|
|
502
|
-
def split_long_query(q, size) -> list[str]:
|
510
|
+
def split_long_query(q: str, size: int) -> list[str]:
|
503
511
|
return [q[i : i + size] for i in range(0, len(q), size)]
|
504
512
|
|
505
513
|
|
506
|
-
def merge_files_command(directory, file_glob, output_file):
|
514
|
+
def merge_files_command(directory: str, file_glob: str, output_file: str) -> str:
|
507
515
|
return f"cat ''{directory}''/{file_glob} > ''{output_file}''"
|
508
516
|
|
509
517
|
|
@@ -582,8 +590,8 @@ def _build_openshift_resources(
|
|
582
590
|
query: dict[str, Any],
|
583
591
|
image_repository: str,
|
584
592
|
pull_secret: dict[str, Any] | None,
|
585
|
-
|
586
|
-
):
|
593
|
+
secret_reader: SecretReaderBase,
|
594
|
+
) -> list[OpenshiftResource]:
|
587
595
|
query_name = query["name"]
|
588
596
|
common_resource_labels = _build_common_resource_labels(query)
|
589
597
|
openshift_resources: list[OpenshiftResource] = []
|
@@ -600,7 +608,7 @@ def _build_openshift_resources(
|
|
600
608
|
type=pull_secret["type"],
|
601
609
|
integration=QONTRACT_INTEGRATION,
|
602
610
|
integration_version=QONTRACT_INTEGRATION_VERSION,
|
603
|
-
|
611
|
+
secret_reader=secret_reader,
|
604
612
|
)
|
605
613
|
openshift_resources.append(secret_resource)
|
606
614
|
# ConfigMap gpg
|
@@ -696,14 +704,14 @@ def _reconstruct_for_metrics(
|
|
696
704
|
query: dict[str, Any],
|
697
705
|
image_repository: str,
|
698
706
|
pull_secret: dict[str, Any] | None,
|
699
|
-
settings: dict[str, Any],
|
700
707
|
ri: ResourceInventory,
|
708
|
+
secret_reader: SecretReaderBase,
|
701
709
|
) -> None:
|
702
710
|
openshift_resources = _build_openshift_resources(
|
703
711
|
query,
|
704
712
|
image_repository,
|
705
713
|
pull_secret,
|
706
|
-
|
714
|
+
secret_reader,
|
707
715
|
)
|
708
716
|
cluster = query["cluster"]
|
709
717
|
namespace = query["namespace"]["name"]
|
@@ -762,6 +770,7 @@ def _process_existing_query(
|
|
762
770
|
image_repository: str,
|
763
771
|
pull_secret: dict[str, Any],
|
764
772
|
ri: ResourceInventory,
|
773
|
+
secret_reader: SecretReaderBase,
|
765
774
|
) -> None:
|
766
775
|
match _get_query_status(query, state):
|
767
776
|
case QueryStatus.ACTIVE:
|
@@ -769,8 +778,8 @@ def _process_existing_query(
|
|
769
778
|
query,
|
770
779
|
image_repository,
|
771
780
|
pull_secret,
|
772
|
-
settings,
|
773
781
|
ri,
|
782
|
+
secret_reader,
|
774
783
|
)
|
775
784
|
case QueryStatus.PENDING_DELETION:
|
776
785
|
_delete_query_resources(
|
@@ -797,12 +806,10 @@ def _process_new_query(
|
|
797
806
|
image_repository: str,
|
798
807
|
pull_secret: dict[str, Any],
|
799
808
|
ri: ResourceInventory,
|
800
|
-
|
809
|
+
secret_reader: SecretReaderBase,
|
810
|
+
) -> None:
|
801
811
|
openshift_resources = _build_openshift_resources(
|
802
|
-
query,
|
803
|
-
image_repository,
|
804
|
-
pull_secret,
|
805
|
-
settings,
|
812
|
+
query, image_repository, pull_secret, secret_reader
|
806
813
|
)
|
807
814
|
|
808
815
|
cluster = query["cluster"]
|
@@ -835,12 +842,14 @@ def run(
|
|
835
842
|
) -> None:
|
836
843
|
settings = queries.get_app_interface_settings()
|
837
844
|
state = init_state(integration=QONTRACT_INTEGRATION)
|
845
|
+
vault_settings = get_app_interface_vault_settings()
|
846
|
+
secret_reader = create_secret_reader(use_vault=vault_settings.vault)
|
838
847
|
if defer:
|
839
848
|
defer(state.cleanup)
|
840
849
|
smtp_settings = typed_queries.smtp.settings()
|
841
850
|
smtp_client = SmtpClient(
|
842
851
|
server=get_smtp_server_connection(
|
843
|
-
secret_reader=
|
852
|
+
secret_reader=secret_reader,
|
844
853
|
secret=smtp_settings.credentials,
|
845
854
|
),
|
846
855
|
mail_address=smtp_settings.mail_address,
|
@@ -854,7 +863,7 @@ def run(
|
|
854
863
|
image_repository = sql_query_settings["imageRepository"]
|
855
864
|
pull_secret = sql_query_settings["pullSecret"]
|
856
865
|
|
857
|
-
queries_list = collect_queries(
|
866
|
+
queries_list = collect_queries(secret_reader=secret_reader, smtp_client=smtp_client)
|
858
867
|
query_states = {s.lstrip("/") for s in state.ls()}
|
859
868
|
ri = ResourceInventory()
|
860
869
|
for query in queries_list:
|
@@ -868,6 +877,7 @@ def run(
|
|
868
877
|
image_repository,
|
869
878
|
pull_secret,
|
870
879
|
ri,
|
880
|
+
secret_reader,
|
871
881
|
)
|
872
882
|
else:
|
873
883
|
_process_new_query(
|
@@ -878,6 +888,7 @@ def run(
|
|
878
888
|
image_repository,
|
879
889
|
pull_secret,
|
880
890
|
ri,
|
891
|
+
secret_reader,
|
881
892
|
)
|
882
893
|
openshift_base.publish_metrics(ri, QONTRACT_INTEGRATION)
|
883
894
|
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/acs_policies.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aus/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aus/healthchecks.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aus/metrics.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aus/models.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aus/upgrades.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_ami_share.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/aws_iam_keys.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/checkpoint.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/cna/__init__.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/cna/assets/asset.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/cna/assets/null.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/cna/client.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/cna/integration.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/cna/state.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/dashdotdb_base.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/dashdotdb_cso.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/dashdotdb_dora.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/dashdotdb_dvo.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/dashdotdb_slo.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/deadmanssnitch.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/email_sender.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/fleet_labeler/ocm.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/fleet_labeler/vcs.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gcp_image_mirror.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/github_org.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/github_owners.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/github_users.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/github_validator.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gitlab_labeler.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gitlab_members.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gitlab_owners.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/gitlab_projects.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev191 → qontract_reconcile-0.10.2.dev193}/reconcile/glitchtip/README.md
RENAMED
File without changes
|
File without changes
|
File without changes
|