Skip to content

Commit

Permalink
Merge pull request #291 from george0st/change
Browse files Browse the repository at this point in the history
Addition template tuning (MLRun version, links, report ID, limited/full)
  • Loading branch information
george0st authored Apr 20, 2024
2 parents a8573c9 + 773bedc commit 6299db4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions qgate_sln_mlrun/templates/qgt-mlrun.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@

</script>
<body>
<h2>Quality report for <u>MLRun {{ data.mlrun_server }}</u></h2>
<h2>Quality report for <a href="https://docs.mlrun.org/en/latest/change-log/index.html" target="_blank"><u>MLRun {{ data.mlrun_server }}</u></a></h2>
<p>Report ID: <b>{{ data.datetime }}</b> ({{ data.used_filters }})</p>

<button type="button" class="collapsible" {% if data.summary.state == 'DONE' %}style="background-color: green;"{% else %}style="background-color: #E20074;"{% endif %} onclick="myFunction('myDIV3','myFiltr')">
Expand Down Expand Up @@ -199,9 +199,9 @@ <h2>Quality report for <u>MLRun {{ data.mlrun_server }}</u></h2>
<div id="myDIV" style="display: none;" class="content-tiny">
<p>
<b>System information:</b><br>
&nbsp;&nbsp;<b style="color:blue;">MLRun: {{ data.mlrun }} (client)/{{ data.mlrun_server }} (server)</b>, <a href="https://docs.mlrun.org/en/latest/change-log/index.html" target="_blank">MLRun change log</a><br>
&nbsp;&nbsp;<b style="color:blue;">Python: {{ data.python }}</b><br>
&nbsp;&nbsp;<b style="color:blue;">MLRun: {{ data.mlrun }} (client)/{{ data.mlrun_server }} (server)</b>, <a href="https://docs.mlrun.org/en/latest/change-log/index.html" target="_blank">Change log</a>, <a href="https://docs.mlrun.org/en/latest/change-log/index.html#open-issues" target="_blank">Issues</a>, <a href="https://docs.mlrun.org/en/latest/change-log/index.html#limitations" target="_blank">Limitations</a><br>
&nbsp;&nbsp;<b style="color:blue;">QGate: {{ data.version }} (version)/{{ data.model_version }} (model)</b><br>
&nbsp;&nbsp;<b style="color:blue;">Python: {{ data.python }}</b><br>
&nbsp;&nbsp;<b>System:</b> {{ data.system }}<br>
&nbsp;&nbsp;<b>Platform:</b> {{ data.platform }}<br>
</p>
Expand Down
2 changes: 1 addition & 1 deletion qgate_sln_mlrun/templates/qgt-mlrun.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Summary, test scenarios: {{ data.summary.count_testcases }} [TOTAL] ({{ data.sum
{% if testcase.state == 'DONE' %}{{ testcase.state }} {% else %}{{ testcase.state }} {% endif %}... {{ testcase.name }}{% if testcase.detail is not none %}: {{ testcase.detail }}{% endif %}{% endfor %}{% endfor %}
# -----------------------
# MLRun: {{ data.mlrun }} (client)/{{ data.mlrun_server }} (server), see https://docs.mlrun.org/en/latest/change-log/index.html
# Python: {{ data.python }}
# QGate: {{ data.version }} (version)/{{ data.model_version }} (model)
# Python: {{ data.python }}
# System: {{ data.system }}
# Platform: {{ data.platform }}
# ----------------------- {% for variable in data.variables %}
Expand Down
2 changes: 1 addition & 1 deletion qgate_sln_mlrun/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Store the version here so:

__version__ = '0.2.0'
__version__ = '0.2.1'

0 comments on commit 6299db4

Please sign in to comment.