From f847179784964e578e8982fe01e8bfb2ee8d153f Mon Sep 17 00:00:00 2001 From: Luisa Date: Wed, 29 May 2024 09:10:28 +0200 Subject: [PATCH 1/3] New chyron color fields in projector --- models.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/models.yml b/models.yml index b7f51449..9af2330b 100644 --- a/models.yml +++ b/models.yml @@ -3874,10 +3874,18 @@ projector: type: color default: "#317796" restriction_mode: A + chyron_background_color_2: + type: color + default: "#134768" + restriction_mode: A chyron_font_color: type: color default: "#ffffff" restriction_mode: A + chyron_font_color_2: + type: color + default: "#ffffff" + restriction_mode: A show_header_footer: type: boolean default: true From 57921256bb21feaff341a7365652852e174c063f Mon Sep 17 00:00:00 2001 From: Elblinator Date: Tue, 4 Jun 2024 13:54:59 +0200 Subject: [PATCH 2/3] Add memeber number to global search --- search.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/search.yml b/search.yml index bc287f1f..47f8a322 100644 --- a/search.yml +++ b/search.yml @@ -256,6 +256,7 @@ user: - organization_management_level - meeting_ids - owner_id + - member_number searchable_config: first_name: analyzer: simple From 1bcc5b1e10976ab94f78e8032b7b4a6147c5fde4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 23:49:00 +0000 Subject: [PATCH 3/3] Bump pytest from 8.2.1 to 8.2.2 in /dev Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.2.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.2.1...8.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/requirements.txt b/dev/requirements.txt index 78e86119..3185da1f 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -3,7 +3,7 @@ black==24.4.2 flake8==7.0.0 isort==5.13.2 mypy==1.10.0 -pytest==8.2.1 +pytest==8.2.2 pyupgrade==3.15.2 pyyaml==6.0.1 simplejson==3.19.2