qontract-reconcile 0.10.2.dev36__py3-none-any.whl → 0.10.2.dev37__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.dev36.dist-info → qontract_reconcile-0.10.2.dev37.dist-info}/METADATA +1 -1
- {qontract_reconcile-0.10.2.dev36.dist-info → qontract_reconcile-0.10.2.dev37.dist-info}/RECORD +5 -5
- tools/qontract_cli.py +1 -1
- {qontract_reconcile-0.10.2.dev36.dist-info → qontract_reconcile-0.10.2.dev37.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.2.dev36.dist-info → qontract_reconcile-0.10.2.dev37.dist-info}/entry_points.txt +0 -0
{qontract_reconcile-0.10.2.dev36.dist-info → qontract_reconcile-0.10.2.dev37.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.dev37
|
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.dev36.dist-info → qontract_reconcile-0.10.2.dev37.dist-info}/RECORD
RENAMED
@@ -746,7 +746,7 @@ tools/app_sre_tekton_access_reporter.py,sha256=o9prLUgQpwO3msRWc2as1xT1y9OB3znkp
|
|
746
746
|
tools/app_sre_tekton_access_revalidation.py,sha256=66nHEaY-bIqxIhpcmwN8AvQZu6ZXenfkg4Fut0pVZRM,2726
|
747
747
|
tools/glitchtip_access_reporter.py,sha256=o01A6b88t3Wie6tj_tJWWVo2J01LxQ_a9giGm4UzEaU,2901
|
748
748
|
tools/glitchtip_access_revalidation.py,sha256=8kbBJk04mkq28kWoRDDkfCGIF3GRg3pJrFAh1sW0dbk,2821
|
749
|
-
tools/qontract_cli.py,sha256=
|
749
|
+
tools/qontract_cli.py,sha256=6nb6kl6-1ZQpvBeUXEkeahUfIrTDUdEynkVTNLklj6o,147182
|
750
750
|
tools/sd_app_sre_alert_report.py,sha256=jQpJdXVID68bSNtJNOGDh0-ei1CfEUS4Itr4MAaBNFA,5062
|
751
751
|
tools/template_validation.py,sha256=qpKYaTgk0GOPGa2Ct5_5sKdwIHtCAKIBGzsMPuJU5fw,3371
|
752
752
|
tools/cli_commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -773,7 +773,7 @@ tools/saas_promotion_state/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
|
|
773
773
|
tools/saas_promotion_state/saas_promotion_state.py,sha256=UfwwRLS5Ya4_Nh1w5n1dvoYtchQvYE9yj1VANt2IKqI,3925
|
774
774
|
tools/sre_checkpoints/__init__.py,sha256=CDaDaywJnmRCLyl_NCcvxi-Zc0hTi_3OdwKiFOyS39I,145
|
775
775
|
tools/sre_checkpoints/util.py,sha256=zEDbGr18ZeHNQwW8pUsr2JRjuXIPz--WAGJxZo9sv_Y,894
|
776
|
-
qontract_reconcile-0.10.2.
|
777
|
-
qontract_reconcile-0.10.2.
|
778
|
-
qontract_reconcile-0.10.2.
|
779
|
-
qontract_reconcile-0.10.2.
|
776
|
+
qontract_reconcile-0.10.2.dev37.dist-info/METADATA,sha256=B0DOY2hcUnomQwibz-MLpISYAdAAMhgxFiXS0R5M7ZI,24665
|
777
|
+
qontract_reconcile-0.10.2.dev37.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
778
|
+
qontract_reconcile-0.10.2.dev37.dist-info/entry_points.txt,sha256=5i9l54La3vQrDLAdwDKQWC0iG4sV9RRfOb1BpvzOWLc,698
|
779
|
+
qontract_reconcile-0.10.2.dev37.dist-info/RECORD,,
|
tools/qontract_cli.py
CHANGED
@@ -2156,7 +2156,7 @@ def app_interface_merge_queue(ctx):
|
|
2156
2156
|
settings = queries.get_app_interface_settings()
|
2157
2157
|
instance = queries.get_gitlab_instance()
|
2158
2158
|
gl = GitLabApi(instance, project_url=settings["repoUrl"], settings=settings)
|
2159
|
-
merge_requests = glhk.get_merge_requests(True, gl)
|
2159
|
+
merge_requests = glhk.get_merge_requests(True, gl, state=None)
|
2160
2160
|
|
2161
2161
|
columns = [
|
2162
2162
|
"id",
|
{qontract_reconcile-0.10.2.dev36.dist-info → qontract_reconcile-0.10.2.dev37.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|