Skip to content
Snippets Groups Projects
Commit 7c0af7d8 authored by Nathan Rini's avatar Nathan Rini Committed by Tim Wickberg
Browse files

openapi/dbv0.0.38 - Correct tree position of dbv0.0.38_job_step

Bug 12365
parent cf48ebbf
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ documents those changes that are of interest to users and administrators.
-- openapi/v0.0.38 - enable job priority field for job submissions and updates.
-- openapi/v0.0.38 - request node states query includes MIXED state instead of
only allocated.
-- openapi/dbv0.0.38 - Correct tree position of dbv0.0.38_job_step.
 
* Changes in Slurm 21.08.3
==========================
......
......@@ -56,6 +56,19 @@ paths in a single quote string to avoid shell replacements.</p>
</tr>
</table>
<h4>Correct placement of step TRES</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">previous path</td>
<td class="tdchange">.components.schemas."dbv0.0.38_job_step".properties.step.properties.tres</td>
</tr>
<tr class="trchange">
<td class="tdfield">new path</td>
<td class="tdchange">.components.schemas."dbv0.0.38_job_step".properties.tres</td>
</tr>
</table>
<h3>openapi/v0.0.38 (src/plugins/openapi/v0.0.38/openapi.json)</h3>
<h4>Allow strings for JobIds instead of only numerical JobIds.</h4>
......
......@@ -3020,8 +3020,10 @@
},
"name": {
"type": "string",
"description": "Step name"
},
"description": "Step name"
}
}
},
"task": {
"type": "object",
"description": "Task properties",
......@@ -3076,8 +3078,6 @@
"$ref": "#/components/schemas/dbv0.0.38_tres_list"
}
}
}
}
}
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment