qontract-reconcile 0.10.2.dev16__py3-none-any.whl → 0.10.2.dev17__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.dev16.dist-info → qontract_reconcile-0.10.2.dev17.dist-info}/METADATA +1 -1
- {qontract_reconcile-0.10.2.dev16.dist-info → qontract_reconcile-0.10.2.dev17.dist-info}/RECORD +5 -5
- reconcile/service_dependencies.py +1 -1
- {qontract_reconcile-0.10.2.dev16.dist-info → qontract_reconcile-0.10.2.dev17.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.2.dev16.dist-info → qontract_reconcile-0.10.2.dev17.dist-info}/entry_points.txt +0 -0
{qontract_reconcile-0.10.2.dev16.dist-info → qontract_reconcile-0.10.2.dev17.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.dev17
|
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.dev16.dist-info → qontract_reconcile-0.10.2.dev17.dist-info}/RECORD
RENAMED
@@ -102,7 +102,7 @@ reconcile/resource_template_tester.py,sha256=DsKvBuNLPxm4Fa-e1YHHySnhThm5i_j-nF3
|
|
102
102
|
reconcile/run_integration.py,sha256=8kc-lMKF9n2bvyrItJ-3nOgQMqK7lh1UAubXQrxQDPY,9711
|
103
103
|
reconcile/saas_file_validator.py,sha256=tyvFYU6lnkfDYIkAIr5pWqSvO5Yc6TagZ-quJYD2dtI,2547
|
104
104
|
reconcile/sendgrid_teammates.py,sha256=oO8QbLb4s1o8A6CGiCagN9CmS05BSS_WLztuY0Ym9D8,4773
|
105
|
-
reconcile/service_dependencies.py,sha256=
|
105
|
+
reconcile/service_dependencies.py,sha256=SOSJvSo6GchQpLsTbkGFnf1yHtlSFu2VnirAfi6-XGA,4418
|
106
106
|
reconcile/signalfx_endpoint_monitoring.py,sha256=Nqgsg1cflSd2nNnm89y_e8c--7xLUqTrKOHkDs-qADE,2868
|
107
107
|
reconcile/slack_base.py,sha256=8FqwMJ5SkoRyDJ9iPfZogWkC9QRoTouMCnGUevV_GME,3447
|
108
108
|
reconcile/slack_usergroups.py,sha256=vMifpbnrQDLeckGtUmpIg7sVvlhpaJz8HZH_loA7fpY,30221
|
@@ -766,7 +766,7 @@ tools/saas_promotion_state/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
|
|
766
766
|
tools/saas_promotion_state/saas_promotion_state.py,sha256=UfwwRLS5Ya4_Nh1w5n1dvoYtchQvYE9yj1VANt2IKqI,3925
|
767
767
|
tools/sre_checkpoints/__init__.py,sha256=CDaDaywJnmRCLyl_NCcvxi-Zc0hTi_3OdwKiFOyS39I,145
|
768
768
|
tools/sre_checkpoints/util.py,sha256=zEDbGr18ZeHNQwW8pUsr2JRjuXIPz--WAGJxZo9sv_Y,894
|
769
|
-
qontract_reconcile-0.10.2.
|
770
|
-
qontract_reconcile-0.10.2.
|
771
|
-
qontract_reconcile-0.10.2.
|
772
|
-
qontract_reconcile-0.10.2.
|
769
|
+
qontract_reconcile-0.10.2.dev17.dist-info/METADATA,sha256=9UMiSwjSAOu05rjw0IPPzRAKiWJJyJEPavuXkc1x5E8,24665
|
770
|
+
qontract_reconcile-0.10.2.dev17.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
771
|
+
qontract_reconcile-0.10.2.dev17.dist-info/entry_points.txt,sha256=JniHZPadNOILPyfSl0LF2YSp3Db7K2_W2CN7i9f3Gos,540
|
772
|
+
qontract_reconcile-0.10.2.dev17.dist-info/RECORD,,
|
@@ -22,7 +22,7 @@ QONTRACT_INTEGRATION = "service-dependencies"
|
|
22
22
|
|
23
23
|
def get_dependency_names(dependency_map: Mapping[Any, Any], dep_type: str) -> list[str]:
|
24
24
|
dependency_maps = (dm for dm in dependency_map if dm["type"] == dep_type)
|
25
|
-
return [service["name"] for service in dependency_maps]
|
25
|
+
return [service["name"] for service in dependency_maps if "name" in service]
|
26
26
|
|
27
27
|
|
28
28
|
def get_desired_dependency_names(
|
{qontract_reconcile-0.10.2.dev16.dist-info → qontract_reconcile-0.10.2.dev17.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|