qontract-reconcile 0.10.2.dev174__tar.gz → 0.10.2.dev176__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.dev174 → qontract_reconcile-0.10.2.dev176}/PKG-INFO +1 -1
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aus/base.py +45 -49
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gitlab_members.py +1 -3
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gitlab_permissions.py +8 -7
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/github_api.py +7 -2
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/gitlab_api.py +84 -61
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/repo_owners.py +1 -1
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/saasherder/saasherder.py +5 -2
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/README.md +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/pyproject.toml +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/acs_notifiers.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aus/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aus/advanced_upgrade_service.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aus/aus_label_source.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aus/cluster_version_data.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aus/healthchecks.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aus/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aus/models.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aus/node_pool_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aus/ocm_addons_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aus/ocm_upgrade_scheduler.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aus/ocm_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aus/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aus/version_gate_approver.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aus/version_gates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aus/version_gates/handler.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aus/version_gates/ingress_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aus/version_gates/ocp_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aus/version_gates/sts_version_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/automated_actions/config/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/automated_actions/config/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_account_manager/README.md +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_account_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_account_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_account_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_account_manager/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_account_manager/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_ami_cleanup/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_ami_share.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_cloudwatch_log_retention/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_ecr_image_pull_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_garbage_collector.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_iam_keys.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_iam_password_reset.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_saml_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_saml_roles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_support_cases_sos.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_version_sync/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_version_sync/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_version_sync/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_version_sync/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/blackbox_exporter_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/change_owners/README.md +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/change_owners/approver.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/change_owners/bundle.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/change_owners/change_log_tracking.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/change_owners/change_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/change_owners/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/change_owners/changes.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/change_owners/decision.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/change_owners/diff.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/change_owners/implicit_ownership.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/change_owners/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/change_owners/tester.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/checkpoint.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/cli.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/closedbox_endpoint_monitoring_base.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/cluster_auth_rhidp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/cluster_deployment_mapper.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/cna/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/cna/assets/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/cna/assets/asset.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/cna/assets/asset_factory.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/cna/assets/null.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/cna/client.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/cna/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/cna/state.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/dashdotdb_base.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/dashdotdb_cso.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/dashdotdb_dora.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/dashdotdb_dvo.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/dashdotdb_slo.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/deadmanssnitch.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/dynatrace_token_provider/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/dynatrace_token_provider/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/dynatrace_token_provider/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/dynatrace_token_provider/model.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/dynatrace_token_provider/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/dynatrace_token_provider/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/email_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/endpoints_discovery/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/endpoints_discovery/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/endpoints_discovery/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/external_resources/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/external_resources/factories.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/external_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/external_resources/integration_secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/external_resources/manager.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/external_resources/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/external_resources/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/external_resources/model.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/external_resources/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/external_resources/secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/external_resources/state.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/fleet_labeler/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/fleet_labeler/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/fleet_labeler/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/fleet_labeler/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/fleet_labeler/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/fleet_labeler/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/fleet_labeler/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/fleet_labeler/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gabi_authorized_users.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gcp_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/github_org.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/github_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/github_repo_invites.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/github_repo_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/github_users.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/github_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gitlab_fork_compliance.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gitlab_housekeeping.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gitlab_labeler.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gitlab_mr_sqs_consumer.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gitlab_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gitlab_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/glitchtip/README.md +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/glitchtip/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/glitchtip/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/glitchtip_project_alerts/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/glitchtip_project_dsn/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/glitchtip_project_dsn/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/acs/acs_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/acs/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/acs/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/advanced_upgrade_service/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/users.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/automated_actions/instance.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/aws_account_manager/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/aws_saml_roles/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/aws_version_sync/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/aws_version_sync/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/change_owners/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/change_owners/queries/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/change_owners/queries/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/cna/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/cna/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/cna/queries/cna_provisioners.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/cna/queries/cna_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/app_code_component_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/app_interface_dms_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/app_interface_repo_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/ocm_env_telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/ocm_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/pgp_reencryption_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/quay_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/quay_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/saas_target_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/saasherder_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/slack_workspaces.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/smtp_client_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/common/users.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/dashdotdb_slo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/email_sender/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/email_sender/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/email_sender/emails.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/email_sender/users.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/endpoints_discovery/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/external_resources/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/external_resources/external_resources_modules.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/external_resources/external_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/external_resources/external_resources_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/external_resources/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/external_resources/fragments/external_resources_module_overrides.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fleet_labeler/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/aws_account_common.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/aws_account_managed.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/aws_account_sso.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/aws_infra_management_account.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/aws_vpc.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/aws_vpc_request.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/aws_vpc_request_subnet.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/container_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/deplopy_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/disable.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/email_service.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/email_user.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/jumphost_common_fields.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/membership_source.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/minimal_ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/oc_connection_cluster.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/ocm_environment.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/pipeline_provider_retention.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/prometheus_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/resource_limits_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/resource_requests_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/resource_values.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/saas_slo_document.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/saas_target_namespace.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/serviceaccount_token.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/terraform_state.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/upgrade_policy.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/user.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/fragments/vault_secret.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/gcp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/gcp/gcp_docker_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/gcp/gcp_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/gitlab_members/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/gitlab_members/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/gitlab_members/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/glitchtip/glitchtip_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/glitchtip/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/integrations/integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/introspection.json +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/jenkins_configs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/jira/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/jira/jira_servers.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/jira_permissions_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/jumphosts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/jumphosts/jumphosts.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/ldap_groups/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/ldap_groups/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/maintenance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/maintenance/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/membershipsources/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/ocm_labels/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/ocm_labels/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/ocm_subscription_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/openshift_cluster_bots/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/openshift_cluster_bots/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/openshift_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/openshift_groups/managed_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/openshift_groups/managed_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/openshift_serviceaccount_tokens/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/quay_membership/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/quay_membership/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/rhidp/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/service_dependencies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/service_dependencies/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/sharding/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/sharding/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/sharding/ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/skupper_network/site_controller_template.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/skupper_network/skupper_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/slack_usergroups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/slack_usergroups/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/slack_usergroups/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/slack_usergroups/users.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/slo_documents/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/slo_documents/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/status_board/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/status_board/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/statuspage/statuspages.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/templating/template_collection.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/templating/templates.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/terraform_cloudflare_dns/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/terraform_cloudflare_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/terraform_cloudflare_users/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/terraform_init/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/terraform_repo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/terraform_repo/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/terraform_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/terraform_resources/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/vault_instances/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/vault_instances/vault_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/vault_policies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/vault_policies/vault_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/vpc_peerings_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/integrations_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/jenkins/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/jenkins/types.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/jenkins_base.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/jenkins_job_builder.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/jenkins_job_builds_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/jenkins_job_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/jenkins_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/jenkins_webhooks.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/jenkins_webhooks_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/jenkins_worker_fleets.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/jira_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/jira_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/ldap_groups/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/ldap_users.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/mr_client_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/ocm/types.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/ocm_additional_routers.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/ocm_addons.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/ocm_addons_upgrade_tests_trigger.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/ocm_aws_infrastructure_access.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/ocm_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/ocm_external_configuration_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/ocm_github_idp.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/ocm_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/ocm_internal_notifications/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/ocm_internal_notifications/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/ocm_labels/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/ocm_machine_pools.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/ocm_upgrade_scheduler_org_updater.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/openshift_base.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/openshift_cluster_bots.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/openshift_clusterrolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/openshift_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/openshift_limitranges.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/openshift_namespace_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/openshift_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/openshift_network_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/openshift_prometheus_rules.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/openshift_resourcequotas.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/openshift_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/openshift_resources_base.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/openshift_rolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/openshift_routes.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/openshift_saas_deploy.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/openshift_saas_deploy_change_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/openshift_saas_deploy_trigger_base.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/openshift_saas_deploy_trigger_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/openshift_saas_deploy_trigger_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/openshift_saas_deploy_trigger_images.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/openshift_saas_deploy_trigger_moving_commits.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/openshift_saas_deploy_trigger_upstream_jobs.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/openshift_serviceaccount_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/openshift_tekton_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/openshift_upgrade_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/openshift_users.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/openshift_vault_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/oum/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/oum/base.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/oum/labelset.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/oum/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/oum/models.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/oum/providers.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/oum/standalone.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/prometheus_rules_tester/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/prometheus_rules_tester/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/quay_base.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/quay_mirror_org.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/quay_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/quay_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/queries.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/query_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/requests_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/resource_scraper.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/resource_template_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/rhidp/common.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/rhidp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/rhidp/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/rhidp/ocm_oidc_idp/base.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/rhidp/ocm_oidc_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/rhidp/ocm_oidc_idp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/rhidp/sso_client/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/rhidp/sso_client/base.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/rhidp/sso_client/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/rhidp/sso_client/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/run_integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/saas_auto_promotions_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/saas_auto_promotions_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/saas_auto_promotions_manager/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/saas_auto_promotions_manager/merge_request_manager/desired_state.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager_v2.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/saas_auto_promotions_manager/merge_request_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/saas_auto_promotions_manager/merge_request_manager/mr_parser.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/saas_auto_promotions_manager/merge_request_manager/open_merge_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/saas_auto_promotions_manager/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/saas_auto_promotions_manager/publisher.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/saas_auto_promotions_manager/s3_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/saas_auto_promotions_manager/subscriber.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/saas_auto_promotions_manager/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/saas_file_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/sendgrid_teammates.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/signalfx_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/skupper_network/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/skupper_network/models.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/skupper_network/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/skupper_network/site_controller.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/slack_base.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/slack_usergroups.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/sql_query.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/status.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/statuspage/atlassian.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/statuspage/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/statuspage/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/statuspage/integrations/components.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/statuspage/integrations/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/statuspage/page.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/statuspage/state.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/statuspage/status.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/templates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/templates/aws_access_key_email.j2 +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/templates/email.yml.j2 +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/templates/jira-checkpoint-missinginfo.j2 +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/templates/rosa-classic-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/templating/lib/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/templating/lib/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/templating/lib/model.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/templating/lib/rendering.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/templating/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/templating/validator.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/terraform_aws_route53.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/terraform_cloudflare_dns.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/terraform_cloudflare_users.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/terraform_init/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/terraform_init/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/terraform_init/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/terraform_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/terraform_tgw_attachments.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/terraform_users.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/terraform_vpc_peerings.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/terraform_vpc_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/terraform_vpc_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/terraform_vpc_resources/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/terraform_vpc_resources/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/app_interface_deadmanssnitch_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/app_interface_metrics_exporter/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/app_interface_repo_url.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/cloudflare.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/dynatrace.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/dynatrace_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/dynatrace_token_provider_token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/get_state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/glitchtip.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/jenkins.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/jira.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/quay.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/repos.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/slack.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/smtp.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/tekton_pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/terraform_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/unleash.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/users.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/typed_queries/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/unleash_feature_toggles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/acs/base.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/acs/notifiers.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/acs/policies.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/acs/rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/aggregated_list.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/amtool.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/aws_api.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/aws_api_typed/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/aws_api_typed/account.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/aws_api_typed/api.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/aws_api_typed/dynamodb.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/aws_api_typed/iam.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/aws_api_typed/organization.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/aws_api_typed/s3.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/aws_api_typed/service_quotas.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/aws_api_typed/sts.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/aws_api_typed/support.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/aws_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/batches.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/binary.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/cloud_resource_best_practice/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/cloud_resource_best_practice/aws_rds.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/clusterhealth/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/clusterhealth/providerbase.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/clusterhealth/telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/config.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/constants.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/deadmanssnitch_api.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/defer.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/differ.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/disabled_integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/dnsutils.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/dynatrace/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/dynatrace/client.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/early_exit_cache.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/elasticsearch_exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/environ.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/expiration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/extended_early_exit.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/external_resource_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/filtering.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/git.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/glitchtip/client.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/glitchtip/models.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/gpg.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/gql.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/grouping.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/helm.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/helpers.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/imap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/instrumented_wrappers.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/internal_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/internal_groups/client.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/internal_groups/models.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/jenkins_api.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/jinja2/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/jinja2/extensions.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/jinja2/filters.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/jinja2/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/jira_client.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/jjb_client.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/jobcontroller/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/jobcontroller/controller.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/jobcontroller/models.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/jsonpath.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/jump_host.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/keycloak.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/ldap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/lean_terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/make.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/membershipsources/app_interface_resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/membershipsources/models.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/membershipsources/resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/merge_request_manager/parser.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/models.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/mr/README.md +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/mr/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/mr/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/mr/app_sre_tekton_access_report.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/mr/aws_access.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/mr/base.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/mr/clusters_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/mr/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/mr/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/mr/notificator.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/mr/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/mr/promote_qontract.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/mr/update_access_report_base.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/mr/user_maintenance.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/oauth2_backend_application_session.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/oc.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/oc_connection_parameters.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/oc_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/oc_map.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/ocm/addons.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/ocm/base.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/ocm/cluster_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/ocm/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/ocm/identity_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/ocm/label_sources.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/ocm/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/ocm/manifests.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/ocm/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/ocm/products.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/ocm/search_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/ocm/service_log.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/ocm/sre_capability_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/ocm/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/ocm/subscriptions.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/ocm/syncsets.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/ocm/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/ocm_base_client.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/openshift_resource.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/openssl.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/output.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/pagerduty_api.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/parse_dhms_duration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/password_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/prometheus.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/promtool.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/quay_api.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/raw_github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/rest_api_base.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/rosa/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/rosa/rosa_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/rosa/session.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/ruamel.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/runtime/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/runtime/desired_state_diff.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/runtime/environment.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/runtime/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/runtime/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/runtime/runner.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/runtime/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/saasherder/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/saasherder/interfaces.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/saasherder/models.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/secret_reader.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/semver_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/slack_api.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/slo_document_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/smtp_client.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/sqs_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/state.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/structs.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/template.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/terraform/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/terraform/config.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/terraform/config_client.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/terrascript/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/terrascript/cloudflare_client.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/terrascript/cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/terrascript/models.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/terrascript/resources.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/terrascript_aws_client.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/three_way_diff_strategy.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/throughput.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/unleash/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/unleash/client.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/unleash/server.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/vaultsecretref.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/vault_replication.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/alert_report.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/app_interface_metrics_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/app_sre_tekton_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/app_sre_tekton_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/cli_commands/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/cli_commands/container_images_report.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/cli_commands/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/cli_commands/cost_report/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/cli_commands/cost_report/cost_management_api.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/cli_commands/cost_report/model.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/cli_commands/cost_report/openshift.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/cli_commands/cost_report/openshift_cost_optimization.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/cli_commands/cost_report/response.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/cli_commands/cost_report/util.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/cli_commands/cost_report/view.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/cli_commands/erv2.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/cli_commands/gpg_encrypt.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/cli_commands/systems_and_tools.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/glitchtip_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/qontract_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/saas_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/saas_metrics_exporter/commit_distance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/saas_metrics_exporter/commit_distance/channel.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/saas_metrics_exporter/commit_distance/commit_distance.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/saas_metrics_exporter/commit_distance/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/saas_metrics_exporter/main.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/saas_promotion_state/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/saas_promotion_state/saas_promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/sre_checkpoints/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/tools/sre_checkpoints/util.py +0 -0
- {qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/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.dev176
|
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
|
@@ -970,56 +970,53 @@ def verify_schedule_should_skip(
|
|
970
970
|
return next_schedule.strftime("%Y-%m-%dT%H:%M:%SZ")
|
971
971
|
|
972
972
|
|
973
|
-
def verify_lock_should_skip(
|
974
|
-
desired: ClusterUpgradeSpec, locked: dict[str, str]
|
975
|
-
) -> bool:
|
976
|
-
mutexes = desired.effective_mutexes
|
977
|
-
if any(lock in locked for lock in mutexes):
|
978
|
-
locking = {lock: locked[lock] for lock in mutexes if lock in locked}
|
979
|
-
logging.debug(
|
980
|
-
f"[{desired.org.org_id}/{desired.org.name}/{desired.cluster.name}] skipping cluster: locked out by {locking}"
|
981
|
-
)
|
982
|
-
return True
|
983
|
-
return False
|
984
|
-
|
985
|
-
|
986
973
|
def verify_max_upgrades_should_skip(
|
987
974
|
desired: ClusterUpgradeSpec,
|
988
|
-
|
975
|
+
locked: dict[str, str],
|
976
|
+
sector_mutex_upgrades: dict[tuple[str, str], set[str]],
|
989
977
|
sector: Sector | None,
|
990
978
|
) -> bool:
|
991
|
-
|
992
|
-
return False
|
979
|
+
mutexes = desired.effective_mutexes
|
993
980
|
|
994
|
-
|
995
|
-
|
996
|
-
|
981
|
+
# if sector.max_parallel_upgrades is not set, we allow 1 upgrade per mutex, across the whole org
|
982
|
+
if sector is None or sector.max_parallel_upgrades is None:
|
983
|
+
if any(lock in locked for lock in mutexes):
|
984
|
+
locking = {lock: locked[lock] for lock in mutexes if lock in locked}
|
985
|
+
logging.debug(
|
986
|
+
f"[{desired.org.org_id}/{desired.org.name}/{desired.cluster.name}] skipping cluster: locked out by {locking}"
|
987
|
+
)
|
988
|
+
return True
|
997
989
|
return False
|
998
990
|
|
999
|
-
|
1000
|
-
|
1001
|
-
|
991
|
+
current_upgrades_count_per_mutex = {
|
992
|
+
mutex: len(sector_mutex_upgrades[sector.name, mutex]) for mutex in mutexes
|
993
|
+
}
|
1002
994
|
|
1003
|
-
|
995
|
+
current_upgrades_total_count = sum(current_upgrades_count_per_mutex.values())
|
996
|
+
if current_upgrades_total_count == 0:
|
997
|
+
return False
|
1004
998
|
|
1005
|
-
|
1006
|
-
|
1007
|
-
max_parallel_upgrades
|
1008
|
-
|
1009
|
-
|
1010
|
-
|
1011
|
-
|
999
|
+
for mutex in mutexes:
|
1000
|
+
cluster_count = len([s for s in sector.specs if mutex in s.effective_mutexes])
|
1001
|
+
if sector.max_parallel_upgrades.endswith("%"):
|
1002
|
+
max_parallel_upgrades_percent = int(sector.max_parallel_upgrades[:-1])
|
1003
|
+
max_parallel_upgrades = round(
|
1004
|
+
cluster_count * max_parallel_upgrades_percent / 100
|
1005
|
+
)
|
1006
|
+
else:
|
1007
|
+
max_parallel_upgrades = int(sector.max_parallel_upgrades)
|
1012
1008
|
|
1013
|
-
|
1014
|
-
|
1015
|
-
|
1009
|
+
# we allow at least one upgrade
|
1010
|
+
if max_parallel_upgrades == 0:
|
1011
|
+
max_parallel_upgrades = 1
|
1016
1012
|
|
1017
|
-
|
1018
|
-
|
1019
|
-
|
1020
|
-
|
1021
|
-
|
1022
|
-
|
1013
|
+
if current_upgrades_count_per_mutex.get(mutex, 0) >= max_parallel_upgrades:
|
1014
|
+
logging.debug(
|
1015
|
+
f"[{desired.org.org_id}/{desired.org.name}/{desired.cluster.name}] skipping cluster: "
|
1016
|
+
f"sector '{sector.name}' has reached max parallel upgrades {sector.max_parallel_upgrades} "
|
1017
|
+
f"for mutex '{mutex}'"
|
1018
|
+
)
|
1019
|
+
return True
|
1023
1020
|
|
1024
1021
|
return False
|
1025
1022
|
|
@@ -1085,15 +1082,15 @@ def calculate_diff(
|
|
1085
1082
|
"""
|
1086
1083
|
|
1087
1084
|
locked: dict[str, str] = {}
|
1088
|
-
|
1085
|
+
sector_mutex_upgrades: dict[tuple[str, str], set[str]] = defaultdict(set)
|
1089
1086
|
|
1090
1087
|
def set_upgrading(
|
1091
|
-
cluster_id: str, mutexes: set[str]
|
1088
|
+
cluster_id: str, mutexes: set[str], sector_name: str | None
|
1092
1089
|
) -> None:
|
1093
|
-
for mutex in mutexes
|
1090
|
+
for mutex in mutexes:
|
1094
1091
|
locked[mutex] = cluster_id
|
1095
|
-
|
1096
|
-
|
1092
|
+
if sector_name:
|
1093
|
+
sector_mutex_upgrades[sector_name, mutex].add(cluster_id)
|
1097
1094
|
|
1098
1095
|
diffs: list[UpgradePolicyHandler] = []
|
1099
1096
|
|
@@ -1113,7 +1110,9 @@ def calculate_diff(
|
|
1113
1110
|
# Upgrading node pools, only required for Hypershift clusters
|
1114
1111
|
# do this in the same loop, to skip cluster on node pool upgrade
|
1115
1112
|
if spec.cluster.is_rosa_hypershift():
|
1116
|
-
if
|
1113
|
+
if verify_max_upgrades_should_skip(
|
1114
|
+
spec, locked, sector_mutex_upgrades, sector
|
1115
|
+
):
|
1117
1116
|
continue
|
1118
1117
|
|
1119
1118
|
node_pool_update = _calculate_node_pool_diffs(spec, now)
|
@@ -1135,10 +1134,7 @@ def calculate_diff(
|
|
1135
1134
|
if not next_schedule:
|
1136
1135
|
continue
|
1137
1136
|
|
1138
|
-
if
|
1139
|
-
continue
|
1140
|
-
|
1141
|
-
if verify_max_upgrades_should_skip(spec, sector_upgrades, sector):
|
1137
|
+
if verify_max_upgrades_should_skip(spec, locked, sector_mutex_upgrades, sector):
|
1142
1138
|
continue
|
1143
1139
|
|
1144
1140
|
version = upgradeable_version(spec, version_data, sector)
|
{qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/gitlab_members.py
RENAMED
@@ -68,9 +68,7 @@ def get_current_state(
|
|
68
68
|
"""Get current gitlab group members for all managed groups."""
|
69
69
|
return {
|
70
70
|
g: CurrentStateSpec(
|
71
|
-
members={
|
72
|
-
u.username: u for u in gl.get_group_members(gitlab_groups_map.get(g))
|
73
|
-
},
|
71
|
+
members={u.username: u for u in gl.get_group_members(gitlab_groups_map[g])},
|
74
72
|
)
|
75
73
|
for g in instance.managed_groups
|
76
74
|
}
|
@@ -1,12 +1,12 @@
|
|
1
1
|
import itertools
|
2
2
|
import logging
|
3
3
|
from dataclasses import dataclass
|
4
|
-
from typing import Any
|
4
|
+
from typing import Any, cast
|
5
5
|
|
6
6
|
from gitlab.exceptions import GitlabGetError
|
7
7
|
from gitlab.v4.objects import (
|
8
|
-
GroupProject,
|
9
8
|
Project,
|
9
|
+
SharedProject,
|
10
10
|
)
|
11
11
|
from sretoolbox.utils import threaded
|
12
12
|
|
@@ -51,9 +51,9 @@ class GroupPermissionHandler:
|
|
51
51
|
for project_repo_url in filtered_project_repos
|
52
52
|
}
|
53
53
|
# get all projects shared with group
|
54
|
-
shared_projects = self.
|
54
|
+
shared_projects = self.group.shared_projects.list(iterator=True)
|
55
55
|
current_state = {
|
56
|
-
project.web_url: self.extract_group_spec(project)
|
56
|
+
project.web_url: self.extract_group_spec(cast(SharedProject, project))
|
57
57
|
for project in shared_projects
|
58
58
|
}
|
59
59
|
self.reconcile(desired_state, current_state)
|
@@ -61,13 +61,14 @@ class GroupPermissionHandler:
|
|
61
61
|
def filter_group_owned_projects(self, repos: list[str]) -> set[str]:
|
62
62
|
# get only the projects that are owned by group and its sub groups
|
63
63
|
query = {"with_shared": False, "include_subgroups": True}
|
64
|
-
group_owned_projects = self.
|
65
|
-
|
64
|
+
group_owned_projects = self.group.projects.list(
|
65
|
+
query_parameters=query,
|
66
|
+
iterator=True,
|
66
67
|
)
|
67
68
|
group_owned_repo_list = {project.web_url for project in group_owned_projects}
|
68
69
|
return set(repos) - group_owned_repo_list
|
69
70
|
|
70
|
-
def extract_group_spec(self, project:
|
71
|
+
def extract_group_spec(self, project: SharedProject) -> GroupSpec:
|
71
72
|
return next(
|
72
73
|
GroupSpec(
|
73
74
|
group_name=self.group.name,
|
{qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/github_api.py
RENAMED
@@ -54,9 +54,14 @@ class GithubRepositoryApi:
|
|
54
54
|
Align with GitLabApi
|
55
55
|
"""
|
56
56
|
|
57
|
-
def get_repository_tree(
|
57
|
+
def get_repository_tree(
|
58
|
+
self,
|
59
|
+
*,
|
60
|
+
ref: str = "master",
|
61
|
+
recursive: bool = False,
|
62
|
+
) -> list[dict[str, str]]:
|
58
63
|
tree_items = []
|
59
|
-
for item in self._repo.get_git_tree(sha=ref, recursive=
|
64
|
+
for item in self._repo.get_git_tree(sha=ref, recursive=recursive).tree:
|
60
65
|
tree_item = {"path": item.path, "name": Path(item.path).name}
|
61
66
|
tree_items.append(tree_item)
|
62
67
|
return tree_items
|
{qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/gitlab_api.py
RENAMED
@@ -2,10 +2,8 @@ import logging
|
|
2
2
|
import os
|
3
3
|
import re
|
4
4
|
from collections.abc import (
|
5
|
-
Callable,
|
6
5
|
Iterable,
|
7
6
|
Mapping,
|
8
|
-
Set,
|
9
7
|
)
|
10
8
|
from functools import cached_property
|
11
9
|
from operator import (
|
@@ -66,6 +64,7 @@ urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
|
|
66
64
|
MR_DESCRIPTION_COMMENT_ID = 0
|
67
65
|
|
68
66
|
DEFAULT_MAIN_BRANCH = "master"
|
67
|
+
MAX_PER_PAGE = 100
|
69
68
|
|
70
69
|
|
71
70
|
class MRState:
|
@@ -135,6 +134,8 @@ class GitLabApi:
|
|
135
134
|
ssl_verify=self.ssl_verify,
|
136
135
|
timeout=timeout,
|
137
136
|
session=self.session,
|
137
|
+
per_page=MAX_PER_PAGE,
|
138
|
+
pagination="keyset",
|
138
139
|
)
|
139
140
|
self._auth()
|
140
141
|
assert self.gl.user
|
@@ -267,15 +268,15 @@ class GitLabApi:
|
|
267
268
|
project = self.project if repo_url is None else self.get_project(repo_url)
|
268
269
|
if project is None:
|
269
270
|
return None
|
270
|
-
|
271
|
-
members = self.get_items(project.members_all.list, query_parameters=query)
|
272
|
-
else:
|
273
|
-
members = self.get_items(project.members_all.list)
|
271
|
+
members = project.members.list(iterator=True, query_parameters=query or {})
|
274
272
|
return [m.username for m in members if m.access_level >= 40]
|
275
273
|
|
276
274
|
def get_app_sre_group_users(self) -> list[GroupMember]:
|
277
275
|
app_sre_group = self.gl.groups.get("app-sre")
|
278
|
-
return
|
276
|
+
return cast(
|
277
|
+
list[GroupMember],
|
278
|
+
app_sre_group.members.list(get_all=True),
|
279
|
+
)
|
279
280
|
|
280
281
|
def get_group_if_exists(self, group_name: str) -> Group | None:
|
281
282
|
try:
|
@@ -309,16 +310,12 @@ class GitLabApi:
|
|
309
310
|
"""
|
310
311
|
return GROUP_BOT_NAME_REGEX.match(username) is not None
|
311
312
|
|
312
|
-
def get_group_members(self, group: Group
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
m
|
319
|
-
for m in self.get_items(group.members.list)
|
320
|
-
if not self._is_bot_username(m.username)
|
321
|
-
]
|
313
|
+
def get_group_members(self, group: Group) -> list[GroupMember]:
|
314
|
+
return [
|
315
|
+
cast(GroupMember, m)
|
316
|
+
for m in group.members.list(iterator=True)
|
317
|
+
if not self._is_bot_username(m.username)
|
318
|
+
]
|
322
319
|
|
323
320
|
def add_project_member(
|
324
321
|
self, repo_url: str, user: GroupMember, access: str = "maintainer"
|
@@ -374,9 +371,9 @@ class GitLabApi:
|
|
374
371
|
case _:
|
375
372
|
raise ValueError(f"Invalid access level: {access}")
|
376
373
|
|
377
|
-
def get_group_id_and_projects(self, group_name: str) -> tuple[str,
|
374
|
+
def get_group_id_and_projects(self, group_name: str) -> tuple[str, set[str]]:
|
378
375
|
group = self.gl.groups.get(group_name)
|
379
|
-
return group.id,
|
376
|
+
return group.id, {p.name for p in group.projects.list(iterator=True)}
|
380
377
|
|
381
378
|
def get_group(self, group_name: str) -> Group:
|
382
379
|
return self.gl.groups.get(group_name)
|
@@ -401,23 +398,34 @@ class GitLabApi:
|
|
401
398
|
return self.gl.projects.get(project_id)
|
402
399
|
|
403
400
|
def get_issues(self, state: str) -> list[ProjectIssue]:
|
404
|
-
return
|
401
|
+
return cast(
|
402
|
+
list[ProjectIssue],
|
403
|
+
self.project.issues.list(state=state, get_all=True),
|
404
|
+
)
|
405
405
|
|
406
406
|
def get_merge_request(self, mr_id: str | int) -> ProjectMergeRequest:
|
407
407
|
return self.project.mergerequests.get(mr_id)
|
408
408
|
|
409
409
|
def get_merge_requests(self, state: str) -> list[ProjectMergeRequest]:
|
410
|
-
return
|
410
|
+
return cast(
|
411
|
+
list[ProjectMergeRequest],
|
412
|
+
self.project.mergerequests.list(state=state, get_all=True),
|
413
|
+
)
|
411
414
|
|
415
|
+
@staticmethod
|
412
416
|
def get_merge_request_label_events(
|
413
|
-
|
417
|
+
mr: ProjectMergeRequest,
|
414
418
|
) -> list[ProjectMergeRequestResourceLabelEvent]:
|
415
|
-
return
|
419
|
+
return cast(
|
420
|
+
list[ProjectMergeRequestResourceLabelEvent],
|
421
|
+
mr.resourcelabelevents.list(get_all=True),
|
422
|
+
)
|
416
423
|
|
417
|
-
|
424
|
+
@staticmethod
|
425
|
+
def get_merge_request_pipelines(mr: ProjectMergeRequest) -> list[dict]:
|
418
426
|
# TODO: use typed object in return
|
419
427
|
# TODO: use server side order_by
|
420
|
-
items =
|
428
|
+
items = mr.pipelines.list(iterator=True)
|
421
429
|
return sorted(
|
422
430
|
[i.asdict() for i in items],
|
423
431
|
key=itemgetter("created_at"),
|
@@ -457,7 +465,7 @@ class GitLabApi:
|
|
457
465
|
"created_at": merge_request.created_at,
|
458
466
|
"id": MR_DESCRIPTION_COMMENT_ID,
|
459
467
|
})
|
460
|
-
for note in
|
468
|
+
for note in merge_request.notes.list(iterator=True):
|
461
469
|
if note.system:
|
462
470
|
continue
|
463
471
|
comments.append({
|
@@ -485,8 +493,8 @@ class GitLabApi:
|
|
485
493
|
self.delete_comment(c["note"])
|
486
494
|
|
487
495
|
@retry()
|
488
|
-
def get_project_labels(self) ->
|
489
|
-
return {
|
496
|
+
def get_project_labels(self) -> set[str]:
|
497
|
+
return {label.name for label in self.project.labels.list(iterator=True)}
|
490
498
|
|
491
499
|
@staticmethod
|
492
500
|
def add_label_to_merge_request(
|
@@ -552,20 +560,6 @@ class GitLabApi:
|
|
552
560
|
) -> None:
|
553
561
|
merge_request.notes.create({"body": body})
|
554
562
|
|
555
|
-
# TODO: deprecated this method as new support of list(get_all=True)
|
556
|
-
@staticmethod
|
557
|
-
def get_items(method: Callable, **kwargs: Any) -> list:
|
558
|
-
all_items = []
|
559
|
-
page = 1
|
560
|
-
while True:
|
561
|
-
items = method(page=page, per_page=100, **kwargs)
|
562
|
-
all_items.extend(items)
|
563
|
-
if len(items) < 100:
|
564
|
-
break
|
565
|
-
page += 1
|
566
|
-
|
567
|
-
return all_items
|
568
|
-
|
569
563
|
def create_label(self, label_text: str, label_color: str) -> None:
|
570
564
|
self.project.labels.create({"name": label_text, "color": label_color})
|
571
565
|
|
@@ -665,11 +659,36 @@ class GitLabApi:
|
|
665
659
|
}
|
666
660
|
p.hooks.create(hook)
|
667
661
|
|
668
|
-
def get_repository_tree(
|
662
|
+
def get_repository_tree(
|
663
|
+
self,
|
664
|
+
*,
|
665
|
+
ref: str = "master",
|
666
|
+
recursive: bool = False,
|
667
|
+
project: Project | None = None,
|
668
|
+
path: str = "",
|
669
|
+
) -> list[dict]:
|
669
670
|
"""
|
670
|
-
|
671
|
+
Get a list of repository files and directories in a project.
|
672
|
+
|
673
|
+
:param ref: The name of a repository branch or tag or, if not given, the default branch.
|
674
|
+
:param recursive: Boolean value used to get a recursive tree. Default is false.
|
675
|
+
:param project: The project to get the tree from, if None, use the current project
|
676
|
+
:param path: The path inside the repository. Used to get content of subdirectories.
|
677
|
+
|
678
|
+
:return: list of tree objects
|
671
679
|
"""
|
672
|
-
|
680
|
+
target_project = self.project if project is None else project
|
681
|
+
return cast(
|
682
|
+
list[dict],
|
683
|
+
target_project.repository_tree(
|
684
|
+
ref=ref,
|
685
|
+
path=path,
|
686
|
+
recursive=recursive,
|
687
|
+
pagination="keyset",
|
688
|
+
per_page=MAX_PER_PAGE,
|
689
|
+
get_all=True,
|
690
|
+
),
|
691
|
+
)
|
673
692
|
|
674
693
|
def get_file(self, path: str, ref: str = "master") -> ProjectFile | None:
|
675
694
|
"""
|
@@ -762,22 +781,23 @@ class GitLabApi:
|
|
762
781
|
author, assignee = last_assignment[0], last_assignment[1]
|
763
782
|
return author in team_usernames and mr.assignee["username"] == assignee
|
764
783
|
|
765
|
-
|
784
|
+
@staticmethod
|
785
|
+
def last_assignment(mr: ProjectMergeRequest) -> tuple[str, str] | None:
|
786
|
+
"""
|
787
|
+
Get the last assignment of a merge request.
|
788
|
+
:param mr: merge request
|
789
|
+
:return: tuple of author name and assignee name or None
|
790
|
+
"""
|
766
791
|
body_format = "assigned to @"
|
767
|
-
notes =
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
author = note.author["username"]
|
777
|
-
|
778
|
-
return author, assignee
|
779
|
-
|
780
|
-
return None
|
792
|
+
notes = mr.notes.list(sort="desc", order_by="created_at", iterator=True)
|
793
|
+
return next(
|
794
|
+
(
|
795
|
+
(note.author["username"], note.body.removeprefix(body_format))
|
796
|
+
for note in notes
|
797
|
+
if note.system and note.body.startswith(body_format)
|
798
|
+
),
|
799
|
+
None,
|
800
|
+
)
|
781
801
|
|
782
802
|
def last_comment(
|
783
803
|
self, mr: ProjectMergeRequest, exclude_bot: bool = True
|
@@ -804,4 +824,7 @@ class GitLabApi:
|
|
804
824
|
return response.get("commits", [])
|
805
825
|
|
806
826
|
def get_personal_access_tokens(self) -> list[PersonalAccessToken]:
|
807
|
-
return
|
827
|
+
return cast(
|
828
|
+
list[PersonalAccessToken],
|
829
|
+
self.gl.personal_access_tokens.list(get_all=True),
|
830
|
+
)
|
{qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/utils/repo_owners.py
RENAMED
@@ -120,7 +120,7 @@ class RepoOwners:
|
|
120
120
|
aliases = self._get_aliases()
|
121
121
|
|
122
122
|
if self._recursive:
|
123
|
-
repo_tree = self._git_cli.get_repository_tree(ref=self._ref)
|
123
|
+
repo_tree = self._git_cli.get_repository_tree(ref=self._ref, recursive=True)
|
124
124
|
owner_files = [item for item in repo_tree if item["name"] == "OWNERS"]
|
125
125
|
else:
|
126
126
|
owner_files = [{"path": "OWNERS"}]
|
@@ -798,8 +798,11 @@ class SaasHerder: # pylint: disable=too-many-public-methods
|
|
798
798
|
if not self.gitlab:
|
799
799
|
raise Exception("gitlab is not initialized")
|
800
800
|
project = self.gitlab.get_project(url)
|
801
|
-
for item in self.gitlab.
|
802
|
-
project
|
801
|
+
for item in self.gitlab.get_repository_tree(
|
802
|
+
project=project,
|
803
|
+
path=path.lstrip("/"),
|
804
|
+
ref=commit_sha,
|
805
|
+
recursive=False,
|
803
806
|
):
|
804
807
|
file_contents = project.files.get(
|
805
808
|
file_path=item["path"], ref=commit_sha
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/acs_notifiers.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/acs_policies.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aus/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aus/healthchecks.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aus/metrics.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aus/models.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aus/upgrades.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_ami_share.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev174 → qontract_reconcile-0.10.2.dev176}/reconcile/aws_iam_keys.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|