qontract-reconcile 0.10.1rc279__py3-none-any.whl → 0.10.1rc280__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: qontract-reconcile
3
- Version: 0.10.1rc279
3
+ Version: 0.10.1rc280
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
@@ -449,7 +449,7 @@ reconcile/typed_queries/pagerduty_instances.py,sha256=QCHqEAakiH6eSob0Pnnn3IBd8G
449
449
  reconcile/typed_queries/repos.py,sha256=RKBsf7IDS6NsXTtXxJ9Ol9G3bxG9sr3vW9QQ2bahEHo,512
450
450
  reconcile/typed_queries/saas_files.py,sha256=idI0NyPpgSfXVAA-LlQ_BsX_p388GhTh1mHT1IBn71w,11874
451
451
  reconcile/typed_queries/smtp.py,sha256=aSLglYa5bHKmlGwKkxq2RZqyMWuAf0a4S_mOuhDa084,542
452
- reconcile/typed_queries/status_board.py,sha256=naxJHb13uqgX6ZkI6cVtNjFUEdbEHIkZkRmimlRAiwA,1593
452
+ reconcile/typed_queries/status_board.py,sha256=FrRsJqJeuYEfyCDO6v4EN6uskLpESziSScCFVofZTSM,1563
453
453
  reconcile/typed_queries/tekton_pipeline_providers.py,sha256=2mpHBdsNPQB94tw0H9aenGuqj8EEjYolQ03YEq1CpiY,546
454
454
  reconcile/typed_queries/terraform_namespaces.py,sha256=71ARJ-GzkU9tBM0IfJTL3NF4349SJy-Mgs_DwAgUz_g,444
455
455
  reconcile/typed_queries/terraform_tgw_attachments/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -595,8 +595,8 @@ tools/test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
595
595
  tools/test/test_qontract_cli.py,sha256=awwTHEc2DWlykuqGIYM0WOBoSL0KRnOraCLk3C7izis,1401
596
596
  tools/test/test_sd_app_sre_alert_report.py,sha256=JeLhgzpKCPgLvptwg_4ZvJHLVWKNG1T5845HXTkMBxA,1826
597
597
  tools/test/test_sre_checkpoints.py,sha256=SKqPPTl9ua0RFdSSofnoQX-JZE6dFLO3LRhfQzqtfh8,2607
598
- qontract_reconcile-0.10.1rc279.dist-info/METADATA,sha256=k0TkzA3F1OuRiJdOdiYZUvnibz2cflZjJey6VM3G_Nk,2224
599
- qontract_reconcile-0.10.1rc279.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
600
- qontract_reconcile-0.10.1rc279.dist-info/entry_points.txt,sha256=ErVY2Jp-0Rtuq5KOtMlW5yvna4nIEuc_1YbEdEdcy9o,301
601
- qontract_reconcile-0.10.1rc279.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
602
- qontract_reconcile-0.10.1rc279.dist-info/RECORD,,
598
+ qontract_reconcile-0.10.1rc280.dist-info/METADATA,sha256=SsOZ4bR4ohgK8pNGY5SxEPTAzZGb80If1CJ9pD0U5-c,2224
599
+ qontract_reconcile-0.10.1rc280.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
600
+ qontract_reconcile-0.10.1rc280.dist-info/entry_points.txt,sha256=ErVY2Jp-0Rtuq5KOtMlW5yvna4nIEuc_1YbEdEdcy9o,301
601
+ qontract_reconcile-0.10.1rc280.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
602
+ qontract_reconcile-0.10.1rc280.dist-info/RECORD,,
@@ -38,7 +38,6 @@ def get_selected_app_names(
38
38
  child_dict = child.dict(by_alias=True)
39
39
  child_dict["name"] = f"{namespace.app.name}-{child.name}"
40
40
  apps["apps"].append(child_dict)
41
- print(child_dict)
42
41
 
43
42
  selectors = set(global_selectors)
44
43
  if product.app_selectors: