vault backup: 2025-12-10 11:37:35
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: ivv daily
|
||||
journal-date: 2022-10-18
|
||||
journal-start-date: 2022-10-18
|
||||
journal-end-date: 2022-10-18
|
||||
---
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [x] 09:15 - 09:30 [[SKM Standup]] [completion:: 2022-10-18]
|
||||
- [x] 10:00 - 10:30 [[Git Projektmeeting]] [completion:: 2022-10-18]
|
||||
|
||||
## 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-18
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2022-10-18
|
||||
>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-18
|
||||
>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-18
|
||||
>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-18)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 10 AND birthday.day = 18
|
||||
```
|
||||
@@ -0,0 +1,69 @@
|
||||
---
|
||||
journal: ivv daily
|
||||
journal-date: 2022-10-19
|
||||
journal-start-date: 2022-10-19
|
||||
journal-end-date: 2022-10-19
|
||||
---
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [x] Anfrage von [[Holger Knoche]] [completion:: 2022-10-19]
|
||||
Holger Knoche hat einen Maven-Build für Cobol-Projekte testweise implementiert, der Abhängigkeiten zwischen Cobol-Projekten definiert und verwendet.
|
||||
Diese Projekte dürfen(sollen) keine Downstream-Projekte automatisch triggern. Ein erster Versuch bestätigt diese Annahme und Hoffnung.
|
||||
Holger wird weitere Projekte umstellen, um das Verfahren intensiver zu testen.
|
||||
- [x] 10:30 - 11:00 [[SKM-Meeting]] [completion:: 2022-10-19]
|
||||
|
||||
## 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-19
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2022-10-19
|
||||
>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-19
|
||||
>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-19
|
||||
>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-19)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 10 AND birthday.day = 19
|
||||
```
|
||||
@@ -0,0 +1,72 @@
|
||||
---
|
||||
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
|
||||
```
|
||||
@@ -0,0 +1,66 @@
|
||||
---
|
||||
journal: ivv daily
|
||||
journal-date: 2022-11-17
|
||||
journal-start-date: 2022-11-17
|
||||
journal-end-date: 2022-11-17
|
||||
---
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [x] NPE beim REST API erzeugeBranch [completion:: 2022-11-17]
|
||||
- Ursache vermutlich in der GitCommands
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2022-W46#^46i|Woche]] | [[2022-11#^11i|Monat]] | [[2022-Q4#^q4i|Quartal]] | [[2022## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2022-11-17
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2022-11-17
|
||||
>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-11-17
|
||||
>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-11-17
|
||||
>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-11-17)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 11 AND birthday.day = 17
|
||||
```
|
||||
Reference in New Issue
Block a user