1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236
|
<h2 id="20110">Slurm 20.11.0<a class="slurm_link" href="#20110"></a></h2>
<h3>openapi/dbv0.0.36</h3>
<h4>Initial Implementation of database queries.</h4>
<h3>openapi/v0.0.36</h3>
<h4>add plugin</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">new v0.0.36 openapi plugin</td>
<td class="tdchange">
<ul>
<li>clone of existing v0.0.35 openapi plugin.</li>
<li>all paths renamed from v0.0.35 to v0.0.36.</li>
</ul>
</td>
</tr>
</table>
<h4>Add error schema</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">path</td>
<td class="tdchange">.components.schemas."v0.0.36_error"</td>
</tr>
</table>
<h4>return array of nodes instead of dictionary</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">path</td>
<td class="tdchange">.components.schemas."v0.0.36_nodes_response"</td>
</tr>
</table>
<h4>return array of partitions instead of dictionary</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">path</td>
<td class="tdchange">.components.schemas."v0.0.36_partitions_response"</td>
</tr>
</table>
<h4>return array of pings instead of dictionary</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">path</td>
<td class="tdchange">.components.schemas."v0.0.36_ping"</td>
</tr>
</table>
<h4>Simplify possible signals for canceling jobs</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">path</td>
<td class="tdchange">.paths."/job/{job_id}".delete.parameters[1]</td>
</tr>
</table>
<h4>Simplify exclusive for jobs submissions</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">path</td>
<td class="tdchange">.components.schemas."v0.0.36_job_properties".properties.exclusive</td>
</tr>
</table>
<h4>Simplify nodes for jobs submissions</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">path</td>
<td class="tdchange">.components.schemas."v0.0.36_job_properties".properties.nodes</td>
</tr>
</table>
<h4>Change server URL</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">previous</td>
<td class="tdchange">.servers[0].url=/</td>
</tr>
<tr class="trchange">
<td class="tdfield">new</td>
<td class="tdchange">.servers[0].url=/slurm/v0.0.36/</td>
</tr>
</table>
<h4>Add operationId tag</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">parent path</td>
<td class="tdchange">.paths</td>
</tr>
</table>
<h4>prepend every schema with v0.0.36_</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">parent path</td>
<td class="tdchange">.components.schemas</td>
</tr>
</table>
<h4>add tags openapi and slurm</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">new path</td>
<td class="tdchange">.tags</td>
</tr>
</table>
<h4>add support contact</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">new path</td>
<td class="tdchange">.info.contact</td>
</tr>
</table>
<h4>populate response from partitions query</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">new path</td>
<td class="tdchange">.components.schemas.partitions_response</td>
</tr>
</table>
<h4>rename "node_info" to "nodes_response"</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">removed path</td>
<td class="tdchange">.components.schemas.node_info</td>
</tr>
<tr class="trchange">
<td class="tdfield">new path</td>
<td class="tdchange">.components.schemas.nodes_response</td>
</tr>
</table>
<h4>add jobs query response properties</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">new path</td>
<td class="tdchange">.components.schemas.diag</td>
</tr>
</table>
<h4>define response to diag</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">new path</td>
<td class="tdchange">.components.schemas.diag</td>
</tr>
</table>
<h4>add job query response properties</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">new path</td>
<td class="tdchange">.components.schemas.job_response_properties</td>
</tr>
</table>
<h4>remove "requested_node_by_index"</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">removed path</td>
<td class="tdchange">.components.schemas.job_response_properties.properties.requested_node_by_index</td>
</tr>
</table>
<h4>rename "pn_min_tmp_disk" to "minimum_tmp_disk_per_node"</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">removed path</td>
<td class="tdchange">.components.schemas.job_response_properties.properties.pn_min_tmp_disk</td>
</tr>
<tr class="trchange">
<td class="tdfield">new path</td>
<td class="tdchange">.components.schemas.job_response_properties.properties.minimum_tmp_disk_per_node</td>
</tr>
</table>
<h4>renamed "nodes" to "node_count"</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">removed path</td>
<td class="tdchange">.components.schemas.job_response_properties.properties.nodes</td>
</tr>
<tr class="trchange">
<td class="tdfield">new path</td>
<td class="tdchange">.components.schemas.job_response_properties.properties.node_count</td>
</tr>
</table>
<h4>add get job responses schema</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">new path</td>
<td class="tdchange">.components.schemas.job_submission_response</td>
</tr>
</table>
<h4>use job_submission for job_submit instead of job_properties</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">changed field</td>
<td class="tdchange">.paths."/job/submit".requestBody.content."application/json"</td>
</tr>
<tr class="trchange">
<td class="tdfield">changed field</td>
<td class="tdchange">.paths."/job/submit".requestBody.content."application/x-yaml"</td>
</tr>
<tr class="trchange">
<td class="tdfield">new path</td>
<td class="tdchange">.components.schemas.job_submission</td>
</tr>
</table>
<h4>Set type for "job_properties" schema</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">new path</td>
<td class="tdchange">.components.schemas.v0.0.36_job_properties.properties.type</td>
</tr>
</table>
<h4>add security bearer</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">new path</td>
<td class="tdchange">.security</td>
</tr>
</table>
|