73 lines
2.1 KiB
Markdown
73 lines
2.1 KiB
Markdown
---
|
|
journal: ivv daily
|
|
journal-date: 2022-10-20
|
|
journal-start-date: 2022-10-20
|
|
journal-end-date: 2022-10-20
|
|
---
|
|
```calendar-timeline
|
|
```
|
|
|
|
## Journal
|
|
- [x] ee_releasebuild_service [completion:: 2022-10-20]
|
|
REST endpoint releaseabschliessen muss auch bei nicht existierenden Releases sprechenden Fehlermeldungen ausgeben
|
|
- [x] Teams-Gespräch mit [[Frank Poelders]] [completion:: 2022-10-20]
|
|
Die Projekte auf dem codegenerator-jenkins erkennen keine Up- und Downstream-Projekte.
|
|
Nach gemeinsamer Recherche kamen wir zu dem Ergebnis, dass Jenkins die Verwendung von Artefakten in Up-/Downstream-Projekten an dem erfolgreichen Maven-Publish erkennt.
|
|
Frank wird in seinen Projekten versuchsweise ein lokales Verzeichnis für Maven-Publish einrichten, um unsere Vermutung zu verifizieren.
|
|
- [x] 09:15 - 09:30 [[SKM Standup]] [completion:: 2022-10-20]
|
|
alle eigenen Ticket für R9.36.210 sind bereit zum Testen
|
|
|
|
## Ziele
|
|
|
|
##### [[2022-W42#^42i|Woche]] | [[2022-10#^10i|Monat]] | [[2022-Q4#^q4i|Quartal]] | [[2022## Jahresziele|Jahr]]
|
|
|
|
## Aufgaben
|
|
|
|
> [!hint]- Aktuelle Aufgaben
|
|
>```tasks
|
|
>not done
|
|
>happens on 2022-10-20
|
|
>path regex does not match /^Resources\/Templates\/.*/
|
|
>path regex does not match /^Übersicht\/.*/
|
|
>```
|
|
|
|
> [!todo]- Aktive Aufgaben
|
|
>```tasks
|
|
>not done
|
|
>happens before 2022-10-20
|
|
>path regex does not match /^Resources\/Templates\/.*/
|
|
>path regex does not match /^Übersicht\/.*/
|
|
>```
|
|
|
|
> [!warning]- Heute fällig
|
|
>```tasks
|
|
>not done
|
|
>has due date
|
|
>due on 2022-10-20
|
|
>path regex does not match /^Resources\/Templates\/.*/
|
|
>path regex does not match /^Übersicht\/.*/
|
|
>```
|
|
|
|
> [!error]- Überfällig
|
|
>```tasks
|
|
>not done
|
|
>has due date
|
|
>due before 2022-10-20
|
|
>path regex does not match /^Resources\/Templates\/.*/
|
|
>path regex does not match /^Übersicht\/.*/
|
|
>```
|
|
|
|
> [!done]- Erledigte Aufgaben
|
|
>```dataview
|
|
>TASK
|
|
>FROM !"Resources/Templates"
|
|
>WHERE completed AND completion = date(2022-10-20)
|
|
>```
|
|
|
|
## Geburtstage
|
|
```dataview
|
|
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
|
FROM "Infos/Kontakte"
|
|
WHERE birthday.month = 10 AND birthday.day = 20
|
|
```
|