qontract-reconcile 0.10.1rc1068__py3-none-any.whl → 0.10.1rc1070__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.1rc1068.dist-info → qontract_reconcile-0.10.1rc1070.dist-info}/METADATA +1 -1
- {qontract_reconcile-0.10.1rc1068.dist-info → qontract_reconcile-0.10.1rc1070.dist-info}/RECORD +6 -6
- tools/qontract_cli.py +2 -5
- {qontract_reconcile-0.10.1rc1068.dist-info → qontract_reconcile-0.10.1rc1070.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.1rc1068.dist-info → qontract_reconcile-0.10.1rc1070.dist-info}/entry_points.txt +0 -0
- {qontract_reconcile-0.10.1rc1068.dist-info → qontract_reconcile-0.10.1rc1070.dist-info}/top_level.txt +0 -0
{qontract_reconcile-0.10.1rc1068.dist-info → qontract_reconcile-0.10.1rc1070.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.1rc1070
|
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.1rc1068.dist-info → qontract_reconcile-0.10.1rc1070.dist-info}/RECORD
RENAMED
@@ -839,7 +839,7 @@ tools/app_interface_metrics_exporter.py,sha256=zkwkxdAUAxjdc-pzx2_oJXG25fo0Fnyd5
|
|
839
839
|
tools/app_interface_reporter.py,sha256=oZPib4HPq0aZ2Zui1QGJGk6qQdfpeihujGDBnSdKyGE,17627
|
840
840
|
tools/glitchtip_access_reporter.py,sha256=oPBnk_YoDuljU3v0FaChzOwwnk4vap1xEE67QEjzdqs,2948
|
841
841
|
tools/glitchtip_access_revalidation.py,sha256=8kbBJk04mkq28kWoRDDkfCGIF3GRg3pJrFAh1sW0dbk,2821
|
842
|
-
tools/qontract_cli.py,sha256=
|
842
|
+
tools/qontract_cli.py,sha256=02oYg1l8ADkfGIH1QxkUvBs72Itu_LXM4gMu39GI3E4,130479
|
843
843
|
tools/sd_app_sre_alert_report.py,sha256=e9vAdyenUz2f5c8-z-5WY0wv-SJ9aePKDH2r4IwB6pc,5063
|
844
844
|
tools/template_validation.py,sha256=qpKYaTgk0GOPGa2Ct5_5sKdwIHtCAKIBGzsMPuJU5fw,3371
|
845
845
|
tools/cli_commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -870,8 +870,8 @@ tools/test/test_qontract_cli.py,sha256=_D61RFGAN5x44CY1tYbouhlGXXABwYfxKSWSQx3Jr
|
|
870
870
|
tools/test/test_saas_promotion_state.py,sha256=dy4kkSSAQ7bC0Xp2CociETGN-2aABEfL6FU5D9Jl00Y,6056
|
871
871
|
tools/test/test_sd_app_sre_alert_report.py,sha256=v363r9zM7__0kR5K6mvJoGFcM9BvE33fWAayrqkpojA,2116
|
872
872
|
tools/test/test_sre_checkpoints.py,sha256=SKqPPTl9ua0RFdSSofnoQX-JZE6dFLO3LRhfQzqtfh8,2607
|
873
|
-
qontract_reconcile-0.10.
|
874
|
-
qontract_reconcile-0.10.
|
875
|
-
qontract_reconcile-0.10.
|
876
|
-
qontract_reconcile-0.10.
|
877
|
-
qontract_reconcile-0.10.
|
873
|
+
qontract_reconcile-0.10.1rc1070.dist-info/METADATA,sha256=POS6z4yw8zZ2yEZFkI2-u5J5imJDEuTIV8AiOApS7Tg,2213
|
874
|
+
qontract_reconcile-0.10.1rc1070.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
875
|
+
qontract_reconcile-0.10.1rc1070.dist-info/entry_points.txt,sha256=GKQqCl2j2X1BJQ69een6rHcR26PmnxnONLNOQB-nRjY,491
|
876
|
+
qontract_reconcile-0.10.1rc1070.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
|
877
|
+
qontract_reconcile-0.10.1rc1070.dist-info/RECORD,,
|
tools/qontract_cli.py
CHANGED
@@ -31,6 +31,7 @@ from rich.table import Table
|
|
31
31
|
from rich.tree import Tree
|
32
32
|
|
33
33
|
import reconcile.aus.base as aus
|
34
|
+
import reconcile.change_owners.change_log_tracking as cl
|
34
35
|
import reconcile.openshift_base as ob
|
35
36
|
import reconcile.openshift_resources_base as orb
|
36
37
|
import reconcile.prometheus_rules_tester.integration as ptr
|
@@ -50,8 +51,6 @@ from reconcile.change_owners.bundle import NoOpFileDiffResolver
|
|
50
51
|
from reconcile.change_owners.change_log_tracking import (
|
51
52
|
BUNDLE_DIFFS_OBJ,
|
52
53
|
ChangeLog,
|
53
|
-
ChangeLogIntegration,
|
54
|
-
ChangeLogIntegrationParams,
|
55
54
|
ChangeLogItem,
|
56
55
|
)
|
57
56
|
from reconcile.change_owners.change_owners import (
|
@@ -2891,9 +2890,7 @@ def container_image_details(ctx):
|
|
2891
2890
|
def change_log_tracking(ctx):
|
2892
2891
|
repo_url = get_app_interface_repo_url()
|
2893
2892
|
change_types = fetch_change_type_processors(gql.get_api(), NoOpFileDiffResolver())
|
2894
|
-
state = init_state(
|
2895
|
-
integration=ChangeLogIntegration(ChangeLogIntegrationParams()).name
|
2896
|
-
)
|
2893
|
+
state = init_state(integration=cl.QONTRACT_INTEGRATION)
|
2897
2894
|
change_log = ChangeLog(**state.get(BUNDLE_DIFFS_OBJ))
|
2898
2895
|
data: list[dict[str, str]] = []
|
2899
2896
|
for item in change_log.items:
|
{qontract_reconcile-0.10.1rc1068.dist-info → qontract_reconcile-0.10.1rc1070.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|