qontract-reconcile 0.9.1rc163__py3-none-any.whl → 0.9.1rc164__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.9.1rc163.dist-info → qontract_reconcile-0.9.1rc164.dist-info}/METADATA +1 -1
- {qontract_reconcile-0.9.1rc163.dist-info → qontract_reconcile-0.9.1rc164.dist-info}/RECORD +6 -6
- reconcile/glitchtip_project_dsn/integration.py +3 -0
- {qontract_reconcile-0.9.1rc163.dist-info → qontract_reconcile-0.9.1rc164.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.9.1rc163.dist-info → qontract_reconcile-0.9.1rc164.dist-info}/entry_points.txt +0 -0
- {qontract_reconcile-0.9.1rc163.dist-info → qontract_reconcile-0.9.1rc164.dist-info}/top_level.txt +0 -0
{qontract_reconcile-0.9.1rc163.dist-info → qontract_reconcile-0.9.1rc164.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: qontract-reconcile
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.1rc164
|
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
|
@@ -157,7 +157,7 @@ reconcile/glitchtip/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
|
|
157
157
|
reconcile/glitchtip/integration.py,sha256=52TnE8OH3I-GMg7p3IvlbnV-ysgnGBM2Rt57Hi0KI7s,6216
|
158
158
|
reconcile/glitchtip/reconciler.py,sha256=U0ywAmdKjBU8Y75_YJhKEbTUJmX0IDjHvgLDb31xXPY,11608
|
159
159
|
reconcile/glitchtip_project_dsn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
160
|
-
reconcile/glitchtip_project_dsn/integration.py,sha256=
|
160
|
+
reconcile/glitchtip_project_dsn/integration.py,sha256=IvFlSYumDPhUw7gLfFX1P8tg-7Vns0ot2-Nqf2_sE18,7997
|
161
161
|
reconcile/gql_definitions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
162
162
|
reconcile/gql_definitions/change_owners/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
163
163
|
reconcile/gql_definitions/change_owners/queries/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -482,8 +482,8 @@ tools/sre_checkpoints/util.py,sha256=zEDbGr18ZeHNQwW8pUsr2JRjuXIPz--WAGJxZo9sv_Y
|
|
482
482
|
tools/test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
483
483
|
tools/test/test_qontract_cli.py,sha256=awwTHEc2DWlykuqGIYM0WOBoSL0KRnOraCLk3C7izis,1401
|
484
484
|
tools/test/test_sre_checkpoints.py,sha256=SKqPPTl9ua0RFdSSofnoQX-JZE6dFLO3LRhfQzqtfh8,2607
|
485
|
-
qontract_reconcile-0.9.
|
486
|
-
qontract_reconcile-0.9.
|
487
|
-
qontract_reconcile-0.9.
|
488
|
-
qontract_reconcile-0.9.
|
489
|
-
qontract_reconcile-0.9.
|
485
|
+
qontract_reconcile-0.9.1rc164.dist-info/METADATA,sha256=LcfNXIQP59di8kjIiUsOqFcH7S3wyZQiTH36PElzOkk,2259
|
486
|
+
qontract_reconcile-0.9.1rc164.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
487
|
+
qontract_reconcile-0.9.1rc164.dist-info/entry_points.txt,sha256=3BPvsRryM1C4S_mb5kXmP5AVv-wJBzVCrOJyv6qUmc0,195
|
488
|
+
qontract_reconcile-0.9.1rc164.dist-info/top_level.txt,sha256=j0CHPIc8TsVRB50wOz_jhxjjaRyCJB3NOQeXhuHS67c,34
|
489
|
+
qontract_reconcile-0.9.1rc164.dist-info/RECORD,,
|
@@ -117,6 +117,9 @@ def fetch_desired_state(
|
|
117
117
|
for glitchtip_project in glitchtip_projects:
|
118
118
|
org = Organization(name=glitchtip_project.organization.name)
|
119
119
|
project = Project(name=glitchtip_project.name)
|
120
|
+
if project not in glitchtip_client.projects(organization_slug=org.slug):
|
121
|
+
logging.info(f"Project {project.name} does not exist (yet). Skipping.")
|
122
|
+
continue
|
120
123
|
key = glitchtip_client.project_key(
|
121
124
|
organization_slug=org.slug, project_slug=project.slug
|
122
125
|
)
|
File without changes
|
{qontract_reconcile-0.9.1rc163.dist-info → qontract_reconcile-0.9.1rc164.dist-info}/entry_points.txt
RENAMED
File without changes
|
{qontract_reconcile-0.9.1rc163.dist-info → qontract_reconcile-0.9.1rc164.dist-info}/top_level.txt
RENAMED
File without changes
|