qontract-reconcile 0.10.1rc461__py3-none-any.whl → 0.10.1rc463__py3-none-any.whl
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.1rc461.dist-info → qontract_reconcile-0.10.1rc463.dist-info}/METADATA +1 -1
- {qontract_reconcile-0.10.1rc461.dist-info → qontract_reconcile-0.10.1rc463.dist-info}/RECORD +85 -85
- reconcile/aus/base.py +3 -3
- reconcile/aws_iam_keys.py +1 -1
- reconcile/aws_support_cases_sos.py +1 -1
- reconcile/change_owners/change_owners.py +2 -3
- reconcile/change_owners/diff.py +1 -1
- reconcile/change_owners/tester.py +3 -3
- reconcile/checkpoint.py +1 -1
- reconcile/cli.py +2 -1
- reconcile/closedbox_endpoint_monitoring_base.py +1 -1
- reconcile/cna/state.py +2 -2
- reconcile/dashdotdb_base.py +3 -3
- reconcile/dynatrace_token_provider.py +7 -8
- reconcile/gcr_mirror.py +2 -2
- reconcile/github_org.py +2 -2
- reconcile/github_owners.py +1 -1
- reconcile/gitlab_housekeeping.py +3 -3
- reconcile/gitlab_labeler.py +4 -5
- reconcile/glitchtip/reconciler.py +3 -3
- reconcile/glitchtip_project_alerts/integration.py +3 -3
- reconcile/ocm_clusters.py +9 -9
- reconcile/ocm_github_idp.py +1 -1
- reconcile/ocm_groups.py +1 -1
- reconcile/openshift_base.py +6 -6
- reconcile/openshift_clusterrolebindings.py +1 -1
- reconcile/openshift_groups.py +1 -1
- reconcile/openshift_namespace_labels.py +12 -12
- reconcile/openshift_resources_base.py +3 -3
- reconcile/openshift_rolebindings.py +1 -1
- reconcile/openshift_saas_deploy.py +1 -1
- reconcile/quay_mirror.py +2 -2
- reconcile/rhidp/common.py +2 -2
- reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager.py +9 -9
- reconcile/slack_usergroups.py +9 -9
- reconcile/sql_query.py +3 -4
- reconcile/terraform_aws_route53.py +1 -1
- reconcile/terraform_cloudflare_users.py +7 -7
- reconcile/terraform_repo.py +3 -1
- reconcile/terraform_vpc_peerings.py +10 -10
- reconcile/test/fixtures.py +1 -1
- reconcile/test/saas_auto_promotions_manager/merge_request_manager/renderer/conftest.py +2 -2
- reconcile/test/test_jump_host.py +2 -2
- reconcile/test/test_quay_mirror.py +3 -1
- reconcile/test/test_quay_mirror_org.py +3 -1
- reconcile/test/test_terraform_repo.py +2 -2
- reconcile/typed_queries/saas_files.py +5 -5
- reconcile/utils/amtool.py +2 -2
- reconcile/utils/aws_api.py +5 -29
- reconcile/utils/config.py +1 -2
- reconcile/utils/environ.py +1 -1
- reconcile/utils/git.py +7 -3
- reconcile/utils/git_secrets.py +2 -2
- reconcile/utils/helm.py +1 -1
- reconcile/utils/jjb_client.py +7 -7
- reconcile/utils/jump_host.py +2 -2
- reconcile/utils/metrics.py +3 -3
- reconcile/utils/models.py +47 -51
- reconcile/utils/mr/aws_access.py +1 -1
- reconcile/utils/mr/base.py +1 -1
- reconcile/utils/mr/user_maintenance.py +1 -1
- reconcile/utils/oc.py +8 -8
- reconcile/utils/oc_connection_parameters.py +12 -13
- reconcile/utils/ocm/base.py +1 -1
- reconcile/utils/ocm/ocm.py +9 -9
- reconcile/utils/openshift_resource.py +8 -9
- reconcile/utils/parse_dhms_duration.py +1 -1
- reconcile/utils/runtime/sharding.py +1 -1
- reconcile/utils/saasherder/saasherder.py +5 -5
- reconcile/utils/slack_api.py +2 -2
- reconcile/utils/terraform/config_client.py +1 -1
- reconcile/utils/terraform_client.py +5 -5
- reconcile/utils/terrascript/cloudflare_client.py +3 -1
- reconcile/utils/terrascript_aws_client.py +46 -40
- reconcile/utils/three_way_diff_strategy.py +2 -2
- reconcile/utils/unleash.py +1 -1
- reconcile/utils/vault.py +1 -1
- reconcile/vpc_peerings_validator.py +6 -6
- release/version.py +7 -2
- tools/app_interface_reporter.py +3 -3
- tools/cli_commands/gpg_encrypt.py +2 -2
- tools/qontract_cli.py +7 -6
- {qontract_reconcile-0.10.1rc461.dist-info → qontract_reconcile-0.10.1rc463.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.1rc461.dist-info → qontract_reconcile-0.10.1rc463.dist-info}/entry_points.txt +0 -0
- {qontract_reconcile-0.10.1rc461.dist-info → qontract_reconcile-0.10.1rc463.dist-info}/top_level.txt +0 -0
{qontract_reconcile-0.10.1rc461.dist-info → qontract_reconcile-0.10.1rc463.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: qontract-reconcile
|
3
|
-
Version: 0.10.
|
3
|
+
Version: 0.10.1rc463
|
4
4
|
Summary: Collection of tools to reconcile services with their desired state as defined in the app-interface DB.
|
5
5
|
Home-page: https://github.com/app-sre/qontract-reconcile
|
6
6
|
Author: Red Hat App-SRE Team
|
{qontract_reconcile-0.10.1rc461.dist-info → qontract_reconcile-0.10.1rc463.dist-info}/RECORD
RENAMED
@@ -3,33 +3,33 @@ reconcile/acs_rbac.py,sha256=Jr9qIR1VjH16xpADZqjkigqsDW7iDnMD9nn7GxU4z0Y,23828
|
|
3
3
|
reconcile/aws_ami_share.py,sha256=eeu0TI3M5yyUaozyAq_aW3tir-9be4YFguOXvIvKHSo,3757
|
4
4
|
reconcile/aws_ecr_image_pull_secrets.py,sha256=TGEc_0nv8oxV2HqA8VdcM4HHP-B1YqmNOOU6FPwVFTY,2328
|
5
5
|
reconcile/aws_garbage_collector.py,sha256=ddwU8IKTueAJc0TzymcREr7hcoVui9kOGvdH1B2EcuM,450
|
6
|
-
reconcile/aws_iam_keys.py,sha256=
|
6
|
+
reconcile/aws_iam_keys.py,sha256=GpxZR_A4ZQFlOQG1jpNiYhL5GMxdeTJ05aAYgUwWveE,3633
|
7
7
|
reconcile/aws_iam_password_reset.py,sha256=NwErtrqgBiXr7eGCAHdtGGOx0S7-4JnSc29IeEJOQyE,3134
|
8
|
-
reconcile/aws_support_cases_sos.py,sha256=
|
8
|
+
reconcile/aws_support_cases_sos.py,sha256=Jk6_XjDeJSYxgRGqcEAOcynt9qJF2r5HPIPcSKmoBv8,2974
|
9
9
|
reconcile/blackbox_exporter_endpoint_monitoring.py,sha256=W_VJagnsJR1v5oqjlI3RJJE0_nhtJ0m81RS8zWA5u5c,3538
|
10
|
-
reconcile/checkpoint.py,sha256=
|
11
|
-
reconcile/cli.py,sha256=
|
12
|
-
reconcile/closedbox_endpoint_monitoring_base.py,sha256=
|
10
|
+
reconcile/checkpoint.py,sha256=R2WFXUXLTB4sWMi4GeA4eegsuf_1-Q4vH8M0Toh3Ij4,5036
|
11
|
+
reconcile/cli.py,sha256=1GnZxqThlQe3QFlyNuniseg6mzJxc0RsvQccOqtYTpA,82291
|
12
|
+
reconcile/closedbox_endpoint_monitoring_base.py,sha256=SMhkcQqprWvThrIJa3U_3uh5w1h-alleW1QnCJFY4Qw,4909
|
13
13
|
reconcile/cluster_deployment_mapper.py,sha256=2Ah-nu-Mdig0pjuiZl_XLrmVAjYzFjORR3dMlCgkmw0,2352
|
14
|
-
reconcile/dashdotdb_base.py,sha256=
|
14
|
+
reconcile/dashdotdb_base.py,sha256=a5aPLVxyqPSbjdB0Ty-uliOtxwvEbbEljHJKxdK3-Zk,4813
|
15
15
|
reconcile/dashdotdb_cso.py,sha256=FoXrWGpOwXG5jf0eklN84tjJVUAYzKat7rtq_28JMlQ,3672
|
16
16
|
reconcile/dashdotdb_dora.py,sha256=n9EJXhxCoMYuldj4Fa5s0TqfiiolSrqDEOCaLBV3uag,17235
|
17
17
|
reconcile/dashdotdb_dvo.py,sha256=YXqpI6fBQAql-ybGI0grj9gWMzmKiAvPE__pNju6obk,8996
|
18
18
|
reconcile/dashdotdb_slo.py,sha256=bf1WSh5JP9obHVQsMy0OO71_VTYZgwAopElFZM6DmRo,6714
|
19
19
|
reconcile/database_access_manager.py,sha256=vSLDepuXL3HdSDQ_rBmq9jL2Aqv1ZbF4xCtir1ybBzg,25565
|
20
|
-
reconcile/dynatrace_token_provider.py,sha256=
|
20
|
+
reconcile/dynatrace_token_provider.py,sha256=bYdY064OiJIJW8gc9LKRei8XlRHxlvjlsiMsSCDqGR0,16568
|
21
21
|
reconcile/email_sender.py,sha256=-5L-Ag_jaEYSzYRoMr52KQBRXz1E8yx9GqLbg2X4XFU,3533
|
22
22
|
reconcile/gabi_authorized_users.py,sha256=rCosZv8Iu9jhWG88YiwK-gftX475aJ1R-PYIJYp_svY,4342
|
23
|
-
reconcile/gcr_mirror.py,sha256=
|
24
|
-
reconcile/github_org.py,sha256=
|
25
|
-
reconcile/github_owners.py,sha256=
|
23
|
+
reconcile/gcr_mirror.py,sha256=O8T7fMx168xB9F6p21TTHimNe0mt2s3U7wzFTv4PQ7I,8253
|
24
|
+
reconcile/github_org.py,sha256=0vst4YETf2voTiMHcREngSeuKtG7jOOILfFBQ0AOVQg,13479
|
25
|
+
reconcile/github_owners.py,sha256=s9NDIqTbaqgGE5lj89eh3Sr52B-6SCUWQILzQlzGyxw,2949
|
26
26
|
reconcile/github_repo_invites.py,sha256=JiKBfoWDWQAJIuCMtBmj4ZY2RkZSVi35a6nbDxzZSl4,2698
|
27
27
|
reconcile/github_repo_permissions_validator.py,sha256=dcbXdUx6imjNchjp3pg9-z1i7lFEGOr_28GvsiwO5Xw,1734
|
28
28
|
reconcile/github_users.py,sha256=nfTq78QRONIfDVj-5O3bD6psllJjzWFnog-EJ1WqFPU,3672
|
29
29
|
reconcile/github_validator.py,sha256=cVTVxJIGR4a1Jz8wrdXEAb_CMpXUzvykVmUURX4cook,917
|
30
30
|
reconcile/gitlab_fork_compliance.py,sha256=5h9yovk_21SPvv-bDjF02TW4C3uuDBS20I3UQXo7RPI,4154
|
31
|
-
reconcile/gitlab_housekeeping.py,sha256=
|
32
|
-
reconcile/gitlab_labeler.py,sha256=
|
31
|
+
reconcile/gitlab_housekeeping.py,sha256=SRlFz_YHEZVO7BvxyB2CNmn_CDlmQMRbN6s3kzqfSds,21255
|
32
|
+
reconcile/gitlab_labeler.py,sha256=IxE1XM5o4rDOFuR4cM2yAHTy4Uzdg3Nyz2mp7b8Fx1g,4565
|
33
33
|
reconcile/gitlab_members.py,sha256=M6LwFOrwgvl1NNdOJa1mrQFUon-bEVv1AyhGeLed454,8443
|
34
34
|
reconcile/gitlab_mr_sqs_consumer.py,sha256=O46mdziPgGOndbU-0_UJKJVUaiEoVzJPEgKm4_UvYoI,2571
|
35
35
|
reconcile/gitlab_owners.py,sha256=sn9njaKOtqcvnhi2qtm-faAfAR4zNqflbSuusA9RUuI,13456
|
@@ -52,26 +52,26 @@ reconcile/ocm_additional_routers.py,sha256=KfcFDVbNoc6n5dHWjYdAf1_DiVqVG6Tw23WLK
|
|
52
52
|
reconcile/ocm_addons.py,sha256=qqAyqRBRbdZQvAcjb-QlSVyRAyQBZk6iVlgnI4jyi7s,3353
|
53
53
|
reconcile/ocm_addons_upgrade_tests_trigger.py,sha256=L1ktYynIR7pmHiYtdCTdLGJRKX72B54KUAuPLOccXzo,3995
|
54
54
|
reconcile/ocm_aws_infrastructure_access.py,sha256=iq6Rj5SgF7yIMvBhukTuy-KcrFsvLs1ATG6-dyiArqY,6960
|
55
|
-
reconcile/ocm_clusters.py,sha256=
|
55
|
+
reconcile/ocm_clusters.py,sha256=r2Y_crmX8v-HMWUh0GoBy5pBQOkl3sFaxeAbQmfEdhU,13906
|
56
56
|
reconcile/ocm_external_configuration_labels.py,sha256=imEpDv1RBpCSj8tHDv0R76hmNCFtcUzVNgS1yOVl8vs,3870
|
57
|
-
reconcile/ocm_github_idp.py,sha256=
|
58
|
-
reconcile/ocm_groups.py,sha256=
|
57
|
+
reconcile/ocm_github_idp.py,sha256=glwXMsIBcl38-OmDDQCpe0YoLLXfoRgVQmqwXMEXjds,3946
|
58
|
+
reconcile/ocm_groups.py,sha256=AmQ61fjJYS5PxwNEWtOAvOoJM86VfRQ0-ic6wgw6PU0,2888
|
59
59
|
reconcile/ocm_machine_pools.py,sha256=eebJ6iiTdUcuKE5zBcfNxW1OGmPOvgBtmVu3xNVOoyY,16608
|
60
60
|
reconcile/ocm_update_recommended_version.py,sha256=IYkfLXIprOW1jguZeELcGP1iBPuj-b53R-FTqKulMl8,4204
|
61
61
|
reconcile/ocm_upgrade_scheduler_org_updater.py,sha256=ta8hMJ-su5mRcPpYrvB1COsojXV-SU3PzLPbQhy2Q0I,4190
|
62
|
-
reconcile/openshift_base.py,sha256=
|
63
|
-
reconcile/openshift_clusterrolebindings.py,sha256=
|
64
|
-
reconcile/openshift_groups.py,sha256=
|
62
|
+
reconcile/openshift_base.py,sha256=7aifvl-ay5wpY6encbUX9pGbKdjiwJmevZ3XWGRzpCM,49696
|
63
|
+
reconcile/openshift_clusterrolebindings.py,sha256=zpdLuhs8IroBVE7YUNmGVP9ZHLT3QZC4nQWx7Nk47cA,5827
|
64
|
+
reconcile/openshift_groups.py,sha256=d-qGI1aUEpZZLZq7PuSnjVDgsy5EB063CQr2tNvYPCE,9419
|
65
65
|
reconcile/openshift_limitranges.py,sha256=UvCGo_OQ4XoDK55TJmn55qEhhlkhLzhU12tX8nT5kPQ,3442
|
66
|
-
reconcile/openshift_namespace_labels.py,sha256=
|
66
|
+
reconcile/openshift_namespace_labels.py,sha256=dLkQgtgsD51WtDHiQOc-lF2yaaFzkiUAZ7ueKUkg-ZM,15669
|
67
67
|
reconcile/openshift_namespaces.py,sha256=DboMc6t0vXD54lL9ZP9P9fQnCRo2g_0z5FWubtWAFZA,5699
|
68
68
|
reconcile/openshift_network_policies.py,sha256=_qqv7yj17OM1J8KJPsFmzFZ85gzESJeBocC672z4_WU,4231
|
69
69
|
reconcile/openshift_resourcequotas.py,sha256=yUi56PiOn3inMMfq_x_FEHmaW-reGipzoorjdar372g,2415
|
70
70
|
reconcile/openshift_resources.py,sha256=kwsY5cko7udEKNlhL2oKiKv_5wzEw9wmmwROE016ng8,1400
|
71
|
-
reconcile/openshift_resources_base.py,sha256=
|
72
|
-
reconcile/openshift_rolebindings.py,sha256=
|
71
|
+
reconcile/openshift_resources_base.py,sha256=H8pxBzHgp9dC5W7plFTnm6iai1oQvPj6sW1S2khct3U,44866
|
72
|
+
reconcile/openshift_rolebindings.py,sha256=Fzy-z_cYPx2RB6YYe1N5zllNV8DcLUCbjcTcz2J0A38,6628
|
73
73
|
reconcile/openshift_routes.py,sha256=fXvuPSjcjVw1X3j2EQvUAdbOepmIFdKk-M3qP8QzPiw,1075
|
74
|
-
reconcile/openshift_saas_deploy.py,sha256=
|
74
|
+
reconcile/openshift_saas_deploy.py,sha256=MySDWBQN2N3rv_B8ifWzRY5t2Afq3DEVkFECHMpW_Sk,11908
|
75
75
|
reconcile/openshift_saas_deploy_change_tester.py,sha256=fMmPDz-ZRO-WH8OIiDo4e4sBK4-zzpvFXmVCKGY1l-I,8837
|
76
76
|
reconcile/openshift_saas_deploy_trigger_base.py,sha256=p1Mv7dbw_K7TVFv-M-DDq6r1ltuW9VAF6PCNnEng_zM,14291
|
77
77
|
reconcile/openshift_saas_deploy_trigger_cleaner.py,sha256=aT8wqoXGyZEeXUA7Q6reaL9v5j5UnPLoYVe70D31HUg,2917
|
@@ -86,7 +86,7 @@ reconcile/openshift_users.py,sha256=DPn5gfCw-6g7DYanpmdyaNFYTOwuIdY8_IrDukUL9g8,
|
|
86
86
|
reconcile/openshift_vault_secrets.py,sha256=9rTqV6wzCQx2Oh712E_Xj8wMG7u8Oh-pY8DWjlv4mZw,1660
|
87
87
|
reconcile/quay_base.py,sha256=WlrTGlpK2Ma9HxXqTRJ_W-7g6e6RM3RlN1vq1ANMP_I,1889
|
88
88
|
reconcile/quay_membership.py,sha256=LKrHwHQDhsBQEP7rUKanks8KTX63qa_93CyHRVwdjfo,6291
|
89
|
-
reconcile/quay_mirror.py,sha256=
|
89
|
+
reconcile/quay_mirror.py,sha256=AXeUeywELlIdWYQW644DF11cDMVYgI2wHXZ_9MsURYE,14152
|
90
90
|
reconcile/quay_mirror_org.py,sha256=8PV_LDSPqvFyOAguxe4bk4yrszNwAk2jd9cwKeluluE,10319
|
91
91
|
reconcile/quay_permissions.py,sha256=9KOutS1w4RFQqkvMSy54VtsKNx56-phzP6yI_rEW-B8,4244
|
92
92
|
reconcile/quay_repos.py,sha256=cuEYG0HUe0ut5yvLdEwOF5-CmccpXQHRb_wDazvDrvQ,6895
|
@@ -99,26 +99,26 @@ reconcile/sendgrid_teammates.py,sha256=oO8QbLb4s1o8A6CGiCagN9CmS05BSS_WLztuY0Ym9
|
|
99
99
|
reconcile/service_dependencies.py,sha256=PMKP9vc6oL-78rzyF_RE8DzLSQMSqN8vCqt9sWpBLAM,4470
|
100
100
|
reconcile/signalfx_endpoint_monitoring.py,sha256=D1m8iq0EAKie0OD59FOcVCtpWWZ7xlo6lwBS9urwMIk,2894
|
101
101
|
reconcile/slack_base.py,sha256=K3fSYx46G1djoPb07_C9j6ChhMCt5LgV5l6v2TFkNZk,3479
|
102
|
-
reconcile/slack_usergroups.py,sha256=
|
103
|
-
reconcile/sql_query.py,sha256=
|
102
|
+
reconcile/slack_usergroups.py,sha256=4Xikz_zKPHE5Q_hf2vOOs9vlItxgCqZPn7YJgn1Brik,27294
|
103
|
+
reconcile/sql_query.py,sha256=qLTUU2Hc0BmJoSl9cCUsIfdEaEaOQp7y__E4KLjjcaA,25732
|
104
104
|
reconcile/status.py,sha256=cY4IJFXemhxptRJqR4qaaOWqei9e4jgLXuVSGajMsjg,544
|
105
105
|
reconcile/status_board.py,sha256=xOKicOelyGv3h2sFJxa9FBj8HDroZyGhMaRWaNRGpQQ,8100
|
106
106
|
reconcile/template_tester.py,sha256=vZz8GM46waQUGd3OVnhW5OLTqctFMH_Hh1QXxT5hduM,2384
|
107
|
-
reconcile/terraform_aws_route53.py,sha256=
|
107
|
+
reconcile/terraform_aws_route53.py,sha256=R8eZHlvP368nvtmLd_cMSK3RGxD7jso9qE7NP92iniU,9986
|
108
108
|
reconcile/terraform_cloudflare_dns.py,sha256=auU4bzeLwd4S8D8oqpqJbrCUoEdELXrgi7vHOedjYFk,13332
|
109
109
|
reconcile/terraform_cloudflare_resources.py,sha256=EbQQaoDnZ7brvRCpbFtwlD7KLk2hDVNcjhrJGaAywEk,15023
|
110
|
-
reconcile/terraform_cloudflare_users.py,sha256=
|
111
|
-
reconcile/terraform_repo.py,sha256=
|
110
|
+
reconcile/terraform_cloudflare_users.py,sha256=1EbTHwJgiPkJpMP-Ag340QNgGK3mXn3dcC3DpLakudM,13987
|
111
|
+
reconcile/terraform_repo.py,sha256=c0GZFuY3rCm6VHjHqYbsgOHrEkRWKF_1LrMThsn2XDw,16127
|
112
112
|
reconcile/terraform_resources.py,sha256=x5Do4xBBhjJdIVRi0Gy4h-ryCCZ6kU7bT_iB0_mGing,17105
|
113
113
|
reconcile/terraform_tgw_attachments.py,sha256=WmmG-AGfe_f77cAl_tafTlEBA7OxR4lnNw9bnkKhmS8,13923
|
114
114
|
reconcile/terraform_users.py,sha256=kXRUxCUchKCP2dbXXOzctynqMii4oyCP6bYZHQTrlTg,10202
|
115
|
-
reconcile/terraform_vpc_peerings.py,sha256=
|
115
|
+
reconcile/terraform_vpc_peerings.py,sha256=xzpHF_ByMHcyakaJr7Iscr_lCGHe79mQnwUCssm1-GU,21640
|
116
116
|
reconcile/vault_replication.py,sha256=b23ZfsQwS470GMvPPv1E6TU8MLBg3HX31_9IvMzE1tk,17280
|
117
|
-
reconcile/vpc_peerings_validator.py,sha256=
|
117
|
+
reconcile/vpc_peerings_validator.py,sha256=Kv22HJVlTW9l9GB2eXwjPWqdDbr_VuvQBNPttox6s5o,7177
|
118
118
|
reconcile/aus/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
119
119
|
reconcile/aus/advanced_upgrade_service.py,sha256=DQ9FrphzhKsKaXbXeA2v3Qsg1ABXXEtPhD-R-FwUsBA,21007
|
120
120
|
reconcile/aus/aus_label_source.py,sha256=X6FD4NYcX27llMUSmmBcCh-pG7U5FnBd0zl-0zwCj2U,4118
|
121
|
-
reconcile/aus/base.py,sha256=
|
121
|
+
reconcile/aus/base.py,sha256=L7A_9N8fS98P2ltSuDI-ZFpjbLOlnBrYLPBAlZtep10,43625
|
122
122
|
reconcile/aus/cluster_version_data.py,sha256=j4UyEBi5mQuvPq5Lo7a_L_0blxvH790wJV07uAiikFU,7126
|
123
123
|
reconcile/aus/metrics.py,sha256=fIew-rzi_kYuI5Gxn3-4bQVIr2oNibiKPyGnhB-xKU4,3538
|
124
124
|
reconcile/aus/models.py,sha256=oBSVZ-3JTngxKg_bH1vAfREpz55t8K-Y3eC9TA4pOTw,6849
|
@@ -139,27 +139,27 @@ reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py,sha256
|
|
139
139
|
reconcile/change_owners/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
140
140
|
reconcile/change_owners/approver.py,sha256=GV8nwS-YJOJ8O-b9v3u60RSYECYH2EKAycjpoW6VmvU,2228
|
141
141
|
reconcile/change_owners/bundle.py,sha256=dZ-GRCIgpSYwKzZD9rs64Ie09OptzDc8aR2X2msnt3Q,5363
|
142
|
-
reconcile/change_owners/change_owners.py,sha256=
|
142
|
+
reconcile/change_owners/change_owners.py,sha256=phGBWC1o4tR5JnAZouBTQAdbz-mLTiMiLHk2TtgCgxg,14133
|
143
143
|
reconcile/change_owners/change_types.py,sha256=7pM4m3t2uUB35oo0ISCFZii8YXafZzjdXiJ0VYuqdag,31808
|
144
144
|
reconcile/change_owners/changes.py,sha256=6-byArOCi3DCA1jFpAVMZkyhu2mh7La3eIGp07OkUX0,17242
|
145
145
|
reconcile/change_owners/decision.py,sha256=IlG7ZUFMIVTfRkEybUl421fPlVE5QOdOqBku9hNPiYM,6382
|
146
|
-
reconcile/change_owners/diff.py,sha256=
|
146
|
+
reconcile/change_owners/diff.py,sha256=TmSmUD2HZOWb1LjIG_xs-OVL9j2p4c17rnKI4VFjFKI,9037
|
147
147
|
reconcile/change_owners/implicit_ownership.py,sha256=6BehZvx4IjrphmOt_LLLk9_02Fl5BY5jd00Wuz_PBZk,4234
|
148
148
|
reconcile/change_owners/self_service_roles.py,sha256=4_Dr6ZyRInKLKXCRYaCKLQsoH1USsH-NN72LvnwYsaA,9662
|
149
|
-
reconcile/change_owners/tester.py,sha256=
|
149
|
+
reconcile/change_owners/tester.py,sha256=8XGCIa0SIDkhHBDnN8-XCx4OreOmGRU_6N-1MrBuziY,9005
|
150
150
|
reconcile/cna/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
151
151
|
reconcile/cna/client.py,sha256=t9gJDrKf4ApBlgu8c4QUbmzrYoSo1QPsnAGfucva2_U,1562
|
152
152
|
reconcile/cna/integration.py,sha256=gSxQAsgErvV2wF4Xnr96kgvX0z0lH_Ez5jH2GFNNSqI,5164
|
153
|
-
reconcile/cna/state.py,sha256=
|
153
|
+
reconcile/cna/state.py,sha256=SWqcA4ze3dXnkkVXgH_uqCmrfq8wrOItCTx3XWTPQDE,4527
|
154
154
|
reconcile/cna/assets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
155
155
|
reconcile/cna/assets/asset.py,sha256=1v51uYSaD1NOc9cI_YxG7h0NOcR1ng-mkmD2UzQ8PXE,866
|
156
156
|
reconcile/cna/assets/asset_factory.py,sha256=7T7X_J6xIsoGETqBRI45_EyIKEdQcnRPt_GAuVuLQcc,785
|
157
157
|
reconcile/cna/assets/null.py,sha256=Fby1Fbn7oNRIGNasdyhRDvXJ0ktpxv-pUAPN0lZWSzk,1684
|
158
158
|
reconcile/glitchtip/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
159
159
|
reconcile/glitchtip/integration.py,sha256=FB1dmwrDs8z6MHfO5Za83fcPkxsVvcaw6sFymIx4C_Q,8116
|
160
|
-
reconcile/glitchtip/reconciler.py,sha256=
|
160
|
+
reconcile/glitchtip/reconciler.py,sha256=XybVNqXFnrPbNEX_B1B7esqExWdWNsUPXaORMPRUbfk,12333
|
161
161
|
reconcile/glitchtip_project_alerts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
162
|
-
reconcile/glitchtip_project_alerts/integration.py,sha256=
|
162
|
+
reconcile/glitchtip_project_alerts/integration.py,sha256=k9XiGP8faKNQwc_V2DgmnWCG1FS-zV-wDT2uIMZKN4o,11092
|
163
163
|
reconcile/glitchtip_project_dsn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
164
164
|
reconcile/glitchtip_project_dsn/integration.py,sha256=NSHW3qVwkeSMv7Anl6fb-UFKRLUh_dh7JfvPQVvg1cA,7946
|
165
165
|
reconcile/gql_definitions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -325,7 +325,7 @@ reconcile/oum/standalone.py,sha256=bzyV8wz3SrERG9zJRFiJCBzSIGwDNj9sNqUytngDw94,7
|
|
325
325
|
reconcile/prometheus_rules_tester/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
326
326
|
reconcile/prometheus_rules_tester/integration.py,sha256=OBEVXqixTjnzi36VpPFR3rEEIDtPcSY0bopxd3M1vz8,9161
|
327
327
|
reconcile/rhidp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
328
|
-
reconcile/rhidp/common.py,sha256=
|
328
|
+
reconcile/rhidp/common.py,sha256=5opE7n9Xh2dPex6uFRI84BdyFWrus_WZb1_i22PXRYA,6221
|
329
329
|
reconcile/rhidp/metrics.py,sha256=Yp0GtpjhieEdru0qkG3osBTJiKUzg6CAjwPoFTQDnCg,417
|
330
330
|
reconcile/rhidp/ocm_oidc_idp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
331
331
|
reconcile/rhidp/ocm_oidc_idp/base.py,sha256=BTjNl83Sn5jXHb9ogr4FCWeM1z6YrqZ2jYOYHg7_ZCI,7303
|
@@ -341,7 +341,7 @@ reconcile/saas_auto_promotions_manager/publisher.py,sha256=4_M9Oykhj-kEZPUn05E2D
|
|
341
341
|
reconcile/saas_auto_promotions_manager/subscriber.py,sha256=cLhPlkT71J2LIice3SLmH1WpsqzV46gd0peMxrnqyRw,7452
|
342
342
|
reconcile/saas_auto_promotions_manager/merge_request_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
343
343
|
reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py,sha256=PNu7sE-tDUY61E03z5w0b93fdowZ8auCl0S4_vhYOKQ,1333
|
344
|
-
reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager.py,sha256=
|
344
|
+
reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager.py,sha256=gfiCXArZ8wkqQAcGlKge60H3pvprJ8K94jsV-64yJBY,10954
|
345
345
|
reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py,sha256=4KFPZUIh2jYhxusB5OoHaWRaN2pRumKxZi0-LpZCMPQ,7094
|
346
346
|
reconcile/saas_auto_promotions_manager/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
347
347
|
reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py,sha256=mihuWynroB1Cea1Lsvf6V8Nb8PGiBdcLC0uhCX_52Y0,6966
|
@@ -362,7 +362,7 @@ reconcile/templates/email.yml.j2,sha256=OZgczNRgXPj2gVYTgwQyHAQrMGu7xp-e4W1rX19G
|
|
362
362
|
reconcile/templates/jira-checkpoint-missinginfo.j2,sha256=c_Vvg-lEENsB3tgxm9B6Y9igCUQhCnFDYh6xw-zcIbU,570
|
363
363
|
reconcile/test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
364
364
|
reconcile/test/conftest.py,sha256=rQousYrxUz-EwAIbsYO6bIwR1B4CrOz9y_zaUVo2lfI,4466
|
365
|
-
reconcile/test/fixtures.py,sha256=
|
365
|
+
reconcile/test/fixtures.py,sha256=9SDWAUlSd1rCx7z3GhULHcpr-I6FyCsXxaFAZIqYQsQ,591
|
366
366
|
reconcile/test/test_acs_rbac.py,sha256=BADHTYfXBkoge5Tl4DOoh3pwU7EsN4yzLIy3gNQ8XHM,28409
|
367
367
|
reconcile/test/test_aggregated_list.py,sha256=iiWitQuNYC58aimWaiBoE4NROHjr1NCgQ91MnHEG_Ro,6412
|
368
368
|
reconcile/test/test_amtool.py,sha256=vxRhGieeydMBOb9UI2ziMHjJa8puMeGNsUhGhy-yMnk,1032
|
@@ -386,7 +386,7 @@ reconcile/test/test_gitlab_members.py,sha256=dP_dm-1THba9Vyzcq-EX1tdmBoX2hq8R-MY
|
|
386
386
|
reconcile/test/test_instrumented_wrappers.py,sha256=CZzhnQH0c4i7-Rxjg7-0dfFMvVPegLHL46z5NHOOCwo,608
|
387
387
|
reconcile/test/test_integrations_manager.py,sha256=l6KwSFT0NS9VSR-b_9z_ZEGXDWH3EMitUEMC_1h8Xkk,38184
|
388
388
|
reconcile/test/test_jenkins_worker_fleets.py,sha256=o1jlT7OBBSgu0M3iI4xMdz_x6SciF7yhNBpLk5gTJfg,2361
|
389
|
-
reconcile/test/test_jump_host.py,sha256=
|
389
|
+
reconcile/test/test_jump_host.py,sha256=yczTqvT-hNAf9zBMuFjqka9fQOA31SCNG7D-9K9MRPw,3323
|
390
390
|
reconcile/test/test_ldap_users.py,sha256=8jjzVgoiRRylGad6-TvkugoFGXt3eko--zVVKjmZDn4,3812
|
391
391
|
reconcile/test/test_make.py,sha256=zTdjgq-3idFlec_0qJenk9wWw0QMLvSpJfPsptXmync,677
|
392
392
|
reconcile/test/test_ocm_additional_routers.py,sha256=dtbpUnD5un6Q3VoLbuFRb_njmt5SSCnBzvSSBcO_Xxs,4248
|
@@ -406,8 +406,8 @@ reconcile/test/test_openshift_tekton_resources.py,sha256=RtRWsdm51S13OSkENC9nY_r
|
|
406
406
|
reconcile/test/test_openshift_upgrade_watcher.py,sha256=na5Q5l88c0ZHMh82gvNpYheoMOAzEZRG0ZvzzDhafYE,7100
|
407
407
|
reconcile/test/test_prometheus_rules_tester.py,sha256=Qc9J4k0lSVie361lGr_cOy0EaBTD5LDqGZf7CYVFKr8,5677
|
408
408
|
reconcile/test/test_quay_membership.py,sha256=e29Giz5S9ckFgjpTO8PBo8qVPocIQmy4WqsRhgTFd9A,2643
|
409
|
-
reconcile/test/test_quay_mirror.py,sha256
|
410
|
-
reconcile/test/test_quay_mirror_org.py,sha256=
|
409
|
+
reconcile/test/test_quay_mirror.py,sha256=-oPPFjx2OmzTwZ5oxblrvx2y4zzgUj8SYHdnjcOIqCE,5693
|
410
|
+
reconcile/test/test_quay_mirror_org.py,sha256=eudGIGCUlYul2UHx4Ku6zFvwLeJtRyOIx06XuwFox2U,2630
|
411
411
|
reconcile/test/test_quay_repos.py,sha256=TdkcRF_a8PLp01Kti9eZZN-vGup2yPBT4Iba3k08qe0,1810
|
412
412
|
reconcile/test/test_queries.py,sha256=SpH3RmNpBjEr_ne3VjAMCgKK8RE1z1zo7bypkT5uoO4,1946
|
413
413
|
reconcile/test/test_repo_owners.py,sha256=uRYMLbMmh-9usF0TerabZTZV-Z1CS4I6ybT-LQqCLe8,1423
|
@@ -423,7 +423,7 @@ reconcile/test/test_terraform_aws_route53.py,sha256=xHggb8K1P76OyCfFcogbkmyKle-N
|
|
423
423
|
reconcile/test/test_terraform_cloudflare_dns.py,sha256=aQTXX8Vr4h9aWvJZTnpZEhMGYoBpT2d45ZxU_ECIQ6o,3425
|
424
424
|
reconcile/test/test_terraform_cloudflare_resources.py,sha256=siUPsLvHs-Bmt2df3-zI0v1L76lweALTQjI3xxsmMN4,9248
|
425
425
|
reconcile/test/test_terraform_cloudflare_users.py,sha256=RAFtMMdqZha3jNnNNsqbNQQUDSqUzdoM63rCw7fs4Fo,27456
|
426
|
-
reconcile/test/test_terraform_repo.py,sha256=
|
426
|
+
reconcile/test/test_terraform_repo.py,sha256=soKFJfF8tWIimDs39RQl3Hnh-Od-bR4PfnEA2s1UprM,11552
|
427
427
|
reconcile/test/test_terraform_resources.py,sha256=1ny_QSFuRjV9jxZY8EeT4NVJ5dMv7cLrEEIx_cBpjgk,9075
|
428
428
|
reconcile/test/test_terraform_tgw_attachments.py,sha256=DLZ4OhqJanUvcLMXTzf3NLpZBPDr0qUre-Xx2pP-l2E,35287
|
429
429
|
reconcile/test/test_terraform_users.py,sha256=Xn4y6EcxnNQb6XcPoOhz_Ikxmh9Nrsu88OM1scN9hzY,5434
|
@@ -446,7 +446,7 @@ reconcile/test/saas_auto_promotions_manager/merge_request_manager/merge_request_
|
|
446
446
|
reconcile/test/saas_auto_promotions_manager/merge_request_manager/merge_request_manager/test_housekeeping.py,sha256=KrK32T41uHkTmfC1TlaH92uWH0qu1t0tfYxWtR5EaaI,6094
|
447
447
|
reconcile/test/saas_auto_promotions_manager/merge_request_manager/merge_request_manager/test_merge_request_manager.py,sha256=hjRCFRK61FX1qyFtB8r0bPyuMmqGy7ruIRNMABoeq7A,4610
|
448
448
|
reconcile/test/saas_auto_promotions_manager/merge_request_manager/renderer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
449
|
-
reconcile/test/saas_auto_promotions_manager/merge_request_manager/renderer/conftest.py,sha256=
|
449
|
+
reconcile/test/saas_auto_promotions_manager/merge_request_manager/renderer/conftest.py,sha256=2rCSstewp4LPoEJHm5N7dGJexEtY8ndLHvoGZYjmpsc,1678
|
450
450
|
reconcile/test/saas_auto_promotions_manager/merge_request_manager/renderer/data_keys.py,sha256=beHYQ9kgDLeBZgC2FvxQA3tHx1PO-RAMN8_kVcSdikI,90
|
451
451
|
reconcile/test/saas_auto_promotions_manager/merge_request_manager/renderer/test_content_multiple_namespaces.py,sha256=mlsSuTKHTPEMDFmDJnpeZ5j9R0eZOK2KMj8kAm4nvRU,1116
|
452
452
|
reconcile/test/saas_auto_promotions_manager/merge_request_manager/renderer/test_content_single_namespace.py,sha256=tS57UbNsJGb4kTnHNCPTfUEpLWwxprhtCeJOnvIt8A0,2527
|
@@ -483,7 +483,7 @@ reconcile/typed_queries/namespaces.py,sha256=vItPrn7sfcHOix-VvkzQkf54_ljzI_ymyxh
|
|
483
483
|
reconcile/typed_queries/namespaces_minimal.py,sha256=rUtqNQ0ORXXUTQfnpsMURymAJ4gYtE77V-Lb3LiJFEY,278
|
484
484
|
reconcile/typed_queries/pagerduty_instances.py,sha256=QCHqEAakiH6eSob0Pnnn3IBd8Ga0zpEp1Z6Qu3v2uH4,733
|
485
485
|
reconcile/typed_queries/repos.py,sha256=RKBsf7IDS6NsXTtXxJ9Ol9G3bxG9sr3vW9QQ2bahEHo,512
|
486
|
-
reconcile/typed_queries/saas_files.py,sha256=
|
486
|
+
reconcile/typed_queries/saas_files.py,sha256=4b6zhb5-y7HUyn9DDkJ9CRpvg7N-PnH6gtXtHyd-rzo,14136
|
487
487
|
reconcile/typed_queries/slo_documents.py,sha256=x2dg0cnMET-ImARzhDg7Q81MA9Zlm9alH8Rp5XkVR6s,407
|
488
488
|
reconcile/typed_queries/smtp.py,sha256=aSLglYa5bHKmlGwKkxq2RZqyMWuAf0a4S_mOuhDa084,542
|
489
489
|
reconcile/typed_queries/status_board.py,sha256=-W_YwyASGCHo5Vs5eqych7sbdoKHznl57Dh4Vp_oOvI,1843
|
@@ -496,11 +496,11 @@ reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py,sha256=T5HSeyB
|
|
496
496
|
reconcile/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
497
497
|
reconcile/utils/acs_api.py,sha256=AworbL61gIzw1asDaz0A1qbuZ2QDupF_EfrjQhXCCc8,10020
|
498
498
|
reconcile/utils/aggregated_list.py,sha256=pkYoBj7WwmaNgEefETqEOFTnQMcUzHE3mdsVdzGYj60,3372
|
499
|
-
reconcile/utils/amtool.py,sha256=
|
500
|
-
reconcile/utils/aws_api.py,sha256=
|
499
|
+
reconcile/utils/amtool.py,sha256=JV5-to_e_FaIcvJWTKYA9d6L3LwzwijM0MjUWn83eD4,2204
|
500
|
+
reconcile/utils/aws_api.py,sha256=gTbaDmElnkpLf1h5MyiFckreC2y5-J-HZsKIATF8d-o,62832
|
501
501
|
reconcile/utils/aws_helper.py,sha256=E8NHkStoHRmvLVjRll2f5kGtU3i3f7ekp5V6nrn7B_M,1691
|
502
502
|
reconcile/utils/binary.py,sha256=3IBnwjKakHM367skPPvG6yVSQYjKt5muQlFNdoa63DU,2352
|
503
|
-
reconcile/utils/config.py,sha256=
|
503
|
+
reconcile/utils/config.py,sha256=aId5zrPjM_84u_T4yTRE_Psu3zo5-5_JCR6_7Wgv5UQ,990
|
504
504
|
reconcile/utils/constants.py,sha256=pOUd97bqZdsAu5RWJ8NUs9cwCY7K9y0eW9VVeJ4fZIU,138
|
505
505
|
reconcile/utils/data_structures.py,sha256=VyKfnlNJTiRvZKNpfgIrjESQ2YgmEpWuPQXT14WA1vI,311
|
506
506
|
reconcile/utils/defer.py,sha256=SniUsbgOEs9Pa8JkecLu0F94O63yQPByKXaElDYe0FI,377
|
@@ -508,45 +508,45 @@ reconcile/utils/differ.py,sha256=kJmUp9ZffFPSUEviaAw3s9c92ErwRJeHaRexGPai7wA,764
|
|
508
508
|
reconcile/utils/disabled_integrations.py,sha256=avdDsFyl_LdTsrPVzlcIhWzT_V4C4MXw1ZC__aOtluE,1126
|
509
509
|
reconcile/utils/dnsutils.py,sha256=VX4gDQXpiMYVuT0pvNbzzSgfqmsWOM2qtjNQHUyIYF8,370
|
510
510
|
reconcile/utils/elasticsearch_exceptions.py,sha256=UY5Z3y2hw7T73sPJ6dHmUybegiIophrKFdTfdsOa6UY,379
|
511
|
-
reconcile/utils/environ.py,sha256=
|
511
|
+
reconcile/utils/environ.py,sha256=VnW3zp6Un_UJn5BU4FU8RfhuqtZp0s-VeuuHnqC_WcQ,515
|
512
512
|
reconcile/utils/exceptions.py,sha256=DwfnWUpVOotpP79RWZ2pycmG6nKCL00RBIeZLYkQPW4,635
|
513
513
|
reconcile/utils/expiration.py,sha256=BXwKE50sNIV-Lszke97fxitNkLxYszoOLW1LBgp_yqg,1246
|
514
514
|
reconcile/utils/external_resource_spec.py,sha256=OGPKH3IKXgJszRTgE5U_QKgU-s4BHQnx97Lj-Krz46k,6655
|
515
515
|
reconcile/utils/external_resources.py,sha256=eF9Wup8zbLWx56WoA0FlqguT6BRXRYgoyN3cbmpT_Dk,7443
|
516
516
|
reconcile/utils/filtering.py,sha256=zZnHH0u0SaTDyzuFXZ_mREURGLvjEqQIQy4z-7QBVlc,419
|
517
|
-
reconcile/utils/git.py,sha256=
|
518
|
-
reconcile/utils/git_secrets.py,sha256=
|
517
|
+
reconcile/utils/git.py,sha256=Qad7mfPuS9s7eKODeWSewehwSGgJPCbQuLda1qg_6GA,1522
|
518
|
+
reconcile/utils/git_secrets.py,sha256=0wGNL5mvDtVPRuu3vEQgld1Am64gIDJHtmu1_ZKxMAI,1973
|
519
519
|
reconcile/utils/github_api.py,sha256=_bttNxYKeam_tLVe27L7O4gKqSn6CeyuFnJn8tSaUVY,2488
|
520
520
|
reconcile/utils/gitlab_api.py,sha256=4AYzYQYJtAYY_9uAU4lHnyKl9Xkreu5CDaqRkWMoOSQ,26121
|
521
521
|
reconcile/utils/gpg.py,sha256=EKG7_fdMv8BMlV5yUdPiqoTx-KrzmVSEAl2sLkaKwWI,1123
|
522
522
|
reconcile/utils/gql.py,sha256=bzIYYYYGIO_4Db4sA-mnZUOPVNBELZD5EcIUSTbYG1o,13604
|
523
523
|
reconcile/utils/grouping.py,sha256=kWKivD14eAkiDneH_VIl_XyUdcVVQgiaKA9sLsuD2dw,441
|
524
|
-
reconcile/utils/helm.py,sha256=
|
524
|
+
reconcile/utils/helm.py,sha256=Rt1ao4yI4GdThZyIPV75JLJjkvu9d8kOLKQht6KUzyE,1325
|
525
525
|
reconcile/utils/helpers.py,sha256=k9svgFFZG7H5FvHYY0g5jJyvgvh2UDZxf0Ib221teag,1179
|
526
526
|
reconcile/utils/imap_client.py,sha256=byFAJATbITJPsGECSbvXBOcCnoeTUpDFiEjzOAxLm_U,1975
|
527
527
|
reconcile/utils/instrumented_wrappers.py,sha256=eVwMoa6FCrYxLv3RML3WpZF9qKVfCTjMxphgVXG03OM,1073
|
528
528
|
reconcile/utils/jenkins_api.py,sha256=MyJSB_S3uYf3sXnt9t03-gZNQ7tbdd7Wusv3MoF2fRc,7113
|
529
529
|
reconcile/utils/jinja2_ext.py,sha256=l628RR9r9dAGBWLVegoCbSqnjojeizNGiq9Cstt02nE,1129
|
530
530
|
reconcile/utils/jira_client.py,sha256=pQw4LKZL5d-Guaj4BMiIVrL6EZsmAMYII1-b8xYZ8Yk,5021
|
531
|
-
reconcile/utils/jjb_client.py,sha256=
|
531
|
+
reconcile/utils/jjb_client.py,sha256=Pdy0dLCFvD6GPCaC0tZydYgkVJPOxYXIiwWECZaFJBU,14551
|
532
532
|
reconcile/utils/jsonpath.py,sha256=NRpAEijKN4cMDjo7qivNPqpm0__GQQ1TiE0PBEBO45s,5572
|
533
|
-
reconcile/utils/jump_host.py,sha256=
|
533
|
+
reconcile/utils/jump_host.py,sha256=AdwmCZYNhRe53VwV2iAsUdVyUdVtSd4REmdThJDkM5w,4973
|
534
534
|
reconcile/utils/keycloak.py,sha256=UqOsAcHKmmIunroWB5YzC1fUZ3S3aq6L7trn6vLRmXY,3395
|
535
535
|
reconcile/utils/ldap_client.py,sha256=ho4veSrHqQWs0YhLFyKeD-duCwY8Nc5gUIA5qLENuMY,2502
|
536
536
|
reconcile/utils/lean_terraform_client.py,sha256=zReyNPJbr2uOdrdh8Qfe-OZQBoRwxb5Za_ddeoUCYVk,4064
|
537
537
|
reconcile/utils/make.py,sha256=QaEwucrzbl8-VHS66Wfdjfo0ubmAcvt_hZGpiGsKU50,231
|
538
|
-
reconcile/utils/metrics.py,sha256=
|
539
|
-
reconcile/utils/models.py,sha256=
|
540
|
-
reconcile/utils/oc.py,sha256=
|
541
|
-
reconcile/utils/oc_connection_parameters.py,sha256=
|
538
|
+
reconcile/utils/metrics.py,sha256=r93j_9WmsR4jC9uqgGrkzk9gycolhZhbsomHcpmJv8g,18297
|
539
|
+
reconcile/utils/models.py,sha256=R3wF68yiaT0H2sQVMmHhHSTGI3JKKYEVjoizhHkySn8,4533
|
540
|
+
reconcile/utils/oc.py,sha256=iAoM7zSm72zBOmCNW19ttAvm76tUgS26vlpb8SvVYwU,64058
|
541
|
+
reconcile/utils/oc_connection_parameters.py,sha256=85slrnDigYwYmzhyceVkMElWzFArp4ge1d-fHXVqh0w,9729
|
542
542
|
reconcile/utils/oc_filters.py,sha256=R2Lf3fo0jQCeE62Ygeo_KN24XbAosq0QbjimYG6qHI4,1402
|
543
543
|
reconcile/utils/oc_map.py,sha256=nT69J5pdPeIDnIYjD9fwY6GkE3BMQCf-AF0rmHJuUNw,9068
|
544
544
|
reconcile/utils/ocm_base_client.py,sha256=UV-tQYrjg9kLYw2NE5nixrWlRz5bhyZsz8Q4WUhvBRA,6096
|
545
|
-
reconcile/utils/openshift_resource.py,sha256=
|
545
|
+
reconcile/utils/openshift_resource.py,sha256=WYLetCNItODjoOVeYqbCaEx_Lv-ntsj6I97x-1o2yAk,25116
|
546
546
|
reconcile/utils/openssl.py,sha256=QVvhzhpChq_4Daf_5wE1qeZJr4thg3DDjJPn4bOPD4E,365
|
547
547
|
reconcile/utils/output.py,sha256=htcMXMe0y2dNnwu8MW8x0JZ5YBaEJRy5w4tR8yLF0OU,1738
|
548
548
|
reconcile/utils/pagerduty_api.py,sha256=ckZZMn_ri7mUFsmMb8Lejuw5Lf_0-OWv8MbOzPc2zkQ,7567
|
549
|
-
reconcile/utils/parse_dhms_duration.py,sha256=
|
549
|
+
reconcile/utils/parse_dhms_duration.py,sha256=TONpLnec5gHeF7k815YNJpQyDjXhkxZIcv9s8ffbTSY,1840
|
550
550
|
reconcile/utils/password_validator.py,sha256=XwuWg-8CPlcuG7dl_oQ1G1h2gSVSnfMym_VkuprpWVg,2183
|
551
551
|
reconcile/utils/promotion_state.py,sha256=avYxHUf4zK3dBhXEdUEry79EOSgJ7gfStvvOpcedZnI,2575
|
552
552
|
reconcile/utils/promtool.py,sha256=IYNCjj5xDAEdxv6Z0pLdrIcybDfHHtWE9Z6f4LSPcG4,2791
|
@@ -556,18 +556,18 @@ reconcile/utils/repo_owners.py,sha256=j-pUjc9PuDzq7KpjNLpnhqfU8tUG4nj2WMhFp4ick7
|
|
556
556
|
reconcile/utils/secret_reader.py,sha256=2DeYAAQFjUULEKlLw3UDAUoND6gbqvCh9uKPtlc-0us,10403
|
557
557
|
reconcile/utils/semver_helper.py,sha256=dp86KxjlOc8LHzawMvbxRfZamv7KU7b2SVnZQL-Xg6U,1142
|
558
558
|
reconcile/utils/sharding.py,sha256=gkYf0lD3IUKQPEmdRJZ70mdDT1c9qWjbdP7evRsUis4,839
|
559
|
-
reconcile/utils/slack_api.py,sha256=
|
559
|
+
reconcile/utils/slack_api.py,sha256=vPyzMlMMwZdHXzkgQNZwYl2n7e4EdLYqEVwZK9JfgrU,15794
|
560
560
|
reconcile/utils/smtp_client.py,sha256=gJNbBQJpAt5PX4t_TaeNHsXM8vt50bFgndml6yK2b5o,2800
|
561
561
|
reconcile/utils/sqs_gateway.py,sha256=gFl9DM4DmGnptuxTOe4lS3YTyE80eSAvK42ljS8h4dA,2287
|
562
562
|
reconcile/utils/state.py,sha256=-a3fOnGZnDRcTXw9Hg3QtGdKePGtnmoCkPeCt-5HgbE,13672
|
563
563
|
reconcile/utils/structs.py,sha256=LcbLEg8WxfRqM6nW7NhcWN0YeqF7SQzxOgntmLs1SgY,352
|
564
564
|
reconcile/utils/template.py,sha256=wTvRU4AnAV_o042tD4Mwls2dwWMuk7MKnde3MaCjaYg,331
|
565
|
-
reconcile/utils/terraform_client.py,sha256=
|
566
|
-
reconcile/utils/terrascript_aws_client.py,sha256=
|
567
|
-
reconcile/utils/three_way_diff_strategy.py,sha256=
|
565
|
+
reconcile/utils/terraform_client.py,sha256=V7AMQOEU4tvUOT-LQN2cXLqcphD5L93PMGMfurQQyPY,31753
|
566
|
+
reconcile/utils/terrascript_aws_client.py,sha256=8A-pVZop3uwdKV6FsnppBkBmhyutmKR2_FBYo8PLhoU,261163
|
567
|
+
reconcile/utils/three_way_diff_strategy.py,sha256=nyqeQsLCoPI6e16k2CF3b9KNgQLU-rPf5RtfdUfVMwE,4468
|
568
568
|
reconcile/utils/throughput.py,sha256=iP4UWAe2LVhDo69mPPmgo9nQ7RxHD6_GS8MZe-aSiuM,344
|
569
|
-
reconcile/utils/unleash.py,sha256=
|
570
|
-
reconcile/utils/vault.py,sha256=
|
569
|
+
reconcile/utils/unleash.py,sha256=1D56CsZfE3ShDtN3IErE1T2eeIwNmxhK-yYbCotJ99E,3601
|
570
|
+
reconcile/utils/vault.py,sha256=S0eHqvZ9N3fya1E8YDaUffEvLk_fdtpzL4rvWn6f828,14991
|
571
571
|
reconcile/utils/vaultsecretref.py,sha256=3Ed2uBy36TzSvL0B-l4FoWQqB2SbBKDKEuUPIO608Bo,931
|
572
572
|
reconcile/utils/vcs.py,sha256=ez0XB_0vo6RefgYDmz5YMvLytXtWsbLDJ56ffgVIBXw,5461
|
573
573
|
reconcile/utils/cloud_resource_best_practice/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -584,23 +584,23 @@ reconcile/utils/membershipsources/models.py,sha256=IFu6KHFe-HUTJPiAO3fEw7i22yv4_
|
|
584
584
|
reconcile/utils/membershipsources/resolver.py,sha256=meERrCZqeVJZR2lHdZEznaZDsCsUb194UEMOjbE4aYA,3168
|
585
585
|
reconcile/utils/mr/__init__.py,sha256=JQS8xmLZdG4TgjAFZp2ltuV9c1sDFHIHJmpn1bkY9rM,2386
|
586
586
|
reconcile/utils/mr/app_interface_reporter.py,sha256=6Kpg93V9FvcOke9Jimkva359MQ-ZyBIkUpf8QIA6-to,1793
|
587
|
-
reconcile/utils/mr/aws_access.py,sha256
|
588
|
-
reconcile/utils/mr/base.py,sha256=
|
587
|
+
reconcile/utils/mr/aws_access.py,sha256=w-UJutB_OfBJOvr-gsPzhtBPkDfKcNZZWGGuI9cN3HI,2605
|
588
|
+
reconcile/utils/mr/base.py,sha256=4Wah3Eg03OzVq503uzUv-HxV_0nMh6bz2ro1JejKv9k,7365
|
589
589
|
reconcile/utils/mr/clusters_updates.py,sha256=gOCzcUyVV5yVNp2CbvGaPH1leSVlYlSCfQAiv70_K_k,2233
|
590
590
|
reconcile/utils/mr/glitchtip_access_reporter.py,sha256=dTv6FRpLnR2Itxw0oZ-ShKp8hMlrP2O6LyeAXmTv2V4,5045
|
591
591
|
reconcile/utils/mr/labels.py,sha256=lPz2CxSPJS54wMf1sJNNUQfLr0lK5g55uYYuA5vkm8c,768
|
592
592
|
reconcile/utils/mr/notificator.py,sha256=2Xyg5Xh3xFQITdTmZ8Nry5qe0uC_w_On4uMPdlN5Bl4,2998
|
593
593
|
reconcile/utils/mr/ocm_update_recommended_version.py,sha256=p_aVP0TGrlKk9WBwgQnYWqUDsED_Hg6G5Bqj0UvtRwA,1536
|
594
594
|
reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py,sha256=RzEKRT_BhvB2ud9pyNFZ1cNZFmDGBUah9vjpP0y9f9w,2810
|
595
|
-
reconcile/utils/mr/user_maintenance.py,sha256=
|
595
|
+
reconcile/utils/mr/user_maintenance.py,sha256=cHPBn8zrReWLHalyk-EFdkFJe9zjVjRoZhT4t2zZfGE,3956
|
596
596
|
reconcile/utils/ocm/__init__.py,sha256=5Pcf5cyftDWT5XRi1EzvNklOVxGplJi-v12HN3TDarc,57
|
597
597
|
reconcile/utils/ocm/addons.py,sha256=8wVrt16i69KkXq1fQByVheSQRhrRELbuOHb7Tz9bKT0,1675
|
598
|
-
reconcile/utils/ocm/base.py,sha256=
|
598
|
+
reconcile/utils/ocm/base.py,sha256=iFGYzlXrGD-kKDat2IFkHFGO2m3nq7I0olQ5kbKvLww,11698
|
599
599
|
reconcile/utils/ocm/cluster_groups.py,sha256=F8oqVqN_4QUnGL0K61zZhoYIzJeP57EcmZpwmoV0mr4,1751
|
600
600
|
reconcile/utils/ocm/clusters.py,sha256=Q6g5kGSNfxZUZ56LPFAYjOz8xJ2c6QG76V78GvyLxB0,7448
|
601
601
|
reconcile/utils/ocm/identity_providers.py,sha256=dKed09N8iWmn39tI_MpwgVe47x23eLsknGbjMUxtwr4,2175
|
602
602
|
reconcile/utils/ocm/labels.py,sha256=pRzTE506hKAgVbBNO51IBlGOuCbJmTYDMsL0pWBEwp8,5945
|
603
|
-
reconcile/utils/ocm/ocm.py,sha256=
|
603
|
+
reconcile/utils/ocm/ocm.py,sha256=_3kAQkvtYLvbBkqt3Tv3GHTOtp_O5BYt-NKAXokhiSE,58103
|
604
604
|
reconcile/utils/ocm/search_filters.py,sha256=zExZpYBh7_tucG-xKoPHUxz1b_6l9qwbEMpMihQg7nA,15043
|
605
605
|
reconcile/utils/ocm/service_log.py,sha256=XmGOP6hwhKwMEMeD0GhErTGzdgk1IHaKs-QatL1mAdY,2052
|
606
606
|
reconcile/utils/ocm/sre_capability_labels.py,sha256=-TUmTzvK5yu7qY8SUMGj6-684wa8ZVYbjrJ6X3M7z-o,1576
|
@@ -614,31 +614,31 @@ reconcile/utils/runtime/environment.py,sha256=JLptHJoYyeLdMBghJppttP3wZ5HxHLMLgU
|
|
614
614
|
reconcile/utils/runtime/integration.py,sha256=522vERE600kgomLcyV-4SIfqawoRRdnw3yhaWx879Ss,11087
|
615
615
|
reconcile/utils/runtime/meta.py,sha256=X44HzyXIBprf3zcsGr2XLCgoeFkz6r3U2nlFXM1H71Q,245
|
616
616
|
reconcile/utils/runtime/runner.py,sha256=72cc-I6yXyPov8UCLHpyERRy1eiMLpGite2roO0yUlo,7979
|
617
|
-
reconcile/utils/runtime/sharding.py,sha256=
|
617
|
+
reconcile/utils/runtime/sharding.py,sha256=roCdbnBklhTK_g34zbgQYqzpKPaNQ8J6Xd9XLO9-t6Q,16258
|
618
618
|
reconcile/utils/saasherder/__init__.py,sha256=J3MBZBFa5YmhqYm08QsjBXz8mFcVOCiOCkyIcw41t7E,343
|
619
619
|
reconcile/utils/saasherder/interfaces.py,sha256=XXY35h8VWQ66z3LBPxaoUAMkIW50264DQiecrzyV6oA,9076
|
620
620
|
reconcile/utils/saasherder/models.py,sha256=a_cE_fHo_a8iZhkwFTYVrnRwjcYg1Ayx17WbAtpXV88,5033
|
621
|
-
reconcile/utils/saasherder/saasherder.py,sha256=
|
621
|
+
reconcile/utils/saasherder/saasherder.py,sha256=826zFeBvOmc-28V38weJolEe1Rcr9LU_fNW7-TrQ_nM,85570
|
622
622
|
reconcile/utils/terraform/__init__.py,sha256=zNbiyTWo35AT1sFTElL2j_AA0jJ_yWE_bfFn-nD2xik,250
|
623
623
|
reconcile/utils/terraform/config.py,sha256=5UVrd563TMcvi4ooa5JvWVDW1I3bIWg484u79evfV_8,164
|
624
|
-
reconcile/utils/terraform/config_client.py,sha256=
|
624
|
+
reconcile/utils/terraform/config_client.py,sha256=py-Ree-QUYD6Hvng6bM40VgSuttteehIKNgwOSoJO1o,4706
|
625
625
|
reconcile/utils/terrascript/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
626
|
-
reconcile/utils/terrascript/cloudflare_client.py,sha256=
|
626
|
+
reconcile/utils/terrascript/cloudflare_client.py,sha256=EOmAnrgSUZz-UZB7x6TFd4WGk0huWZm2hh29Cueiyr8,10278
|
627
627
|
reconcile/utils/terrascript/cloudflare_resources.py,sha256=GQO1KJb19bcxwUdZM3_O24afailfHewtOIs_FTNJVUM,14189
|
628
628
|
reconcile/utils/terrascript/models.py,sha256=x9HReI0k71MHBpRTvvmPlE0G6rri5GTzPXM9cqyTWm0,475
|
629
629
|
reconcile/utils/terrascript/resources.py,sha256=bQzglnO41KZZEIeXYgi-qlup1p8R03Qyx_V944LRPsc,1391
|
630
630
|
release/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
631
631
|
release/test_version.py,sha256=4DKxDZkT0aoS6ibZFsH2fd_wNETij1qfn2pCgQtVCGo,2093
|
632
|
-
release/version.py,sha256=
|
632
|
+
release/version.py,sha256=cwKdXBxraLokNeid2hk-3jsR9bRP_Ku-0Eve7o5E6q0,4032
|
633
633
|
tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
634
634
|
tools/app_interface_metrics_exporter.py,sha256=zkwkxdAUAxjdc-pzx2_oJXG25fo0Fnyd5JXPk-iPcOQ,1619
|
635
|
-
tools/app_interface_reporter.py,sha256=
|
635
|
+
tools/app_interface_reporter.py,sha256=upA-J-n-HXHKVDINRuMR7vTt-iJvQORKUVi9D3leQto,17738
|
636
636
|
tools/glitchtip_access_reporter.py,sha256=oPBnk_YoDuljU3v0FaChzOwwnk4vap1xEE67QEjzdqs,2948
|
637
637
|
tools/glitchtip_access_revalidation.py,sha256=8kbBJk04mkq28kWoRDDkfCGIF3GRg3pJrFAh1sW0dbk,2821
|
638
|
-
tools/qontract_cli.py,sha256=
|
638
|
+
tools/qontract_cli.py,sha256=dERS0XvyIVxe_7Q27fXSML0d3kFCIt-_kBg7kuin4as,97622
|
639
639
|
tools/sd_app_sre_alert_report.py,sha256=e9vAdyenUz2f5c8-z-5WY0wv-SJ9aePKDH2r4IwB6pc,5063
|
640
640
|
tools/cli_commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
641
|
-
tools/cli_commands/gpg_encrypt.py,sha256=
|
641
|
+
tools/cli_commands/gpg_encrypt.py,sha256=w8hl4jIEWk5wKbEFN6fVEOwUJGmdlvOqYodW3XSN7mU,4978
|
642
642
|
tools/sre_checkpoints/__init__.py,sha256=CDaDaywJnmRCLyl_NCcvxi-Zc0hTi_3OdwKiFOyS39I,145
|
643
643
|
tools/sre_checkpoints/util.py,sha256=zEDbGr18ZeHNQwW8pUsr2JRjuXIPz--WAGJxZo9sv_Y,894
|
644
644
|
tools/test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -646,8 +646,8 @@ tools/test/test_app_interface_metrics_exporter.py,sha256=SX7qL3D1SIRKFo95FoQztvf
|
|
646
646
|
tools/test/test_qontract_cli.py,sha256=awwTHEc2DWlykuqGIYM0WOBoSL0KRnOraCLk3C7izis,1401
|
647
647
|
tools/test/test_sd_app_sre_alert_report.py,sha256=v363r9zM7__0kR5K6mvJoGFcM9BvE33fWAayrqkpojA,2116
|
648
648
|
tools/test/test_sre_checkpoints.py,sha256=SKqPPTl9ua0RFdSSofnoQX-JZE6dFLO3LRhfQzqtfh8,2607
|
649
|
-
qontract_reconcile-0.10.
|
650
|
-
qontract_reconcile-0.10.
|
651
|
-
qontract_reconcile-0.10.
|
652
|
-
qontract_reconcile-0.10.
|
653
|
-
qontract_reconcile-0.10.
|
649
|
+
qontract_reconcile-0.10.1rc463.dist-info/METADATA,sha256=Nukl4j9tp1zU4A32fGz35inNKbWMOETaQLdXS7AXMlM,2348
|
650
|
+
qontract_reconcile-0.10.1rc463.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
651
|
+
qontract_reconcile-0.10.1rc463.dist-info/entry_points.txt,sha256=rTjAv28I_CHLM8ID3OPqMI_suoQ9s7tFbim4aYjn9kk,376
|
652
|
+
qontract_reconcile-0.10.1rc463.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
|
653
|
+
qontract_reconcile-0.10.1rc463.dist-info/RECORD,,
|
reconcile/aus/base.py
CHANGED
@@ -1137,7 +1137,7 @@ def remaining_soak_day_metric_values_for_cluster(
|
|
1137
1137
|
if current_upgrade and current_upgrade.version == version:
|
1138
1138
|
if current_upgrade.state == "scheduled":
|
1139
1139
|
remaining_soakdays[idx] = UPGRADE_SCHEDULED_METRIC_VALUE
|
1140
|
-
elif current_upgrade.state in
|
1140
|
+
elif current_upgrade.state in {"started", "delayed"}:
|
1141
1141
|
remaining_soakdays[idx] = UPGRADE_STARTED_METRIC_VALUE
|
1142
1142
|
if current_upgrade.next_run:
|
1143
1143
|
# if an upgrade runs for over 6 hours, we mark it as a long running upgrade
|
@@ -1157,12 +1157,12 @@ def remaining_soak_day_metric_values_for_cluster(
|
|
1157
1157
|
# for an upgrade over the older one anyways.
|
1158
1158
|
if remaining_soakdays[idx] >= 0 and any(
|
1159
1159
|
later_version_remaining_soak_days
|
1160
|
-
in
|
1160
|
+
in {
|
1161
1161
|
0,
|
1162
1162
|
UPGRADE_SCHEDULED_METRIC_VALUE,
|
1163
1163
|
UPGRADE_STARTED_METRIC_VALUE,
|
1164
1164
|
UPGRADE_LONG_RUNNING_METRIC_VALUE,
|
1165
|
-
|
1165
|
+
}
|
1166
1166
|
for later_version_remaining_soak_days in remaining_soakdays[idx + 1 :]
|
1167
1167
|
):
|
1168
1168
|
continue
|
reconcile/aws_iam_keys.py
CHANGED
@@ -383,13 +383,12 @@ def run(
|
|
383
383
|
|
384
384
|
if mr_management_enabled:
|
385
385
|
gl.set_labels_on_merge_request(merge_request, labels)
|
386
|
-
|
386
|
+
elif SELF_SERVICEABLE in labels:
|
387
387
|
# if MR management is disabled, we need to make sure the self-serviceable
|
388
388
|
# labels is not present, because other integration react to them
|
389
389
|
# e.g. gitlab-housekeeper rejects direct lgtm labels and the review-queue
|
390
390
|
# skips MRs with this label
|
391
|
-
|
392
|
-
gl.remove_label(merge_request, SELF_SERVICEABLE)
|
391
|
+
gl.remove_label(merge_request, SELF_SERVICEABLE)
|
393
392
|
|
394
393
|
except BaseException:
|
395
394
|
logging.error(traceback.format_exc())
|
reconcile/change_owners/diff.py
CHANGED
@@ -60,7 +60,7 @@ class Diff:
|
|
60
60
|
)
|
61
61
|
|
62
62
|
def get_context_data_copy(self) -> Optional[Any]:
|
63
|
-
if self.diff_type in
|
63
|
+
if self.diff_type in {DiffType.ADDED, DiffType.CHANGED}:
|
64
64
|
return copy.deepcopy(self.new)
|
65
65
|
if self.diff_type == DiffType.REMOVED:
|
66
66
|
return copy.deepcopy(self.old)
|
@@ -151,7 +151,7 @@ class AppInterfaceRepo:
|
|
151
151
|
for file in files:
|
152
152
|
if file.endswith(".yml") or file.endswith(".yaml"):
|
153
153
|
filepath = os.path.join(root, file)
|
154
|
-
with open(filepath, "r") as f:
|
154
|
+
with open(filepath, "r", encoding="locale") as f:
|
155
155
|
parsed_yaml = yaml.safe_load(f)
|
156
156
|
if parsed_yaml.get("$schema") == schema:
|
157
157
|
relative_path = filepath[len(self.data_dir()) :]
|
@@ -166,7 +166,7 @@ class AppInterfaceRepo:
|
|
166
166
|
self, file_type: BundleFileType, path: str
|
167
167
|
) -> BundleFileChange:
|
168
168
|
if file_type == BundleFileType.DATAFILE:
|
169
|
-
with open(f"{self.data_dir()}{path}", "r") as f:
|
169
|
+
with open(f"{self.data_dir()}{path}", "r", encoding="locale") as f:
|
170
170
|
parsed_yaml = yaml.safe_load(f)
|
171
171
|
return BundleFileChange(
|
172
172
|
fileref=FileRef(
|
@@ -181,7 +181,7 @@ class AppInterfaceRepo:
|
|
181
181
|
diffs=[],
|
182
182
|
)
|
183
183
|
elif file_type == BundleFileType.RESOURCEFILE:
|
184
|
-
with open(f"{self.resource_dir()}{path}", "r") as f:
|
184
|
+
with open(f"{self.resource_dir()}{path}", "r", encoding="locale") as f:
|
185
185
|
content = f.read()
|
186
186
|
parsed_content, schema = parse_resource_file_content(content)
|
187
187
|
return BundleFileChange(
|
reconcile/checkpoint.py
CHANGED
@@ -87,7 +87,7 @@ def render_template(
|
|
87
87
|
template: Path, name: str, path: str, field: str, bad_value: str
|
88
88
|
) -> str:
|
89
89
|
"""Render the template with all its fields."""
|
90
|
-
with open(template) as f:
|
90
|
+
with open(template, encoding="locale") as f:
|
91
91
|
t = Template(f.read(), keep_trailing_newline=True, trim_blocks=True)
|
92
92
|
return t.render(
|
93
93
|
app_name=name, app_path=path, field=field, field_value=bad_value
|
reconcile/cli.py
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
# ruff: noqa: PLC0415 - `import` should be at the top-level of a file
|
1
2
|
import faulthandler
|
2
3
|
import json
|
3
4
|
import logging
|
@@ -589,7 +590,7 @@ def run_class_integration(
|
|
589
590
|
finally:
|
590
591
|
if dump_schemas_file:
|
591
592
|
gqlapi = gql.get_api()
|
592
|
-
with open(dump_schemas_file, "w") as f:
|
593
|
+
with open(dump_schemas_file, "w", encoding="locale") as f:
|
593
594
|
f.write(json.dumps(gqlapi.get_queried_schemas()))
|
594
595
|
|
595
596
|
|
@@ -85,7 +85,7 @@ class Endpoint:
|
|
85
85
|
|
86
86
|
def parse_prober_url(url: str) -> dict[str, str]:
|
87
87
|
parsed_url = urlparse(url)
|
88
|
-
if parsed_url.scheme not in
|
88
|
+
if parsed_url.scheme not in {"http", "https"}:
|
89
89
|
raise ValueError(
|
90
90
|
"the prober URL needs to be an http:// or https:// one " f"but is {url}"
|
91
91
|
)
|
reconcile/cna/state.py
CHANGED
@@ -85,7 +85,7 @@ class State:
|
|
85
85
|
if asset_name not in self._assets[kind]:
|
86
86
|
continue
|
87
87
|
asset = self._assets[kind][asset_name]
|
88
|
-
if asset.status in
|
88
|
+
if asset.status in {AssetStatus.TERMINATED, AssetStatus.PENDING}:
|
89
89
|
continue
|
90
90
|
if asset == other_asset:
|
91
91
|
# There is no diff - no need to update
|
@@ -106,7 +106,7 @@ class State:
|
|
106
106
|
ans = State()
|
107
107
|
for kind in AssetType:
|
108
108
|
for asset_name, asset in self._assets[kind].items():
|
109
|
-
if asset.status in
|
109
|
+
if asset.status in {AssetStatus.TERMINATED, AssetStatus.PENDING}:
|
110
110
|
continue
|
111
111
|
if other_asset := other._assets[kind].get(asset_name):
|
112
112
|
if other_asset.status == AssetStatus.TERMINATED:
|
reconcile/dashdotdb_base.py
CHANGED
@@ -149,9 +149,9 @@ class DashdotdbBase:
|
|
149
149
|
if token:
|
150
150
|
headers["Authorization"] = f"Bearer {token}"
|
151
151
|
elif username and password:
|
152
|
-
headers[
|
153
|
-
"
|
154
|
-
|
152
|
+
headers["Authorization"] = (
|
153
|
+
f"Basic {b64encode(f'{username}:{password}'.encode()).decode('utf-8')}"
|
154
|
+
)
|
155
155
|
response = requests.get(
|
156
156
|
url, params=params, headers=headers, verify=ssl_verify, timeout=(5, 120)
|
157
157
|
)
|