qontract-reconcile 0.10.2.dev162__py3-none-any.whl → 0.10.2.dev163__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.dev162.dist-info → qontract_reconcile-0.10.2.dev163.dist-info}/METADATA +1 -1
- {qontract_reconcile-0.10.2.dev162.dist-info → qontract_reconcile-0.10.2.dev163.dist-info}/RECORD +5 -5
- reconcile/gitlab_housekeeping.py +1 -1
- {qontract_reconcile-0.10.2.dev162.dist-info → qontract_reconcile-0.10.2.dev163.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.2.dev162.dist-info → qontract_reconcile-0.10.2.dev163.dist-info}/entry_points.txt +0 -0
{qontract_reconcile-0.10.2.dev162.dist-info → qontract_reconcile-0.10.2.dev163.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.dev163
|
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.dev162.dist-info → qontract_reconcile-0.10.2.dev163.dist-info}/RECORD
RENAMED
@@ -30,7 +30,7 @@ reconcile/github_repo_permissions_validator.py,sha256=DsM5IdEw3HvrpSRR9ZYjOLwE7Q
|
|
30
30
|
reconcile/github_users.py,sha256=QdX164LZrm8sqggMj-0beCzWofpS6OEBfzKNrWPrfj0,3934
|
31
31
|
reconcile/github_validator.py,sha256=-j17tn3csFVjPMSPL3te48iWVkPZCncRXdeKeLdGjjQ,931
|
32
32
|
reconcile/gitlab_fork_compliance.py,sha256=RbHckzLnE9zkOFHJANzoejEMMbMAivmqJVs3Suvp9lU,4591
|
33
|
-
reconcile/gitlab_housekeeping.py,sha256=
|
33
|
+
reconcile/gitlab_housekeeping.py,sha256=c31Jtw5t8bnOzUO9jMWF_0DHitPzol93AA7YWBxM5L0,25416
|
34
34
|
reconcile/gitlab_labeler.py,sha256=BA2dbXsN9hErUwJl22qcxfeH7XiPCuQ9LN3NddWdnpo,4540
|
35
35
|
reconcile/gitlab_members.py,sha256=MUIgYDLeJx2-_vMypyq2Pa17cpKdXATYhtVACS2ghpQ,8297
|
36
36
|
reconcile/gitlab_mr_sqs_consumer.py,sha256=i_MDVfA3Uk_TJiNkfEJzhO6_rwR7z3I3dH9oEw686U4,2681
|
@@ -804,7 +804,7 @@ tools/saas_promotion_state/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
|
|
804
804
|
tools/saas_promotion_state/saas_promotion_state.py,sha256=UfwwRLS5Ya4_Nh1w5n1dvoYtchQvYE9yj1VANt2IKqI,3925
|
805
805
|
tools/sre_checkpoints/__init__.py,sha256=CDaDaywJnmRCLyl_NCcvxi-Zc0hTi_3OdwKiFOyS39I,145
|
806
806
|
tools/sre_checkpoints/util.py,sha256=zEDbGr18ZeHNQwW8pUsr2JRjuXIPz--WAGJxZo9sv_Y,894
|
807
|
-
qontract_reconcile-0.10.2.
|
808
|
-
qontract_reconcile-0.10.2.
|
809
|
-
qontract_reconcile-0.10.2.
|
810
|
-
qontract_reconcile-0.10.2.
|
807
|
+
qontract_reconcile-0.10.2.dev163.dist-info/METADATA,sha256=5N8yyOG8iyt-2Yd_11j59PrrMza06xwFPNvd7qIjYrk,24627
|
808
|
+
qontract_reconcile-0.10.2.dev163.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
809
|
+
qontract_reconcile-0.10.2.dev163.dist-info/entry_points.txt,sha256=5i9l54La3vQrDLAdwDKQWC0iG4sV9RRfOb1BpvzOWLc,698
|
810
|
+
qontract_reconcile-0.10.2.dev163.dist-info/RECORD,,
|
reconcile/gitlab_housekeeping.py
CHANGED
@@ -229,7 +229,7 @@ def verify_on_demand_tests(
|
|
229
229
|
commit.id,
|
230
230
|
])
|
231
231
|
if not dry_run and state_change:
|
232
|
-
markdown_report = f"On-demand Tests: \n\n All necessary tests have
|
232
|
+
markdown_report = f"On-demand Tests: \n\n All necessary tests have passed for latest [commit]({commit.web_url})\n"
|
233
233
|
gl.delete_merge_request_comments(mr, startswith="On-demand Tests:")
|
234
234
|
gl.add_comment_to_merge_request(mr, markdown_report)
|
235
235
|
state.add(state_key, remaining_tests, force=True)
|
{qontract_reconcile-0.10.2.dev162.dist-info → qontract_reconcile-0.10.2.dev163.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|