qontract-reconcile 0.10.2.dev280__py3-none-any.whl → 0.10.2.dev282__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.2.dev280.dist-info → qontract_reconcile-0.10.2.dev282.dist-info}/METADATA +1 -1
- {qontract_reconcile-0.10.2.dev280.dist-info → qontract_reconcile-0.10.2.dev282.dist-info}/RECORD +72 -72
- reconcile/acs_policies.py +7 -7
- reconcile/aus/base.py +1 -1
- reconcile/aus/models.py +4 -5
- reconcile/aus/version_gate_approver.py +4 -1
- reconcile/aws_account_manager/merge_request_manager.py +5 -3
- reconcile/aws_ami_cleanup/integration.py +5 -8
- reconcile/aws_cloudwatch_log_retention/integration.py +6 -6
- reconcile/database_access_manager.py +1 -1
- reconcile/deadmanssnitch.py +1 -1
- reconcile/dynatrace_token_provider/ocm.py +10 -11
- reconcile/fleet_labeler/dependencies.py +7 -3
- reconcile/fleet_labeler/ocm.py +6 -4
- reconcile/gitlab_housekeeping.py +2 -2
- reconcile/gitlab_permissions.py +1 -1
- reconcile/jenkins_webhooks.py +8 -4
- reconcile/jenkins_worker_fleets.py +2 -2
- reconcile/ocm_internal_notifications/integration.py +6 -4
- reconcile/ocm_labels/integration.py +7 -7
- reconcile/ocm_upgrade_scheduler_org_updater.py +2 -4
- reconcile/openshift_cluster_bots.py +1 -1
- reconcile/resource_scraper.py +1 -1
- reconcile/saas_auto_promotions_manager/integration.py +7 -3
- reconcile/saas_auto_promotions_manager/s3_exporter.py +6 -3
- reconcile/saas_file_validator.py +1 -2
- reconcile/skupper_network/models.py +4 -2
- reconcile/statuspage/atlassian.py +1 -1
- reconcile/statuspage/page.py +1 -1
- reconcile/terraform_cloudflare_resources.py +1 -1
- reconcile/terraform_resources.py +1 -1
- reconcile/terraform_tgw_attachments.py +3 -3
- reconcile/terraform_users.py +1 -1
- reconcile/utils/aws_api.py +12 -30
- reconcile/utils/aws_api_typed/account.py +4 -4
- reconcile/utils/aws_api_typed/api.py +4 -2
- reconcile/utils/aws_api_typed/dynamodb.py +2 -2
- reconcile/utils/aws_api_typed/iam.py +2 -2
- reconcile/utils/aws_api_typed/organization.py +10 -7
- reconcile/utils/aws_api_typed/s3.py +2 -3
- reconcile/utils/aws_api_typed/service_quotas.py +4 -1
- reconcile/utils/aws_api_typed/sts.py +2 -2
- reconcile/utils/aws_api_typed/support.py +2 -2
- reconcile/utils/dynatrace/client.py +4 -1
- reconcile/utils/expiration.py +1 -1
- reconcile/utils/external_resource_spec.py +4 -2
- reconcile/utils/gitlab_api.py +4 -4
- reconcile/utils/glitchtip/models.py +4 -2
- reconcile/utils/jira_client.py +4 -4
- reconcile/utils/mr/base.py +1 -1
- reconcile/utils/oc_connection_parameters.py +4 -1
- reconcile/utils/ocm/base.py +4 -1
- reconcile/utils/ocm/ocm.py +6 -5
- reconcile/utils/ocm/products.py +7 -4
- reconcile/utils/saasherder/interfaces.py +5 -2
- reconcile/utils/slack_api.py +4 -5
- reconcile/utils/state.py +9 -9
- reconcile/utils/terraform_client.py +1 -1
- reconcile/utils/terrascript_aws_client.py +3 -3
- reconcile/utils/vaultsecretref.py +1 -1
- reconcile/utils/vcs.py +14 -10
- reconcile/vault_replication.py +1 -1
- reconcile/vpc_peerings_validator.py +2 -4
- tools/app_interface_reporter.py +1 -2
- tools/cli_commands/erv2.py +7 -4
- tools/cli_commands/gpg_encrypt.py +4 -1
- tools/qontract_cli.py +10 -8
- tools/saas_metrics_exporter/commit_distance/channel.py +6 -3
- tools/saas_metrics_exporter/main.py +4 -1
- tools/saas_promotion_state/saas_promotion_state.py +4 -1
- {qontract_reconcile-0.10.2.dev280.dist-info → qontract_reconcile-0.10.2.dev282.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.2.dev280.dist-info → qontract_reconcile-0.10.2.dev282.dist-info}/entry_points.txt +0 -0
{qontract_reconcile-0.10.2.dev280.dist-info → qontract_reconcile-0.10.2.dev282.dist-info}/METADATA
RENAMED
@@ -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.dev282
|
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
|
{qontract_reconcile-0.10.2.dev280.dist-info → qontract_reconcile-0.10.2.dev282.dist-info}/RECORD
RENAMED
@@ -1,5 +1,5 @@
|
|
1
1
|
reconcile/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
reconcile/acs_policies.py,sha256=
|
2
|
+
reconcile/acs_policies.py,sha256=1LKnRRPa6h3QewsDhv0epINi9RJtQmT88mPgcU2LhDM,8667
|
3
3
|
reconcile/acs_rbac.py,sha256=15vNfNzdG_DeXaJ-f5m8DSaJh__LUK766_xAECqyTsg,22657
|
4
4
|
reconcile/aws_ami_share.py,sha256=M_gT7y3cSAyT_Pm90PBCNDSmbZtqREqe2jNETh0i9Qs,3808
|
5
5
|
reconcile/aws_ecr_image_pull_secrets.py,sha256=F58PtX1GlB9XHqj8hGy9ItiTznXLAAKTNlWD9iT2MWI,2593
|
@@ -15,8 +15,8 @@ reconcile/dashdotdb_base.py,sha256=83ZWIf5JJk3P_D69y2TmXRcQr6ELJGlv10OM0h7fJVs,4
|
|
15
15
|
reconcile/dashdotdb_dora.py,sha256=UI83R8VsrX3vd2ocBakQDKPNE5Ym2a8pnAGUhfkDeR0,17771
|
16
16
|
reconcile/dashdotdb_dvo.py,sha256=g4_DjCxbeEVlq8TMp5VQ-5tdZ8bVnvFzF2LBL5OGwd0,9031
|
17
17
|
reconcile/dashdotdb_slo.py,sha256=L3SNhYvRJtypxABxI_tSKjuOZ92R_tJLGhyqmV-h8ac,4051
|
18
|
-
reconcile/database_access_manager.py,sha256=
|
19
|
-
reconcile/deadmanssnitch.py,sha256=
|
18
|
+
reconcile/database_access_manager.py,sha256=uHToAZ-A5jgiumS5TYbUoNUBiB-SQP_Ya8BfDeRqx8E,25702
|
19
|
+
reconcile/deadmanssnitch.py,sha256=VxFQhVzK0fJYo2eqjVOnnAfpQhrd7XvFu-_O4kTsORU,7493
|
20
20
|
reconcile/email_sender.py,sha256=38Wvl6WHqCwlqLx4oxVJOIeDmoJsyitD3g1F4jTkAj8,4246
|
21
21
|
reconcile/gabi_authorized_users.py,sha256=OMaPqOBZ2teKjTttKT-6KPyGWAJQX3ztvcZztl0Z3M4,4927
|
22
22
|
reconcile/gcp_image_mirror.py,sha256=1ThuUff_04ZdF6uxcLoDuHhoNA3OIw0V-z0-CwdPE2w,9538
|
@@ -26,21 +26,21 @@ reconcile/github_repo_invites.py,sha256=U9UCzNVwrZ7MqODtFah8ogH0NNY-XjBin7G9gqHt
|
|
26
26
|
reconcile/github_repo_permissions_validator.py,sha256=PNqL4dqa2OaNBy-NmLVN-t1HZa6eS6HgSYmfOunYqtA,1798
|
27
27
|
reconcile/github_validator.py,sha256=-j17tn3csFVjPMSPL3te48iWVkPZCncRXdeKeLdGjjQ,931
|
28
28
|
reconcile/gitlab_fork_compliance.py,sha256=kRbHeVIqFkGIIxgPlS36jBtgCH4huWbSYK-bfyfahrU,4552
|
29
|
-
reconcile/gitlab_housekeeping.py,sha256=
|
29
|
+
reconcile/gitlab_housekeeping.py,sha256=UR-qjLmUeIFgrGaPNbLM5aq5qX6J2Q82NpWP-2NeEkg,26640
|
30
30
|
reconcile/gitlab_labeler.py,sha256=BA2dbXsN9hErUwJl22qcxfeH7XiPCuQ9LN3NddWdnpo,4540
|
31
31
|
reconcile/gitlab_members.py,sha256=O_RR3sOgK0Sv8fXSC3QwV4wcCJyKRE2MzJRiaWEqTgQ,8294
|
32
32
|
reconcile/gitlab_mr_sqs_consumer.py,sha256=Ua-RG7qRsOM1Sio1zSCGQQ1Iqx8z9aQ4jftnr-OBdg4,2686
|
33
33
|
reconcile/gitlab_owners.py,sha256=3vay7zgKfFntq1viRWU66YXeoA2-DJwMrNGOcthJqSY,14588
|
34
|
-
reconcile/gitlab_permissions.py,sha256=
|
34
|
+
reconcile/gitlab_permissions.py,sha256=LkufO5HDeti8N6QSZoGfoJG51_v8aVZYd-5MkK9Duxo,8469
|
35
35
|
reconcile/gitlab_projects.py,sha256=JIB1UP8CnwSkngEMZE7DFQETMX6sJMp4DXaKoS-Pdkc,1879
|
36
36
|
reconcile/integrations_manager.py,sha256=g6QJOu_hJp_6tUpjpqc9HC_8FNWjvtoYat20TX-bJhg,9398
|
37
37
|
reconcile/jenkins_base.py,sha256=0Gocu3fU2YTltaxBlbDQOUvP-7CP2OSQV1ZRwtWeVXw,875
|
38
38
|
reconcile/jenkins_job_builder.py,sha256=SAcoJUSs2BgxEzfuRfJ4Poik2OSg_B8LaT5VQISocPs,3474
|
39
39
|
reconcile/jenkins_job_builds_cleaner.py,sha256=l9eLyvdgv1sN2tAlkGx3T8g6Db9kIfWW3LJh5H6dV9A,4080
|
40
40
|
reconcile/jenkins_roles.py,sha256=zdGavYJJNmbOdu_pr-NrNPl_Tj3j8oin14qvydKxXZw,4916
|
41
|
-
reconcile/jenkins_webhooks.py,sha256=
|
41
|
+
reconcile/jenkins_webhooks.py,sha256=8BDPsCJdvuYDl0D3qJc0l6pUtceBh9WiNGpfy-LE4S8,2351
|
42
42
|
reconcile/jenkins_webhooks_cleaner.py,sha256=tFbAzsFGvJ6UrHRZFdIuLdqG-Ocd5_OknfsbtN-eyFY,1619
|
43
|
-
reconcile/jenkins_worker_fleets.py,sha256=
|
43
|
+
reconcile/jenkins_worker_fleets.py,sha256=tLFEF3ijnqF0jA7hgmFOOrshmfjGYXHFlQcvMZVvI7U,5386
|
44
44
|
reconcile/jira_permissions_validator.py,sha256=nVHZg7kNn04Q-ryNM20wthMrhXos28g3O9b0ahzxAKc,14690
|
45
45
|
reconcile/ldap_users.py,sha256=oP1CAxmgSi3zDJ3vKTPySjap6WmEX1U469FmFrov5l4,4599
|
46
46
|
reconcile/mr_client_gateway.py,sha256=3L21YncbetuUI3HYvDAEb5JX5HO5KG2CfUyjapX3w8E,2063
|
@@ -53,9 +53,9 @@ reconcile/ocm_external_configuration_labels.py,sha256=dRWpFFPe_8tU91k8tCdiZRod_T
|
|
53
53
|
reconcile/ocm_groups.py,sha256=gDnkhkYUEoMkI6y6ctyoKIFpJNS18SVnedW4OzJ8VWs,4174
|
54
54
|
reconcile/ocm_machine_pools.py,sha256=KnTYAOw25N-QRb3Y7zbNY8w8xCR55WyqVjycYz24Yxk,17243
|
55
55
|
reconcile/ocm_update_recommended_version.py,sha256=Vi3Y2sX-OQxx1mv_xiPQXnmrpsZzGIE38No0yBcTaD4,4204
|
56
|
-
reconcile/ocm_upgrade_scheduler_org_updater.py,sha256=
|
56
|
+
reconcile/ocm_upgrade_scheduler_org_updater.py,sha256=j4qthqx8qREB6mSbV9NT-Giq1Tu5y2EhPgIObkvmjyU,4371
|
57
57
|
reconcile/openshift_base.py,sha256=J4LbsUkvqA1G3JzVg-WsVOB9mtEKFfroFZxNcz_G1kM,53599
|
58
|
-
reconcile/openshift_cluster_bots.py,sha256=
|
58
|
+
reconcile/openshift_cluster_bots.py,sha256=Y4xFC-K3IeyaDI5nZ7tm_NoCSxaELhypDggCLYiVJWI,10936
|
59
59
|
reconcile/openshift_clusterrolebindings.py,sha256=jwSaYQvUUY7noQGc148Dkqm6woYxvOEd1sume7k_sUk,6212
|
60
60
|
reconcile/openshift_groups.py,sha256=PFvS6IM7XINafDCvHwFtudYMx8FdviW0pRPyoVbttuc,9273
|
61
61
|
reconcile/openshift_limitranges.py,sha256=H8p46CbxUkay_7Uit_U1loTqpjwvd4_P495QxorxIZQ,4027
|
@@ -91,10 +91,10 @@ reconcile/quay_repos.py,sha256=cuEYG0HUe0ut5yvLdEwOF5-CmccpXQHRb_wDazvDrvQ,6895
|
|
91
91
|
reconcile/queries.py,sha256=aaffpfMIlmHy73CUxos--NnUsTR5ms3VPeaUY3dnvIs,49879
|
92
92
|
reconcile/query_validator.py,sha256=MSh5pKLBksws4AqfuvT8nrIGucIbqX-IOzYyPYTLO7k,1491
|
93
93
|
reconcile/requests_sender.py,sha256=914iluuF4UVgG3VyxxtnHOu4yf6YKS2fIy6PViSsFTQ,3875
|
94
|
-
reconcile/resource_scraper.py,sha256=
|
94
|
+
reconcile/resource_scraper.py,sha256=sg10j7lwAE8JxsyBTaxixOR3QYnePctsNuwOLiz4QVg,2309
|
95
95
|
reconcile/resource_template_tester.py,sha256=DsKvBuNLPxm4Fa-e1YHHySnhThm5i_j-nF3G4b02Mz0,2416
|
96
96
|
reconcile/run_integration.py,sha256=M2rIpcx7k0vGkTHdgm0h1efLOWiJ-O2WbYPHKtvIpWA,10214
|
97
|
-
reconcile/saas_file_validator.py,sha256=
|
97
|
+
reconcile/saas_file_validator.py,sha256=wmO7yni6zCiQN2micOQ1HdA0-3-N3IvBbBYLLzbNvsI,2499
|
98
98
|
reconcile/sendgrid_teammates.py,sha256=oO8QbLb4s1o8A6CGiCagN9CmS05BSS_WLztuY0Ym9D8,4773
|
99
99
|
reconcile/service_dependencies.py,sha256=KydjllianL0lUwhroBAPui7jrnhHSq7j2PB6CoV2nuU,4349
|
100
100
|
reconcile/signalfx_endpoint_monitoring.py,sha256=Nqgsg1cflSd2nNnm89y_e8c--7xLUqTrKOHkDs-qADE,2868
|
@@ -105,29 +105,29 @@ reconcile/status.py,sha256=cY4IJFXemhxptRJqR4qaaOWqei9e4jgLXuVSGajMsjg,544
|
|
105
105
|
reconcile/status_board.py,sha256=0vTQzxrFPTmJtzNOC-iaJG_BmXbDe2vgBUe0LMUyfDE,15313
|
106
106
|
reconcile/terraform_aws_route53.py,sha256=CWp5bE3ddUrJGNNvG8YmkSPyNHCWtOc1GEDVLnbOY9Q,10043
|
107
107
|
reconcile/terraform_cloudflare_dns.py,sha256=0Eu46o_BBEEq-B-CCvKop9VTbwrvliCKGSS9gLBSJE4,13456
|
108
|
-
reconcile/terraform_cloudflare_resources.py,sha256=
|
108
|
+
reconcile/terraform_cloudflare_resources.py,sha256=tK-BxQeNdZjf59deKd51Roz868e7UXe52XvcHsffJK0,14982
|
109
109
|
reconcile/terraform_cloudflare_users.py,sha256=mlSYNktRetBvw8mi2TUSdKSZw0aQ821VeU6OQ1WcV3U,13516
|
110
110
|
reconcile/terraform_repo.py,sha256=vVJfaCV9775FGMMTHfoobaPetSlJMiQ4arNudL2pvh8,15607
|
111
|
-
reconcile/terraform_resources.py,sha256=
|
112
|
-
reconcile/terraform_tgw_attachments.py,sha256=
|
113
|
-
reconcile/terraform_users.py,sha256=
|
111
|
+
reconcile/terraform_resources.py,sha256=AXO3_Ehcg3I6ao7qiKzXC4Mk6BqwMoNooXU50c2zSTA,19555
|
112
|
+
reconcile/terraform_tgw_attachments.py,sha256=uls0GlTVeSMTZtUGXpqDW8ovKqXV-6036AhmxYOmFbM,18923
|
113
|
+
reconcile/terraform_users.py,sha256=F-OgRfVV6_MoSvL0oZBtbFtNVS4V48baOWN157IoGEE,10321
|
114
114
|
reconcile/terraform_vpc_peerings.py,sha256=v1GPiluuPLwpQWrp1j5xT9_QuQw07F_Lj2uL3RX9PZE,27788
|
115
|
-
reconcile/vault_replication.py,sha256=
|
116
|
-
reconcile/vpc_peerings_validator.py,sha256=
|
115
|
+
reconcile/vault_replication.py,sha256=trtbB-jDwca822J5I_s0zlwFtlyaiAtqgbPeqp7Cggc,17714
|
116
|
+
reconcile/vpc_peerings_validator.py,sha256=lZyJP6zaUbp1tqiwJ6HWDu1g0-6aU8L37eMY3U_179g,7085
|
117
117
|
reconcile/aus/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
118
118
|
reconcile/aus/advanced_upgrade_service.py,sha256=Cx-WthkvlcX58PrnnNeo_bQG17Xw3BGNu3f53Jc1VoA,23985
|
119
119
|
reconcile/aus/aus_label_source.py,sha256=o0S2f0qwcII_8nzhHZhRQ83gEZ1DrSXyO4xzSwLebuU,4382
|
120
|
-
reconcile/aus/base.py,sha256=
|
120
|
+
reconcile/aus/base.py,sha256=gQQbbVHPSXkalCYUirgiPb3Vm6YIHYCcEbyyzpadsgQ,50018
|
121
121
|
reconcile/aus/cluster_version_data.py,sha256=VZWbUEIbrDKO-sroMpQtiWCTqDraTMd8tssKV0HyTQ0,7140
|
122
122
|
reconcile/aus/healthchecks.py,sha256=jR9c-syh9impnkV0fd6XW3Bnk7iRN5zv8oCRYM-yIRY,2700
|
123
123
|
reconcile/aus/metrics.py,sha256=BhIvZVTn25fIzijz3xFynJngS2sXDBTxxprUUVWJcFo,4246
|
124
|
-
reconcile/aus/models.py,sha256
|
124
|
+
reconcile/aus/models.py,sha256=-wVbxDZy3R5EEU_isqhlTAzhh3mqMBROmz5J_Zkr5XQ,8630
|
125
125
|
reconcile/aus/node_pool_spec.py,sha256=FkMggklG-4BgQwud2Swp2m3AAAKzZmeaXgohl9uwxZ8,1138
|
126
126
|
reconcile/aus/ocm_addons_upgrade_scheduler_org.py,sha256=PL8QdzWh8lhGneMwSbIYxOp002mJd5gHf_T0Q2cWQho,10350
|
127
127
|
reconcile/aus/ocm_upgrade_scheduler.py,sha256=WPIUUr3n3j-ZtyE3DgsPKzBJ3Dm9i1PSHBRepAf6CF4,3783
|
128
128
|
reconcile/aus/ocm_upgrade_scheduler_org.py,sha256=QeZAQ1wdDPcwZ77b3Xmt4yBV60rWi3qd8h-vGwnwoCs,3948
|
129
129
|
reconcile/aus/upgrades.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
130
|
-
reconcile/aus/version_gate_approver.py,sha256=
|
130
|
+
reconcile/aus/version_gate_approver.py,sha256=Y-0GSV9sPEyZ42DJyRoAxn57L4J6jL_dQ__4fMlNrVI,7414
|
131
131
|
reconcile/aus/version_gates/__init__.py,sha256=AlfmPhMbuuRnJloODTKTgPhM-iFSW3XKsJhbiewBT1s,454
|
132
132
|
reconcile/aus/version_gates/handler.py,sha256=S_isQPYHbG4DERiUEvQBZ6ngiFX3uMmATA-Q_eNKmFk,839
|
133
133
|
reconcile/aus/version_gates/ingress_gate_handler.py,sha256=ZCtyggBzzcb0prtdbMpJsVkj5leYN-vS7srM9vbq9xo,1096
|
@@ -139,14 +139,14 @@ reconcile/automated_actions/config/integration.py,sha256=EbVJGyEAFf91dHiIlnwbetb
|
|
139
139
|
reconcile/aws_account_manager/README.md,sha256=_XFM3GZNHUzv--e_navqJuaUWpjC6QrHfulreHynFf0,262
|
140
140
|
reconcile/aws_account_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
141
141
|
reconcile/aws_account_manager/integration.py,sha256=WEbcvF8GocFHJrlz3mmXSOyYHIUrrHxq_SKaImgJQ2c,15346
|
142
|
-
reconcile/aws_account_manager/merge_request_manager.py,sha256=
|
142
|
+
reconcile/aws_account_manager/merge_request_manager.py,sha256=ePdn3c5MHZEW9iawgQWg7L5ydPLh0YZzfmRYV-rBCD8,3987
|
143
143
|
reconcile/aws_account_manager/metrics.py,sha256=YB10ea4kIGwJfs5N14RF-RoXPb-QQWaDBz1jLZ3YWE0,917
|
144
144
|
reconcile/aws_account_manager/reconciler.py,sha256=-ki1ve7Hurrcl10NSlSH766DLm8FkxcR6aPXm9t1Si0,17144
|
145
145
|
reconcile/aws_account_manager/utils.py,sha256=iYPPOtbZ7FiKkz9v5f1YXRIHw5YFOtSavUkF8oMwfJY,1439
|
146
146
|
reconcile/aws_ami_cleanup/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
147
|
-
reconcile/aws_ami_cleanup/integration.py,sha256=
|
147
|
+
reconcile/aws_ami_cleanup/integration.py,sha256=cSDkIFBrqNRoP17qFcWrZ71SpAbZysKZZVvzB0NueP8,9296
|
148
148
|
reconcile/aws_cloudwatch_log_retention/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
149
|
-
reconcile/aws_cloudwatch_log_retention/integration.py,sha256=
|
149
|
+
reconcile/aws_cloudwatch_log_retention/integration.py,sha256=eKSYogbAtuBDcy3XzjzvT-aXNEq9q3QrNw3lc5UdC0Y,8105
|
150
150
|
reconcile/aws_saml_idp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
151
151
|
reconcile/aws_saml_idp/integration.py,sha256=rop8ahl7v0WUheSgVLb-4MU3Ldy6Eb3LknF1oj9GWAg,6596
|
152
152
|
reconcile/aws_saml_roles/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -177,7 +177,7 @@ reconcile/dynatrace_token_provider/dependencies.py,sha256=lvkdwqHMsn_2kgj-tUIJdT
|
|
177
177
|
reconcile/dynatrace_token_provider/integration.py,sha256=2dAB4S5LOqymTNLxOgp1HWdGu_4ex5YCRnF_tRm-krY,27152
|
178
178
|
reconcile/dynatrace_token_provider/metrics.py,sha256=oP-6NTZENFdvWiS0krnmX6tq3xyOzQ8e6vS0CZWYUuw,1496
|
179
179
|
reconcile/dynatrace_token_provider/model.py,sha256=VU2tZT_NAdoCovGFVj5ZoEKhWfMsC1PPPB8Iu9WMSAw,641
|
180
|
-
reconcile/dynatrace_token_provider/ocm.py,sha256=
|
180
|
+
reconcile/dynatrace_token_provider/ocm.py,sha256=e5kzzofwMTAPUyOE20QpLZt-Do5xn4RaUhtN1Rdy828,3768
|
181
181
|
reconcile/dynatrace_token_provider/validate.py,sha256=40_9QmHoB3-KBc0k_0D4QO00PpNNPS-gU9Z6cIcWga8,1920
|
182
182
|
reconcile/endpoints_discovery/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
183
183
|
reconcile/endpoints_discovery/integration.py,sha256=P63yx5OPlLEFKMDTk5vR9AX3ve8PJzIhZw4uLpIAEXQ,15011
|
@@ -196,12 +196,12 @@ reconcile/external_resources/reconciler.py,sha256=wB8cB5pmqDJ1_t5_Aly4mrULGnI3OQ
|
|
196
196
|
reconcile/external_resources/secrets_sync.py,sha256=lLhsB5mVJTnumkGVT0tnkCW9VHcUHBG35gziOS2ojSg,16218
|
197
197
|
reconcile/external_resources/state.py,sha256=xRciI7xgMxhn1f5VzL4h5usXsGkibYQxrMT1h7n03gE,13367
|
198
198
|
reconcile/fleet_labeler/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
199
|
-
reconcile/fleet_labeler/dependencies.py,sha256=
|
199
|
+
reconcile/fleet_labeler/dependencies.py,sha256=kS0E_Cm_RrOgCtyPBVO2KoFlUsE-U7uml4I8zA0bUoY,3238
|
200
200
|
reconcile/fleet_labeler/integration.py,sha256=HGlUJe5BCfAgk7YCxxsIteB8LH1pL8led-KfaIVh214,14614
|
201
201
|
reconcile/fleet_labeler/merge_request.py,sha256=SfGxXInxeJzVnsTtO0ZC9-PesUJMdpKxKY9eCB6ms-g,1538
|
202
202
|
reconcile/fleet_labeler/meta.py,sha256=lWnpH2U0PHCPXu9Ok_CPmO494qQJQ5pOuqo28s0jzIQ,146
|
203
203
|
reconcile/fleet_labeler/metrics.py,sha256=n2GkaEEIgIrwMy85Ztm_x34YrrKXKLIPlerxVXExzdE,3255
|
204
|
-
reconcile/fleet_labeler/ocm.py,sha256=
|
204
|
+
reconcile/fleet_labeler/ocm.py,sha256=LeH99KlYwRUzHSnPNf3OzNR6n5dCC6kGMJnzrI-2pyQ,4217
|
205
205
|
reconcile/fleet_labeler/validate.py,sha256=Ch4fe7jXQZKl4pnvl5IxWS-dKSIuuiwdH2B7mivZoco,1654
|
206
206
|
reconcile/fleet_labeler/vcs.py,sha256=6UHUQ08AGAHXF7629I6X-T_E1pvx96LxjS66EeOzve4,1108
|
207
207
|
reconcile/glitchtip/README.md,sha256=rfXT6jNP9khJW65jL7I2PgoxvxgcGGuJF8NpbzufEQ4,4335
|
@@ -445,9 +445,9 @@ reconcile/ldap_groups/integration.py,sha256=hx-JX9TgUJMIZoQRWO3nmQLjAPnJaQ-tNud4
|
|
445
445
|
reconcile/ocm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
446
446
|
reconcile/ocm/types.py,sha256=mPudTvjDSO-i7ruXG2oDn64scsKhr0Zf9KMvL0bBO_o,2405
|
447
447
|
reconcile/ocm_internal_notifications/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
448
|
-
reconcile/ocm_internal_notifications/integration.py,sha256=
|
448
|
+
reconcile/ocm_internal_notifications/integration.py,sha256=MX0nXFNMS5mUAPVYAxK8MfXJ-pYanvOgyK3M5iALCZ0,4480
|
449
449
|
reconcile/ocm_labels/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
450
|
-
reconcile/ocm_labels/integration.py,sha256=
|
450
|
+
reconcile/ocm_labels/integration.py,sha256=L2BOwBn-kzUYQCv2BccsfK1gE6ag8Dl70WVLGdTElJM,15269
|
451
451
|
reconcile/oum/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
452
452
|
reconcile/oum/base.py,sha256=WCFdHOHXLPrJcvxVqw6HjaJthT7olC5BQqqXlD4DM6c,13552
|
453
453
|
reconcile/oum/labelset.py,sha256=f5kDndbaIT4iNYxTRPSELTUgj_aMlzEJDPzooAkG2mE,2154
|
@@ -470,10 +470,10 @@ reconcile/rhidp/sso_client/integration.py,sha256=kA8g7c38ZBSdrRtyfEqy_WgSreD1Pbw
|
|
470
470
|
reconcile/rhidp/sso_client/metrics.py,sha256=Tq7tSOsqL3XdcPUdozxqzSPIodUeOV87UCTqpuuqqhw,1013
|
471
471
|
reconcile/saas_auto_promotions_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
472
472
|
reconcile/saas_auto_promotions_manager/dependencies.py,sha256=9OdUadp9NHtXUeFj1da8Rw8NH-3w6AxAZeNpjHdaIqw,3600
|
473
|
-
reconcile/saas_auto_promotions_manager/integration.py,sha256=
|
473
|
+
reconcile/saas_auto_promotions_manager/integration.py,sha256=Ypg9gkS8DNo9EhETj4LgOU7CG9kLZ43Fv_dYgrSscJY,4480
|
474
474
|
reconcile/saas_auto_promotions_manager/meta.py,sha256=76Jp50r6Y_KyJoXFfSjrt5YrCtXyg_A4FXXxHYiS3TE,161
|
475
475
|
reconcile/saas_auto_promotions_manager/publisher.py,sha256=5gphMxr2NUvyB7WDK4eAbgZeyeF30cZ3a2ZGrbFQgZk,2976
|
476
|
-
reconcile/saas_auto_promotions_manager/s3_exporter.py,sha256=
|
476
|
+
reconcile/saas_auto_promotions_manager/s3_exporter.py,sha256=TIptCFSsEdNufftB9QYIFSWj0CF9EF-c0r7-r04-zeE,2746
|
477
477
|
reconcile/saas_auto_promotions_manager/subscriber.py,sha256=V8e2tz0s3A-pcUNb2UoREQm6-6ZzS4F3gJdGUBoa9WY,11281
|
478
478
|
reconcile/saas_auto_promotions_manager/merge_request_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
479
479
|
reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py,sha256=R2CRtjdOggY5lSqt-A5qz2ymqomx4opVeVV_oqBAW0A,7804
|
@@ -488,13 +488,13 @@ reconcile/saas_auto_promotions_manager/utils/__init__.py,sha256=47DEQpj8HBSa-_TI
|
|
488
488
|
reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py,sha256=BPzSsuXy5ULKSo36v1bItC3rU-AEFfVZeWXZw1tXqLg,9674
|
489
489
|
reconcile/skupper_network/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
490
490
|
reconcile/skupper_network/integration.py,sha256=8AKshpHRGKD6n8wxavEqVeFCnrTVdAGyrrbB60dg3JE,10862
|
491
|
-
reconcile/skupper_network/models.py,sha256=
|
491
|
+
reconcile/skupper_network/models.py,sha256=NblluScjBwi_f9Rh2N_v59dPEN5AbbWe_DqCcbqW5Q4,6642
|
492
492
|
reconcile/skupper_network/reconciler.py,sha256=AHVLJp406T39AAJK0LygQXXJkH_NZNUPFmqDKg10gRs,9996
|
493
493
|
reconcile/skupper_network/site_controller.py,sha256=ovBUPuqrJjmhZBSV2zF9HQByVgBFWw7AKJnINYviD78,1557
|
494
494
|
reconcile/statuspage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
495
|
-
reconcile/statuspage/atlassian.py,sha256=
|
495
|
+
reconcile/statuspage/atlassian.py,sha256=2aS0JugVeniOmOYWY4on00AIUq5jQIkyLyij3pdM2lk,18625
|
496
496
|
reconcile/statuspage/integration.py,sha256=hsazrQMceJbr61nEkJLxJbHhudTGtFuH0mlCo66-2ug,711
|
497
|
-
reconcile/statuspage/page.py,sha256=
|
497
|
+
reconcile/statuspage/page.py,sha256=6zK9gCKhr8jA7m9mkqRSWJ4k5zV7w2XvJEbnGgcact4,6341
|
498
498
|
reconcile/statuspage/state.py,sha256=wjX9by5Yy7nobxiE-xNhf6GyNwMVATd0O37jBckJm5M,1591
|
499
499
|
reconcile/statuspage/status.py,sha256=5nYtMaxOqMYdM7n_Glss3ZcaPKQe_nUUQKH6xCTE9rI,2741
|
500
500
|
reconcile/statuspage/integrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -585,7 +585,7 @@ reconcile/unleash_feature_toggles/integration.py,sha256=Etp6D-UPkGy16IGHMsWBJscg
|
|
585
585
|
reconcile/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
586
586
|
reconcile/utils/aggregated_list.py,sha256=TjtFDoOgVWIF_e6s0AD0MxlwQd4QljshKJAc2JfntWk,4019
|
587
587
|
reconcile/utils/amtool.py,sha256=Ng5VVNCiPYEK67eDjIwfuuTLs5JsfltCwt6w5UfXbcY,2289
|
588
|
-
reconcile/utils/aws_api.py,sha256=
|
588
|
+
reconcile/utils/aws_api.py,sha256=fEf9Gtv0fz6NchYxJogjMQnMRfTLykmGSpYm7V52Ub4,61187
|
589
589
|
reconcile/utils/aws_helper.py,sha256=9u4m94bnc3chFIDDEXwYXRXj5b--D6CTRy6g234jhNY,2972
|
590
590
|
reconcile/utils/batches.py,sha256=TtEm64a8lWhFuNbUVpFEmXVdU2Q0sTBrP_I0Cjbgh7g,320
|
591
591
|
reconcile/utils/binary.py,sha256=lSIevhilMeoGMePPHD7A-pxe45LVpBT0LksecYbM-EA,2477
|
@@ -600,14 +600,14 @@ reconcile/utils/early_exit_cache.py,sha256=9zj4ksXCq2qK2oGO0zW9aZ5tkjC5sRCms0ism
|
|
600
600
|
reconcile/utils/elasticsearch_exceptions.py,sha256=4lwms6yjDYJzhD_xXgb96Juax5DHp_LXEUaME6t59A4,578
|
601
601
|
reconcile/utils/environ.py,sha256=j43kXnqE9uVg__N-83HpcWUqv1Q8ge8ykTL3OnVs-yc,653
|
602
602
|
reconcile/utils/exceptions.py,sha256=2cKJD01d_uZM_j0CTcvDoo-WDisZJVYaeY2KUbfUHCc,686
|
603
|
-
reconcile/utils/expiration.py,sha256=
|
603
|
+
reconcile/utils/expiration.py,sha256=Xny7Cg6n9zXAaXjh9TEQeWUmsg6OAYCIr5K3p96S4Ts,1215
|
604
604
|
reconcile/utils/extended_early_exit.py,sha256=QSktrmfw37zSRMNk930tDbQsVeKxaPPPD43e79DGwZw,6754
|
605
|
-
reconcile/utils/external_resource_spec.py,sha256=
|
605
|
+
reconcile/utils/external_resource_spec.py,sha256=GES8Gztp9VCQh9u9BUg_rUxEti4Lhe50HjFATK1pfzY,7211
|
606
606
|
reconcile/utils/external_resources.py,sha256=YzTb0xAcNdmKO326mGQy7BmST56CZcdru4lX7ai_7kw,7579
|
607
607
|
reconcile/utils/filtering.py,sha256=S4PbMHuFr3ED0P2Q_ea5CAaB7FimI62B-F5YTaKrphA,402
|
608
608
|
reconcile/utils/git.py,sha256=o4p9m8jlzCJDcutl2HErvGLhL6sZ1NB4Aw3zGcQIzso,2427
|
609
609
|
reconcile/utils/github_api.py,sha256=S1vO-hvYPzm5BIychVIHSYibMns0HBmLgS78MkPfunE,3402
|
610
|
-
reconcile/utils/gitlab_api.py,sha256=
|
610
|
+
reconcile/utils/gitlab_api.py,sha256=okuBtZA3dRvIDuZOL-zAmiQqugebdA_H_AOV7luPnDk,28343
|
611
611
|
reconcile/utils/gpg.py,sha256=EKG7_fdMv8BMlV5yUdPiqoTx-KrzmVSEAl2sLkaKwWI,1123
|
612
612
|
reconcile/utils/gql.py,sha256=_GtzCoYIvDSS7PHXIImShs_g3k85MLlGNTJqqwhYFLQ,14703
|
613
613
|
reconcile/utils/grouping.py,sha256=vr9SFHZ7bqmHYrvYcEZt-Er3-yQYfAAdq5sHLZVmXPY,456
|
@@ -616,7 +616,7 @@ reconcile/utils/helpers.py,sha256=koyAtYnxsUVx-HIn6GpedcUE-ekz_VtoYDkiZ0iv8ik,17
|
|
616
616
|
reconcile/utils/imap_client.py,sha256=h8YDiCSCvroErhpH_-KGYI7Y2WU2Q2oSpuxDFbOkSbY,1989
|
617
617
|
reconcile/utils/instrumented_wrappers.py,sha256=VqT4s0Bdicv224-uSeSaugtHXm-xJ3oSeBiqj0QQRiU,1942
|
618
618
|
reconcile/utils/jenkins_api.py,sha256=jNwdtBtO8DgMW_H8XfqkQs2r4JsLovHe03t5_F3M1xg,7961
|
619
|
-
reconcile/utils/jira_client.py,sha256=
|
619
|
+
reconcile/utils/jira_client.py,sha256=qC1mE47_WCp3pgbMn9YqBH6LJFeQKn93biH4oG0P1bc,10574
|
620
620
|
reconcile/utils/jjb_client.py,sha256=p3I5Aup5NtvCrc2XS2V2GVtTqnsrPXbjQvmcHuacTHY,15196
|
621
621
|
reconcile/utils/jsonpath.py,sha256=wdxOMqR-GMpQf5vRPWRMqAF7bCiXDBkkcFfY2U4j_tk,5536
|
622
622
|
reconcile/utils/jump_host.py,sha256=gi8vGUDgdTVwJvROvRVauFxtL0YAramhbWvG70L7AY8,5137
|
@@ -628,7 +628,7 @@ reconcile/utils/metrics.py,sha256=kiOoWO0b0mO-MDZWxyClYz9SeohQ0QU-xji0p-cSiLo,18
|
|
628
628
|
reconcile/utils/models.py,sha256=N-cOLsLbZAzVazFImue4d1pllCGd_vVcIrFKykYZXZo,4682
|
629
629
|
reconcile/utils/oauth2_backend_application_session.py,sha256=6W16sMpnWEPFDUX7qi5Cui2yOnmLfpgUxWtB3Ii35D0,4177
|
630
630
|
reconcile/utils/oc.py,sha256=c1O-qqKUNCgPrFNFCzVkgA0TCLY_vKpsaSY3XGMHpRg,65531
|
631
|
-
reconcile/utils/oc_connection_parameters.py,sha256
|
631
|
+
reconcile/utils/oc_connection_parameters.py,sha256=-H2crz0UOVKWlNrexf04ip8Vu57rE2QZLJuurvin1_c,9705
|
632
632
|
reconcile/utils/oc_filters.py,sha256=Tz3OwtbUaYKmxENFls5CtPVzkZDeFXknw53dJe-wbT8,1382
|
633
633
|
reconcile/utils/oc_map.py,sha256=ougQ-Wlsa8ymoE_lPQ7g2LlpsUOsHVeRCLYW_6fjeWU,8976
|
634
634
|
reconcile/utils/ocm_base_client.py,sha256=t5kxhklEqOpenXPkXiwQIk8d3D7hIUndBm5qGusS0bc,6681
|
@@ -651,43 +651,43 @@ reconcile/utils/ruamel.py,sha256=FzL4_L0FnMOUZmgThrZSMJs5MTdXwiy-E9MZWfk8bh8,397
|
|
651
651
|
reconcile/utils/secret_reader.py,sha256=vCU-g7q1Fbd5qOUMn7TAeE5yWhlmXme0OzZgyxk7tkY,10306
|
652
652
|
reconcile/utils/semver_helper.py,sha256=-WfPOMSA2v1h7hT3PwVf-Htg7wOsoKlQC1JdmDX2Ars,1268
|
653
653
|
reconcile/utils/sharding.py,sha256=CNyU9mkSbt7FRANEhOOZpWJl7L-YliHhaxr898gmX8c,573
|
654
|
-
reconcile/utils/slack_api.py,sha256=
|
654
|
+
reconcile/utils/slack_api.py,sha256=fcqdi9cKRpibT5FlaeOY5iBQ3Dnni55u1Va9HcQC3Ls,17863
|
655
655
|
reconcile/utils/slo_document_manager.py,sha256=YqiCYA_kRq5_oNc_VTYipjbph4k0XHDcjwbbcdaW1ag,9563
|
656
656
|
reconcile/utils/smtp_client.py,sha256=0xefB4I9E5eBB-FlxFJYjvz3Kvuqi_K3Ma_Wk0NAQKM,2779
|
657
657
|
reconcile/utils/sqs_gateway.py,sha256=XNIf3PY4UCPNufP2Ul0UJj3fKlt5larBba-VTT-41Fg,2265
|
658
|
-
reconcile/utils/state.py,sha256=
|
658
|
+
reconcile/utils/state.py,sha256=vCHYIfrWLfPyIWEHSaADWlc4OqhwcOiqM3Egqvw-lfo,16372
|
659
659
|
reconcile/utils/structs.py,sha256=LcbLEg8WxfRqM6nW7NhcWN0YeqF7SQzxOgntmLs1SgY,352
|
660
|
-
reconcile/utils/terraform_client.py,sha256=
|
661
|
-
reconcile/utils/terrascript_aws_client.py,sha256=
|
660
|
+
reconcile/utils/terraform_client.py,sha256=GoLbfs4d4YItNCeV3NZnrth4sD8ziNYgY2IszruRDpg,37303
|
661
|
+
reconcile/utils/terrascript_aws_client.py,sha256=VtJ7jpvAbEi2gS_2ZTuEhBooVjqwmLieSud2mI-XVUk,292501
|
662
662
|
reconcile/utils/three_way_diff_strategy.py,sha256=oQcHXd9LVhirJfoaOBoHUYuZVGfyL2voKr6KVI34zZE,4833
|
663
663
|
reconcile/utils/throughput.py,sha256=iP4UWAe2LVhDo69mPPmgo9nQ7RxHD6_GS8MZe-aSiuM,344
|
664
664
|
reconcile/utils/vault.py,sha256=6V15LByFghp-U3k0N4lum6V7qt2EAlRfcAxjy5e-FAU,15146
|
665
|
-
reconcile/utils/vaultsecretref.py,sha256=
|
666
|
-
reconcile/utils/vcs.py,sha256=
|
665
|
+
reconcile/utils/vaultsecretref.py,sha256=5V_GTR23s-EZUKSwaxt115l9RQiv41iiZ93HAeFtuDI,913
|
666
|
+
reconcile/utils/vcs.py,sha256=2bDk8oYnCP7QMITwOG63LUTzDgqQPEao6trF8gQKtmI,10294
|
667
667
|
reconcile/utils/acs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
668
668
|
reconcile/utils/acs/base.py,sha256=4UsDrCpAOuddL3PKNuIQYoJP1BtZQNNB8_KEX0lXneg,2532
|
669
669
|
reconcile/utils/acs/policies.py,sha256=jpbi3qpGkBD_X6MfzsX12dPajUbmACmhIOz_0rDvYzs,5489
|
670
670
|
reconcile/utils/acs/rbac.py,sha256=ugsLM9Pb7FbUbdq85E3VzXGMaB9ZovXob7tdWCxwqZ8,8808
|
671
671
|
reconcile/utils/aws_api_typed/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
672
|
-
reconcile/utils/aws_api_typed/account.py,sha256=
|
673
|
-
reconcile/utils/aws_api_typed/api.py,sha256=
|
674
|
-
reconcile/utils/aws_api_typed/dynamodb.py,sha256=
|
675
|
-
reconcile/utils/aws_api_typed/iam.py,sha256
|
676
|
-
reconcile/utils/aws_api_typed/organization.py,sha256=
|
677
|
-
reconcile/utils/aws_api_typed/s3.py,sha256=
|
678
|
-
reconcile/utils/aws_api_typed/service_quotas.py,sha256=
|
679
|
-
reconcile/utils/aws_api_typed/sts.py,sha256=
|
680
|
-
reconcile/utils/aws_api_typed/support.py,sha256=
|
672
|
+
reconcile/utils/aws_api_typed/account.py,sha256=oF2u67lBZIqNR-fsmVE9GNe3QH3X9OUloSYQZcWCcco,3260
|
673
|
+
reconcile/utils/aws_api_typed/api.py,sha256=mxBj3I73Ai1mTj3WGrbBs-VdgYjw5zPx47OfHuSYzw0,9277
|
674
|
+
reconcile/utils/aws_api_typed/dynamodb.py,sha256=MXo3QJx7aaM4ulc3aazegmQFc5lDLpx1O7vKnrdhqHM,385
|
675
|
+
reconcile/utils/aws_api_typed/iam.py,sha256=toF4fR4k7cLZoFW2YZCndhcDxMg-vw5miqnR2y6qebo,2880
|
676
|
+
reconcile/utils/aws_api_typed/organization.py,sha256=kbaie2AWSiYYC1Sdz2u0u6CmCHpu47Z56nWvuhNldnI,5561
|
677
|
+
reconcile/utils/aws_api_typed/s3.py,sha256=fCR9CvR_tZ6U6eJFGjEmiz-bHcyizO_EiYlLO6IsX6U,943
|
678
|
+
reconcile/utils/aws_api_typed/service_quotas.py,sha256=2BYq0wiggH5Dgu4PqgGh7Cqm97SolS1u2VlnBqipLUM,3095
|
679
|
+
reconcile/utils/aws_api_typed/sts.py,sha256=xkcpOAkOkK50zat3-QQ0gAris4fxDTJlKjtHr-UH1sg,1244
|
680
|
+
reconcile/utils/aws_api_typed/support.py,sha256=69AvWlinwRSuzBLogYF75WrDrFCiZf4-8028efylq34,2441
|
681
681
|
reconcile/utils/cloud_resource_best_practice/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
682
682
|
reconcile/utils/cloud_resource_best_practice/aws_rds.py,sha256=EvE6XKLsrZ531MJptKqPht2lOETrOjySTHXk6CzMgo0,2279
|
683
683
|
reconcile/utils/clusterhealth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
684
684
|
reconcile/utils/clusterhealth/providerbase.py,sha256=DXomGYogckBLqWtXn0PXU0hWYxB6K0F7ernldrkHhVY,1140
|
685
685
|
reconcile/utils/clusterhealth/telemeter.py,sha256=PllSLsJXvGNatmTF4mxCNPVbDrpr_MPk0m5pWj-LT6g,1534
|
686
686
|
reconcile/utils/dynatrace/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
687
|
-
reconcile/utils/dynatrace/client.py,sha256=
|
687
|
+
reconcile/utils/dynatrace/client.py,sha256=imk1w_UYuAUWn6ykXK7wnnbLEu21sMh8rksb5qDas5M,2894
|
688
688
|
reconcile/utils/glitchtip/__init__.py,sha256=FT6iBhGqoe7KExFdbgL8AYUb64iW_4snF5__Dcl7yt0,258
|
689
689
|
reconcile/utils/glitchtip/client.py,sha256=F_x18QMHfeNoS3vS_VvjVm1IKnwGOsXvopjR9iwj4aY,8948
|
690
|
-
reconcile/utils/glitchtip/models.py,sha256=
|
690
|
+
reconcile/utils/glitchtip/models.py,sha256=KBr27PvbxUIc_AvKzJMmnOw664SqEsBUdq8NxQMjHjg,6436
|
691
691
|
reconcile/utils/internal_groups/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
692
692
|
reconcile/utils/internal_groups/client.py,sha256=NTw0nXN0ju-bW3E4GGiHbuZdBYDMWJL5-kRkB86FSjg,4675
|
693
693
|
reconcile/utils/internal_groups/models.py,sha256=y_IqBVqfGqNXiu0VudvBWFrm_-uafVm5KgLG-ca8XAs,2281
|
@@ -710,7 +710,7 @@ reconcile/utils/mr/__init__.py,sha256=RCpzyzmuP2gBCmTl-5ODNNwAnnbllGiNwWN-A_zG2E
|
|
710
710
|
reconcile/utils/mr/app_interface_reporter.py,sha256=8ZcPlObg-At8Q20jVVTRqJYD4n_cYUjRRcGidNy4YjU,1804
|
711
711
|
reconcile/utils/mr/app_sre_tekton_access_report.py,sha256=i7JeTkyaq0HyVGbAFKCNbiLy3NVE05IXqJzwArsGre4,1513
|
712
712
|
reconcile/utils/mr/aws_access.py,sha256=G3pPPMQiL_TO1zGWEgH4gn_SHPFXfkCUvhCUGaT34KE,2657
|
713
|
-
reconcile/utils/mr/base.py,sha256=
|
713
|
+
reconcile/utils/mr/base.py,sha256=M1Lg6zDYUhST4OMLuZzrosLtzc80Za6a1ejF6YyCjRg,8147
|
714
714
|
reconcile/utils/mr/clusters_updates.py,sha256=T9eONmyTshEcd6UbYNDAslC6bw-Klql-Vr0scQBZnJE,2313
|
715
715
|
reconcile/utils/mr/glitchtip_access_reporter.py,sha256=cTkOtzdgeKPaqro0VS2hDuAClQiN4nZATh-mplQC-AI,1369
|
716
716
|
reconcile/utils/mr/labels.py,sha256=9QRTRjZAtq45zELd9SwavaraczMjwjn5no3RK1YxFTg,825
|
@@ -722,15 +722,15 @@ reconcile/utils/mr/update_access_report_base.py,sha256=LOXTIonpfxXrvZI9nPqkszW3O
|
|
722
722
|
reconcile/utils/mr/user_maintenance.py,sha256=OC9-3YkpXsYKZGsdOdx-NLq7AkjgrhDR2JL7hov7BV8,5669
|
723
723
|
reconcile/utils/ocm/__init__.py,sha256=Y-bp8GomMpyCo0tFW6kJ78-ZG1UIupYRtBzbMWU0kwM,798
|
724
724
|
reconcile/utils/ocm/addons.py,sha256=_LDdJ-gapM3s5exKlIUt-MlXZTAUoHezbYBU0QmvfWQ,7335
|
725
|
-
reconcile/utils/ocm/base.py,sha256=
|
725
|
+
reconcile/utils/ocm/base.py,sha256=fMzojq4aR_MWASp7QUWoyPOOgjqJoc_15uiJ3G7uRbw,14618
|
726
726
|
reconcile/utils/ocm/cluster_groups.py,sha256=F8oqVqN_4QUnGL0K61zZhoYIzJeP57EcmZpwmoV0mr4,1751
|
727
727
|
reconcile/utils/ocm/clusters.py,sha256=ev-sT247P3qFs9wzxOs_xFj1vKGpdRYm4INgxTR3Fb0,7792
|
728
728
|
reconcile/utils/ocm/identity_providers.py,sha256=dKed09N8iWmn39tI_MpwgVe47x23eLsknGbjMUxtwr4,2175
|
729
729
|
reconcile/utils/ocm/label_sources.py,sha256=ES_5VP4X6gsRxMFZ95WgbwE_HqqIUo_JRjHjdGYw6Ss,1846
|
730
730
|
reconcile/utils/ocm/labels.py,sha256=CmAgaOEPiaUb4gLtKab9vNkSDJceuREPd4ApgGcIA1U,6240
|
731
731
|
reconcile/utils/ocm/manifests.py,sha256=Q6kgOeiAwLbJY_vO_BEW2oePvbLDZcMZk20YpJJGpOA,1195
|
732
|
-
reconcile/utils/ocm/ocm.py,sha256=
|
733
|
-
reconcile/utils/ocm/products.py,sha256=
|
732
|
+
reconcile/utils/ocm/ocm.py,sha256=iCAOxRYaQcJchKLrkwfeDbibZfieQYI8k3uelP0w_Y0,31366
|
733
|
+
reconcile/utils/ocm/products.py,sha256=UtWpkAvSMCxPOulEB7aV5ZY8ej_rmErlE_HVdm9Gnjk,26021
|
734
734
|
reconcile/utils/ocm/search_filters.py,sha256=09p4Wq1d1HGrDiinf1dmLJ46VtFhkkRCOL4V-N-zwjY,14808
|
735
735
|
reconcile/utils/ocm/service_log.py,sha256=RG1f0MMn6joKaRCAm2xveSJCavdOPP1BVo9FXecDxaI,2018
|
736
736
|
reconcile/utils/ocm/sre_capability_labels.py,sha256=nqh0imrYczNeeeC7ZNX3pEwuAIVkKLTKZf0YHSPZYpE,1537
|
@@ -749,7 +749,7 @@ reconcile/utils/runtime/meta.py,sha256=dWdKS9eHVuowFkTK4lgXJ723vS1y9giOMzePUKnHn
|
|
749
749
|
reconcile/utils/runtime/runner.py,sha256=OGT57aCwspAjdjGXtpbQnTmJeeWnRh9a2N73TLp4jnM,7880
|
750
750
|
reconcile/utils/runtime/sharding.py,sha256=r0ieUtNed7NvknSw6qQrCkKpVXE1shuHGnfFcnpA_k4,16142
|
751
751
|
reconcile/utils/saasherder/__init__.py,sha256=3U8plqMAPRE1kjwZ5YnIsYsggTf4_gS7flRUEuXVBAs,343
|
752
|
-
reconcile/utils/saasherder/interfaces.py,sha256=
|
752
|
+
reconcile/utils/saasherder/interfaces.py,sha256=8_8BWLMqf4UKTDZCrLNtCHDdSutGsIlmdpar0sf-1AA,9561
|
753
753
|
reconcile/utils/saasherder/models.py,sha256=gZcLWRLYEcE6YE7QYenaAHVovMzo0Uy25_oPHsTPARE,12408
|
754
754
|
reconcile/utils/saasherder/saasherder.py,sha256=rCz32I0RsJhRvhK6Xoq2nXozcb-3DC6JaW2KXNvqiVg,92520
|
755
755
|
reconcile/utils/terraform/__init__.py,sha256=zNbiyTWo35AT1sFTElL2j_AA0jJ_yWE_bfFn-nD2xik,250
|
@@ -766,17 +766,17 @@ reconcile/utils/unleash/server.py,sha256=907gDh9Ee8UxLqusnfpzE-7LUnttB38D4xhVJ0v
|
|
766
766
|
tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
767
767
|
tools/alert_report.py,sha256=cyQTei8_SYOggW_6uYvzhrF7Nae-9xOz-jmh9O9V8R8,5589
|
768
768
|
tools/app_interface_metrics_exporter.py,sha256=mCi6SZf20mo5yvRI2VoqmrCdz46Ph3JhpEJPvryXncY,2261
|
769
|
-
tools/app_interface_reporter.py,sha256=
|
769
|
+
tools/app_interface_reporter.py,sha256=8pxjJTPOcMKlUVUqpafpDmvUEpeqMiKik7Eopoe-qtU,17204
|
770
770
|
tools/app_sre_tekton_access_reporter.py,sha256=5qmkevJdlb2j_lpGC5Pu1Pmo0eomX5ZxzS_GNkqHAEE,3104
|
771
771
|
tools/app_sre_tekton_access_revalidation.py,sha256=vwL1o_j7oSTOhrHNH1znpgjA2LHGzb8yc5iG3aaY4m0,2684
|
772
772
|
tools/glitchtip_access_reporter.py,sha256=wnaiDGW4MkYONV_erltnJ6nGkEj0kQrAiv04NNnOS0k,2859
|
773
773
|
tools/glitchtip_access_revalidation.py,sha256=jjeLO53LTbz_LfQw3G2Cs8lVLO_6xqU39BYyTH3cEPE,2764
|
774
|
-
tools/qontract_cli.py,sha256=
|
774
|
+
tools/qontract_cli.py,sha256=WcQY3UFC6m4J7yjs12lR48e-hMWLUePSbzizoXS23EA,159355
|
775
775
|
tools/template_validation.py,sha256=Xn9X4sGFznx-rvBDnq9Kq16rfET8V3bqH1EwavsGBac,3335
|
776
776
|
tools/cli_commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
777
777
|
tools/cli_commands/container_images_report.py,sha256=8mAjCS6XR0yD7k0mfiVBlt6xbYU47q_ftdYNi5o5VKE,5566
|
778
|
-
tools/cli_commands/erv2.py,sha256=
|
779
|
-
tools/cli_commands/gpg_encrypt.py,sha256=
|
778
|
+
tools/cli_commands/erv2.py,sha256=H5RKytXP2BRYxixd-6Z3qfRJRfs2cOhtmXTgEOsn9_s,26079
|
779
|
+
tools/cli_commands/gpg_encrypt.py,sha256=RHRSI_Oc_Y3nBE-_lcmJbo8UEL9IWz4xzv1PFLWWVPQ,4927
|
780
780
|
tools/cli_commands/systems_and_tools.py,sha256=n6IFdPPLpueGP8Eh3dqv2errk0ZqHWUDcan_Nrhnt9I,16747
|
781
781
|
tools/cli_commands/cost_report/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
782
782
|
tools/cli_commands/cost_report/aws.py,sha256=JtwDfhaYLfa4Uz1LR6OfSBh_3nBlb90kQq6i3MV_ims,4563
|
@@ -788,16 +788,16 @@ tools/cli_commands/cost_report/response.py,sha256=l5fVNMg8zzoNWm8LquYJsWM3VqxABB
|
|
788
788
|
tools/cli_commands/cost_report/util.py,sha256=lKSWjjUfDzMfSSTbFqc4Ln8JfzlWiW8kR2i51VJbEnc,2497
|
789
789
|
tools/cli_commands/cost_report/view.py,sha256=N3F33eW2iCVo2SxYTLIFv1nAH5y_3Ud16KCZADyAW4I,14188
|
790
790
|
tools/saas_metrics_exporter/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
791
|
-
tools/saas_metrics_exporter/main.py,sha256=
|
791
|
+
tools/saas_metrics_exporter/main.py,sha256=M3WGdg3QR8b1X--BOoh7TFl9RpSBqYeyvimW4T83JYw,3194
|
792
792
|
tools/saas_metrics_exporter/commit_distance/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
793
|
-
tools/saas_metrics_exporter/commit_distance/channel.py,sha256=
|
793
|
+
tools/saas_metrics_exporter/commit_distance/channel.py,sha256=GNEBfezdaaKe7YYxaqCIxp63Q2aR-T8jTduEQDcFRGM,2218
|
794
794
|
tools/saas_metrics_exporter/commit_distance/commit_distance.py,sha256=pUWaZfZf0TYOwAW0gDdU8cYgTR586J_8S_DWxqHMWNA,3116
|
795
795
|
tools/saas_metrics_exporter/commit_distance/metrics.py,sha256=5-y6n-sGACAS3eJ5ndY-2BFxcd0fxLfhvZmmBHu4JuA,426
|
796
796
|
tools/saas_promotion_state/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
797
|
-
tools/saas_promotion_state/saas_promotion_state.py,sha256=
|
797
|
+
tools/saas_promotion_state/saas_promotion_state.py,sha256=uQv2QJAmUXP1g2GPIH30WTlvL9soY6m9lefpZEVDM5w,3965
|
798
798
|
tools/sre_checkpoints/__init__.py,sha256=CDaDaywJnmRCLyl_NCcvxi-Zc0hTi_3OdwKiFOyS39I,145
|
799
799
|
tools/sre_checkpoints/util.py,sha256=zEDbGr18ZeHNQwW8pUsr2JRjuXIPz--WAGJxZo9sv_Y,894
|
800
|
-
qontract_reconcile-0.10.2.
|
801
|
-
qontract_reconcile-0.10.2.
|
802
|
-
qontract_reconcile-0.10.2.
|
803
|
-
qontract_reconcile-0.10.2.
|
800
|
+
qontract_reconcile-0.10.2.dev282.dist-info/METADATA,sha256=IkB4oW__-NStwFmVIV9PRV2K-Qy4ZLukxlyyCPdKwzI,24501
|
801
|
+
qontract_reconcile-0.10.2.dev282.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
802
|
+
qontract_reconcile-0.10.2.dev282.dist-info/entry_points.txt,sha256=5i9l54La3vQrDLAdwDKQWC0iG4sV9RRfOb1BpvzOWLc,698
|
803
|
+
qontract_reconcile-0.10.2.dev282.dist-info/RECORD,,
|
reconcile/acs_policies.py
CHANGED
@@ -71,7 +71,7 @@ class AcsPoliciesIntegration(QontractReconcileIntegration[NoParams]):
|
|
71
71
|
[
|
72
72
|
Scope(cluster=cluster_name_to_id[cs.name], namespace="")
|
73
73
|
for cs in cast(
|
74
|
-
gql_acs_policies.AcsPolicyScopeClusterV1,
|
74
|
+
"gql_acs_policies.AcsPolicyScopeClusterV1",
|
75
75
|
gql_policy.scope,
|
76
76
|
).clusters
|
77
77
|
],
|
@@ -84,7 +84,7 @@ class AcsPoliciesIntegration(QontractReconcileIntegration[NoParams]):
|
|
84
84
|
cluster=cluster_name_to_id[ns.cluster.name], namespace=ns.name
|
85
85
|
)
|
86
86
|
for ns in cast(
|
87
|
-
gql_acs_policies.AcsPolicyScopeNamespaceV1,
|
87
|
+
"gql_acs_policies.AcsPolicyScopeNamespaceV1",
|
88
88
|
gql_policy.scope,
|
89
89
|
).namespaces
|
90
90
|
],
|
@@ -101,7 +101,7 @@ class AcsPoliciesIntegration(QontractReconcileIntegration[NoParams]):
|
|
101
101
|
match condition.policy_field:
|
102
102
|
case "cvss":
|
103
103
|
cvss_condition = cast(
|
104
|
-
gql_acs_policies.AcsPolicyConditionsCvssV1, condition
|
104
|
+
"gql_acs_policies.AcsPolicyConditionsCvssV1", condition
|
105
105
|
)
|
106
106
|
return PolicyCondition(
|
107
107
|
field_name=field_name,
|
@@ -112,7 +112,7 @@ class AcsPoliciesIntegration(QontractReconcileIntegration[NoParams]):
|
|
112
112
|
)
|
113
113
|
case "severity":
|
114
114
|
severity_condition = cast(
|
115
|
-
gql_acs_policies.AcsPolicyConditionsSeverityV1, condition
|
115
|
+
"gql_acs_policies.AcsPolicyConditionsSeverityV1", condition
|
116
116
|
)
|
117
117
|
return PolicyCondition(
|
118
118
|
field_name=field_name,
|
@@ -123,7 +123,7 @@ class AcsPoliciesIntegration(QontractReconcileIntegration[NoParams]):
|
|
123
123
|
)
|
124
124
|
case "cve":
|
125
125
|
cve_condition = cast(
|
126
|
-
gql_acs_policies.AcsPolicyConditionsCveV1, condition
|
126
|
+
"gql_acs_policies.AcsPolicyConditionsCveV1", condition
|
127
127
|
)
|
128
128
|
return PolicyCondition(
|
129
129
|
field_name=field_name,
|
@@ -132,7 +132,7 @@ class AcsPoliciesIntegration(QontractReconcileIntegration[NoParams]):
|
|
132
132
|
)
|
133
133
|
case "image_tag":
|
134
134
|
image_tag_condition = cast(
|
135
|
-
gql_acs_policies.AcsPolicyConditionsImageTagV1, condition
|
135
|
+
"gql_acs_policies.AcsPolicyConditionsImageTagV1", condition
|
136
136
|
)
|
137
137
|
return PolicyCondition(
|
138
138
|
field_name=field_name,
|
@@ -143,7 +143,7 @@ class AcsPoliciesIntegration(QontractReconcileIntegration[NoParams]):
|
|
143
143
|
)
|
144
144
|
case "image_age":
|
145
145
|
image_age_condition = cast(
|
146
|
-
gql_acs_policies.AcsPolicyConditionsImageAgeV1, condition
|
146
|
+
"gql_acs_policies.AcsPolicyConditionsImageAgeV1", condition
|
147
147
|
)
|
148
148
|
return PolicyCondition(
|
149
149
|
field_name=field_name,
|
reconcile/aus/base.py
CHANGED
@@ -573,7 +573,7 @@ def fetch_current_state(
|
|
573
573
|
addon_service = init_addon_service(org_upgrade_spec.org.environment)
|
574
574
|
for spec in org_upgrade_spec.specs:
|
575
575
|
if addons and isinstance(spec, ClusterAddonUpgradeSpec):
|
576
|
-
addon_spec = cast(ClusterAddonUpgradeSpec, spec)
|
576
|
+
addon_spec = cast("ClusterAddonUpgradeSpec", spec)
|
577
577
|
addon_upgrade_policies = addon_service.get_addon_upgrade_policies(
|
578
578
|
ocm_api, spec.cluster.id, addon_id=addon_spec.addon.addon.id
|
579
579
|
)
|
reconcile/aus/models.py
CHANGED
@@ -2,11 +2,7 @@ from __future__ import annotations
|
|
2
2
|
|
3
3
|
import logging
|
4
4
|
import re
|
5
|
-
from
|
6
|
-
Iterable,
|
7
|
-
Mapping,
|
8
|
-
Sequence,
|
9
|
-
)
|
5
|
+
from typing import TYPE_CHECKING
|
10
6
|
|
11
7
|
from pydantic import (
|
12
8
|
BaseModel,
|
@@ -21,6 +17,9 @@ from reconcile.utils.ocm.addons import OCMAddonInstallation
|
|
21
17
|
from reconcile.utils.ocm.clusters import OCMCluster
|
22
18
|
from reconcile.utils.semver_helper import parse_semver
|
23
19
|
|
20
|
+
if TYPE_CHECKING:
|
21
|
+
from collections.abc import Iterable, Mapping, Sequence
|
22
|
+
|
24
23
|
|
25
24
|
class NodePoolSpec(BaseModel):
|
26
25
|
id: str
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import logging
|
2
2
|
from collections.abc import Callable, Iterable
|
3
|
+
from typing import TYPE_CHECKING
|
3
4
|
|
4
5
|
from reconcile.aus.advanced_upgrade_service import aus_label_key
|
5
6
|
from reconcile.aus.base import gates_to_agree, get_orgs_for_environment
|
@@ -8,7 +9,6 @@ from reconcile.aus.version_gates import (
|
|
8
9
|
ocp_gate_handler,
|
9
10
|
sts_version_gate_handler,
|
10
11
|
)
|
11
|
-
from reconcile.aus.version_gates.handler import GateHandler
|
12
12
|
from reconcile.gql_definitions.common.ocm_environments import (
|
13
13
|
query as ocm_environment_query,
|
14
14
|
)
|
@@ -41,6 +41,9 @@ from reconcile.utils.runtime.integration import (
|
|
41
41
|
)
|
42
42
|
from reconcile.utils.semver_helper import make_semver
|
43
43
|
|
44
|
+
if TYPE_CHECKING:
|
45
|
+
from reconcile.aus.version_gates.handler import GateHandler
|
46
|
+
|
44
47
|
QONTRACT_INTEGRATION = "version-gate-approver"
|
45
48
|
QONTRACT_INTEGRATION_VERSION = make_semver(0, 1, 0)
|
46
49
|
|
@@ -1,14 +1,16 @@
|
|
1
1
|
import logging
|
2
|
-
from typing import cast
|
2
|
+
from typing import TYPE_CHECKING, cast
|
3
3
|
|
4
4
|
from gitlab.exceptions import GitlabGetError
|
5
|
-
from gitlab.v4.objects import ProjectMergeRequest
|
6
5
|
|
7
6
|
from reconcile.utils.gitlab_api import GitLabApi
|
8
7
|
from reconcile.utils.mr.base import MergeRequestBase
|
9
8
|
from reconcile.utils.mr.labels import AUTO_MERGE
|
10
9
|
from reconcile.utils.vcs import VCS
|
11
10
|
|
11
|
+
if TYPE_CHECKING:
|
12
|
+
from gitlab.v4.objects import ProjectMergeRequest
|
13
|
+
|
12
14
|
AWS_MGR = "aws-account-manager"
|
13
15
|
|
14
16
|
|
@@ -66,7 +68,7 @@ class MergeRequestManager:
|
|
66
68
|
return any(
|
67
69
|
aws_account_file_path == diff["new_path"]
|
68
70
|
for mr in self._open_mrs
|
69
|
-
for diff in cast(dict, mr.changes())["changes"]
|
71
|
+
for diff in cast("dict", mr.changes())["changes"]
|
70
72
|
)
|
71
73
|
|
72
74
|
def fetch_open_merge_requests(self) -> None:
|
@@ -1,16 +1,13 @@
|
|
1
|
+
from __future__ import annotations
|
2
|
+
|
1
3
|
import logging
|
2
4
|
import re
|
3
5
|
from collections import defaultdict
|
4
|
-
from collections.abc import (
|
5
|
-
Callable,
|
6
|
-
)
|
7
6
|
from datetime import (
|
8
7
|
datetime,
|
9
8
|
timedelta,
|
10
9
|
)
|
11
|
-
from typing import
|
12
|
-
TYPE_CHECKING,
|
13
|
-
)
|
10
|
+
from typing import TYPE_CHECKING
|
14
11
|
|
15
12
|
from botocore.exceptions import ClientError
|
16
13
|
from pydantic import (
|
@@ -34,9 +31,9 @@ from reconcile.utils.parse_dhms_duration import dhms_to_seconds
|
|
34
31
|
from reconcile.utils.secret_reader import create_secret_reader
|
35
32
|
|
36
33
|
if TYPE_CHECKING:
|
34
|
+
from collections.abc import Callable
|
35
|
+
|
37
36
|
from mypy_boto3_ec2 import EC2Client
|
38
|
-
else:
|
39
|
-
EC2Client = object
|
40
37
|
|
41
38
|
QONTRACT_INTEGRATION = "aws_ami_cleanup"
|
42
39
|
MANAGED_TAG = {"Key": "managed_by_integration", "Value": QONTRACT_INTEGRATION}
|
@@ -1,13 +1,12 @@
|
|
1
|
+
from __future__ import annotations
|
2
|
+
|
1
3
|
import logging
|
2
4
|
import re
|
3
5
|
import typing
|
4
6
|
from collections import defaultdict
|
5
|
-
from collections.abc import Iterable
|
6
7
|
from datetime import UTC, datetime, timedelta
|
7
8
|
from enum import Enum
|
8
|
-
from typing import
|
9
|
-
TYPE_CHECKING,
|
10
|
-
)
|
9
|
+
from typing import TYPE_CHECKING
|
11
10
|
|
12
11
|
from botocore.exceptions import ClientError
|
13
12
|
from pydantic import BaseModel
|
@@ -24,9 +23,10 @@ from reconcile.utils import gql
|
|
24
23
|
from reconcile.utils.aws_api import AWSApi
|
25
24
|
|
26
25
|
if TYPE_CHECKING:
|
26
|
+
from collections.abc import Iterable
|
27
|
+
|
27
28
|
from mypy_boto3_logs.type_defs import LogGroupTypeDef
|
28
|
-
|
29
|
-
LogGroupTypeDef = object
|
29
|
+
|
30
30
|
|
31
31
|
QONTRACT_INTEGRATION = "aws_cloudwatch_log_retention"
|
32
32
|
MANAGED_BY_INTEGRATION_KEY = "managed_by_integration"
|
@@ -708,7 +708,7 @@ class DatabaseAccessManagerIntegration(QontractReconcileIntegration):
|
|
708
708
|
|
709
709
|
def run(self, dry_run: bool) -> None:
|
710
710
|
settings = queries.get_app_interface_settings()
|
711
|
-
vault_client = cast(_VaultClient, VaultClient())
|
711
|
+
vault_client = cast("_VaultClient", VaultClient())
|
712
712
|
|
713
713
|
state = init_state(
|
714
714
|
integration=QONTRACT_INTEGRATION, secret_reader=self.secret_reader
|