qontract-reconcile 0.10.2.dev233__tar.gz → 0.10.2.dev234__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.dev233 → qontract_reconcile-0.10.2.dev234}/PKG-INFO +2 -2
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/pyproject.toml +1 -1
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/change_owners/change_owners.py +1 -1
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/change_owners/decision.py +7 -10
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gitlab_fork_compliance.py +1 -2
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gitlab_housekeeping.py +25 -15
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gitlab_members.py +1 -1
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gitlab_owners.py +11 -8
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/gitlab_api.py +86 -92
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/vcs.py +5 -5
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/qontract_cli.py +12 -9
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/README.md +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aus/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aus/advanced_upgrade_service.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aus/aus_label_source.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aus/base.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aus/cluster_version_data.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aus/healthchecks.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aus/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aus/models.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aus/node_pool_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aus/ocm_addons_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aus/ocm_upgrade_scheduler.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aus/ocm_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aus/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aus/version_gate_approver.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aus/version_gates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aus/version_gates/handler.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aus/version_gates/ingress_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aus/version_gates/ocp_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aus/version_gates/sts_version_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/automated_actions/config/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/automated_actions/config/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aws_account_manager/README.md +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aws_account_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aws_account_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aws_account_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aws_account_manager/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aws_account_manager/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aws_ami_cleanup/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aws_ami_share.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aws_cloudwatch_log_retention/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aws_ecr_image_pull_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aws_garbage_collector.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aws_iam_keys.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aws_iam_password_reset.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aws_saml_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aws_saml_roles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aws_support_cases_sos.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aws_version_sync/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aws_version_sync/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aws_version_sync/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/aws_version_sync/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/blackbox_exporter_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/change_owners/README.md +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/change_owners/approver.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/change_owners/bundle.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/change_owners/change_log_tracking.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/change_owners/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/change_owners/changes.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/change_owners/diff.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/change_owners/implicit_ownership.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/change_owners/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/change_owners/tester.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/checkpoint.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/cli.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/closedbox_endpoint_monitoring_base.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/cluster_auth_rhidp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/cluster_deployment_mapper.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/dashdotdb_base.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/dashdotdb_cso.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/dashdotdb_dora.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/dashdotdb_dvo.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/dashdotdb_slo.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/deadmanssnitch.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/dynatrace_token_provider/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/dynatrace_token_provider/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/dynatrace_token_provider/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/dynatrace_token_provider/model.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/dynatrace_token_provider/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/dynatrace_token_provider/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/email_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/endpoints_discovery/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/endpoints_discovery/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/endpoints_discovery/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/external_resources/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/external_resources/factories.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/external_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/external_resources/integration_secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/external_resources/manager.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/external_resources/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/external_resources/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/external_resources/model.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/external_resources/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/external_resources/secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/external_resources/state.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/fleet_labeler/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/fleet_labeler/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/fleet_labeler/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/fleet_labeler/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/fleet_labeler/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/fleet_labeler/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/fleet_labeler/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/fleet_labeler/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gabi_authorized_users.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gcp_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/github_org.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/github_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/github_repo_invites.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/github_repo_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/github_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gitlab_labeler.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gitlab_mr_sqs_consumer.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gitlab_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gitlab_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/glitchtip/README.md +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/glitchtip/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/glitchtip/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/glitchtip_project_alerts/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/glitchtip_project_dsn/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/glitchtip_project_dsn/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/acs/acs_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/acs/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/acs/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/advanced_upgrade_service/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/users.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/automated_actions/instance.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/aws_account_manager/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/aws_saml_roles/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/aws_version_sync/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/aws_version_sync/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/change_owners/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/change_owners/queries/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/change_owners/queries/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/app_code_component_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/app_interface_dms_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/app_interface_repo_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/ocm_env_telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/ocm_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/pgp_reencryption_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/quay_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/quay_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/saas_target_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/saasherder_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/slack_workspaces.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/smtp_client_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/users.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/common/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/dashdotdb_slo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/email_sender/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/email_sender/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/email_sender/emails.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/email_sender/users.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/endpoints_discovery/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/external_resources/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/external_resources/external_resources_modules.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/external_resources/external_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/external_resources/external_resources_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/external_resources/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/external_resources/fragments/external_resources_module_overrides.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fleet_labeler/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/aws_account_common.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/aws_account_managed.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/aws_account_sso.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/aws_infra_management_account.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/aws_vpc.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/aws_vpc_request.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/aws_vpc_request_subnet.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/container_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/deploy_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/disable.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/email_service.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/email_user.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/jumphost_common_fields.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/membership_source.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/minimal_ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/oc_connection_cluster.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/ocm_environment.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/pipeline_provider_retention.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/prometheus_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/resource_limits_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/resource_requests_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/resource_values.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/saas_slo_document.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/saas_target_namespace.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/serviceaccount_token.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/terraform_state.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/upgrade_policy.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/user.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/fragments/vault_secret.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/gcp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/gcp/gcp_docker_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/gcp/gcp_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/gitlab_members/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/gitlab_members/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/gitlab_members/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/glitchtip/glitchtip_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/glitchtip/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/integrations/integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/introspection.json +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/jenkins_configs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/jira/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/jira/jira_servers.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/jira_permissions_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/jumphosts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/jumphosts/jumphosts.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/ldap_groups/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/ldap_groups/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/maintenance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/maintenance/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/membershipsources/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/ocm_labels/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/ocm_labels/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/ocm_subscription_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/openshift_cluster_bots/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/openshift_cluster_bots/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/openshift_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/openshift_groups/managed_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/openshift_groups/managed_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/openshift_serviceaccount_tokens/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/quay_membership/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/quay_membership/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/rhcs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/rhcs/certs.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/rhidp/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/service_dependencies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/service_dependencies/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/sharding/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/sharding/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/sharding/ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/skupper_network/site_controller_template.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/skupper_network/skupper_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/slack_usergroups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/slack_usergroups/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/slack_usergroups/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/slack_usergroups/users.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/slo_documents/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/slo_documents/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/status_board/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/status_board/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/statuspage/statuspages.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/templating/template_collection.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/templating/templates.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/terraform_cloudflare_dns/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/terraform_cloudflare_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/terraform_cloudflare_users/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/terraform_init/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/terraform_repo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/terraform_repo/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/terraform_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/terraform_resources/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/vault_instances/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/vault_instances/vault_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/vault_policies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/vault_policies/vault_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/vpc_peerings_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/integrations_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/jenkins/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/jenkins/types.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/jenkins_base.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/jenkins_job_builder.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/jenkins_job_builds_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/jenkins_job_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/jenkins_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/jenkins_webhooks.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/jenkins_webhooks_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/jenkins_worker_fleets.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/jira_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/jira_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/ldap_groups/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/ldap_users.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/mr_client_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/ocm/types.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/ocm_additional_routers.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/ocm_addons.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/ocm_addons_upgrade_tests_trigger.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/ocm_aws_infrastructure_access.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/ocm_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/ocm_external_configuration_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/ocm_github_idp.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/ocm_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/ocm_internal_notifications/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/ocm_internal_notifications/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/ocm_labels/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/ocm_machine_pools.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/ocm_upgrade_scheduler_org_updater.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/openshift_base.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/openshift_cluster_bots.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/openshift_clusterrolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/openshift_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/openshift_limitranges.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/openshift_namespace_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/openshift_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/openshift_network_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/openshift_prometheus_rules.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/openshift_resourcequotas.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/openshift_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/openshift_resources_base.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/openshift_rhcs_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/openshift_rolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/openshift_routes.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/openshift_saas_deploy.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/openshift_saas_deploy_change_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/openshift_saas_deploy_trigger_base.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/openshift_saas_deploy_trigger_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/openshift_saas_deploy_trigger_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/openshift_saas_deploy_trigger_images.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/openshift_saas_deploy_trigger_moving_commits.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/openshift_saas_deploy_trigger_upstream_jobs.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/openshift_serviceaccount_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/openshift_tekton_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/openshift_upgrade_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/openshift_users.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/openshift_vault_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/oum/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/oum/base.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/oum/labelset.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/oum/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/oum/models.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/oum/providers.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/oum/standalone.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/prometheus_rules_tester/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/prometheus_rules_tester/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/quay_base.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/quay_mirror_org.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/quay_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/quay_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/queries.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/query_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/requests_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/resource_scraper.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/resource_template_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/rhidp/common.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/rhidp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/rhidp/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/rhidp/ocm_oidc_idp/base.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/rhidp/ocm_oidc_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/rhidp/ocm_oidc_idp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/rhidp/sso_client/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/rhidp/sso_client/base.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/rhidp/sso_client/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/rhidp/sso_client/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/run_integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/saas_auto_promotions_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/saas_auto_promotions_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/saas_auto_promotions_manager/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/saas_auto_promotions_manager/merge_request_manager/desired_state.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager_v2.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/saas_auto_promotions_manager/merge_request_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/saas_auto_promotions_manager/merge_request_manager/mr_parser.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/saas_auto_promotions_manager/merge_request_manager/open_merge_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/saas_auto_promotions_manager/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/saas_auto_promotions_manager/publisher.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/saas_auto_promotions_manager/s3_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/saas_auto_promotions_manager/subscriber.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/saas_auto_promotions_manager/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/saas_file_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/sendgrid_teammates.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/signalfx_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/skupper_network/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/skupper_network/models.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/skupper_network/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/skupper_network/site_controller.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/slack_base.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/slack_usergroups.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/sql_query.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/status.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/statuspage/atlassian.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/statuspage/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/statuspage/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/statuspage/integrations/components.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/statuspage/integrations/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/statuspage/page.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/statuspage/state.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/statuspage/status.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/templates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/templates/aws_access_key_email.j2 +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/templates/email.yml.j2 +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/templates/jira-checkpoint-missinginfo.j2 +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/templates/rosa-classic-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/templating/lib/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/templating/lib/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/templating/lib/model.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/templating/lib/rendering.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/templating/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/templating/validator.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/terraform_aws_route53.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/terraform_cloudflare_dns.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/terraform_cloudflare_users.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/terraform_init/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/terraform_init/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/terraform_init/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/terraform_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/terraform_tgw_attachments.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/terraform_users.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/terraform_vpc_peerings.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/terraform_vpc_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/terraform_vpc_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/terraform_vpc_resources/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/terraform_vpc_resources/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/app_interface_deadmanssnitch_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/app_interface_metrics_exporter/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/app_interface_repo_url.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/cloudflare.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/dynatrace.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/dynatrace_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/dynatrace_token_provider_token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/get_state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/glitchtip.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/jenkins.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/jira.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/quay.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/repos.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/slack.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/smtp.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/tekton_pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/terraform_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/unleash.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/users.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/typed_queries/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/unleash_feature_toggles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/acs/base.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/acs/policies.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/acs/rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/aggregated_list.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/amtool.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/aws_api.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/aws_api_typed/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/aws_api_typed/account.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/aws_api_typed/api.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/aws_api_typed/dynamodb.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/aws_api_typed/iam.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/aws_api_typed/organization.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/aws_api_typed/s3.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/aws_api_typed/service_quotas.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/aws_api_typed/sts.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/aws_api_typed/support.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/aws_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/batches.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/binary.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/cloud_resource_best_practice/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/cloud_resource_best_practice/aws_rds.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/clusterhealth/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/clusterhealth/providerbase.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/clusterhealth/telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/config.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/constants.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/deadmanssnitch_api.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/defer.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/differ.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/disabled_integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/dnsutils.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/dynatrace/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/dynatrace/client.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/early_exit_cache.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/elasticsearch_exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/environ.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/expiration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/extended_early_exit.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/external_resource_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/filtering.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/git.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/glitchtip/client.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/glitchtip/models.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/gpg.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/gql.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/grouping.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/helm.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/helpers.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/imap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/instrumented_wrappers.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/internal_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/internal_groups/client.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/internal_groups/models.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/jenkins_api.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/jinja2/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/jinja2/extensions.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/jinja2/filters.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/jinja2/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/jira_client.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/jjb_client.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/jobcontroller/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/jobcontroller/controller.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/jobcontroller/models.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/jsonpath.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/jump_host.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/keycloak.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/ldap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/lean_terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/make.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/membershipsources/app_interface_resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/membershipsources/models.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/membershipsources/resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/merge_request_manager/parser.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/models.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/mr/README.md +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/mr/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/mr/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/mr/app_sre_tekton_access_report.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/mr/aws_access.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/mr/base.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/mr/clusters_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/mr/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/mr/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/mr/notificator.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/mr/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/mr/promote_qontract.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/mr/update_access_report_base.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/mr/user_maintenance.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/oauth2_backend_application_session.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/oc.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/oc_connection_parameters.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/oc_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/oc_map.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/ocm/addons.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/ocm/base.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/ocm/cluster_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/ocm/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/ocm/identity_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/ocm/label_sources.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/ocm/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/ocm/manifests.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/ocm/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/ocm/products.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/ocm/search_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/ocm/service_log.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/ocm/sre_capability_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/ocm/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/ocm/subscriptions.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/ocm/syncsets.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/ocm/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/ocm_base_client.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/openshift_resource.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/openssl.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/output.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/pagerduty_api.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/parse_dhms_duration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/password_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/prometheus.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/promtool.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/quay_api.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/raw_github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/repo_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/rest_api_base.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/rhcsv2_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/rosa/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/rosa/rosa_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/rosa/session.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/ruamel.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/runtime/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/runtime/desired_state_diff.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/runtime/environment.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/runtime/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/runtime/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/runtime/runner.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/runtime/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/saasherder/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/saasherder/interfaces.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/saasherder/models.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/saasherder/saasherder.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/secret_reader.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/semver_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/slack_api.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/slo_document_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/smtp_client.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/sqs_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/state.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/structs.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/terraform/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/terraform/config.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/terraform/config_client.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/terrascript/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/terrascript/cloudflare_client.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/terrascript/cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/terrascript/models.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/terrascript/resources.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/terrascript_aws_client.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/three_way_diff_strategy.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/throughput.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/unleash/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/unleash/client.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/unleash/server.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/vaultsecretref.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/vault_replication.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/alert_report.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/app_interface_metrics_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/app_sre_tekton_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/app_sre_tekton_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/cli_commands/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/cli_commands/container_images_report.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/cli_commands/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/cli_commands/cost_report/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/cli_commands/cost_report/cost_management_api.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/cli_commands/cost_report/model.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/cli_commands/cost_report/openshift.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/cli_commands/cost_report/openshift_cost_optimization.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/cli_commands/cost_report/response.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/cli_commands/cost_report/util.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/cli_commands/cost_report/view.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/cli_commands/erv2.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/cli_commands/gpg_encrypt.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/cli_commands/systems_and_tools.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/glitchtip_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/saas_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/saas_metrics_exporter/commit_distance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/saas_metrics_exporter/commit_distance/channel.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/saas_metrics_exporter/commit_distance/commit_distance.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/saas_metrics_exporter/commit_distance/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/saas_metrics_exporter/main.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/saas_promotion_state/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/saas_promotion_state/saas_promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/sre_checkpoints/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/tools/sre_checkpoints/util.py +0 -0
- {qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/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.dev234
|
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
|
@@ -43,7 +43,7 @@ Requires-Dist: pygithub<1.59,>=1.58
|
|
43
43
|
Requires-Dist: pyjwt~=2.7
|
44
44
|
Requires-Dist: pyopenssl~=23.0
|
45
45
|
Requires-Dist: pypd<1.2.0,>=1.1.0
|
46
|
-
Requires-Dist: python-gitlab==
|
46
|
+
Requires-Dist: python-gitlab==6.0.0
|
47
47
|
Requires-Dist: requests-oauthlib~=1.3
|
48
48
|
Requires-Dist: requests~=2.32
|
49
49
|
Requires-Dist: rich<14.0.0,>=13.3.0
|
@@ -382,7 +382,7 @@ def run(
|
|
382
382
|
|
383
383
|
comments = gl.get_merge_request_comments(merge_request)
|
384
384
|
good_to_test_approvers = {
|
385
|
-
c
|
385
|
+
c.username for c in comments if c.body.strip() == "/good-to-test"
|
386
386
|
}
|
387
387
|
|
388
388
|
change_admitted = is_change_admitted(
|
@@ -1,12 +1,8 @@
|
|
1
|
-
import operator
|
2
1
|
from collections import defaultdict
|
3
|
-
from collections.abc import
|
4
|
-
Iterable,
|
5
|
-
Mapping,
|
6
|
-
)
|
2
|
+
from collections.abc import Iterable
|
7
3
|
from dataclasses import dataclass
|
8
4
|
from enum import Enum
|
9
|
-
from
|
5
|
+
from operator import attrgetter
|
10
6
|
|
11
7
|
from reconcile.change_owners.approver import (
|
12
8
|
Approver,
|
@@ -16,6 +12,7 @@ from reconcile.change_owners.bundle import FileRef
|
|
16
12
|
from reconcile.change_owners.change_types import ChangeTypeContext, DiffCoverage
|
17
13
|
from reconcile.change_owners.changes import BundleFileChange
|
18
14
|
from reconcile.change_owners.diff import Diff
|
15
|
+
from reconcile.utils.gitlab_api import Comment
|
19
16
|
|
20
17
|
|
21
18
|
class DecisionCommand(Enum):
|
@@ -33,12 +30,12 @@ class Decision:
|
|
33
30
|
|
34
31
|
|
35
32
|
def get_approver_decisions_from_mr_comments(
|
36
|
-
comments: Iterable[
|
33
|
+
comments: Iterable[Comment],
|
37
34
|
) -> list[Decision]:
|
38
35
|
decisions: list[Decision] = []
|
39
|
-
for c in sorted(comments, key=
|
40
|
-
commenter = c
|
41
|
-
comment_body = c.
|
36
|
+
for c in sorted(comments, key=attrgetter("created_at")):
|
37
|
+
commenter = c.username
|
38
|
+
comment_body = c.body
|
42
39
|
for line in comment_body.split("\n") if comment_body else []:
|
43
40
|
line = line.strip()
|
44
41
|
if line == DecisionCommand.APPROVED.value:
|
@@ -77,8 +77,7 @@ class GitlabForkCompliance:
|
|
77
77
|
continue
|
78
78
|
LOG.info([f"adding {member.username} as maintainer"])
|
79
79
|
user_payload = {"user_id": member.id, "access_level": MAINTAINER_ACCESS}
|
80
|
-
|
81
|
-
member.save()
|
80
|
+
self.src.project.members.create(user_payload)
|
82
81
|
|
83
82
|
# Last but not least, we remove the blocked label, in case
|
84
83
|
# it is set
|
@@ -14,10 +14,12 @@ from operator import itemgetter
|
|
14
14
|
from typing import Any, cast
|
15
15
|
|
16
16
|
import gitlab
|
17
|
+
from gitlab.const import PipelineStatus
|
17
18
|
from gitlab.v4.objects import (
|
18
19
|
ProjectCommit,
|
19
20
|
ProjectIssue,
|
20
21
|
ProjectMergeRequest,
|
22
|
+
ProjectMergeRequestPipeline,
|
21
23
|
)
|
22
24
|
from prometheus_client import (
|
23
25
|
Counter,
|
@@ -133,11 +135,16 @@ def _calculate_time_since_approval(approved_at: str) -> float:
|
|
133
135
|
|
134
136
|
|
135
137
|
def get_timed_out_pipelines(
|
136
|
-
pipelines: list[
|
137
|
-
|
138
|
+
pipelines: list[ProjectMergeRequestPipeline],
|
139
|
+
pipeline_timeout: int = 60,
|
140
|
+
) -> list[ProjectMergeRequestPipeline]:
|
138
141
|
now = datetime.utcnow()
|
139
142
|
|
140
|
-
pending_pipelines = [
|
143
|
+
pending_pipelines = [
|
144
|
+
p
|
145
|
+
for p in pipelines
|
146
|
+
if p.status in {PipelineStatus.PENDING, PipelineStatus.RUNNING}
|
147
|
+
]
|
141
148
|
|
142
149
|
if not pending_pipelines:
|
143
150
|
return []
|
@@ -145,7 +152,7 @@ def get_timed_out_pipelines(
|
|
145
152
|
timed_out_pipelines = []
|
146
153
|
|
147
154
|
for p in pending_pipelines:
|
148
|
-
update_time = datetime.strptime(p
|
155
|
+
update_time = datetime.strptime(p.updated_at, DATE_FORMAT)
|
149
156
|
|
150
157
|
elapsed = (now - update_time).total_seconds()
|
151
158
|
|
@@ -160,20 +167,19 @@ def clean_pipelines(
|
|
160
167
|
dry_run: bool,
|
161
168
|
gl: GitLabApi,
|
162
169
|
fork_project_id: int,
|
163
|
-
pipelines: list[
|
170
|
+
pipelines: list[ProjectMergeRequestPipeline],
|
164
171
|
) -> None:
|
165
172
|
if not dry_run:
|
166
173
|
gl_piplelines = gl.get_project_by_id(fork_project_id).pipelines
|
167
174
|
|
168
175
|
for p in pipelines:
|
169
|
-
logging.info(["canceling", p
|
176
|
+
logging.info(["canceling", p.web_url])
|
170
177
|
if not dry_run:
|
171
178
|
try:
|
172
|
-
gl_piplelines.get(p
|
179
|
+
gl_piplelines.get(p.id, lazy=True).cancel()
|
173
180
|
except gitlab.exceptions.GitlabPipelineCancelError as err:
|
174
181
|
logging.error(
|
175
|
-
f"unable to cancel {p
|
176
|
-
f"error message {err.error_message}"
|
182
|
+
f"unable to cancel {p.web_url} - error message {err.error_message}"
|
177
183
|
)
|
178
184
|
|
179
185
|
|
@@ -188,9 +194,9 @@ def verify_on_demand_tests(
|
|
188
194
|
Check if MR has passed all necessary test jobs and add comments to indicate test results.
|
189
195
|
"""
|
190
196
|
pipelines = gl.get_merge_request_pipelines(mr)
|
191
|
-
running_pipelines = [p for p in pipelines if p
|
197
|
+
running_pipelines = [p for p in pipelines if p.status == PipelineStatus.RUNNING]
|
192
198
|
if running_pipelines:
|
193
|
-
# wait for pipelines
|
199
|
+
# wait for pipelines completion
|
194
200
|
return False
|
195
201
|
|
196
202
|
commit = next(mr.commits())
|
@@ -510,7 +516,9 @@ def rebase_merge_requests(
|
|
510
516
|
continue
|
511
517
|
# possible statuses:
|
512
518
|
# running, pending, success, failed, canceled, skipped
|
513
|
-
running_pipelines = [
|
519
|
+
running_pipelines = [
|
520
|
+
p for p in pipelines if p.status == PipelineStatus.RUNNING
|
521
|
+
]
|
514
522
|
if running_pipelines:
|
515
523
|
continue
|
516
524
|
|
@@ -591,7 +599,9 @@ def merge_merge_requests(
|
|
591
599
|
if wait_for_pipeline:
|
592
600
|
# possible statuses:
|
593
601
|
# running, pending, success, failed, canceled, skipped
|
594
|
-
running_pipelines = [
|
602
|
+
running_pipelines = [
|
603
|
+
p for p in pipelines if p.status == PipelineStatus.RUNNING
|
604
|
+
]
|
595
605
|
if running_pipelines:
|
596
606
|
if insist:
|
597
607
|
# This raise causes the method to restart due to the usage of
|
@@ -606,8 +616,8 @@ def merge_merge_requests(
|
|
606
616
|
)
|
607
617
|
continue
|
608
618
|
|
609
|
-
last_pipeline_result = pipelines[0]
|
610
|
-
if last_pipeline_result !=
|
619
|
+
last_pipeline_result = pipelines[0].status
|
620
|
+
if last_pipeline_result != PipelineStatus.SUCCESS:
|
611
621
|
continue
|
612
622
|
|
613
623
|
logging.info(["merge", gl.project.name, mr.iid])
|
{qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gitlab_members.py
RENAMED
@@ -216,7 +216,7 @@ def reconcile_gitlab_members(
|
|
216
216
|
gl.get_access_level_string(gitlab_user.access_level),
|
217
217
|
])
|
218
218
|
if not dry_run:
|
219
|
-
gl.add_group_member(group, gitlab_user)
|
219
|
+
gl.add_group_member(group, gitlab_user.user, gitlab_user.access_level)
|
220
220
|
for key, group_member in diff_data.delete.items():
|
221
221
|
logging.info([
|
222
222
|
key,
|
{qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/gitlab_owners.py
RENAMED
@@ -89,19 +89,19 @@ class MRApproval:
|
|
89
89
|
comments = self.gitlab.get_merge_request_comments(self.mr)
|
90
90
|
for comment in comments:
|
91
91
|
# Only interested in '/lgtm' comments
|
92
|
-
if comment
|
92
|
+
if comment.body != "/lgtm":
|
93
93
|
continue
|
94
94
|
|
95
95
|
# Only interested in comments created after the top commit
|
96
96
|
# creation time
|
97
|
-
comment_created_at = dateparser.parse(comment
|
97
|
+
comment_created_at = dateparser.parse(comment.created_at)
|
98
98
|
if (
|
99
99
|
comment_created_at < self.top_commit_created_at
|
100
100
|
and not self.persistent_lgtm
|
101
101
|
):
|
102
102
|
continue
|
103
103
|
|
104
|
-
lgtms.append(comment
|
104
|
+
lgtms.append(comment.username)
|
105
105
|
return lgtms
|
106
106
|
|
107
107
|
def expand_groups(self, owners: list[str]) -> set[str]:
|
@@ -173,19 +173,22 @@ class MRApproval:
|
|
173
173
|
comments = self.gitlab.get_merge_request_comments(self.mr)
|
174
174
|
for comment in comments:
|
175
175
|
# Only interested on our own comments
|
176
|
-
if comment
|
176
|
+
if comment.username != self.gitlab.user.username:
|
177
177
|
continue
|
178
178
|
|
179
179
|
# Ignoring non-approval comments
|
180
|
-
body = comment
|
180
|
+
body = comment.body
|
181
181
|
if not body.startswith(COMMENT_PREFIX):
|
182
182
|
continue
|
183
183
|
|
184
184
|
# If the comment was created before the last commit,
|
185
185
|
# it means we had a push after the comment. In this case,
|
186
186
|
# we delete the comment and move on.
|
187
|
-
comment_created_at = dateparser.parse(comment
|
188
|
-
if
|
187
|
+
comment_created_at = dateparser.parse(comment.created_at)
|
188
|
+
if (
|
189
|
+
comment_created_at < self.top_commit_created_at
|
190
|
+
and comment.note is not None
|
191
|
+
):
|
189
192
|
# Deleting stale comments
|
190
193
|
_LOG.info([
|
191
194
|
f"Project:{self.gitlab.project.id} "
|
@@ -193,7 +196,7 @@ class MRApproval:
|
|
193
196
|
f"- removing stale comment"
|
194
197
|
])
|
195
198
|
if not self.dry_run:
|
196
|
-
self.gitlab.delete_comment(comment
|
199
|
+
self.gitlab.delete_comment(comment.note)
|
197
200
|
continue
|
198
201
|
|
199
202
|
# At this point, we've found an approval comment comment
|
{qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/gitlab_api.py
RENAMED
@@ -7,16 +7,12 @@ from collections.abc import (
|
|
7
7
|
Iterable,
|
8
8
|
Mapping,
|
9
9
|
)
|
10
|
+
from dataclasses import dataclass
|
10
11
|
from functools import cached_property
|
11
|
-
from operator import
|
12
|
-
attrgetter,
|
13
|
-
itemgetter,
|
14
|
-
)
|
12
|
+
from operator import attrgetter
|
15
13
|
from typing import (
|
16
14
|
Any,
|
17
|
-
Protocol,
|
18
15
|
Self,
|
19
|
-
TypedDict,
|
20
16
|
cast,
|
21
17
|
)
|
22
18
|
from urllib.parse import urlparse
|
@@ -47,6 +43,7 @@ from gitlab.v4.objects import (
|
|
47
43
|
ProjectMergeRequest,
|
48
44
|
ProjectMergeRequestManager,
|
49
45
|
ProjectMergeRequestNote,
|
46
|
+
ProjectMergeRequestPipeline,
|
50
47
|
ProjectMergeRequestResourceLabelEvent,
|
51
48
|
User,
|
52
49
|
)
|
@@ -97,15 +94,19 @@ class MRStatus:
|
|
97
94
|
GROUP_BOT_NAME_REGEX = re.compile(r"group_.+_bot_.+")
|
98
95
|
|
99
96
|
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
97
|
+
@dataclass(frozen=True)
|
98
|
+
class Assignment:
|
99
|
+
author: str
|
100
|
+
assignee: str
|
104
101
|
|
105
102
|
|
106
|
-
|
107
|
-
|
108
|
-
|
103
|
+
@dataclass(frozen=True)
|
104
|
+
class Comment:
|
105
|
+
id: int
|
106
|
+
username: str
|
107
|
+
body: str
|
108
|
+
created_at: str
|
109
|
+
note: ProjectMergeRequestNote | None = None
|
109
110
|
|
110
111
|
|
111
112
|
class GitLabApi:
|
@@ -254,7 +255,7 @@ class GitLabApi:
|
|
254
255
|
"remove_source_branch": str(remove_source_branch),
|
255
256
|
"labels": labels,
|
256
257
|
}
|
257
|
-
return
|
258
|
+
return self.project.mergerequests.create(data)
|
258
259
|
|
259
260
|
def mr_exists(self, title: str) -> bool:
|
260
261
|
mrs = self.get_merge_requests(state=MRState.OPENED)
|
@@ -274,10 +275,7 @@ class GitLabApi:
|
|
274
275
|
|
275
276
|
def get_app_sre_group_users(self) -> list[GroupMember]:
|
276
277
|
app_sre_group = self.gl.groups.get("app-sre")
|
277
|
-
return
|
278
|
-
list[GroupMember],
|
279
|
-
app_sre_group.members.list(get_all=True),
|
280
|
-
)
|
278
|
+
return app_sre_group.members.list(get_all=True)
|
281
279
|
|
282
280
|
def get_group_if_exists(self, group_name: str) -> Group | None:
|
283
281
|
try:
|
@@ -312,7 +310,7 @@ class GitLabApi:
|
|
312
310
|
|
313
311
|
def get_group_members(self, group: Group) -> list[GroupMember]:
|
314
312
|
return [
|
315
|
-
|
313
|
+
m
|
316
314
|
for m in group.members.list(iterator=True)
|
317
315
|
if not self._is_bot_username(m.username)
|
318
316
|
]
|
@@ -331,17 +329,17 @@ class GitLabApi:
|
|
331
329
|
member.access_level = access_level
|
332
330
|
member.save()
|
333
331
|
|
334
|
-
def add_group_member(self, group: Group,
|
335
|
-
gitlab_user = self.get_user(
|
332
|
+
def add_group_member(self, group: Group, username: str, access_level: int) -> None:
|
333
|
+
gitlab_user = self.get_user(username)
|
336
334
|
if gitlab_user is not None:
|
337
335
|
try:
|
338
336
|
group.members.create({
|
339
337
|
"user_id": gitlab_user.id,
|
340
|
-
"access_level":
|
338
|
+
"access_level": access_level,
|
341
339
|
})
|
342
340
|
except GitlabCreateError:
|
343
|
-
member = group.members.get(
|
344
|
-
member.access_level =
|
341
|
+
member = group.members.get(gitlab_user.id)
|
342
|
+
member.access_level = access_level
|
345
343
|
member.save()
|
346
344
|
|
347
345
|
def remove_group_member(self, group: Group, user_id: str) -> None:
|
@@ -398,37 +396,27 @@ class GitLabApi:
|
|
398
396
|
return self.gl.projects.get(project_id)
|
399
397
|
|
400
398
|
def get_issues(self, state: str) -> list[ProjectIssue]:
|
401
|
-
return
|
402
|
-
list[ProjectIssue],
|
403
|
-
self.project.issues.list(state=state, get_all=True),
|
404
|
-
)
|
399
|
+
return self.project.issues.list(state=state, get_all=True)
|
405
400
|
|
406
401
|
def get_merge_request(self, mr_id: str | int) -> ProjectMergeRequest:
|
407
402
|
return self.project.mergerequests.get(mr_id)
|
408
403
|
|
409
404
|
def get_merge_requests(self, state: str) -> list[ProjectMergeRequest]:
|
410
|
-
return
|
411
|
-
list[ProjectMergeRequest],
|
412
|
-
self.project.mergerequests.list(state=state, get_all=True),
|
413
|
-
)
|
405
|
+
return self.project.mergerequests.list(state=state, get_all=True)
|
414
406
|
|
415
407
|
@staticmethod
|
416
408
|
def get_merge_request_label_events(
|
417
409
|
mr: ProjectMergeRequest,
|
418
410
|
) -> list[ProjectMergeRequestResourceLabelEvent]:
|
419
|
-
return
|
420
|
-
list[ProjectMergeRequestResourceLabelEvent],
|
421
|
-
mr.resourcelabelevents.list(get_all=True),
|
422
|
-
)
|
411
|
+
return mr.resourcelabelevents.list(get_all=True)
|
423
412
|
|
424
413
|
@staticmethod
|
425
|
-
def get_merge_request_pipelines(
|
426
|
-
|
427
|
-
|
428
|
-
items = mr.pipelines.list(iterator=True)
|
414
|
+
def get_merge_request_pipelines(
|
415
|
+
mr: ProjectMergeRequest,
|
416
|
+
) -> list[ProjectMergeRequestPipeline]:
|
429
417
|
return sorted(
|
430
|
-
|
431
|
-
key=
|
418
|
+
mr.pipelines.list(iterator=True),
|
419
|
+
key=attrgetter("created_at"),
|
432
420
|
reverse=True,
|
433
421
|
)
|
434
422
|
|
@@ -456,25 +444,28 @@ class GitLabApi:
|
|
456
444
|
def get_merge_request_comments(
|
457
445
|
merge_request: ProjectMergeRequest,
|
458
446
|
include_description: bool = False,
|
459
|
-
) -> list[
|
447
|
+
) -> list[Comment]:
|
460
448
|
comments = []
|
461
449
|
if include_description:
|
462
|
-
comments.append(
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
"
|
474
|
-
"
|
475
|
-
|
476
|
-
|
477
|
-
|
450
|
+
comments.append(
|
451
|
+
Comment(
|
452
|
+
id=MR_DESCRIPTION_COMMENT_ID,
|
453
|
+
username=merge_request.author["username"],
|
454
|
+
body=merge_request.description or "",
|
455
|
+
created_at=merge_request.created_at,
|
456
|
+
)
|
457
|
+
)
|
458
|
+
comments.extend(
|
459
|
+
Comment(
|
460
|
+
id=note.id,
|
461
|
+
username=note.author["username"],
|
462
|
+
body=note.body or "",
|
463
|
+
created_at=note.created_at,
|
464
|
+
note=note,
|
465
|
+
)
|
466
|
+
for note in merge_request.notes.list(iterator=True)
|
467
|
+
if not note.system
|
468
|
+
)
|
478
469
|
return comments
|
479
470
|
|
480
471
|
@staticmethod
|
@@ -488,9 +479,12 @@ class GitLabApi:
|
|
488
479
|
) -> None:
|
489
480
|
comments = self.get_merge_request_comments(merge_request)
|
490
481
|
for c in comments:
|
491
|
-
|
492
|
-
|
493
|
-
|
482
|
+
if (
|
483
|
+
c.username == self.user.username
|
484
|
+
and c.body.startswith(startswith)
|
485
|
+
and c.note is not None
|
486
|
+
):
|
487
|
+
self.delete_comment(c.note)
|
494
488
|
|
495
489
|
@retry()
|
496
490
|
def get_project_labels(self) -> set[str]:
|
@@ -631,7 +625,7 @@ class GitLabApi:
|
|
631
625
|
item.save()
|
632
626
|
|
633
627
|
def get_user(self, username: str) -> User | None:
|
634
|
-
user =
|
628
|
+
user = self.gl.users.list(search=username, page=1, per_page=1)
|
635
629
|
if not user:
|
636
630
|
logging.error(f"{username} user not found")
|
637
631
|
return None
|
@@ -732,25 +726,22 @@ class GitLabApi:
|
|
732
726
|
self.create_branch("production", "master")
|
733
727
|
|
734
728
|
def is_last_action_by_team(
|
735
|
-
self, mr: ProjectMergeRequest, team_usernames:
|
729
|
+
self, mr: ProjectMergeRequest, team_usernames: set[str], hold_labels: list[str]
|
736
730
|
) -> bool:
|
737
731
|
# what is the time of the last app-sre response?
|
738
732
|
last_action_by_team = None
|
739
733
|
# comments
|
740
734
|
comments = self.get_merge_request_comments(mr)
|
741
|
-
comments.sort(key=
|
735
|
+
comments.sort(key=attrgetter("created_at"), reverse=True)
|
742
736
|
for comment in comments:
|
743
|
-
username = comment
|
737
|
+
username = comment.username
|
744
738
|
if username == self.user.username:
|
745
739
|
continue
|
746
740
|
if username in team_usernames:
|
747
|
-
last_action_by_team = comment
|
741
|
+
last_action_by_team = comment.created_at
|
748
742
|
break
|
749
743
|
# labels
|
750
|
-
label_events =
|
751
|
-
list[ProjectMergeRequestResourceLabelEvent],
|
752
|
-
mr.resourcelabelevents.list(get_all=True),
|
753
|
-
)
|
744
|
+
label_events = mr.resourcelabelevents.list(get_all=True)
|
754
745
|
for label in reversed(label_events):
|
755
746
|
if label.action == "add" and label.label["name"] in hold_labels:
|
756
747
|
username = label.user["username"]
|
@@ -774,11 +765,11 @@ class GitLabApi:
|
|
774
765
|
break
|
775
766
|
# comments
|
776
767
|
for comment in comments:
|
777
|
-
username = comment
|
768
|
+
username = comment.username
|
778
769
|
if username == self.user.username:
|
779
770
|
continue
|
780
771
|
if username not in team_usernames:
|
781
|
-
last_action_not_by_team = comment
|
772
|
+
last_action_not_by_team = comment.created_at
|
782
773
|
break
|
783
774
|
|
784
775
|
if not last_action_not_by_team:
|
@@ -787,19 +778,20 @@ class GitLabApi:
|
|
787
778
|
return last_action_not_by_team < last_action_by_team
|
788
779
|
|
789
780
|
def is_assigned_by_team(
|
790
|
-
self, mr: ProjectMergeRequest, team_usernames:
|
781
|
+
self, mr: ProjectMergeRequest, team_usernames: set[str]
|
791
782
|
) -> bool:
|
792
783
|
if not mr.assignee:
|
793
784
|
return False
|
794
785
|
last_assignment = self.last_assignment(mr)
|
795
|
-
if
|
786
|
+
if last_assignment is None:
|
796
787
|
return False
|
797
|
-
|
798
|
-
|
799
|
-
|
788
|
+
return (
|
789
|
+
last_assignment.author in team_usernames
|
790
|
+
and mr.assignee["username"] == last_assignment.assignee
|
791
|
+
)
|
800
792
|
|
801
793
|
@staticmethod
|
802
|
-
def last_assignment(mr: ProjectMergeRequest) ->
|
794
|
+
def last_assignment(mr: ProjectMergeRequest) -> Assignment | None:
|
803
795
|
"""
|
804
796
|
Get the last assignment of a merge request.
|
805
797
|
:param mr: merge request
|
@@ -809,7 +801,10 @@ class GitLabApi:
|
|
809
801
|
notes = mr.notes.list(sort="desc", order_by="created_at", iterator=True)
|
810
802
|
return next(
|
811
803
|
(
|
812
|
-
(
|
804
|
+
Assignment(
|
805
|
+
author=note.author["username"],
|
806
|
+
assignee=note.body.removeprefix(body_format),
|
807
|
+
)
|
813
808
|
for note in notes
|
814
809
|
if note.system and note.body.startswith(body_format)
|
815
810
|
),
|
@@ -818,15 +813,17 @@ class GitLabApi:
|
|
818
813
|
|
819
814
|
def last_comment(
|
820
815
|
self, mr: ProjectMergeRequest, exclude_bot: bool = True
|
821
|
-
) ->
|
816
|
+
) -> Comment | None:
|
822
817
|
comments = self.get_merge_request_comments(mr)
|
823
|
-
comments.sort(key=
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
818
|
+
comments.sort(key=attrgetter("created_at"), reverse=True)
|
819
|
+
return next(
|
820
|
+
(
|
821
|
+
comment
|
822
|
+
for comment in comments
|
823
|
+
if not (exclude_bot and comment.username == self.user.username)
|
824
|
+
),
|
825
|
+
None,
|
826
|
+
)
|
830
827
|
|
831
828
|
def get_commit_sha(self, ref: str, repo_url: str) -> str:
|
832
829
|
project = self.get_project(repo_url)
|
@@ -841,10 +838,7 @@ class GitLabApi:
|
|
841
838
|
return response.get("commits", [])
|
842
839
|
|
843
840
|
def get_personal_access_tokens(self) -> list[PersonalAccessToken]:
|
844
|
-
return
|
845
|
-
list[PersonalAccessToken],
|
846
|
-
self.gl.personal_access_tokens.list(get_all=True),
|
847
|
-
)
|
841
|
+
return self.gl.personal_access_tokens.list(get_all=True)
|
848
842
|
|
849
843
|
@staticmethod
|
850
844
|
def get_directory_contents(
|
{qontract_reconcile-0.10.2.dev233 → qontract_reconcile-0.10.2.dev234}/reconcile/utils/vcs.py
RENAMED
@@ -9,6 +9,7 @@ from enum import Enum
|
|
9
9
|
from typing import Literal
|
10
10
|
from urllib.parse import urlparse
|
11
11
|
|
12
|
+
from gitlab.const import PipelineStatus
|
12
13
|
from gitlab.v4.objects import ProjectMergeRequest
|
13
14
|
|
14
15
|
from reconcile.typed_queries.github_orgs import GithubOrgV1
|
@@ -154,14 +155,13 @@ class VCS:
|
|
154
155
|
pipelines = self._gitlab_instance.get_merge_request_pipelines(mr)
|
155
156
|
if not pipelines:
|
156
157
|
return MRCheckStatus.NONE
|
157
|
-
|
158
|
-
last_pipeline_result = pipelines[0]["status"]
|
158
|
+
last_pipeline_result = pipelines[0].status
|
159
159
|
match last_pipeline_result:
|
160
|
-
case
|
160
|
+
case PipelineStatus.SUCCESS:
|
161
161
|
return MRCheckStatus.SUCCESS
|
162
|
-
case
|
162
|
+
case PipelineStatus.RUNNING:
|
163
163
|
return MRCheckStatus.RUNNING
|
164
|
-
case
|
164
|
+
case PipelineStatus.FAILED:
|
165
165
|
return MRCheckStatus.FAILED
|
166
166
|
case _:
|
167
167
|
# Lets assume all other states as non-present
|