qontract-reconcile 0.10.2.dev484__tar.gz → 0.10.2.dev493__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.dev484 → qontract_reconcile-0.10.2.dev493}/PKG-INFO +4 -2
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/pyproject.toml +12 -1
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/cli.py +25 -1
- qontract_reconcile-0.10.2.dev493/reconcile/gql_definitions/common/vcs.py +91 -0
- qontract_reconcile-0.10.2.dev493/reconcile/gql_definitions/slack_usergroups_api/clusters.py +76 -0
- qontract_reconcile-0.10.2.dev493/reconcile/gql_definitions/slack_usergroups_api/permissions.py +173 -0
- qontract_reconcile-0.10.2.dev493/reconcile/gql_definitions/slack_usergroups_api/roles.py +135 -0
- qontract_reconcile-0.10.2.dev493/reconcile/gql_definitions/slack_usergroups_api/users.py +111 -0
- qontract_reconcile-0.10.2.dev493/reconcile/slack_usergroups_api.py +672 -0
- qontract_reconcile-0.10.2.dev493/reconcile/typed_queries/vcs.py +42 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/runtime/integration.py +99 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/runtime/runner.py +28 -7
- qontract_reconcile-0.10.2.dev493/tools/saas_promotion_state/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/README.md +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aus/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aus/advanced_upgrade_service.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aus/aus_label_source.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aus/aus_sts_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aus/base.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aus/cluster_version_data.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aus/healthchecks.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aus/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aus/models.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aus/node_pool_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aus/ocm_addons_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aus/ocm_upgrade_scheduler.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aus/ocm_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aus/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aus/version_gate_approver.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aus/version_gates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aus/version_gates/handler.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aus/version_gates/ingress_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aus/version_gates/ocp_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aus/version_gates/sts_version_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/automated_actions/config/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/automated_actions/config/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aws_account_manager/README.md +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aws_account_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aws_account_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aws_account_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aws_account_manager/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aws_account_manager/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aws_ami_cleanup/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aws_ami_share.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aws_cloudwatch_log_retention/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aws_ecr_image_pull_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aws_iam_keys.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aws_iam_password_reset.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aws_saml_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aws_saml_roles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aws_support_cases_sos.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aws_version_sync/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aws_version_sync/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aws_version_sync/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/aws_version_sync/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/blackbox_exporter_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/change_owners/README.md +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/change_owners/approver.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/change_owners/bundle.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/change_owners/change_log_tracking.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/change_owners/change_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/change_owners/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/change_owners/changes.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/change_owners/decision.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/change_owners/diff.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/change_owners/implicit_ownership.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/change_owners/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/change_owners/tester.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/checkpoint.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/closedbox_endpoint_monitoring_base.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/cluster_auth_rhidp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/cluster_deployment_mapper.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/dashdotdb_base.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/dashdotdb_dora.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/dashdotdb_dvo.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/dashdotdb_slo.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/deadmanssnitch.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/dynatrace_token_provider/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/dynatrace_token_provider/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/dynatrace_token_provider/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/dynatrace_token_provider/model.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/dynatrace_token_provider/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/dynatrace_token_provider/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/email_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/endpoints_discovery/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/endpoints_discovery/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/endpoints_discovery/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/external_resources/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/external_resources/cloudflare.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/external_resources/factories.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/external_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/external_resources/integration_secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/external_resources/manager.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/external_resources/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/external_resources/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/external_resources/model.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/external_resources/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/external_resources/secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/external_resources/state.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/fleet_labeler/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/fleet_labeler/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/fleet_labeler/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/fleet_labeler/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/fleet_labeler/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/fleet_labeler/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/fleet_labeler/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/fleet_labeler/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gabi_authorized_users.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gcp_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/github_org.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/github_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/github_repo_invites.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/github_repo_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/github_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gitlab_fork_compliance.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gitlab_housekeeping.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gitlab_labeler.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gitlab_members.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gitlab_mr_sqs_consumer.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gitlab_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gitlab_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gitlab_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/glitchtip/README.md +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/glitchtip/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/glitchtip/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/glitchtip_project_alerts/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/glitchtip_project_dsn/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/glitchtip_project_dsn/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/acs/acs_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/acs/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/acs/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/advanced_upgrade_service/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/users.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/automated_actions/instance.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/aws_account_manager/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/aws_saml_roles/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/aws_version_sync/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/aws_version_sync/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/change_owners/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/change_owners/queries/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/change_owners/queries/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/app_code_component_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/app_interface_clusterrole.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/app_interface_dms_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/app_interface_repo_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/app_interface_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/ocm_env_telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/ocm_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/pgp_reencryption_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/quay_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/quay_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/saas_target_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/saasherder_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/slack_workspaces.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/smtp_client_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/users.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/common/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/dashdotdb_slo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/email_sender/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/email_sender/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/email_sender/emails.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/email_sender/users.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/endpoints_discovery/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/external_resources/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/external_resources/external_resources_modules.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/external_resources/external_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/external_resources/external_resources_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/external_resources/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/external_resources/fragments/external_resources_module_overrides.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fleet_labeler/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/aws_account_common.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/aws_account_managed.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/aws_account_sso.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/aws_infra_management_account.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/aws_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/aws_vpc.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/aws_vpc_request.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/container_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/deploy_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/disable.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/email_service.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/email_user.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/jumphost_common_fields.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/membership_source.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/minimal_ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/oc_connection_cluster.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/ocm_environment.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/pipeline_provider_retention.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/prometheus_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/resource_limits_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/resource_requests_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/resource_values.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/saas_slo_document.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/saas_target_namespace.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/serviceaccount_token.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/terraform_state.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/upgrade_policy.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/user.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/fragments/vault_secret.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/gcp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/gcp/gcp_docker_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/gcp/gcp_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/gitlab_members/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/gitlab_members/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/gitlab_members/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/glitchtip/glitchtip_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/glitchtip/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/integrations/integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/introspection.json +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/jenkins_configs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/jira/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/jira/jira_servers.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/jira_permissions_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/jumphosts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/jumphosts/jumphosts.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/ldap_groups/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/ldap_groups/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/maintenance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/maintenance/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/membershipsources/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/ocm_labels/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/ocm_labels/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/openshift_cluster_bots/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/openshift_cluster_bots/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/openshift_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/openshift_groups/managed_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/openshift_groups/managed_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/openshift_serviceaccount_tokens/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/quay_membership/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/quay_membership/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/rhcs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/rhcs/certs.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/rhcs/openshift_resource_rhcs_cert.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/rhidp/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/service_dependencies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/service_dependencies/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/sharding/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/sharding/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/sharding/ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/skupper_network/site_controller_template.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/skupper_network/skupper_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/slack_usergroups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/slack_usergroups/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/slack_usergroups/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/slack_usergroups/users.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/gql_definitions/slo_documents → qontract_reconcile-0.10.2.dev493/reconcile/gql_definitions/slack_usergroups_api}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/gql_definitions/status_board → qontract_reconcile-0.10.2.dev493/reconcile/gql_definitions/slo_documents}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/slo_documents/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/gql_definitions/statuspage → qontract_reconcile-0.10.2.dev493/reconcile/gql_definitions/status_board}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/status_board/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/gql_definitions/templating → qontract_reconcile-0.10.2.dev493/reconcile/gql_definitions/statuspage}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/statuspage/statuspages.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/gql_definitions/terraform_cloudflare_dns → qontract_reconcile-0.10.2.dev493/reconcile/gql_definitions/templating}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/templating/template_collection.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/templating/templates.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/gql_definitions/terraform_cloudflare_resources → qontract_reconcile-0.10.2.dev493/reconcile/gql_definitions/terraform_cloudflare_dns}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/gql_definitions/terraform_cloudflare_users → qontract_reconcile-0.10.2.dev493/reconcile/gql_definitions/terraform_cloudflare_resources}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/gql_definitions/terraform_init → qontract_reconcile-0.10.2.dev493/reconcile/gql_definitions/terraform_cloudflare_users}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/gql_definitions/terraform_repo → qontract_reconcile-0.10.2.dev493/reconcile/gql_definitions/terraform_init}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/terraform_init/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/gql_definitions/terraform_resources → qontract_reconcile-0.10.2.dev493/reconcile/gql_definitions/terraform_repo}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/terraform_repo/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/gql_definitions/terraform_tgw_attachments → qontract_reconcile-0.10.2.dev493/reconcile/gql_definitions/terraform_resources}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/terraform_resources/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/gql_definitions/unleash_feature_toggles → qontract_reconcile-0.10.2.dev493/reconcile/gql_definitions/terraform_tgw_attachments}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/gql_definitions/vault_instances → qontract_reconcile-0.10.2.dev493/reconcile/gql_definitions/unleash_feature_toggles}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/gql_definitions/vault_policies → qontract_reconcile-0.10.2.dev493/reconcile/gql_definitions/vault_instances}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/vault_instances/vault_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/gql_definitions/vpc_peerings_validator → qontract_reconcile-0.10.2.dev493/reconcile/gql_definitions/vault_policies}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/vault_policies/vault_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/ldap_groups → qontract_reconcile-0.10.2.dev493/reconcile/gql_definitions/vpc_peerings_validator}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/integrations_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/jenkins_base.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/jenkins_job_builder.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/jenkins_job_builds_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/jenkins_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/jenkins_webhooks.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/jenkins_webhooks_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/jenkins_worker_fleets.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/jira_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/ocm → qontract_reconcile-0.10.2.dev493/reconcile/ldap_groups}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/ldap_groups/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/ldap_users.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/mr_client_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/ocm_internal_notifications → qontract_reconcile-0.10.2.dev493/reconcile/ocm}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/ocm/types.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/ocm_additional_routers.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/ocm_addons.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/ocm_addons_upgrade_tests_trigger.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/ocm_aws_infrastructure_access.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/ocm_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/ocm_external_configuration_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/ocm_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/ocm_labels → qontract_reconcile-0.10.2.dev493/reconcile/ocm_internal_notifications}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/ocm_internal_notifications/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/openshift_bindings → qontract_reconcile-0.10.2.dev493/reconcile/ocm_labels}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/ocm_labels/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/ocm_machine_pools.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/ocm_upgrade_scheduler_org_updater.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_base.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/oum → qontract_reconcile-0.10.2.dev493/reconcile/openshift_bindings}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_bindings/constants.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_bindings/models.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_bindings/openshift_clusterrolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_bindings/openshift_rolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_bindings/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_cluster_bots.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_limitranges.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_namespace_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_network_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_prometheus_rules.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_resourcequotas.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_resources_base.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_rhcs_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_routes.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_saas_deploy.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_saas_deploy_change_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_saas_deploy_trigger_base.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_saas_deploy_trigger_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_saas_deploy_trigger_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_saas_deploy_trigger_images.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_saas_deploy_trigger_moving_commits.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_saas_deploy_trigger_upstream_jobs.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_serviceaccount_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_tekton_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_upgrade_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_users.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/openshift_vault_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/prometheus_rules_tester → qontract_reconcile-0.10.2.dev493/reconcile/oum}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/oum/base.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/oum/labelset.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/oum/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/oum/models.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/oum/providers.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/oum/standalone.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/rhidp → qontract_reconcile-0.10.2.dev493/reconcile/prometheus_rules_tester}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/prometheus_rules_tester/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/quay_base.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/quay_mirror_org.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/quay_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/quay_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/queries.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/query_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/requests_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/resource_scraper.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/resource_template_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/rhidp/ocm_oidc_idp → qontract_reconcile-0.10.2.dev493/reconcile/rhidp}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/rhidp/common.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/rhidp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/rhidp/sso_client → qontract_reconcile-0.10.2.dev493/reconcile/rhidp/ocm_oidc_idp}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/rhidp/ocm_oidc_idp/base.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/rhidp/ocm_oidc_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/rhidp/ocm_oidc_idp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/saas_auto_promotions_manager → qontract_reconcile-0.10.2.dev493/reconcile/rhidp/sso_client}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/rhidp/sso_client/base.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/rhidp/sso_client/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/rhidp/sso_client/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/run_integration.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/saas_auto_promotions_manager/merge_request_manager → qontract_reconcile-0.10.2.dev493/reconcile/saas_auto_promotions_manager}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/saas_auto_promotions_manager/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/saas_auto_promotions_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/saas_auto_promotions_manager/utils → qontract_reconcile-0.10.2.dev493/reconcile/saas_auto_promotions_manager/merge_request_manager}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/saas_auto_promotions_manager/merge_request_manager/desired_state.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager_v2.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/saas_auto_promotions_manager/merge_request_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/saas_auto_promotions_manager/merge_request_manager/mr_parser.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/saas_auto_promotions_manager/merge_request_manager/open_merge_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/saas_auto_promotions_manager/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/saas_auto_promotions_manager/publisher.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/saas_auto_promotions_manager/s3_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/saas_auto_promotions_manager/subscriber.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/skupper_network → qontract_reconcile-0.10.2.dev493/reconcile/saas_auto_promotions_manager/utils}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/saas_file_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/sendgrid_teammates.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/signalfx_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/statuspage → qontract_reconcile-0.10.2.dev493/reconcile/skupper_network}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/skupper_network/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/skupper_network/models.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/skupper_network/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/skupper_network/site_controller.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/slack_base.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/slack_usergroups.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/sql_query.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/status.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/statuspage/integrations → qontract_reconcile-0.10.2.dev493/reconcile/statuspage}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/statuspage/atlassian.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/statuspage/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/templates → qontract_reconcile-0.10.2.dev493/reconcile/statuspage/integrations}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/statuspage/integrations/components.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/statuspage/integrations/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/statuspage/page.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/statuspage/state.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/statuspage/status.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/templating → qontract_reconcile-0.10.2.dev493/reconcile/templates}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/templates/aws_access_key_email.j2 +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/templates/email.yml.j2 +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/templates/jira-checkpoint-missinginfo.j2 +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/templates/rosa-classic-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/templating/lib → qontract_reconcile-0.10.2.dev493/reconcile/templating}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/terraform_init → qontract_reconcile-0.10.2.dev493/reconcile/templating/lib}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/templating/lib/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/templating/lib/model.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/templating/lib/rendering.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/templating/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/templating/validator.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/terraform_aws_route53.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/terraform_cloudflare_dns.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/terraform_cloudflare_users.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/terraform_vpc_resources → qontract_reconcile-0.10.2.dev493/reconcile/terraform_init}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/terraform_init/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/terraform_init/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/terraform_init/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/terraform_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/terraform_tgw_attachments.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/terraform_users.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/terraform_vpc_peerings.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/typed_queries/app_interface_metrics_exporter → qontract_reconcile-0.10.2.dev493/reconcile/terraform_vpc_resources}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/terraform_vpc_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/terraform_vpc_resources/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/terraform_vpc_resources/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/app_interface_clusterroles.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/app_interface_deadmanssnitch_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/typed_queries/cost_report → qontract_reconcile-0.10.2.dev493/reconcile/typed_queries/app_interface_metrics_exporter}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/app_interface_metrics_exporter/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/app_interface_repo_url.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/app_interface_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/aws_account_tags.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/cloudflare.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/typed_queries/terraform_tgw_attachments → qontract_reconcile-0.10.2.dev493/reconcile/typed_queries/cost_report}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/dynatrace.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/dynatrace_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/dynatrace_token_provider_token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/get_state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/glitchtip.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/jenkins.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/jira.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/quay.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/repos.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/slack.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/smtp.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/tekton_pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/terraform_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/unleash_feature_toggles → qontract_reconcile-0.10.2.dev493/reconcile/typed_queries/terraform_tgw_attachments}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/unleash.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/users.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/typed_queries/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/utils → qontract_reconcile-0.10.2.dev493/reconcile/unleash_feature_toggles}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/unleash_feature_toggles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/utils/acs → qontract_reconcile-0.10.2.dev493/reconcile/utils}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/utils/aws_api_typed → qontract_reconcile-0.10.2.dev493/reconcile/utils/acs}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/acs/base.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/acs/policies.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/acs/rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/aggregated_list.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/amtool.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/aws_api.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/utils/cloud_resource_best_practice → qontract_reconcile-0.10.2.dev493/reconcile/utils/aws_api_typed}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/aws_api_typed/account.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/aws_api_typed/api.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/aws_api_typed/cloudformation.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/aws_api_typed/dynamodb.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/aws_api_typed/iam.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/aws_api_typed/logs.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/aws_api_typed/organization.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/aws_api_typed/s3.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/aws_api_typed/service_quotas.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/aws_api_typed/sts.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/aws_api_typed/support.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/aws_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/batches.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/binary.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/utils/clusterhealth → qontract_reconcile-0.10.2.dev493/reconcile/utils/cloud_resource_best_practice}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/cloud_resource_best_practice/aws_rds.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/utils/dynatrace → qontract_reconcile-0.10.2.dev493/reconcile/utils/clusterhealth}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/clusterhealth/providerbase.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/clusterhealth/telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/config.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/constants.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/datetime_util.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/deadmanssnitch_api.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/defer.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/differ.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/disabled_integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/dnsutils.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/utils/internal_groups → qontract_reconcile-0.10.2.dev493/reconcile/utils/dynatrace}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/dynatrace/client.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/early_exit_cache.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/elasticsearch_exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/environ.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/expiration.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/extended_early_exit.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/external_resource_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/filtering.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/git.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/gitlab_api.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/glitchtip/client.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/glitchtip/models.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/gpg.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/gql.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/grouping.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/helm.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/helpers.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/imap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/instrumented_wrappers.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/utils/jinja2 → qontract_reconcile-0.10.2.dev493/reconcile/utils/internal_groups}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/internal_groups/client.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/internal_groups/models.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/jenkins_api.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/utils/jobcontroller → qontract_reconcile-0.10.2.dev493/reconcile/utils/jinja2}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/jinja2/extensions.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/jinja2/filters.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/jinja2/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/jira_client.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/jjb_client.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/utils/membershipsources → qontract_reconcile-0.10.2.dev493/reconcile/utils/jobcontroller}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/jobcontroller/controller.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/jobcontroller/models.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/json.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/jsonpath.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/jump_host.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/keycloak.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/ldap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/lean_terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/make.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/utils/merge_request_manager → qontract_reconcile-0.10.2.dev493/reconcile/utils/membershipsources}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/membershipsources/app_interface_resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/membershipsources/models.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/membershipsources/resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/utils/rosa → qontract_reconcile-0.10.2.dev493/reconcile/utils/merge_request_manager}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/merge_request_manager/parser.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/models.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/mr/README.md +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/mr/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/mr/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/mr/app_sre_tekton_access_report.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/mr/aws_access.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/mr/base.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/mr/clusters_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/mr/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/mr/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/mr/notificator.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/mr/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/mr/promote_qontract.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/mr/update_access_report_base.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/mr/user_maintenance.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/oauth2_backend_application_session.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/oc.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/oc_connection_parameters.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/oc_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/oc_map.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/ocm/addons.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/ocm/base.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/ocm/cluster_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/ocm/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/ocm/identity_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/ocm/label_sources.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/ocm/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/ocm/manifests.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/ocm/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/ocm/products.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/ocm/search_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/ocm/service_log.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/ocm/sre_capability_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/ocm/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/ocm/subscriptions.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/ocm/syncsets.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/ocm/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/ocm_base_client.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/openshift_resource.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/openssl.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/output.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/pagerduty_api.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/parse_dhms_duration.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/password_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/prometheus.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/promtool.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/quay_api.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/raw_github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/repo_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/rest_api_base.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/rhcsv2_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev484/reconcile/utils/terrascript → qontract_reconcile-0.10.2.dev493/reconcile/utils/rosa}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/rosa/rosa_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/rosa/session.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/ruamel.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/runtime/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/runtime/desired_state_diff.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/runtime/environment.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/runtime/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/runtime/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/saasherder/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/saasherder/interfaces.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/saasherder/models.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/saasherder/saasherder.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/secret_reader.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/semver_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/slack_api.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/slo_document_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/sloth.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/smtp_client.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/sqs_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/state.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/structs.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/terraform/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/terraform/config.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/terraform/config_client.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev484/tools → qontract_reconcile-0.10.2.dev493/reconcile/utils/terrascript}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/terrascript/cloudflare_client.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/terrascript/cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/terrascript/models.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/terrascript/resources.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/terrascript_aws_client.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/three_way_diff_strategy.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/throughput.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/unleash/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/unleash/client.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/unleash/server.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/utils/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/vault_replication.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/reconcile/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev484/tools/cli_commands → qontract_reconcile-0.10.2.dev493/tools}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/tools/alert_report.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/tools/app_interface_metrics_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/tools/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/tools/app_sre_tekton_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/tools/app_sre_tekton_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev484/tools/cli_commands/cost_report → qontract_reconcile-0.10.2.dev493/tools/cli_commands}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/tools/cli_commands/container_images_report.py +0 -0
- {qontract_reconcile-0.10.2.dev484/tools/saas_metrics_exporter → qontract_reconcile-0.10.2.dev493/tools/cli_commands/cost_report}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/tools/cli_commands/cost_report/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/tools/cli_commands/cost_report/cost_management_api.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/tools/cli_commands/cost_report/model.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/tools/cli_commands/cost_report/openshift.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/tools/cli_commands/cost_report/openshift_cost_optimization.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/tools/cli_commands/cost_report/response.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/tools/cli_commands/cost_report/util.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/tools/cli_commands/cost_report/view.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/tools/cli_commands/erv2.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/tools/cli_commands/gpg_encrypt.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/tools/cli_commands/systems_and_tools.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/tools/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/tools/glitchtip_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/tools/qontract_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev484/tools/saas_metrics_exporter/commit_distance → qontract_reconcile-0.10.2.dev493/tools/saas_metrics_exporter}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484/tools/saas_promotion_state → qontract_reconcile-0.10.2.dev493/tools/saas_metrics_exporter/commit_distance}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/tools/saas_metrics_exporter/commit_distance/channel.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/tools/saas_metrics_exporter/commit_distance/commit_distance.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/tools/saas_metrics_exporter/commit_distance/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/tools/saas_metrics_exporter/main.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/tools/saas_promotion_state/saas_promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/tools/sre_checkpoints/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/tools/sre_checkpoints/util.py +0 -0
- {qontract_reconcile-0.10.2.dev484 → qontract_reconcile-0.10.2.dev493}/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.dev493
|
|
4
4
|
Summary: Collection of tools to reconcile services with their desired state as defined in the app-interface DB.
|
|
5
5
|
Project-URL: homepage, https://github.com/app-sre/qontract-reconcile
|
|
6
6
|
Project-URL: repository, https://github.com/app-sre/qontract-reconcile
|
|
@@ -43,9 +43,11 @@ Requires-Dist: pyjwt~=2.7
|
|
|
43
43
|
Requires-Dist: pyopenssl~=23.0
|
|
44
44
|
Requires-Dist: pypd<1.2.0,>=1.1.0
|
|
45
45
|
Requires-Dist: python-gitlab==6.0.0
|
|
46
|
+
Requires-Dist: qontract-api-client
|
|
47
|
+
Requires-Dist: qontract-utils
|
|
46
48
|
Requires-Dist: requests-oauthlib~=1.3
|
|
47
49
|
Requires-Dist: requests~=2.32
|
|
48
|
-
Requires-Dist: rich
|
|
50
|
+
Requires-Dist: rich==14.3.1
|
|
49
51
|
Requires-Dist: ruamel-yaml<0.18.0,>=0.17.22
|
|
50
52
|
Requires-Dist: semver~=3.0
|
|
51
53
|
Requires-Dist: sendgrid<6.5.0,>=6.4.8
|
|
@@ -47,7 +47,7 @@ dependencies = [
|
|
|
47
47
|
"python-gitlab==6.0.0",
|
|
48
48
|
"requests-oauthlib~=1.3",
|
|
49
49
|
"requests~=2.32",
|
|
50
|
-
"rich
|
|
50
|
+
"rich==14.3.1",
|
|
51
51
|
"ruamel.yaml>=0.17.22,<0.18.0",
|
|
52
52
|
"semver~=3.0",
|
|
53
53
|
"sendgrid>=6.4.8,<6.5.0",
|
|
@@ -66,6 +66,8 @@ dependencies = [
|
|
|
66
66
|
"urllib3~=2.2",
|
|
67
67
|
"websocket-client<0.55.0,>=0.35",
|
|
68
68
|
"yamllint==1.34.0",
|
|
69
|
+
"qontract-api-client",
|
|
70
|
+
"qontract-utils",
|
|
69
71
|
]
|
|
70
72
|
|
|
71
73
|
[dependency-groups]
|
|
@@ -121,6 +123,15 @@ homepage = "https://github.com/app-sre/qontract-reconcile"
|
|
|
121
123
|
repository = "https://github.com/app-sre/qontract-reconcile"
|
|
122
124
|
documentation = "https://github.com/app-sre/qontract-reconcile"
|
|
123
125
|
|
|
126
|
+
[tool.uv.sources]
|
|
127
|
+
qontract-api = { workspace = true }
|
|
128
|
+
qontract-api-client = { workspace = true }
|
|
129
|
+
qontract-utils = { workspace = true }
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
[tool.uv.workspace]
|
|
133
|
+
members = ["qontract_api", "qontract_api_client", "qontract_utils"]
|
|
134
|
+
|
|
124
135
|
[build-system]
|
|
125
136
|
requires = ["hatchling", "uv-dynamic-versioning"]
|
|
126
137
|
build-backend = "hatchling.build"
|
|
@@ -38,6 +38,7 @@ from reconcile.utils.runtime.integration import (
|
|
|
38
38
|
ModuleBasedQontractReconcileIntegration,
|
|
39
39
|
NoParams,
|
|
40
40
|
PydanticRunParams,
|
|
41
|
+
QontractReconcileApiIntegration,
|
|
41
42
|
QontractReconcileIntegration,
|
|
42
43
|
)
|
|
43
44
|
from reconcile.utils.runtime.meta import IntegrationMeta
|
|
@@ -563,7 +564,7 @@ def run_integration(
|
|
|
563
564
|
|
|
564
565
|
|
|
565
566
|
def run_class_integration(
|
|
566
|
-
integration: QontractReconcileIntegration,
|
|
567
|
+
integration: QontractReconcileIntegration | QontractReconcileApiIntegration,
|
|
567
568
|
ctx: click.Context,
|
|
568
569
|
) -> None:
|
|
569
570
|
register_faulthandler()
|
|
@@ -1240,6 +1241,29 @@ def slack_usergroups(
|
|
|
1240
1241
|
)
|
|
1241
1242
|
|
|
1242
1243
|
|
|
1244
|
+
@integration.command(short_help="Manage Slack User Groups (channels and users).")
|
|
1245
|
+
@workspace_name
|
|
1246
|
+
@usergroup_name
|
|
1247
|
+
@click.pass_context
|
|
1248
|
+
def slack_usergroups_api(
|
|
1249
|
+
ctx: click.Context, workspace_name: str | None, usergroup_name: str | None
|
|
1250
|
+
) -> None:
|
|
1251
|
+
from reconcile.slack_usergroups_api import (
|
|
1252
|
+
SlackUsergroupsIntegration,
|
|
1253
|
+
SlackUsergroupsIntegrationParams,
|
|
1254
|
+
)
|
|
1255
|
+
|
|
1256
|
+
run_class_integration(
|
|
1257
|
+
integration=SlackUsergroupsIntegration(
|
|
1258
|
+
SlackUsergroupsIntegrationParams(
|
|
1259
|
+
workspace_name=workspace_name,
|
|
1260
|
+
usergroup_name=usergroup_name,
|
|
1261
|
+
)
|
|
1262
|
+
),
|
|
1263
|
+
ctx=ctx,
|
|
1264
|
+
)
|
|
1265
|
+
|
|
1266
|
+
|
|
1243
1267
|
@integration.command(short_help="Manage permissions on GitLab projects.")
|
|
1244
1268
|
@threaded()
|
|
1245
1269
|
@click.pass_context
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Generated by qenerate plugin=pydantic_v2. DO NOT MODIFY MANUALLY!
|
|
3
|
+
"""
|
|
4
|
+
from collections.abc import Callable # noqa: F401 # pylint: disable=W0611
|
|
5
|
+
from datetime import datetime # noqa: F401 # pylint: disable=W0611
|
|
6
|
+
from enum import Enum # noqa: F401 # pylint: disable=W0611
|
|
7
|
+
from typing import ( # noqa: F401 # pylint: disable=W0611
|
|
8
|
+
Any,
|
|
9
|
+
Optional,
|
|
10
|
+
Union,
|
|
11
|
+
)
|
|
12
|
+
|
|
13
|
+
from pydantic import ( # noqa: F401 # pylint: disable=W0611
|
|
14
|
+
BaseModel,
|
|
15
|
+
ConfigDict,
|
|
16
|
+
Field,
|
|
17
|
+
Json,
|
|
18
|
+
)
|
|
19
|
+
|
|
20
|
+
from reconcile.gql_definitions.fragments.vault_secret import VaultSecret
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
DEFINITION = """
|
|
24
|
+
fragment VaultSecret on VaultSecret_v1 {
|
|
25
|
+
path
|
|
26
|
+
field
|
|
27
|
+
version
|
|
28
|
+
format
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
query Vcs {
|
|
32
|
+
gh_orgs: githuborg_v1 {
|
|
33
|
+
name
|
|
34
|
+
url
|
|
35
|
+
default
|
|
36
|
+
token {
|
|
37
|
+
...VaultSecret
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
gl_instances: gitlabinstance_v1 {
|
|
41
|
+
name
|
|
42
|
+
url
|
|
43
|
+
token {
|
|
44
|
+
...VaultSecret
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
"""
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
class ConfiguredBaseModel(BaseModel):
|
|
52
|
+
model_config = ConfigDict(
|
|
53
|
+
extra='forbid'
|
|
54
|
+
)
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
class GithubOrgV1(ConfiguredBaseModel):
|
|
58
|
+
name: str = Field(..., alias="name")
|
|
59
|
+
url: str = Field(..., alias="url")
|
|
60
|
+
default: Optional[bool] = Field(..., alias="default")
|
|
61
|
+
token: VaultSecret = Field(..., alias="token")
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
class GitlabInstanceV1(ConfiguredBaseModel):
|
|
65
|
+
name: str = Field(..., alias="name")
|
|
66
|
+
url: str = Field(..., alias="url")
|
|
67
|
+
token: VaultSecret = Field(..., alias="token")
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
class VcsQueryData(ConfiguredBaseModel):
|
|
71
|
+
gh_orgs: Optional[list[GithubOrgV1]] = Field(..., alias="gh_orgs")
|
|
72
|
+
gl_instances: Optional[list[GitlabInstanceV1]] = Field(..., alias="gl_instances")
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
def query(query_func: Callable, **kwargs: Any) -> VcsQueryData:
|
|
76
|
+
"""
|
|
77
|
+
This is a convenience function which queries and parses the data into
|
|
78
|
+
concrete types. It should be compatible with most GQL clients.
|
|
79
|
+
You do not have to use it to consume the generated data classes.
|
|
80
|
+
Alternatively, you can also mime and alternate the behavior
|
|
81
|
+
of this function in the caller.
|
|
82
|
+
|
|
83
|
+
Parameters:
|
|
84
|
+
query_func (Callable): Function which queries your GQL Server
|
|
85
|
+
kwargs: optional arguments that will be passed to the query function
|
|
86
|
+
|
|
87
|
+
Returns:
|
|
88
|
+
VcsQueryData: queried data parsed into generated classes
|
|
89
|
+
"""
|
|
90
|
+
raw_data: dict[Any, Any] = query_func(DEFINITION, **kwargs)
|
|
91
|
+
return VcsQueryData(**raw_data)
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Generated by qenerate plugin=pydantic_v2. DO NOT MODIFY MANUALLY!
|
|
3
|
+
"""
|
|
4
|
+
from collections.abc import Callable # noqa: F401 # pylint: disable=W0611
|
|
5
|
+
from datetime import datetime # noqa: F401 # pylint: disable=W0611
|
|
6
|
+
from enum import Enum # noqa: F401 # pylint: disable=W0611
|
|
7
|
+
from typing import ( # noqa: F401 # pylint: disable=W0611
|
|
8
|
+
Any,
|
|
9
|
+
Optional,
|
|
10
|
+
Union,
|
|
11
|
+
)
|
|
12
|
+
|
|
13
|
+
from pydantic import ( # noqa: F401 # pylint: disable=W0611
|
|
14
|
+
BaseModel,
|
|
15
|
+
ConfigDict,
|
|
16
|
+
Field,
|
|
17
|
+
Json,
|
|
18
|
+
)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
DEFINITION = """
|
|
22
|
+
query SlackUsergroupApiCluster {
|
|
23
|
+
clusters: clusters_v1 {
|
|
24
|
+
name
|
|
25
|
+
auth {
|
|
26
|
+
service
|
|
27
|
+
}
|
|
28
|
+
disable {
|
|
29
|
+
integrations
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
"""
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
class ConfiguredBaseModel(BaseModel):
|
|
37
|
+
model_config = ConfigDict(
|
|
38
|
+
extra='forbid'
|
|
39
|
+
)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
class ClusterAuthV1(ConfiguredBaseModel):
|
|
43
|
+
service: str = Field(..., alias="service")
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
class DisableClusterAutomationsV1(ConfiguredBaseModel):
|
|
47
|
+
integrations: Optional[list[str]] = Field(..., alias="integrations")
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
class ClusterV1(ConfiguredBaseModel):
|
|
51
|
+
name: str = Field(..., alias="name")
|
|
52
|
+
auth: list[ClusterAuthV1] = Field(..., alias="auth")
|
|
53
|
+
disable: Optional[DisableClusterAutomationsV1] = Field(..., alias="disable")
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
class SlackUsergroupApiClusterQueryData(ConfiguredBaseModel):
|
|
57
|
+
clusters: Optional[list[ClusterV1]] = Field(..., alias="clusters")
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
def query(query_func: Callable, **kwargs: Any) -> SlackUsergroupApiClusterQueryData:
|
|
61
|
+
"""
|
|
62
|
+
This is a convenience function which queries and parses the data into
|
|
63
|
+
concrete types. It should be compatible with most GQL clients.
|
|
64
|
+
You do not have to use it to consume the generated data classes.
|
|
65
|
+
Alternatively, you can also mime and alternate the behavior
|
|
66
|
+
of this function in the caller.
|
|
67
|
+
|
|
68
|
+
Parameters:
|
|
69
|
+
query_func (Callable): Function which queries your GQL Server
|
|
70
|
+
kwargs: optional arguments that will be passed to the query function
|
|
71
|
+
|
|
72
|
+
Returns:
|
|
73
|
+
SlackUsergroupApiClusterQueryData: queried data parsed into generated classes
|
|
74
|
+
"""
|
|
75
|
+
raw_data: dict[Any, Any] = query_func(DEFINITION, **kwargs)
|
|
76
|
+
return SlackUsergroupApiClusterQueryData(**raw_data)
|
qontract_reconcile-0.10.2.dev493/reconcile/gql_definitions/slack_usergroups_api/permissions.py
ADDED
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Generated by qenerate plugin=pydantic_v2. DO NOT MODIFY MANUALLY!
|
|
3
|
+
"""
|
|
4
|
+
from collections.abc import Callable # noqa: F401 # pylint: disable=W0611
|
|
5
|
+
from datetime import datetime # noqa: F401 # pylint: disable=W0611
|
|
6
|
+
from enum import Enum # noqa: F401 # pylint: disable=W0611
|
|
7
|
+
from typing import ( # noqa: F401 # pylint: disable=W0611
|
|
8
|
+
Any,
|
|
9
|
+
Optional,
|
|
10
|
+
Union,
|
|
11
|
+
)
|
|
12
|
+
|
|
13
|
+
from pydantic import ( # noqa: F401 # pylint: disable=W0611
|
|
14
|
+
BaseModel,
|
|
15
|
+
ConfigDict,
|
|
16
|
+
Field,
|
|
17
|
+
Json,
|
|
18
|
+
)
|
|
19
|
+
|
|
20
|
+
from reconcile.gql_definitions.fragments.user import User
|
|
21
|
+
from reconcile.gql_definitions.fragments.vault_secret import VaultSecret
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
DEFINITION = """
|
|
25
|
+
fragment User on User_v1 {
|
|
26
|
+
name
|
|
27
|
+
org_username
|
|
28
|
+
github_username
|
|
29
|
+
pagerduty_username
|
|
30
|
+
tag_on_merge_requests
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
fragment VaultSecret on VaultSecret_v1 {
|
|
34
|
+
path
|
|
35
|
+
field
|
|
36
|
+
version
|
|
37
|
+
format
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
query SlackUsergroupApiPermission {
|
|
41
|
+
permissions: permissions_v1 {
|
|
42
|
+
service
|
|
43
|
+
... on PermissionSlackUsergroup_v1 {
|
|
44
|
+
name
|
|
45
|
+
channels
|
|
46
|
+
description
|
|
47
|
+
handle
|
|
48
|
+
ownersFromRepos
|
|
49
|
+
skip
|
|
50
|
+
pagerduty {
|
|
51
|
+
name
|
|
52
|
+
instance {
|
|
53
|
+
token {
|
|
54
|
+
...VaultSecret
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
scheduleID
|
|
58
|
+
escalationPolicyID
|
|
59
|
+
}
|
|
60
|
+
roles {
|
|
61
|
+
users {
|
|
62
|
+
...User
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
schedule {
|
|
66
|
+
schedule {
|
|
67
|
+
start
|
|
68
|
+
end
|
|
69
|
+
users {
|
|
70
|
+
...User
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
workspace {
|
|
75
|
+
path
|
|
76
|
+
name
|
|
77
|
+
integrations {
|
|
78
|
+
name
|
|
79
|
+
token {
|
|
80
|
+
...VaultSecret
|
|
81
|
+
}
|
|
82
|
+
channel
|
|
83
|
+
}
|
|
84
|
+
managedUsergroups
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
"""
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
class ConfiguredBaseModel(BaseModel):
|
|
93
|
+
model_config = ConfigDict(
|
|
94
|
+
extra='forbid'
|
|
95
|
+
)
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
class PermissionV1(ConfiguredBaseModel):
|
|
99
|
+
service: str = Field(..., alias="service")
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
class PagerDutyInstanceV1(ConfiguredBaseModel):
|
|
103
|
+
token: VaultSecret = Field(..., alias="token")
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
class PagerDutyTargetV1(ConfiguredBaseModel):
|
|
107
|
+
name: str = Field(..., alias="name")
|
|
108
|
+
instance: PagerDutyInstanceV1 = Field(..., alias="instance")
|
|
109
|
+
schedule_id: Optional[str] = Field(..., alias="scheduleID")
|
|
110
|
+
escalation_policy_id: Optional[str] = Field(..., alias="escalationPolicyID")
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
class RoleV1(ConfiguredBaseModel):
|
|
114
|
+
users: list[User] = Field(..., alias="users")
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
class ScheduleEntryV1(ConfiguredBaseModel):
|
|
118
|
+
start: str = Field(..., alias="start")
|
|
119
|
+
end: str = Field(..., alias="end")
|
|
120
|
+
users: list[User] = Field(..., alias="users")
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
class ScheduleV1(ConfiguredBaseModel):
|
|
124
|
+
schedule: list[ScheduleEntryV1] = Field(..., alias="schedule")
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
class SlackWorkspaceIntegrationV1(ConfiguredBaseModel):
|
|
128
|
+
name: str = Field(..., alias="name")
|
|
129
|
+
token: VaultSecret = Field(..., alias="token")
|
|
130
|
+
channel: str = Field(..., alias="channel")
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
class SlackWorkspaceV1(ConfiguredBaseModel):
|
|
134
|
+
path: str = Field(..., alias="path")
|
|
135
|
+
name: str = Field(..., alias="name")
|
|
136
|
+
integrations: Optional[list[SlackWorkspaceIntegrationV1]] = Field(..., alias="integrations")
|
|
137
|
+
managed_usergroups: list[str] = Field(..., alias="managedUsergroups")
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
class PermissionSlackUsergroupV1(PermissionV1):
|
|
141
|
+
name: str = Field(..., alias="name")
|
|
142
|
+
channels: list[str] = Field(..., alias="channels")
|
|
143
|
+
description: str = Field(..., alias="description")
|
|
144
|
+
handle: str = Field(..., alias="handle")
|
|
145
|
+
owners_from_repos: Optional[list[str]] = Field(..., alias="ownersFromRepos")
|
|
146
|
+
skip: Optional[bool] = Field(..., alias="skip")
|
|
147
|
+
pagerduty: Optional[list[PagerDutyTargetV1]] = Field(..., alias="pagerduty")
|
|
148
|
+
roles: Optional[list[RoleV1]] = Field(..., alias="roles")
|
|
149
|
+
schedule: Optional[ScheduleV1] = Field(..., alias="schedule")
|
|
150
|
+
workspace: SlackWorkspaceV1 = Field(..., alias="workspace")
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
class SlackUsergroupApiPermissionQueryData(ConfiguredBaseModel):
|
|
154
|
+
permissions: list[Union[PermissionSlackUsergroupV1, PermissionV1]] = Field(..., alias="permissions")
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
def query(query_func: Callable, **kwargs: Any) -> SlackUsergroupApiPermissionQueryData:
|
|
158
|
+
"""
|
|
159
|
+
This is a convenience function which queries and parses the data into
|
|
160
|
+
concrete types. It should be compatible with most GQL clients.
|
|
161
|
+
You do not have to use it to consume the generated data classes.
|
|
162
|
+
Alternatively, you can also mime and alternate the behavior
|
|
163
|
+
of this function in the caller.
|
|
164
|
+
|
|
165
|
+
Parameters:
|
|
166
|
+
query_func (Callable): Function which queries your GQL Server
|
|
167
|
+
kwargs: optional arguments that will be passed to the query function
|
|
168
|
+
|
|
169
|
+
Returns:
|
|
170
|
+
SlackUsergroupApiPermissionQueryData: queried data parsed into generated classes
|
|
171
|
+
"""
|
|
172
|
+
raw_data: dict[Any, Any] = query_func(DEFINITION, **kwargs)
|
|
173
|
+
return SlackUsergroupApiPermissionQueryData(**raw_data)
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Generated by qenerate plugin=pydantic_v2. DO NOT MODIFY MANUALLY!
|
|
3
|
+
"""
|
|
4
|
+
from collections.abc import Callable # noqa: F401 # pylint: disable=W0611
|
|
5
|
+
from datetime import datetime # noqa: F401 # pylint: disable=W0611
|
|
6
|
+
from enum import Enum # noqa: F401 # pylint: disable=W0611
|
|
7
|
+
from typing import ( # noqa: F401 # pylint: disable=W0611
|
|
8
|
+
Any,
|
|
9
|
+
Optional,
|
|
10
|
+
Union,
|
|
11
|
+
)
|
|
12
|
+
|
|
13
|
+
from pydantic import ( # noqa: F401 # pylint: disable=W0611
|
|
14
|
+
BaseModel,
|
|
15
|
+
ConfigDict,
|
|
16
|
+
Field,
|
|
17
|
+
Json,
|
|
18
|
+
)
|
|
19
|
+
|
|
20
|
+
from reconcile.gql_definitions.fragments.user import User
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
DEFINITION = """
|
|
24
|
+
fragment User on User_v1 {
|
|
25
|
+
name
|
|
26
|
+
org_username
|
|
27
|
+
github_username
|
|
28
|
+
pagerduty_username
|
|
29
|
+
tag_on_merge_requests
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
query SlackUsergroupsApiRoles {
|
|
33
|
+
roles: roles_v1 {
|
|
34
|
+
name
|
|
35
|
+
access {
|
|
36
|
+
cluster {
|
|
37
|
+
auth {
|
|
38
|
+
service
|
|
39
|
+
}
|
|
40
|
+
name
|
|
41
|
+
}
|
|
42
|
+
group
|
|
43
|
+
namespace {
|
|
44
|
+
cluster {
|
|
45
|
+
name
|
|
46
|
+
auth {
|
|
47
|
+
service
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
delete
|
|
51
|
+
managedRoles
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
expirationDate
|
|
55
|
+
users {
|
|
56
|
+
...User
|
|
57
|
+
tag_on_cluster_updates
|
|
58
|
+
tag_on_merge_requests
|
|
59
|
+
}
|
|
60
|
+
tag_on_cluster_updates
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
"""
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
class ConfiguredBaseModel(BaseModel):
|
|
67
|
+
model_config = ConfigDict(
|
|
68
|
+
extra='forbid'
|
|
69
|
+
)
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
class ClusterAuthV1(ConfiguredBaseModel):
|
|
73
|
+
service: str = Field(..., alias="service")
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
class ClusterV1(ConfiguredBaseModel):
|
|
77
|
+
auth: list[ClusterAuthV1] = Field(..., alias="auth")
|
|
78
|
+
name: str = Field(..., alias="name")
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
class NamespaceV1_ClusterV1_ClusterAuthV1(ConfiguredBaseModel):
|
|
82
|
+
service: str = Field(..., alias="service")
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
class NamespaceV1_ClusterV1(ConfiguredBaseModel):
|
|
86
|
+
name: str = Field(..., alias="name")
|
|
87
|
+
auth: list[NamespaceV1_ClusterV1_ClusterAuthV1] = Field(..., alias="auth")
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
class NamespaceV1(ConfiguredBaseModel):
|
|
91
|
+
cluster: NamespaceV1_ClusterV1 = Field(..., alias="cluster")
|
|
92
|
+
delete: Optional[bool] = Field(..., alias="delete")
|
|
93
|
+
managed_roles: Optional[bool] = Field(..., alias="managedRoles")
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
class AccessV1(ConfiguredBaseModel):
|
|
97
|
+
cluster: Optional[ClusterV1] = Field(..., alias="cluster")
|
|
98
|
+
group: Optional[str] = Field(..., alias="group")
|
|
99
|
+
namespace: Optional[NamespaceV1] = Field(..., alias="namespace")
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
class UserV1(User):
|
|
103
|
+
tag_on_cluster_updates: Optional[bool] = Field(..., alias="tag_on_cluster_updates")
|
|
104
|
+
tag_on_merge_requests: Optional[bool] = Field(..., alias="tag_on_merge_requests")
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
class RoleV1(ConfiguredBaseModel):
|
|
108
|
+
name: str = Field(..., alias="name")
|
|
109
|
+
access: Optional[list[AccessV1]] = Field(..., alias="access")
|
|
110
|
+
expiration_date: Optional[str] = Field(..., alias="expirationDate")
|
|
111
|
+
users: list[UserV1] = Field(..., alias="users")
|
|
112
|
+
tag_on_cluster_updates: Optional[bool] = Field(..., alias="tag_on_cluster_updates")
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
class SlackUsergroupsApiRolesQueryData(ConfiguredBaseModel):
|
|
116
|
+
roles: Optional[list[RoleV1]] = Field(..., alias="roles")
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
def query(query_func: Callable, **kwargs: Any) -> SlackUsergroupsApiRolesQueryData:
|
|
120
|
+
"""
|
|
121
|
+
This is a convenience function which queries and parses the data into
|
|
122
|
+
concrete types. It should be compatible with most GQL clients.
|
|
123
|
+
You do not have to use it to consume the generated data classes.
|
|
124
|
+
Alternatively, you can also mime and alternate the behavior
|
|
125
|
+
of this function in the caller.
|
|
126
|
+
|
|
127
|
+
Parameters:
|
|
128
|
+
query_func (Callable): Function which queries your GQL Server
|
|
129
|
+
kwargs: optional arguments that will be passed to the query function
|
|
130
|
+
|
|
131
|
+
Returns:
|
|
132
|
+
SlackUsergroupsApiRolesQueryData: queried data parsed into generated classes
|
|
133
|
+
"""
|
|
134
|
+
raw_data: dict[Any, Any] = query_func(DEFINITION, **kwargs)
|
|
135
|
+
return SlackUsergroupsApiRolesQueryData(**raw_data)
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Generated by qenerate plugin=pydantic_v2. DO NOT MODIFY MANUALLY!
|
|
3
|
+
"""
|
|
4
|
+
from collections.abc import Callable # noqa: F401 # pylint: disable=W0611
|
|
5
|
+
from datetime import datetime # noqa: F401 # pylint: disable=W0611
|
|
6
|
+
from enum import Enum # noqa: F401 # pylint: disable=W0611
|
|
7
|
+
from typing import ( # noqa: F401 # pylint: disable=W0611
|
|
8
|
+
Any,
|
|
9
|
+
Optional,
|
|
10
|
+
Union,
|
|
11
|
+
)
|
|
12
|
+
|
|
13
|
+
from pydantic import ( # noqa: F401 # pylint: disable=W0611
|
|
14
|
+
BaseModel,
|
|
15
|
+
ConfigDict,
|
|
16
|
+
Field,
|
|
17
|
+
Json,
|
|
18
|
+
)
|
|
19
|
+
|
|
20
|
+
from reconcile.gql_definitions.fragments.user import User
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
DEFINITION = """
|
|
24
|
+
fragment User on User_v1 {
|
|
25
|
+
name
|
|
26
|
+
org_username
|
|
27
|
+
github_username
|
|
28
|
+
pagerduty_username
|
|
29
|
+
tag_on_merge_requests
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
query SlackUsergroupApiClusterUser {
|
|
33
|
+
users: users_v1 {
|
|
34
|
+
...User
|
|
35
|
+
tag_on_cluster_updates
|
|
36
|
+
tag_on_merge_requests
|
|
37
|
+
roles {
|
|
38
|
+
tag_on_cluster_updates
|
|
39
|
+
access {
|
|
40
|
+
cluster {
|
|
41
|
+
name
|
|
42
|
+
}
|
|
43
|
+
namespace {
|
|
44
|
+
name
|
|
45
|
+
cluster {
|
|
46
|
+
name
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
"""
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
class ConfiguredBaseModel(BaseModel):
|
|
57
|
+
model_config = ConfigDict(
|
|
58
|
+
extra='forbid'
|
|
59
|
+
)
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
class ClusterV1(ConfiguredBaseModel):
|
|
63
|
+
name: str = Field(..., alias="name")
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
class NamespaceV1_ClusterV1(ConfiguredBaseModel):
|
|
67
|
+
name: str = Field(..., alias="name")
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
class NamespaceV1(ConfiguredBaseModel):
|
|
71
|
+
name: str = Field(..., alias="name")
|
|
72
|
+
cluster: NamespaceV1_ClusterV1 = Field(..., alias="cluster")
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
class AccessV1(ConfiguredBaseModel):
|
|
76
|
+
cluster: Optional[ClusterV1] = Field(..., alias="cluster")
|
|
77
|
+
namespace: Optional[NamespaceV1] = Field(..., alias="namespace")
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
class RoleV1(ConfiguredBaseModel):
|
|
81
|
+
tag_on_cluster_updates: Optional[bool] = Field(..., alias="tag_on_cluster_updates")
|
|
82
|
+
access: Optional[list[AccessV1]] = Field(..., alias="access")
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
class UserV1(User):
|
|
86
|
+
tag_on_cluster_updates: Optional[bool] = Field(..., alias="tag_on_cluster_updates")
|
|
87
|
+
tag_on_merge_requests: Optional[bool] = Field(..., alias="tag_on_merge_requests")
|
|
88
|
+
roles: Optional[list[RoleV1]] = Field(..., alias="roles")
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
class SlackUsergroupApiClusterUserQueryData(ConfiguredBaseModel):
|
|
92
|
+
users: Optional[list[UserV1]] = Field(..., alias="users")
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
def query(query_func: Callable, **kwargs: Any) -> SlackUsergroupApiClusterUserQueryData:
|
|
96
|
+
"""
|
|
97
|
+
This is a convenience function which queries and parses the data into
|
|
98
|
+
concrete types. It should be compatible with most GQL clients.
|
|
99
|
+
You do not have to use it to consume the generated data classes.
|
|
100
|
+
Alternatively, you can also mime and alternate the behavior
|
|
101
|
+
of this function in the caller.
|
|
102
|
+
|
|
103
|
+
Parameters:
|
|
104
|
+
query_func (Callable): Function which queries your GQL Server
|
|
105
|
+
kwargs: optional arguments that will be passed to the query function
|
|
106
|
+
|
|
107
|
+
Returns:
|
|
108
|
+
SlackUsergroupApiClusterUserQueryData: queried data parsed into generated classes
|
|
109
|
+
"""
|
|
110
|
+
raw_data: dict[Any, Any] = query_func(DEFINITION, **kwargs)
|
|
111
|
+
return SlackUsergroupApiClusterUserQueryData(**raw_data)
|