qontract-reconcile 0.10.1rc890__py3-none-any.whl → 0.10.1rc892__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.1rc890.dist-info → qontract_reconcile-0.10.1rc892.dist-info}/METADATA +1 -1
- {qontract_reconcile-0.10.1rc890.dist-info → qontract_reconcile-0.10.1rc892.dist-info}/RECORD +6 -6
- reconcile/utils/saasherder/saasherder.py +2 -1
- {qontract_reconcile-0.10.1rc890.dist-info → qontract_reconcile-0.10.1rc892.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.1rc890.dist-info → qontract_reconcile-0.10.1rc892.dist-info}/entry_points.txt +0 -0
- {qontract_reconcile-0.10.1rc890.dist-info → qontract_reconcile-0.10.1rc892.dist-info}/top_level.txt +0 -0
{qontract_reconcile-0.10.1rc890.dist-info → qontract_reconcile-0.10.1rc892.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.1rc892
|
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.1rc890.dist-info → qontract_reconcile-0.10.1rc892.dist-info}/RECORD
RENAMED
@@ -792,7 +792,7 @@ reconcile/utils/runtime/sharding.py,sha256=r0ieUtNed7NvknSw6qQrCkKpVXE1shuHGnfFc
|
|
792
792
|
reconcile/utils/saasherder/__init__.py,sha256=J3MBZBFa5YmhqYm08QsjBXz8mFcVOCiOCkyIcw41t7E,343
|
793
793
|
reconcile/utils/saasherder/interfaces.py,sha256=C2wrw34OXypshVocAsPrVZsSHptgw4g9u7Haa2wulZQ,9087
|
794
794
|
reconcile/utils/saasherder/models.py,sha256=McvpJhwh-QfrNT76hekvx5U5Xq2Hp1Yt1XHTW2d3Cn8,5466
|
795
|
-
reconcile/utils/saasherder/saasherder.py,sha256=
|
795
|
+
reconcile/utils/saasherder/saasherder.py,sha256=9Iz1Vx2jB81Fmd7IgZCht4GYl49F-zbeyO-TLMfnmRY,87798
|
796
796
|
reconcile/utils/terraform/__init__.py,sha256=zNbiyTWo35AT1sFTElL2j_AA0jJ_yWE_bfFn-nD2xik,250
|
797
797
|
reconcile/utils/terraform/config.py,sha256=5UVrd563TMcvi4ooa5JvWVDW1I3bIWg484u79evfV_8,164
|
798
798
|
reconcile/utils/terraform/config_client.py,sha256=3gUIIIEv52Vx7-VgQ2FZYfCCrfqUv_5gw_TQ3mbLcTs,4666
|
@@ -843,8 +843,8 @@ tools/test/test_qontract_cli.py,sha256=_D61RFGAN5x44CY1tYbouhlGXXABwYfxKSWSQx3Jr
|
|
843
843
|
tools/test/test_saas_promotion_state.py,sha256=dy4kkSSAQ7bC0Xp2CociETGN-2aABEfL6FU5D9Jl00Y,6056
|
844
844
|
tools/test/test_sd_app_sre_alert_report.py,sha256=v363r9zM7__0kR5K6mvJoGFcM9BvE33fWAayrqkpojA,2116
|
845
845
|
tools/test/test_sre_checkpoints.py,sha256=SKqPPTl9ua0RFdSSofnoQX-JZE6dFLO3LRhfQzqtfh8,2607
|
846
|
-
qontract_reconcile-0.10.
|
847
|
-
qontract_reconcile-0.10.
|
848
|
-
qontract_reconcile-0.10.
|
849
|
-
qontract_reconcile-0.10.
|
850
|
-
qontract_reconcile-0.10.
|
846
|
+
qontract_reconcile-0.10.1rc892.dist-info/METADATA,sha256=e9L24wufs03igQkaJ7Ej0xluece2ZuN9tfjotAvkYzs,2273
|
847
|
+
qontract_reconcile-0.10.1rc892.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
848
|
+
qontract_reconcile-0.10.1rc892.dist-info/entry_points.txt,sha256=GKQqCl2j2X1BJQ69een6rHcR26PmnxnONLNOQB-nRjY,491
|
849
|
+
qontract_reconcile-0.10.1rc892.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
|
850
|
+
qontract_reconcile-0.10.1rc892.dist-info/RECORD,,
|
@@ -1029,7 +1029,8 @@ class SaasHerder: # pylint: disable=too-many-public-methods
|
|
1029
1029
|
except Exception as e:
|
1030
1030
|
logging.error(
|
1031
1031
|
f"[{url}/tree/{target.ref}{path}] "
|
1032
|
-
+ f"error fetching directory: {str(e)}"
|
1032
|
+
+ f"error fetching directory: {str(e)} "
|
1033
|
+
+ "(We do not support nested directories. Do you by chance have subdirectories?)"
|
1033
1034
|
)
|
1034
1035
|
raise
|
1035
1036
|
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.1rc890.dist-info → qontract_reconcile-0.10.1rc892.dist-info}/top_level.txt
RENAMED
File without changes
|