Andreas Tille pushed to branch master at Debian Med / gnumed-server
Commits: 76e97c8b by Andreas Tille at 2023-11-28T08:44:02+01:00 New upstream version 22.26 - - - - - 7d188205 by Andreas Tille at 2023-11-28T08:44:02+01:00 routine-update: New upstream version - - - - - 9f39909c by Andreas Tille at 2023-11-28T08:44:35+01:00 Update upstream source from tag 'upstream/22.26' Update to upstream version '22.26' with Debian dir 30acbde2b4084e8321ced59c74bbef536cf1ab09 - - - - - e4cfd022 by Andreas Tille at 2023-11-28T08:44:43+01:00 routine-update: Build-Depends: s/dh-python/dh-sequence-python3/ - - - - - 3036920b by Andreas Tille at 2023-11-28T08:46:38+01:00 routine-update: Ready to upload to unstable - - - - - 7 changed files: - debian/changelog - debian/control - debian/rules - server/doc/schema/gnumed-entire_schema-no_audit.dot - server/doc/schema/gnumed-entire_schema.html - server/sql/v21-v22/fixups/v22-release_notes-fixup.sql - server/sql/v21-v22/superuser/v22-gm-load_auto_explain.sql Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +gnumed-server (22.26-1) unstable; urgency=medium + + * New upstream version + * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update) + + -- Andreas Tille <[email protected]> Tue, 28 Nov 2023 08:45:01 +0100 + gnumed-server (22.25-1) unstable; urgency=medium * New upstream version ===================================== debian/control ===================================== @@ -5,7 +5,7 @@ Uploaders: Andreas Tille <[email protected]>, Section: misc Priority: optional Build-Depends: debhelper-compat (= 13), - dh-python, + dh-sequence-python3, python3 Build-Depends-Indep: po-debconf Standards-Version: 4.6.2 ===================================== debian/rules ===================================== @@ -3,7 +3,7 @@ include /usr/share/dpkg/default.mk %: - dh $@ --with python3 + dh $@ override_dh_install: dh_install ===================================== server/doc/schema/gnumed-entire_schema-no_audit.dot ===================================== The diff for this file was not included because it is too large. ===================================== server/doc/schema/gnumed-entire_schema.html ===================================== The diff for this file was not included because it is too large. ===================================== server/sql/v21-v22/fixups/v22-release_notes-fixup.sql ===================================== @@ -17,30 +17,17 @@ INSERT INTO dem.message_inbox ( ) VALUES ( (select pk from dem.staff where db_user = 'any-doc'), (select pk_type from dem.v_inbox_item_type where type = 'memo' and category = 'administrative'), - 'Release Notes for GNUmed 1.8.15 (database v22.25)', - 'GNUmed 1.8.15 Release Notes: + 'Release Notes for GNUmed 1.8.16 (database v22.26)', + 'GNUmed 1.8.16 Release Notes: - 1.8.15 + 1.8.16 -IMPROVED: person search: query speed +FIX: SQL plugin: exception on faulty query +FIX: meds plugin: grid selection constant names +FIX: gtk: do not abort on sizer flags inconsistencies in production code - 1.8.14 - -FIX: plugins: exception on raising configured but unloaded plugin - -IMPROVED: SOAP: on patient change ask if unsaved SOAP [thanks Marc] -IMPROVED: DB: setup connections for auto_explain in --debug mode - - 22.25 - -IMPROVED: identity/names: indices - - 22.24 - -IMPROVED: blobs: indices [thanks Marc] - -FIX: waiting list: failure in function moving entries +IMPROVED: plugin PACS: layout '); -- -------------------------------------------------------------- -select gm.log_script_insertion('v22-release_notes-fixup.sql', '[email protected]'); +select gm.log_script_insertion('v22-release_notes-fixup.sql', '[email protected]'); ===================================== server/sql/v21-v22/superuser/v22-gm-load_auto_explain.sql ===================================== @@ -19,21 +19,22 @@ create or replace function gm.load_auto_explain(IN _min_duration integer) security definer as ' BEGIN - IF _min_duration < 2000 THEN - _min_duration := 2000; + IF _min_duration < 1500 THEN + _min_duration := 1500; END IF; LOAD ''auto_explain''; PERFORM set_config(''auto_explain.log_min_duration''::TEXT, _min_duration::TEXT, false); PERFORM set_config(''auto_explain.log_analyze''::TEXT, ''ON''::TEXT, false); PERFORM set_config(''auto_explain.log_verbose''::TEXT, ''ON''::TEXT, false); PERFORM set_config(''auto_explain.log_timing''::TEXT, ''ON''::TEXT, false); + PERFORM set_config(''auto_explain.log_nested_statements''::TEXT, ''ON''::TEXT, false); RETURN TRUE; END;'; COMMENT ON FUNCTION gm.load_auto_explain(IN _min_duration integer) IS 'Load and configure auto_explain. . -Integer argument = auto_explain.log_min_duration in milliseconds with a lower bound of 2000.'; +Integer argument = auto_explain.log_min_duration in milliseconds with a lower bound of 1500.'; -- -------------------------------------------------------------- -select gm.log_script_insertion('v22-gm-load_auto_explain.sql', '22.25'); +select gm.log_script_insertion('v22-gm-load_auto_explain.sql', '22.26'); View it on GitLab: https://salsa.debian.org/med-team/gnumed-server/-/compare/ef6733df50e75c7967667e9ac4e08200fe6fec2b...3036920b9324d9ce6fe766b021996786cca3fb92 -- View it on GitLab: https://salsa.debian.org/med-team/gnumed-server/-/compare/ef6733df50e75c7967667e9ac4e08200fe6fec2b...3036920b9324d9ce6fe766b021996786cca3fb92 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
