comparison TODO @ 5482:4b51cf06b697 pg-transactions

merge mainline -> pg-transactions
author Alain Mazy <am@osimis.io>
date Thu, 21 Dec 2023 16:13:00 +0100
parents f7ac06300f86
children 5a34160b7627
comparison
equal deleted inserted replaced
5466:dceed5e3d6a9 5482:4b51cf06b697
136 https://discourse.orthanc-server.org/t/some-confusion-about-jobs-function/3887 136 https://discourse.orthanc-server.org/t/some-confusion-about-jobs-function/3887
137 * allow filtering/ordering on the /jobs route: 137 * allow filtering/ordering on the /jobs route:
138 https://groups.google.com/g/orthanc-users/c/hsZ1jng5rIg/m/8xZL2C1VBgAJ 138 https://groups.google.com/g/orthanc-users/c/hsZ1jng5rIg/m/8xZL2C1VBgAJ
139 * add an "AutoDeleteIfSuccessful": false option when creating jobs 139 * add an "AutoDeleteIfSuccessful": false option when creating jobs
140 https://discourse.orthanc-server.org/t/job-history-combined-with-auto-forwarding/3729/10 140 https://discourse.orthanc-server.org/t/job-history-combined-with-auto-forwarding/3729/10
141 * Also implement a GET variant of /tools/create-archive + sibling routes
142 in which resources & transcode options are provided as get arguments.
143 https://groups.google.com/g/orthanc-users/c/PmaRZ609ztA/m/JdwXvIBKAQAJ
144 * Allow skiping automatic conversion of color-space in transcoding/decoding. 141 * Allow skiping automatic conversion of color-space in transcoding/decoding.
145 The patch that was initialy provided was breaking the IngestTranscoding. 142 The patch that was initialy provided was breaking the IngestTranscoding.
143 This might require a DCMTK decoding plugin ?
146 https://discourse.orthanc-server.org/t/orthanc-convert-ybr-to-rgb-but-does-not-change-metadata/3533/9 144 https://discourse.orthanc-server.org/t/orthanc-convert-ybr-to-rgb-but-does-not-change-metadata/3533/9
147 * Implement a 'commit' route to force the Stable status earlier. 145 * Implement a 'commit' route to force the Stable status earlier.
148 https://discourse.orthanc-server.org/t/expediting-stability-of-a-dicom-study-new-api-endpoint/1684 146 https://discourse.orthanc-server.org/t/expediting-stability-of-a-dicom-study-new-api-endpoint/1684
149 147
150 --------- 148 ---------