qontract-reconcile 0.10.2.dev24__tar.gz → 0.10.2.dev26__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.dev24 → qontract_reconcile-0.10.2.dev26}/PKG-INFO +1 -1
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/cli.py +6 -1
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/integrations/integrations.py +1 -37
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/introspection.json +0 -121
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/integrations_manager.py +0 -2
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/jira_permissions_validator.py +50 -9
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/runtime/sharding.py +0 -64
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/cli_commands/erv2.py +12 -12
- qontract_reconcile-0.10.2.dev24/reconcile/gql_definitions/sharding/jira_boards.py +0 -60
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/README.md +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/pyproject.toml +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/acs_notifiers.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aus/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aus/advanced_upgrade_service.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aus/aus_label_source.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aus/base.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aus/cluster_version_data.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aus/healthchecks.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aus/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aus/models.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aus/node_pool_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aus/ocm_addons_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aus/ocm_upgrade_scheduler.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aus/ocm_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aus/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aus/version_gate_approver.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aus/version_gates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aus/version_gates/handler.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aus/version_gates/ingress_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aus/version_gates/ocp_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aus/version_gates/sts_version_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aws_account_manager/README.md +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aws_account_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aws_account_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aws_account_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aws_account_manager/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aws_account_manager/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aws_ami_cleanup/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aws_ami_share.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aws_cloudwatch_log_retention/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aws_ecr_image_pull_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aws_garbage_collector.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aws_iam_keys.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aws_iam_password_reset.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aws_saml_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aws_saml_roles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aws_support_cases_sos.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aws_version_sync/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aws_version_sync/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aws_version_sync/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aws_version_sync/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/blackbox_exporter_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/change_owners/README.md +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/change_owners/approver.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/change_owners/bundle.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/change_owners/change_log_tracking.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/change_owners/change_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/change_owners/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/change_owners/changes.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/change_owners/decision.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/change_owners/diff.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/change_owners/implicit_ownership.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/change_owners/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/change_owners/tester.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/checkpoint.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/closedbox_endpoint_monitoring_base.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/cluster_auth_rhidp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/cluster_deployment_mapper.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/cna/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/cna/assets/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/cna/assets/asset.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/cna/assets/asset_factory.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/cna/assets/null.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/cna/client.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/cna/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/cna/state.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/dashdotdb_base.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/dashdotdb_cso.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/dashdotdb_dora.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/dashdotdb_dvo.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/dashdotdb_slo.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/deadmanssnitch.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/dynatrace_token_provider/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/dynatrace_token_provider/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/dynatrace_token_provider/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/dynatrace_token_provider/model.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/dynatrace_token_provider/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/dynatrace_token_provider/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/email_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/endpoints_discovery/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/endpoints_discovery/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/endpoints_discovery/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/external_resources/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/external_resources/factories.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/external_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/external_resources/integration_secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/external_resources/manager.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/external_resources/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/external_resources/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/external_resources/model.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/external_resources/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/external_resources/secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/external_resources/state.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gabi_authorized_users.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gcr_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/github_org.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/github_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/github_repo_invites.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/github_repo_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/github_users.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/github_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gitlab_fork_compliance.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gitlab_housekeeping.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gitlab_labeler.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gitlab_members.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gitlab_mr_sqs_consumer.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gitlab_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gitlab_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gitlab_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/glitchtip/README.md +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/glitchtip/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/glitchtip/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/glitchtip_project_alerts/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/glitchtip_project_dsn/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/glitchtip_project_dsn/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/acs/acs_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/acs/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/acs/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/advanced_upgrade_service/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/aws_account_manager/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/aws_saml_roles/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/aws_version_sync/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/aws_version_sync/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/change_owners/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/change_owners/queries/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/change_owners/queries/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/cna/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/cna/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/cna/queries/cna_provisioners.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/cna/queries/cna_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/app_code_component_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/app_interface_dms_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/app_interface_repo_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/ocm_env_telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/ocm_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/pgp_reencryption_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/quay_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/quay_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/saas_target_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/saasherder_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/slack_workspaces.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/smtp_client_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/common/users.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/dashdotdb_slo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/endpoints_discovery/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/external_resources/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/external_resources/external_resources_modules.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/external_resources/external_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/external_resources/external_resources_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/fragments/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/fragments/aws_account_common.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/fragments/aws_account_managed.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/fragments/aws_account_sso.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/fragments/aws_infra_management_account.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/fragments/aws_vpc.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/fragments/aws_vpc_request.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/fragments/aws_vpc_request_subnet.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/fragments/deplopy_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/fragments/disable.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/fragments/jumphost_common_fields.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/fragments/membership_source.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/fragments/minimal_ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/fragments/oc_connection_cluster.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/fragments/ocm_environment.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/fragments/pipeline_provider_retention.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/fragments/prometheus_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/fragments/resource_limits_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/fragments/resource_requests_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/fragments/resource_values.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/fragments/saas_target_namespace.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/fragments/serviceaccount_token.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/fragments/terraform_state.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/fragments/upgrade_policy.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/fragments/user.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/fragments/vault_secret.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/gitlab_members/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/gitlab_members/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/gitlab_members/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/glitchtip/glitchtip_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/glitchtip/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/jenkins_configs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/jira/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/jira/jira_servers.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/jira_permissions_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/jumphosts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/jumphosts/jumphosts.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/ldap_groups/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/ldap_groups/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/maintenance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/maintenance/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/membershipsources/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/ocm_labels/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/ocm_labels/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/ocm_subscription_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/openshift_cluster_bots/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/openshift_cluster_bots/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/openshift_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/openshift_groups/managed_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/openshift_groups/managed_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/openshift_serviceaccount_tokens/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/quay_membership/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/quay_membership/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/rhidp/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/service_dependencies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/service_dependencies/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/sharding/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/sharding/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/sharding/ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/skupper_network/site_controller_template.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/skupper_network/skupper_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/slack_usergroups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/slack_usergroups/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/slack_usergroups/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/slack_usergroups/users.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/slo_documents/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/slo_documents/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/status_board/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/status_board/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/statuspage/statuspages.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/templating/template_collection.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/templating/templates.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/terraform_cloudflare_dns/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/terraform_cloudflare_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/terraform_cloudflare_users/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/terraform_init/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/terraform_repo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/terraform_repo/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/terraform_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/terraform_resources/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/vault_instances/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/vault_instances/vault_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/vault_policies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/vault_policies/vault_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/vpc_peerings_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/jenkins/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/jenkins/types.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/jenkins_base.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/jenkins_job_builder.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/jenkins_job_builds_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/jenkins_job_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/jenkins_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/jenkins_webhooks.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/jenkins_webhooks_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/jenkins_worker_fleets.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/jira_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/ldap_groups/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/ldap_users.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/mr_client_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/ocm/types.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/ocm_additional_routers.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/ocm_addons.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/ocm_addons_upgrade_tests_trigger.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/ocm_aws_infrastructure_access.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/ocm_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/ocm_external_configuration_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/ocm_github_idp.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/ocm_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/ocm_internal_notifications/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/ocm_internal_notifications/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/ocm_labels/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/ocm_machine_pools.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/ocm_upgrade_scheduler_org_updater.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/openshift_base.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/openshift_cluster_bots.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/openshift_clusterrolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/openshift_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/openshift_limitranges.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/openshift_namespace_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/openshift_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/openshift_network_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/openshift_prometheus_rules.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/openshift_resourcequotas.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/openshift_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/openshift_resources_base.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/openshift_rolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/openshift_routes.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/openshift_saas_deploy.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/openshift_saas_deploy_change_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/openshift_saas_deploy_trigger_base.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/openshift_saas_deploy_trigger_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/openshift_saas_deploy_trigger_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/openshift_saas_deploy_trigger_images.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/openshift_saas_deploy_trigger_moving_commits.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/openshift_saas_deploy_trigger_upstream_jobs.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/openshift_serviceaccount_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/openshift_tekton_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/openshift_upgrade_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/openshift_users.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/openshift_vault_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/oum/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/oum/base.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/oum/labelset.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/oum/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/oum/models.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/oum/providers.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/oum/standalone.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/prometheus_rules_tester/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/prometheus_rules_tester/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/quay_base.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/quay_mirror_org.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/quay_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/quay_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/queries.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/query_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/requests_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/resource_scraper.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/resource_template_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/rhidp/common.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/rhidp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/rhidp/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/rhidp/ocm_oidc_idp/base.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/rhidp/ocm_oidc_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/rhidp/ocm_oidc_idp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/rhidp/sso_client/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/rhidp/sso_client/base.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/rhidp/sso_client/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/rhidp/sso_client/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/run_integration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/saas_auto_promotions_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/saas_auto_promotions_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/saas_auto_promotions_manager/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/saas_auto_promotions_manager/merge_request_manager/desired_state.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager_v2.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/saas_auto_promotions_manager/merge_request_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/saas_auto_promotions_manager/merge_request_manager/mr_parser.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/saas_auto_promotions_manager/merge_request_manager/open_merge_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/saas_auto_promotions_manager/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/saas_auto_promotions_manager/publisher.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/saas_auto_promotions_manager/s3_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/saas_auto_promotions_manager/subscriber.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/saas_auto_promotions_manager/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/saas_file_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/sendgrid_teammates.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/signalfx_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/skupper_network/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/skupper_network/models.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/skupper_network/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/skupper_network/site_controller.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/slack_base.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/slack_usergroups.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/sql_query.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/status.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/statuspage/atlassian.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/statuspage/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/statuspage/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/statuspage/integrations/components.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/statuspage/integrations/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/statuspage/page.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/statuspage/state.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/statuspage/status.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/templates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/templates/aws_access_key_email.j2 +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/templates/email.yml.j2 +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/templates/jira-checkpoint-missinginfo.j2 +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/templates/rosa-classic-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/templating/lib/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/templating/lib/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/templating/lib/model.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/templating/lib/rendering.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/templating/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/templating/validator.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/terraform_aws_route53.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/terraform_cloudflare_dns.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/terraform_cloudflare_users.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/terraform_init/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/terraform_init/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/terraform_init/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/terraform_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/terraform_tgw_attachments.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/terraform_users.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/terraform_vpc_peerings.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/terraform_vpc_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/terraform_vpc_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/terraform_vpc_resources/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/terraform_vpc_resources/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/app_interface_deadmanssnitch_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/app_interface_metrics_exporter/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/app_interface_repo_url.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/cloudflare.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/dynatrace.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/dynatrace_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/dynatrace_token_provider_token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/get_state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/glitchtip.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/jenkins.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/jira.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/quay.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/repos.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/slack.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/smtp.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/tekton_pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/terraform_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/unleash.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/users.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/typed_queries/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/unleash_feature_toggles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/acs/base.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/acs/notifiers.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/acs/policies.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/acs/rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/aggregated_list.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/amtool.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/aws_api.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/aws_api_typed/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/aws_api_typed/account.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/aws_api_typed/api.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/aws_api_typed/dynamodb.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/aws_api_typed/iam.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/aws_api_typed/organization.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/aws_api_typed/s3.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/aws_api_typed/service_quotas.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/aws_api_typed/sts.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/aws_api_typed/support.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/aws_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/batches.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/binary.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/cloud_resource_best_practice/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/cloud_resource_best_practice/aws_rds.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/clusterhealth/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/clusterhealth/providerbase.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/clusterhealth/telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/config.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/constants.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/data_structures.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/deadmanssnitch_api.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/defer.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/differ.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/disabled_integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/dnsutils.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/dynatrace/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/dynatrace/client.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/early_exit_cache.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/elasticsearch_exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/environ.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/expiration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/extended_early_exit.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/external_resource_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/filtering.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/git.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/gitlab_api.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/glitchtip/client.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/glitchtip/models.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/gpg.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/gql.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/grouping.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/helm.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/helpers.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/imap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/instrumented_wrappers.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/internal_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/internal_groups/client.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/internal_groups/models.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/jenkins_api.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/jinja2/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/jinja2/extensions.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/jinja2/filters.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/jinja2/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/jira_client.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/jjb_client.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/jobcontroller/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/jobcontroller/controller.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/jobcontroller/models.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/jsonpath.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/jump_host.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/keycloak.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/ldap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/lean_terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/make.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/membershipsources/app_interface_resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/membershipsources/models.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/membershipsources/resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/merge_request_manager/parser.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/models.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/mr/README.md +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/mr/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/mr/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/mr/aws_access.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/mr/base.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/mr/clusters_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/mr/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/mr/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/mr/notificator.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/mr/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/mr/promote_qontract.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/mr/user_maintenance.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/oauth2_backend_application_session.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/oc.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/oc_connection_parameters.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/oc_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/oc_map.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/ocm/addons.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/ocm/base.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/ocm/cluster_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/ocm/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/ocm/identity_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/ocm/label_sources.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/ocm/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/ocm/manifests.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/ocm/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/ocm/products.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/ocm/search_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/ocm/service_log.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/ocm/sre_capability_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/ocm/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/ocm/subscriptions.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/ocm/syncsets.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/ocm/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/ocm_base_client.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/openshift_resource.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/openssl.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/output.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/pagerduty_api.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/parse_dhms_duration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/password_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/prometheus.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/promtool.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/quay_api.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/raw_github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/repo_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/rest_api_base.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/rosa/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/rosa/rosa_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/rosa/session.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/ruamel.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/runtime/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/runtime/desired_state_diff.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/runtime/environment.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/runtime/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/runtime/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/runtime/runner.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/saasherder/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/saasherder/interfaces.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/saasherder/models.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/saasherder/saasherder.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/secret_reader.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/semver_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/slack_api.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/smtp_client.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/sqs_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/state.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/structs.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/template.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/terraform/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/terraform/config.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/terraform/config_client.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/terrascript/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/terrascript/cloudflare_client.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/terrascript/cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/terrascript/models.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/terrascript/resources.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/terrascript_aws_client.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/three_way_diff_strategy.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/throughput.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/unleash/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/unleash/client.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/unleash/server.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/vaultsecretref.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/utils/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/vault_replication.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/app_interface_metrics_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/cli_commands/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/cli_commands/container_images_report.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/cli_commands/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/cli_commands/cost_report/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/cli_commands/cost_report/cost_management_api.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/cli_commands/cost_report/model.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/cli_commands/cost_report/openshift.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/cli_commands/cost_report/openshift_cost_optimization.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/cli_commands/cost_report/response.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/cli_commands/cost_report/util.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/cli_commands/cost_report/view.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/cli_commands/gpg_encrypt.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/cli_commands/systems_and_tools.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/glitchtip_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/qontract_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/saas_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/saas_metrics_exporter/commit_distance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/saas_metrics_exporter/commit_distance/channel.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/saas_metrics_exporter/commit_distance/commit_distance.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/saas_metrics_exporter/commit_distance/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/saas_metrics_exporter/main.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/saas_promotion_state/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/saas_promotion_state/saas_promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/sd_app_sre_alert_report.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/sre_checkpoints/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/sre_checkpoints/util.py +0 -0
- {qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/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.dev26
|
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
|
@@ -1158,7 +1158,10 @@ def jenkins_webhooks_cleaner(ctx):
|
|
1158
1158
|
|
1159
1159
|
|
1160
1160
|
@integration.command(short_help="Validate permissions in Jira.")
|
1161
|
-
@click.option(
|
1161
|
+
@click.option(
|
1162
|
+
"--jira-board-name", help="The Jira board to act on.", default=None, multiple=True
|
1163
|
+
)
|
1164
|
+
@click.option("--board-check-interval", help="Check interval in minutes", default=120)
|
1162
1165
|
@enable_extended_early_exit
|
1163
1166
|
@extended_early_exit_cache_ttl_seconds
|
1164
1167
|
@log_cached_log_output
|
@@ -1166,6 +1169,7 @@ def jenkins_webhooks_cleaner(ctx):
|
|
1166
1169
|
def jira_permissions_validator(
|
1167
1170
|
ctx,
|
1168
1171
|
jira_board_name,
|
1172
|
+
board_check_interval,
|
1169
1173
|
enable_extended_early_exit,
|
1170
1174
|
extended_early_exit_cache_ttl_seconds,
|
1171
1175
|
log_cached_log_output,
|
@@ -1176,6 +1180,7 @@ def jira_permissions_validator(
|
|
1176
1180
|
reconcile.jira_permissions_validator,
|
1177
1181
|
ctx.obj,
|
1178
1182
|
jira_board_name=jira_board_name,
|
1183
|
+
board_check_interval=board_check_interval,
|
1179
1184
|
enable_extended_early_exit=enable_extended_early_exit,
|
1180
1185
|
extended_early_exit_cache_ttl_seconds=extended_early_exit_cache_ttl_seconds,
|
1181
1186
|
log_cached_log_output=log_cached_log_output,
|
@@ -191,22 +191,6 @@ query Integrations {
|
|
191
191
|
}
|
192
192
|
}
|
193
193
|
}
|
194
|
-
|
195
|
-
... on JiraBoardSharding_v1 {
|
196
|
-
shardSpecOverrides {
|
197
|
-
shard {
|
198
|
-
name
|
199
|
-
disable {
|
200
|
-
integrations
|
201
|
-
}
|
202
|
-
}
|
203
|
-
imageRef
|
204
|
-
disabled
|
205
|
-
resources {
|
206
|
-
... DeployResourcesFields
|
207
|
-
}
|
208
|
-
}
|
209
|
-
}
|
210
194
|
}
|
211
195
|
}
|
212
196
|
}
|
@@ -358,30 +342,10 @@ class CloudflareDNSZoneShardingV1(IntegrationShardingV1):
|
|
358
342
|
shard_spec_overrides: Optional[list[CloudflareDNSZoneShardSpecOverrideV1]] = Field(..., alias="shardSpecOverrides")
|
359
343
|
|
360
344
|
|
361
|
-
class DisableJiraBoardAutomationsV1(ConfiguredBaseModel):
|
362
|
-
integrations: Optional[list[str]] = Field(..., alias="integrations")
|
363
|
-
|
364
|
-
|
365
|
-
class JiraBoardV1(ConfiguredBaseModel):
|
366
|
-
name: str = Field(..., alias="name")
|
367
|
-
disable: Optional[DisableJiraBoardAutomationsV1] = Field(..., alias="disable")
|
368
|
-
|
369
|
-
|
370
|
-
class JiraBoardShardSpecOverrideV1(ConfiguredBaseModel):
|
371
|
-
shard: JiraBoardV1 = Field(..., alias="shard")
|
372
|
-
image_ref: Optional[str] = Field(..., alias="imageRef")
|
373
|
-
disabled: Optional[bool] = Field(..., alias="disabled")
|
374
|
-
resources: Optional[DeployResourcesFields] = Field(..., alias="resources")
|
375
|
-
|
376
|
-
|
377
|
-
class JiraBoardShardingV1(IntegrationShardingV1):
|
378
|
-
shard_spec_overrides: Optional[list[JiraBoardShardSpecOverrideV1]] = Field(..., alias="shardSpecOverrides")
|
379
|
-
|
380
|
-
|
381
345
|
class IntegrationManagedV1(ConfiguredBaseModel):
|
382
346
|
namespace: NamespaceV1 = Field(..., alias="namespace")
|
383
347
|
spec: IntegrationSpecV1 = Field(..., alias="spec")
|
384
|
-
sharding: Optional[Union[StaticShardingV1, OpenshiftClusterShardingV1, OCMOrganizationShardingV1, AWSAccountShardingV1, CloudflareDNSZoneShardingV1,
|
348
|
+
sharding: Optional[Union[StaticShardingV1, OpenshiftClusterShardingV1, OCMOrganizationShardingV1, AWSAccountShardingV1, CloudflareDNSZoneShardingV1, IntegrationShardingV1]] = Field(..., alias="sharding")
|
385
349
|
|
386
350
|
|
387
351
|
class IntegrationV1(ConfiguredBaseModel):
|
@@ -29766,11 +29766,6 @@
|
|
29766
29766
|
"kind": "OBJECT",
|
29767
29767
|
"name": "AWSAccountSharding_v1",
|
29768
29768
|
"ofType": null
|
29769
|
-
},
|
29770
|
-
{
|
29771
|
-
"kind": "OBJECT",
|
29772
|
-
"name": "JiraBoardSharding_v1",
|
29773
|
-
"ofType": null
|
29774
29769
|
}
|
29775
29770
|
]
|
29776
29771
|
},
|
@@ -49774,122 +49769,6 @@
|
|
49774
49769
|
"enumValues": null,
|
49775
49770
|
"possibleTypes": null
|
49776
49771
|
},
|
49777
|
-
{
|
49778
|
-
"kind": "OBJECT",
|
49779
|
-
"name": "JiraBoardSharding_v1",
|
49780
|
-
"description": null,
|
49781
|
-
"fields": [
|
49782
|
-
{
|
49783
|
-
"name": "strategy",
|
49784
|
-
"description": null,
|
49785
|
-
"args": [],
|
49786
|
-
"type": {
|
49787
|
-
"kind": "NON_NULL",
|
49788
|
-
"name": null,
|
49789
|
-
"ofType": {
|
49790
|
-
"kind": "SCALAR",
|
49791
|
-
"name": "String",
|
49792
|
-
"ofType": null
|
49793
|
-
}
|
49794
|
-
},
|
49795
|
-
"isDeprecated": false,
|
49796
|
-
"deprecationReason": null
|
49797
|
-
},
|
49798
|
-
{
|
49799
|
-
"name": "shardSpecOverrides",
|
49800
|
-
"description": null,
|
49801
|
-
"args": [],
|
49802
|
-
"type": {
|
49803
|
-
"kind": "LIST",
|
49804
|
-
"name": null,
|
49805
|
-
"ofType": {
|
49806
|
-
"kind": "NON_NULL",
|
49807
|
-
"name": null,
|
49808
|
-
"ofType": {
|
49809
|
-
"kind": "OBJECT",
|
49810
|
-
"name": "JiraBoardShardSpecOverride_v1",
|
49811
|
-
"ofType": null
|
49812
|
-
}
|
49813
|
-
}
|
49814
|
-
},
|
49815
|
-
"isDeprecated": false,
|
49816
|
-
"deprecationReason": null
|
49817
|
-
}
|
49818
|
-
],
|
49819
|
-
"inputFields": null,
|
49820
|
-
"interfaces": [
|
49821
|
-
{
|
49822
|
-
"kind": "INTERFACE",
|
49823
|
-
"name": "IntegrationSharding_v1",
|
49824
|
-
"ofType": null
|
49825
|
-
}
|
49826
|
-
],
|
49827
|
-
"enumValues": null,
|
49828
|
-
"possibleTypes": null
|
49829
|
-
},
|
49830
|
-
{
|
49831
|
-
"kind": "OBJECT",
|
49832
|
-
"name": "JiraBoardShardSpecOverride_v1",
|
49833
|
-
"description": null,
|
49834
|
-
"fields": [
|
49835
|
-
{
|
49836
|
-
"name": "shard",
|
49837
|
-
"description": null,
|
49838
|
-
"args": [],
|
49839
|
-
"type": {
|
49840
|
-
"kind": "NON_NULL",
|
49841
|
-
"name": null,
|
49842
|
-
"ofType": {
|
49843
|
-
"kind": "OBJECT",
|
49844
|
-
"name": "JiraBoard_v1",
|
49845
|
-
"ofType": null
|
49846
|
-
}
|
49847
|
-
},
|
49848
|
-
"isDeprecated": false,
|
49849
|
-
"deprecationReason": null
|
49850
|
-
},
|
49851
|
-
{
|
49852
|
-
"name": "imageRef",
|
49853
|
-
"description": null,
|
49854
|
-
"args": [],
|
49855
|
-
"type": {
|
49856
|
-
"kind": "SCALAR",
|
49857
|
-
"name": "String",
|
49858
|
-
"ofType": null
|
49859
|
-
},
|
49860
|
-
"isDeprecated": false,
|
49861
|
-
"deprecationReason": null
|
49862
|
-
},
|
49863
|
-
{
|
49864
|
-
"name": "resources",
|
49865
|
-
"description": null,
|
49866
|
-
"args": [],
|
49867
|
-
"type": {
|
49868
|
-
"kind": "OBJECT",
|
49869
|
-
"name": "DeployResources_v1",
|
49870
|
-
"ofType": null
|
49871
|
-
},
|
49872
|
-
"isDeprecated": false,
|
49873
|
-
"deprecationReason": null
|
49874
|
-
},
|
49875
|
-
{
|
49876
|
-
"name": "disabled",
|
49877
|
-
"description": null,
|
49878
|
-
"args": [],
|
49879
|
-
"type": {
|
49880
|
-
"kind": "SCALAR",
|
49881
|
-
"name": "Boolean",
|
49882
|
-
"ofType": null
|
49883
|
-
},
|
49884
|
-
"isDeprecated": false,
|
49885
|
-
"deprecationReason": null
|
49886
|
-
}
|
49887
|
-
],
|
49888
|
-
"inputFields": null,
|
49889
|
-
"interfaces": [],
|
49890
|
-
"enumValues": null,
|
49891
|
-
"possibleTypes": null
|
49892
|
-
},
|
49893
49772
|
{
|
49894
49773
|
"kind": "OBJECT",
|
49895
49774
|
"name": "StaticSubSharding_v1",
|
@@ -41,7 +41,6 @@ from reconcile.utils.runtime.sharding import (
|
|
41
41
|
AWSAccountShardingStrategy,
|
42
42
|
CloudflareDnsZoneShardingStrategy,
|
43
43
|
IntegrationShardManager,
|
44
|
-
JiraBoardShardingStrategy,
|
45
44
|
OCMOrganizationShardingStrategy,
|
46
45
|
OpenshiftClusterShardingStrategy,
|
47
46
|
ShardSpec,
|
@@ -258,7 +257,6 @@ def run(
|
|
258
257
|
OpenshiftClusterShardingStrategy.IDENTIFIER: OpenshiftClusterShardingStrategy(),
|
259
258
|
CloudflareDnsZoneShardingStrategy.IDENTIFIER: CloudflareDnsZoneShardingStrategy(),
|
260
259
|
OCMOrganizationShardingStrategy.IDENTIFIER: OCMOrganizationShardingStrategy(),
|
261
|
-
JiraBoardShardingStrategy.IDENTIFIER: JiraBoardShardingStrategy(),
|
262
260
|
},
|
263
261
|
integration_runtime_meta=integration_runtime_meta,
|
264
262
|
)
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import logging
|
2
2
|
import sys
|
3
|
+
import time
|
3
4
|
from collections.abc import Callable, Iterable
|
4
5
|
from enum import IntFlag, auto
|
5
6
|
from typing import Any, TypedDict
|
@@ -20,18 +21,21 @@ from reconcile.typed_queries.app_interface_vault_settings import (
|
|
20
21
|
from reconcile.typed_queries.jira_settings import get_jira_settings
|
21
22
|
from reconcile.typed_queries.jiralert_settings import get_jiralert_settings
|
22
23
|
from reconcile.utils import gql, metrics
|
24
|
+
from reconcile.utils.defer import defer
|
23
25
|
from reconcile.utils.disabled_integrations import integration_is_enabled
|
24
26
|
from reconcile.utils.extended_early_exit import (
|
25
27
|
ExtendedEarlyExitRunnerResult,
|
26
28
|
extended_early_exit_run,
|
27
29
|
)
|
28
30
|
from reconcile.utils.jira_client import JiraClient, JiraWatcherSettings
|
31
|
+
from reconcile.utils.runtime.integration import DesiredStateShardConfig
|
29
32
|
from reconcile.utils.secret_reader import SecretReaderBase, create_secret_reader
|
30
33
|
from reconcile.utils.semver_helper import make_semver
|
34
|
+
from reconcile.utils.state import State, init_state
|
31
35
|
from reconcile.utils.unleash import get_feature_toggle_state
|
32
36
|
|
33
37
|
QONTRACT_INTEGRATION = "jira-permissions-validator"
|
34
|
-
QONTRACT_INTEGRATION_VERSION = make_semver(1,
|
38
|
+
QONTRACT_INTEGRATION_VERSION = make_semver(1, 2, 0)
|
35
39
|
|
36
40
|
NameToIdMap = dict[str, str]
|
37
41
|
|
@@ -66,6 +70,7 @@ class ValidationError(IntFlag):
|
|
66
70
|
|
67
71
|
class RunnerParams(TypedDict):
|
68
72
|
boards: list[JiraBoardV1]
|
73
|
+
board_check_interval: int
|
69
74
|
dry_run: bool
|
70
75
|
|
71
76
|
|
@@ -201,12 +206,19 @@ def validate_boards(
|
|
201
206
|
jira_boards: Iterable[JiraBoardV1],
|
202
207
|
default_issue_type: str,
|
203
208
|
default_reopen_state: str,
|
209
|
+
board_check_interval: int,
|
204
210
|
dry_run: bool,
|
211
|
+
state: State,
|
205
212
|
jira_client_class: type[JiraClient] = JiraClient,
|
206
213
|
) -> bool:
|
207
214
|
error = False
|
208
215
|
jira_clients: dict[str, JiraClient] = {}
|
209
216
|
for board in jira_boards:
|
217
|
+
last_successful_run = state.get(board.name, 0)
|
218
|
+
if not dry_run and time.time() <= last_successful_run + board_check_interval:
|
219
|
+
logging.debug(f"[{board.name}] Skipping board")
|
220
|
+
continue
|
221
|
+
|
210
222
|
logging.debug(f"[{board.name}] checking ...")
|
211
223
|
if board.server.server_url not in jira_clients:
|
212
224
|
jira_clients[board.server.server_url] = jira_client_class.create(
|
@@ -230,6 +242,9 @@ def validate_boards(
|
|
230
242
|
case 0:
|
231
243
|
# no errors
|
232
244
|
logging.debug(f"[{board.name}] is valid")
|
245
|
+
if not dry_run:
|
246
|
+
# remember time of the last successful run
|
247
|
+
state[board.name] = time.time()
|
233
248
|
case ValidationError.PERMISSION_ERROR:
|
234
249
|
# we don't have all the permissions, but we can create jira tickets
|
235
250
|
metrics_container.set_gauge(
|
@@ -257,13 +272,17 @@ def validate_boards(
|
|
257
272
|
|
258
273
|
|
259
274
|
def get_jira_boards(
|
260
|
-
query_func: Callable,
|
275
|
+
query_func: Callable,
|
276
|
+
jira_board_names: list[str] | None = None,
|
261
277
|
) -> list[JiraBoardV1]:
|
262
278
|
return [
|
263
279
|
board
|
264
280
|
for board in query_jira_boards(query_func=query_func).jira_boards or []
|
265
281
|
if integration_is_enabled(QONTRACT_INTEGRATION, board)
|
266
|
-
and (
|
282
|
+
and (
|
283
|
+
not jira_board_names
|
284
|
+
or board.name.lower() in [name.lower() for name in jira_board_names]
|
285
|
+
)
|
267
286
|
]
|
268
287
|
|
269
288
|
|
@@ -273,16 +292,18 @@ def export_boards(boards: list[JiraBoardV1]) -> list[dict]:
|
|
273
292
|
|
274
293
|
def run(
|
275
294
|
dry_run: bool,
|
276
|
-
jira_board_name: str | None = None,
|
295
|
+
jira_board_name: list[str] | None = None,
|
296
|
+
board_check_interval: int = 3600,
|
277
297
|
enable_extended_early_exit: bool = False,
|
278
298
|
extended_early_exit_cache_ttl_seconds: int = 3600,
|
279
299
|
log_cached_log_output: bool = False,
|
280
300
|
) -> None:
|
281
301
|
gql_api = gql.get_api()
|
282
|
-
boards = get_jira_boards(query_func=gql_api.query,
|
302
|
+
boards = get_jira_boards(query_func=gql_api.query, jira_board_names=jira_board_name)
|
283
303
|
runner_params: RunnerParams = {
|
284
304
|
"boards": boards,
|
285
305
|
"dry_run": dry_run,
|
306
|
+
"board_check_interval": board_check_interval,
|
286
307
|
}
|
287
308
|
if enable_extended_early_exit and get_feature_toggle_state(
|
288
309
|
"jira-permissions-validator-extended-early-exit",
|
@@ -300,7 +321,7 @@ def run(
|
|
300
321
|
# don't use `dry_run` in the cache key because this is a read-only integration
|
301
322
|
dry_run=False,
|
302
323
|
cache_source=cache_source,
|
303
|
-
shard=jira_board_name
|
324
|
+
shard="_".join(set(jira_board_name)) if jira_board_name else "",
|
304
325
|
ttl_seconds=extended_early_exit_cache_ttl_seconds,
|
305
326
|
logger=logging.getLogger(),
|
306
327
|
runner=runner,
|
@@ -312,12 +333,21 @@ def run(
|
|
312
333
|
runner(**runner_params)
|
313
334
|
|
314
335
|
|
315
|
-
|
336
|
+
@defer
|
337
|
+
def runner(
|
338
|
+
boards: list[JiraBoardV1],
|
339
|
+
dry_run: bool,
|
340
|
+
board_check_interval: int,
|
341
|
+
defer: Callable | None = None,
|
342
|
+
) -> ExtendedEarlyExitRunnerResult:
|
316
343
|
gql_api = gql.get_api()
|
317
344
|
settings = get_jira_settings(gql_api=gql_api)
|
318
345
|
jiralert_settings = get_jiralert_settings(query_func=gql_api.query)
|
319
346
|
vault_settings = get_app_interface_vault_settings()
|
320
347
|
secret_reader = create_secret_reader(use_vault=vault_settings.vault)
|
348
|
+
state = init_state(integration=QONTRACT_INTEGRATION, secret_reader=secret_reader)
|
349
|
+
if defer:
|
350
|
+
defer(state.cleanup)
|
321
351
|
|
322
352
|
with metrics.transactional_metrics("jira-boards") as metrics_container:
|
323
353
|
error = validate_boards(
|
@@ -327,7 +357,9 @@ def runner(boards: list[JiraBoardV1], dry_run: bool) -> ExtendedEarlyExitRunnerR
|
|
327
357
|
jira_boards=boards,
|
328
358
|
default_issue_type=jiralert_settings.default_issue_type,
|
329
359
|
default_reopen_state=jiralert_settings.default_reopen_state,
|
360
|
+
board_check_interval=board_check_interval,
|
330
361
|
dry_run=dry_run,
|
362
|
+
state=state,
|
331
363
|
)
|
332
364
|
|
333
365
|
if error:
|
@@ -337,13 +369,22 @@ def runner(boards: list[JiraBoardV1], dry_run: bool) -> ExtendedEarlyExitRunnerR
|
|
337
369
|
|
338
370
|
|
339
371
|
def early_exit_desired_state(
|
340
|
-
*args: Any, jira_board_name: str | None = None, **kwargs: Any
|
372
|
+
*args: Any, jira_board_name: list[str] | None = None, **kwargs: Any
|
341
373
|
) -> dict[str, Any]:
|
342
374
|
return {
|
343
375
|
"boards": export_boards(
|
344
376
|
get_jira_boards(
|
345
377
|
query_func=gql.get_api().query,
|
346
|
-
|
378
|
+
jira_board_names=jira_board_name,
|
347
379
|
)
|
348
380
|
)
|
349
381
|
}
|
382
|
+
|
383
|
+
|
384
|
+
def desired_state_shard_config() -> DesiredStateShardConfig:
|
385
|
+
return DesiredStateShardConfig(
|
386
|
+
shard_arg_name="jira_board_name",
|
387
|
+
shard_path_selectors={"boards[*].name"},
|
388
|
+
shard_arg_is_collection=True,
|
389
|
+
sharded_run_review=lambda proposal: len(proposal.proposed_shards) <= 2,
|
390
|
+
)
|
@@ -19,8 +19,6 @@ from reconcile.gql_definitions.integrations.integrations import (
|
|
19
19
|
IntegrationManagedV1,
|
20
20
|
IntegrationShardingV1,
|
21
21
|
IntegrationSpecV1,
|
22
|
-
JiraBoardShardingV1,
|
23
|
-
JiraBoardShardSpecOverrideV1,
|
24
22
|
OCMOrganizationShardingV1,
|
25
23
|
OCMOrganizationShardSpecOverrideV1,
|
26
24
|
OpenshiftClusterShardingV1,
|
@@ -30,7 +28,6 @@ from reconcile.gql_definitions.integrations.integrations import (
|
|
30
28
|
SubShardingV1,
|
31
29
|
)
|
32
30
|
from reconcile.gql_definitions.sharding import aws_accounts as sharding_aws_accounts
|
33
|
-
from reconcile.gql_definitions.sharding import jira_boards as sharding_jira_boards
|
34
31
|
from reconcile.gql_definitions.sharding import (
|
35
32
|
ocm_organization as sharding_ocm_organization,
|
36
33
|
)
|
@@ -437,67 +434,6 @@ class CloudflareDnsZoneShardingStrategy:
|
|
437
434
|
return shards
|
438
435
|
|
439
436
|
|
440
|
-
class JiraBoardShardingStrategy:
|
441
|
-
IDENTIFIER = "per-jira-board"
|
442
|
-
|
443
|
-
def __init__(
|
444
|
-
self,
|
445
|
-
jira_boards: Iterable[sharding_jira_boards.JiraBoardV1] | None = None,
|
446
|
-
):
|
447
|
-
if not jira_boards:
|
448
|
-
self.jira_boards = (
|
449
|
-
sharding_jira_boards.query(query_func=gql.get_api().query).jira_boards
|
450
|
-
or []
|
451
|
-
)
|
452
|
-
else:
|
453
|
-
self.jira_boards = list(jira_boards)
|
454
|
-
|
455
|
-
def get_shard_spec_overrides(
|
456
|
-
self, sharding: IntegrationShardingV1 | None
|
457
|
-
) -> dict[str, JiraBoardShardSpecOverrideV1]:
|
458
|
-
spos: dict[str, JiraBoardShardSpecOverrideV1] = {}
|
459
|
-
|
460
|
-
if isinstance(sharding, JiraBoardShardingV1) and sharding.shard_spec_overrides:
|
461
|
-
for sp in sharding.shard_spec_overrides or []:
|
462
|
-
spos[sp.shard.name] = sp
|
463
|
-
return spos
|
464
|
-
|
465
|
-
def check_integration_sharding_params(self, meta: IntegrationMeta) -> None:
|
466
|
-
if "--jira-board-name" not in meta.args:
|
467
|
-
raise ValueError(
|
468
|
-
f"the integration {meta.name} does not support the required argument "
|
469
|
-
" --jira-board-name for the 'per-jira-board' sharding strategy."
|
470
|
-
)
|
471
|
-
|
472
|
-
def build_shard_spec(
|
473
|
-
self,
|
474
|
-
jira_board: sharding_jira_boards.JiraBoardV1,
|
475
|
-
integration_spec: IntegrationSpecV1,
|
476
|
-
spo: JiraBoardShardSpecOverrideV1 | None,
|
477
|
-
) -> ShardSpec:
|
478
|
-
return ShardSpec(
|
479
|
-
shard_key=jira_board.name,
|
480
|
-
shard_name_suffix=f"-{jira_board.name.lower()}",
|
481
|
-
extra_args=(integration_spec.extra_args or "")
|
482
|
-
+ f" --jira-board-name {jira_board.name}",
|
483
|
-
shard_spec_overrides=spo,
|
484
|
-
)
|
485
|
-
|
486
|
-
def build_integration_shards(
|
487
|
-
self,
|
488
|
-
integration_meta: IntegrationMeta,
|
489
|
-
integration_managed: IntegrationManagedV1,
|
490
|
-
) -> list[ShardSpec]:
|
491
|
-
self.check_integration_sharding_params(integration_meta)
|
492
|
-
spos = self.get_shard_spec_overrides(integration_managed.sharding)
|
493
|
-
shards = []
|
494
|
-
for board in self.jira_boards:
|
495
|
-
spo = spos.get(board.name)
|
496
|
-
base_shard = self.build_shard_spec(board, integration_managed.spec, spo)
|
497
|
-
shards.append(base_shard)
|
498
|
-
return shards
|
499
|
-
|
500
|
-
|
501
437
|
@dataclass
|
502
438
|
class IntegrationShardManager:
|
503
439
|
strategies: dict[str, ShardingStrategy]
|
{qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/tools/cli_commands/erv2.py
RENAMED
@@ -185,10 +185,10 @@ class Erv2Cli:
|
|
185
185
|
"run",
|
186
186
|
"--name",
|
187
187
|
"erv2",
|
188
|
-
"
|
189
|
-
f"
|
190
|
-
"
|
191
|
-
f"
|
188
|
+
"-v",
|
189
|
+
f"{input_file!s}:/inputs/input.json:Z",
|
190
|
+
"-v",
|
191
|
+
f"{credentials!s}:/credentials:Z",
|
192
192
|
"-e",
|
193
193
|
"AWS_SHARED_CREDENTIALS_FILE=/credentials",
|
194
194
|
"--entrypoint",
|
@@ -236,10 +236,10 @@ class Erv2Cli:
|
|
236
236
|
"erv2-debug-shell",
|
237
237
|
"--rm",
|
238
238
|
"-it",
|
239
|
-
"
|
240
|
-
f"
|
241
|
-
"
|
242
|
-
f"
|
239
|
+
"-v",
|
240
|
+
f"{input_file!s}:/inputs/input.json:Z",
|
241
|
+
"-v",
|
242
|
+
f"{credentials!s}:/credentials:Z",
|
243
243
|
"-e",
|
244
244
|
"AWS_SHARED_CREDENTIALS_FILE=/credentials",
|
245
245
|
"--entrypoint",
|
@@ -269,10 +269,10 @@ class Erv2Cli:
|
|
269
269
|
"--name",
|
270
270
|
"erv2-unlock",
|
271
271
|
"--rm",
|
272
|
-
"
|
273
|
-
f"
|
274
|
-
"
|
275
|
-
f"
|
272
|
+
"-v",
|
273
|
+
f"{input_file!s}:/inputs/input.json:Z",
|
274
|
+
"-v",
|
275
|
+
f"{credentials!s}:/credentials:Z",
|
276
276
|
"-e",
|
277
277
|
"AWS_SHARED_CREDENTIALS_FILE=/credentials",
|
278
278
|
"--entrypoint",
|
@@ -1,60 +0,0 @@
|
|
1
|
-
"""
|
2
|
-
Generated by qenerate plugin=pydantic_v1. 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
|
-
Extra,
|
16
|
-
Field,
|
17
|
-
Json,
|
18
|
-
)
|
19
|
-
|
20
|
-
|
21
|
-
DEFINITION = """
|
22
|
-
query JiraBoardSharding {
|
23
|
-
jira_boards: jira_boards_v1 {
|
24
|
-
name
|
25
|
-
}
|
26
|
-
}
|
27
|
-
"""
|
28
|
-
|
29
|
-
|
30
|
-
class ConfiguredBaseModel(BaseModel):
|
31
|
-
class Config:
|
32
|
-
smart_union=True
|
33
|
-
extra=Extra.forbid
|
34
|
-
|
35
|
-
|
36
|
-
class JiraBoardV1(ConfiguredBaseModel):
|
37
|
-
name: str = Field(..., alias="name")
|
38
|
-
|
39
|
-
|
40
|
-
class JiraBoardShardingQueryData(ConfiguredBaseModel):
|
41
|
-
jira_boards: Optional[list[JiraBoardV1]] = Field(..., alias="jira_boards")
|
42
|
-
|
43
|
-
|
44
|
-
def query(query_func: Callable, **kwargs: Any) -> JiraBoardShardingQueryData:
|
45
|
-
"""
|
46
|
-
This is a convenience function which queries and parses the data into
|
47
|
-
concrete types. It should be compatible with most GQL clients.
|
48
|
-
You do not have to use it to consume the generated data classes.
|
49
|
-
Alternatively, you can also mime and alternate the behavior
|
50
|
-
of this function in the caller.
|
51
|
-
|
52
|
-
Parameters:
|
53
|
-
query_func (Callable): Function which queries your GQL Server
|
54
|
-
kwargs: optional arguments that will be passed to the query function
|
55
|
-
|
56
|
-
Returns:
|
57
|
-
JiraBoardShardingQueryData: queried data parsed into generated classes
|
58
|
-
"""
|
59
|
-
raw_data: dict[Any, Any] = query_func(DEFINITION, **kwargs)
|
60
|
-
return JiraBoardShardingQueryData(**raw_data)
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/acs_notifiers.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/acs_policies.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aus/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aus/healthchecks.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aus/metrics.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aus/node_pool_spec.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev24 → qontract_reconcile-0.10.2.dev26}/reconcile/aus/upgrades.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|