feat: add merge for repository configuration

Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
Konstantin Fickel 2026-01-31 19:50:36 +01:00
parent 4dbd142c74
commit 1040c060f6
Signed by: kfickel
GPG key ID: A793722F9933C1A5
6 changed files with 477 additions and 33 deletions

View file

@ -2,7 +2,7 @@ from datetime import datetime
from streamer.localize.localize import localize_stream_file
from streamer.localize.localized_shard import LocalizedShard
from streamer.localize.repostory_configuration import (
from streamer.localize.repository_configuration import (
Dimension,
Marker,
MarkerPlacement,
@ -34,7 +34,7 @@ repository_configuration = RepositoryConfiguration(
placements=[
MarkerPlacement(dimension="project"),
MarkerPlacement(
if_with=["Timesheet"], dimension="timesheet", value="coding"
if_with={"Timesheet"}, dimension="timesheet", value="coding"
),
],
),