comparison TODO @ 5417:2a7a113d791d

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 08 Nov 2023 16:10:46 +0100
parents 68231ca4363a
children 59e3b6f8c5be
comparison
equal deleted inserted replaced
5416:08177310e269 5417:2a7a113d791d
52 "average" durations that are not very relevant 52 "average" durations that are not very relevant
53 (https://opentelemetry.io/docs/specs/otel/metrics/data-model/#histogram) 53 (https://opentelemetry.io/docs/specs/otel/metrics/data-model/#histogram)
54 - for job durations (+ have one histogram for each job) 54 - for job durations (+ have one histogram for each job)
55 - for HTTP request handling 55 - for HTTP request handling
56 - ... 56 - ...
57 * Investigate if one could fix KeepAlive race conditions:
58 https://discourse.orthanc-server.org/t/socket-hangup-with-rest-api/4023/3
57 59
58 ============================ 60 ============================
59 Documentation (Orthanc Book) 61 Documentation (Orthanc Book)
60 ============================ 62 ============================
61 63
262 * Add a C-Get SCP handler: OrthancPluginRegisterGetCallback 264 * Add a C-Get SCP handler: OrthancPluginRegisterGetCallback
263 https://groups.google.com/g/orthanc-users/c/NRhPkYX9IXQ/m/mWS11g0jBwAJ 265 https://groups.google.com/g/orthanc-users/c/NRhPkYX9IXQ/m/mWS11g0jBwAJ
264 * Add a primitive for user authentication (to generate 401 HTTP status, whereas 266 * Add a primitive for user authentication (to generate 401 HTTP status, whereas
265 the "RegisterIncomingHttpRequestFilter()" can only generate 403 HTTP status) 267 the "RegisterIncomingHttpRequestFilter()" can only generate 403 HTTP status)
266 https://groups.google.com/g/orthanc-users/c/ymtaAmgSs6Q/m/PqVBactQAQAJ 268 https://groups.google.com/g/orthanc-users/c/ymtaAmgSs6Q/m/PqVBactQAQAJ
269 * Add an index on the UUID column in the DelayedDeletion plugin:
270 https://discourse.orthanc-server.org/t/delayeddeletion-improvement-unique-index-on-pending-uuid-column/4032
271
267 272
268 ---------------- 273 ----------------
269 Ideas of plugins 274 Ideas of plugins
270 ---------------- 275 ----------------
271 276