Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create .coderabbit.yaml #589

Merged
merged 2 commits into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
reviews:
review_status: true
auto_review:
enabled: true
base_branches:
- next
drafts: true
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
## Release Muc-14


<h2> Aufgabe
</h2>
<ul>
<li>[<a href='https://jira.muenchen.de/browse/ZMS-2404'>ZMS-2404</a>] - Parallelisierung des E-Mail-Versand Cronjobs
</li>
</ul>

<h2> Bug
</h2>
<ul>
<li>[<a href='https://jira.muenchen.de/browse/ZMS-1920'>ZMS-1920</a>] - Beim erstellen einer neuen Öffnungszeit erscheint initial eine Fehlermeldung
</li>
<li>[<a href='https://jira.muenchen.de/browse/ZMS-2149'>ZMS-2149</a>] - ZMS-LOAD Daily Cron Deadlock Exception
</li>
<li>[<a href='https://jira.muenchen.de/browse/ZMS-2816'>ZMS-2816</a>] - Template für ICS Datei lässt sich nicht über &quot;Mail Templates&quot; ändern
</li>
<li>[<a href='https://jira.muenchen.de/browse/ZMS-2966'>ZMS-2966</a>] - E-Kiosk: Fehler bei Auswahl einer einzelnen Dienstleistung
</li>
<li>[<a href='https://jira.muenchen.de/browse/ZMS-2995'>ZMS-2995</a>] - Passworthash vom Sachbearbeiter ist Sichtbar
</li>
<li>[<a href='https://jira.muenchen.de/browse/ZMS-3037'>ZMS-3037</a>] - Schlechte Performance bei LuP Test
</li>
<li>[<a href='https://jira.muenchen.de/browse/ZMS-3097'>ZMS-3097</a>] - Zeitschlitz in Verbindung mit Termindauer und gleiche DL an mehreren Standorten
</li>
</ul>

<h2> Story
</h2>
<ul>
<li>[<a href='https://jira.muenchen.de/browse/ZMS-1911'>ZMS-1911</a>] - Öffnungszeiten-Erstellung - Akkordeon automatisch aufklappen
</li>
<li>[<a href='https://jira.muenchen.de/browse/ZMS-2427'>ZMS-2427</a>] - Preview für Anpassung E-Mail Templates
</li>
<li>[<a href='https://jira.muenchen.de/browse/ZMS-2634'>ZMS-2634</a>] - Hinweis auf Überschreitung der max. erlaubten Slots bei internen Terminbuchungen
</li>
<li>[<a href='https://jira.muenchen.de/browse/ZMS-2988'>ZMS-2988</a>] - E-Kiosk: Layout für die Anzeige ersetzen
</li>
</ul>


## Release Muc-13

<h2> Bug
Expand Down
Loading