1
0

34 Commits

Author SHA256 Message Date
18ed6281da Accepting request 1321153 from graphics
OBS-URL: https://build.opensuse.org/request/show/1321153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-postgresql?expand=0&rev=16
2025-12-05 15:56:13 +00:00
c803c0e04b - version 10.0
* update mainly providing new Reserve and Acknowledge primitives 
    for Queues in plugins

OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-postgresql?expand=0&rev=33
2025-12-04 12:37:23 +00:00
e2fcb36aab Accepting request 1304030 from graphics
preparation for boost 1.89 (forwarded request 1303612 from DocB)

OBS-URL: https://build.opensuse.org/request/show/1304030
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-postgresql?expand=0&rev=15
2025-09-11 12:41:43 +00:00
4b1939cd97 preparation for boost 1.89
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-postgresql?expand=0&rev=31
2025-09-11 08:34:03 +00:00
985ee47260 Accepting request 1300260 from graphics
version update (forwarded request 1300100 from DocB)

OBS-URL: https://build.opensuse.org/request/show/1300260
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-postgresql?expand=0&rev=14
2025-08-19 14:47:39 +00:00
d211c47f32 version update
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-postgresql?expand=0&rev=29
2025-08-19 10:20:49 +00:00
58dee52dbf Accepting request 1249860 from graphics
OBS-URL: https://build.opensuse.org/request/show/1249860
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-postgresql?expand=0&rev=13
2025-03-04 17:31:37 +00:00
31c15e2cf2 Accepting request 1249067 from home:DocB:Orthanc
- version 7.2
  * Optimized the SQL query that is maintaing the childCount
    when new instances are ingested.
  * New configuration "AllowInconsistentChildCounts" to speed
    up childCount computation.  If set to true, childCount values
    of recently ingested resources will be incorrect until the next
    execution of the DB Housekeeping thread (defined by "HousekeepingInterval"
    - default value is 1s)
  * Fixed high memory usage due to caching of too many
    prepared SQL statement when using since & limit.
  * Removed duplicate comparison in find SQL queries.
  * Now returning results when e.g, ordering instances against a metadata they don't have.

OBS-URL: https://build.opensuse.org/request/show/1249067
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-postgresql?expand=0&rev=27
2025-03-03 16:10:37 +00:00
3741eeea02 Accepting request 1240630 from graphics
OBS-URL: https://build.opensuse.org/request/show/1240630
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-postgresql?expand=0&rev=12
2025-01-28 13:58:53 +00:00
95f44dd4f5 Accepting request 1240163 from home:DocB:Orthanc
version update

OBS-URL: https://build.opensuse.org/request/show/1240163
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-postgresql?expand=0&rev=25
2025-01-27 19:26:48 +00:00
a25ba52228 Accepting request 1233000 from graphics
OBS-URL: https://build.opensuse.org/request/show/1233000
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-postgresql?expand=0&rev=11
2024-12-22 17:04:54 +00:00
41417dd8c0 Accepting request 1232976 from home:DocB:Orthanc
version update

OBS-URL: https://build.opensuse.org/request/show/1232976
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-postgresql?expand=0&rev=23
2024-12-21 21:34:23 +00:00
86ce624217 Accepting request 1159362 from graphics
- use gcc13 for Leap > 15.2

OBS-URL: https://build.opensuse.org/request/show/1159362
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-postgresql?expand=0&rev=10
2024-03-20 20:15:03 +00:00
289b74c26a OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-postgresql?expand=0&rev=21 2024-03-19 11:55:27 +00:00
533ce228cb Accepting request 1158444 from home:DocB:Orthanc
updated build info

OBS-URL: https://build.opensuse.org/request/show/1158444
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-postgresql?expand=0&rev=20
2024-03-19 11:11:11 +00:00
15c5f09c49 Accepting request 1156337 from graphics
OBS-URL: https://build.opensuse.org/request/show/1156337
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-postgresql?expand=0&rev=9
2024-03-08 17:10:28 +00:00
1d56e9999e Accepting request 1156145 from home:DocB:Orthanc
- fix build for Leap < 15.6 (no gcc13)
- Build orthanc-postgresql with gcc13 on Leap 15
- version 6.1
  * Fixed handling of MaximumStorageSize & MaximumPatientCount.
- version 6.0
  * DB schema revision: 2
  * The DB schema has been updated to Revision 2.  If you need to reinstall the previous
    version of the plugin, you should run this script:
    https://orthanc.uclouvain.be/hg/orthanc-databases/file/tip/PostgreSQL/Plugins/SQL/Downgrades/Rev2ToRev1.sql
  * Transaction Mode:
    Introduced a new configuration "TransactionMode" to select the transaction isolation level.
    Allowed values: "Serializable", "ReadCommitted".
    The "Serializable" mode was the only available value up to now.  It is still the default
    value now.
    The "ReadCommitted" is possible now due to rewrites of SQL queries and notably improves
    the Orthanc ability to ingest data from multiple sources in parallel.
  * New "EnableVerboseLogs" configuration to show SQL statements being executed.
- version 5.1 
  * Optimization of LookupResources mainly used in tools/find, C-Find and QIDO-RS.
- version 5.0
  * Compatibility with Orthanc SDK 1.12.0 (communications between the
    Orthanc core and the database plugin using Google Protocol Buffers)
  * Upgraded dependencies for static builds (notably on Windows and LSB):
    - openssl 3.1.0
  * psql114.patch removed (included in source)
  
- Version 4.0 (no changelog)
- Version 3.3
* Added an advisory lock to avoid race conditions during database setup
* Added "MaximumConnectionRetries" & "ConnectionRetryInterval" to configure 
  the retries when connecting to the DB at startup
* Support of dynamic linking against the system-wide Orthanc framework library
* build aginst orthanc-framework removed 
- switch to orthanc-framework (static version)
  psql114.patch extended for psql 12/13 versions
- For Leap version >= 15.2, postgresql-server-devel need to be used
- Version 3.2
  Initial build on OBS

OBS-URL: https://build.opensuse.org/request/show/1156145
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-postgresql?expand=0&rev=18
2024-03-08 11:24:39 +00:00
d8c36825dc Accepting request 1156131 from graphics
OBS-URL: https://build.opensuse.org/request/show/1156131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-postgresql?expand=0&rev=8
2024-03-07 21:02:46 +00:00
14a02406bb Accepting request 1156020 from home:mlin7442:rebuild_fails_156
fix Leap build

OBS-URL: https://build.opensuse.org/request/show/1156020
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-postgresql?expand=0&rev=16
2024-03-07 19:33:50 +00:00
e1b8007429 Accepting request 1146799 from graphics
- version 6.0
  * DB schema revision: 2
  * The DB schema has been updated to Revision 2.  If you need to reinstall the previous
    version of the plugin, you should run this script:
    https://orthanc.uclouvain.be/hg/orthanc-databases/file/tip/PostgreSQL/Plugins/SQL/Downgrades/Rev2ToRev1.sql
  * Transaction Mode:
    Introduced a new configuration "TransactionMode" to select the transaction isolation level.
    Allowed values: "Serializable", "ReadCommitted".
    The "Serializable" mode was the only available value up to now.  It is still the default
    value now.
    The "ReadCommitted" is possible now due to rewrites of SQL queries and notably improves
    the Orthanc ability to ingest data from multiple sources in parallel.
  * New "EnableVerboseLogs" configuration to show SQL statements being executed.

OBS-URL: https://build.opensuse.org/request/show/1146799
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-postgresql?expand=0&rev=7
2024-02-15 20:01:23 +00:00
85554c35df Accepting request 1146769 from home:DocB:Orthanc
typo corrected

OBS-URL: https://build.opensuse.org/request/show/1146769
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-postgresql?expand=0&rev=14
2024-02-15 09:56:24 +00:00
a983395ce6 Accepting request 1146606 from home:DocB:Orthanc
- version 6.0
  * DB schema revision: 2
  * The DB schema has been updated to Revision 2.  If you need to reinstall the previous
    version of the plugin, you should run this script:
    https://orthanc.uclouvain.be/hg/orthanc-databases/file/tip/PostgreSQL/Plugins/SQL/Downgrades/Rev2ToRev1.sql
  * Transaction Mode:
    Introduced a new configuration "TransactionMode" to select the transaction isolation level.
    Allowed values: "Serializable", "ReadCommitted".
    The "Serializable" mode was the only available value up to now.  It is still the default
    value now.
    The "ReadCommitted" is possible now due to rewrites of SQL queries and notably improves
    the Orthanc ability to ingest data from multiple sources in parallel.
  * New "EnableVerboseLogs" configuration to show SQL statements being executed.

OBS-URL: https://build.opensuse.org/request/show/1146606
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-postgresql?expand=0&rev=13
2024-02-14 17:10:41 +00:00
0c7707f5ff Accepting request 1098222 from graphics
OBS-URL: https://build.opensuse.org/request/show/1098222
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-postgresql?expand=0&rev=6
2023-07-12 15:27:33 +00:00
62a86ea68d Accepting request 1098211 from home:DocB:Orthanc
- version 5.1 
  * Optimization of LookupResources mainly used in tools/find, C-Find and QIDO-RS.
- version 5.0
  * Compatibility with Orthanc SDK 1.12.0 (communications between the
    Orthanc core and the database plugin using Google Protocol Buffers)
  * Upgraded dependencies for static builds (notably on Windows and LSB):
    - openssl 3.1.0
  * psql114.patch removed (included in source)

OBS-URL: https://build.opensuse.org/request/show/1098211
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-postgresql?expand=0&rev=11
2023-07-11 15:00:34 +00:00
c271d699f7 Accepting request 892109 from graphics
OBS-URL: https://build.opensuse.org/request/show/892109
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-postgresql?expand=0&rev=5
2021-05-11 21:04:00 +00:00
f0b14be945 Accepting request 891810 from home:DocB:Orthanc
updates for orthanc and plugins

OBS-URL: https://build.opensuse.org/request/show/891810
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-postgresql?expand=0&rev=9
2021-05-10 18:13:43 +00:00
8426a33e6b Accepting request 856026 from graphics
OBS-URL: https://build.opensuse.org/request/show/856026
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-postgresql?expand=0&rev=4
2020-12-16 10:01:00 +00:00
c5b71265c3 Accepting request 856023 from home:DocB:Orthanc
update for orthanc psql

OBS-URL: https://build.opensuse.org/request/show/856023
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-postgresql?expand=0&rev=7
2020-12-15 15:16:48 +00:00
e5cedd2883 Accepting request 846161 from graphics
OBS-URL: https://build.opensuse.org/request/show/846161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-postgresql?expand=0&rev=3
2020-11-12 21:38:12 +00:00
4b03f5212e Accepting request 845603 from home:DocB:Orthanc
switch to orthanc-framework for building

OBS-URL: https://build.opensuse.org/request/show/845603
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-postgresql?expand=0&rev=5
2020-11-05 09:21:25 +00:00
35f4b264f3 Accepting request 785220 from graphics
OBS-URL: https://build.opensuse.org/request/show/785220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-postgresql?expand=0&rev=2
2020-03-16 09:19:21 +00:00
35c9839620 Accepting request 785182 from home:mlin7442:rebuild_152_20200315
fix Leap build

OBS-URL: https://build.opensuse.org/request/show/785182
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-postgresql?expand=0&rev=3
2020-03-15 07:09:03 +00:00
388f01f55f Accepting request 747331 from graphics
Initial submission - database plugin for Orthanc

OBS-URL: https://build.opensuse.org/request/show/747331
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-postgresql?expand=0&rev=1
2019-12-04 12:49:56 +00:00
64c2c8eaff Accepting request 745160 from home:DocB:Orthanc
additional cleaning of spec file & remarks from last submit

OBS-URL: https://build.opensuse.org/request/show/745160
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-postgresql?expand=0&rev=1
2019-11-10 10:49:30 +00:00