vault backup: 2026-03-13 16:33:21
This commit is contained in:
@@ -14,8 +14,8 @@ subtitle: Confluence
|
||||
|
||||
|
||||
## Aufgaben
|
||||
- [ ] Confluence Seiten überprpüft [scheduled:: 2026-03-13]
|
||||
- [ ] Apache Servicemix Confluence Seite erstellen [scheduled:: 2026-03-13]
|
||||
- [ ] Apache Camel Karavan Confluence Seite erstellen [scheduled:: 2026-03-13]
|
||||
- [ ] Spring Boot mit Camel Confluence Seite erstellen [scheduled:: 2026-03-13]
|
||||
- [ ] Confluence Seiten überprpüft [scheduled:: 2026-03-16]
|
||||
- [ ] Apache Servicemix Confluence Seite erstellen [scheduled:: 2026-03-16]
|
||||
- [ ] Apache Camel Karavan Confluence Seite erstellen [scheduled:: 2026-03-16]
|
||||
- [ ] Spring Boot mit Camel Confluence Seite erstellen [scheduled:: 2026-03-16]
|
||||
|
||||
|
||||
@@ -19,4 +19,4 @@ tags:
|
||||
- [x] [[Frank Füllbier]] um Erzeugung des Projektes gebeten [start:: 2026-02-27] [scheduled:: 2026-03-05] [completion:: 2026-03-05]
|
||||
- [x] GCP Container Registry für Tibuci aktivieren #process/task [start:: 2026-02-26] [scheduled:: 2026-03-09] [completion:: 2026-03-09]
|
||||
- [x] Bestehendes Image roars-report:0.0.1 in Container Registry ablegen #process/task [start:: 2026-02-26] [scheduled:: 2026-03-09] [completion:: 2026-03-09]
|
||||
- [ ] Laden des Image roars-report aus Container Registry #process/task [start:: 2026-02-26] [scheduled:: 2026-03-13]
|
||||
- [ ] Laden des Image roars-report aus Container Registry #process/task [start:: 2026-02-26] [scheduled:: 2026-03-16]
|
||||
|
||||
@@ -15,4 +15,4 @@ tags:
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [ ] AD-Benutzer für alanta erhalten [start:: 2026-02-19] [scheduled:: 2026-03-13]
|
||||
- [x] AD-Benutzer für alanta erhalten [start:: 2026-02-19] [scheduled:: 2026-03-13] [completion:: 2026-03-13]
|
||||
|
||||
@@ -16,5 +16,5 @@ uv run .\tmc_task_timeout.py --dryrun --ws qs --token "tKKKkTn4QSy6A5fIi5QNaQ0_R
|
||||
- [x] Einrichtung des Git Repository [start:: 2026-03-11] [scheduled:: 2026-03-11] [completion:: 2026-03-11]
|
||||
- [x] Erweiterung tmc_task_timeout.py bei fehlender Konfiguration [scheduled:: 2026-03-12] [completion:: 2026-03-12]
|
||||
- [x] Anpassen der Timeouts für qs Umgebung [scheduled:: 2026-03-12] [completion:: 2026-03-12]
|
||||
- [ ] Bestätigung des Kunden erhalten für Umsetzung auf prod Umgebung [start:: 2026-03-12] [scheduled:: 2026-03-13]
|
||||
- [ ] Bestätigung des Kunden erhalten für Umsetzung auf prod Umgebung [start:: 2026-03-12] [scheduled:: 2026-03-16]
|
||||
- [ ] Anpassung der Task-Timeouts auf der TMC
|
||||
|
||||
@@ -15,5 +15,5 @@ tags:
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [ ] Benutzer-Account bei Enersuisse angelegt [start:: 2026-02-19] [scheduled:: 2026-03-13]
|
||||
- [ ] [[Marcel Kuszak]] fragt Ansprechpartner bei Enersuisse [start:: 2026-02-19] [scheduled:: 2026-03-13]
|
||||
- [ ] Benutzer-Account bei Enersuisse angelegt [start:: 2026-02-19] [scheduled:: 2026-03-16]
|
||||
- [ ] [[Marcel Kuszak]] fragt Ansprechpartner bei Enersuisse [start:: 2026-02-19] [scheduled:: 2026-03-16]
|
||||
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
---
|
||||
tags:
|
||||
- process/task
|
||||
reference:
|
||||
- "[[BIG KAISER Präzisionswerkzeuge AG]]"
|
||||
---
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] Ubuntu Kong API GW - Erneuerung des SSL Zertifikats [start:: 2026-03-13] [scheduled:: 2026-03-13] [completion:: 2026-03-13]
|
||||
- [ ] Erneuerung des SSL Zertifikats [due:: 2026-06-11] [start:: 2026-06-04] [scheduled:: 2026-06-04]
|
||||
@@ -4,3 +4,35 @@ tags:
|
||||
- cimt/managed_services
|
||||
---
|
||||
## Aufgaben
|
||||
|
||||
## Offene Aufgaben
|
||||
```dataviewjs
|
||||
const pages = dv.current().file.inlinks.where(p => dv.page(p.path).tags?.includes('process/task')).where(p => dv.page(p.path).file.tasks.length != dv.page(p.path).file.tasks.where(t => t.fullyCompleted === true).length);
|
||||
|
||||
dv.table(["Project", "Status", "Completed", "Tasks"], pages.map(p => {
|
||||
const page = dv.page(p.path);
|
||||
const tasks = page.file.tasks;
|
||||
return [
|
||||
page.file.link,
|
||||
page.status,
|
||||
tasks.where(t => t.fullyCompleted === true).length,
|
||||
tasks.length
|
||||
]
|
||||
}));
|
||||
```
|
||||
|
||||
## Aufgaben
|
||||
```dataviewjs
|
||||
const pages = dv.current().file.inlinks.where(p => dv.page(p.path).tags?.includes('process/task'));
|
||||
|
||||
dv.table(["Project", "Status", "Completed", "Tasks"], pages.map(p => {
|
||||
const page = dv.page(p.path);
|
||||
const tasks = page.file.tasks;
|
||||
return [
|
||||
page.file.link,
|
||||
page.status,
|
||||
tasks.where(t => t.fullyCompleted === true).length,
|
||||
tasks.length
|
||||
]
|
||||
}));
|
||||
```
|
||||
|
||||
@@ -8,5 +8,5 @@ tags:
|
||||
- [x] Benutzerinfo erhalten #process/task [start:: 2026-02-26] [scheduled:: 2026-03-04] [completion:: 2026-03-04]
|
||||
- [x] Einrichtung 2FA #process/task [start:: 2026-02-26] [scheduled:: 2026-03-04] [completion:: 2026-03-04]
|
||||
- [x] Einrichtung personalisierter Benutzer angestossen #process/task [start:: 2026-03-04] [scheduled:: 2026-03-05] [completion:: 2026-03-05]
|
||||
- [ ] Einrichtung der RDP und SSH Verbindungen auf Terminalserver #process/task [start:: 2026-03-04] [scheduled:: 2026-03-13]
|
||||
- [ ] Einrichtung der RDP und SSH Verbindungen auf Terminalserver #process/task [start:: 2026-03-04] [scheduled:: 2026-03-16]
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ tags:
|
||||
---
|
||||
|
||||
## Aufgaben
|
||||
- [ ] Einrichtung Sophos Client auf BERVW1HHA und BERVW2HHA #process/task [start:: 2026-03-03] [scheduled:: 2026-03-13]
|
||||
- [ ] Einrichtung Sophos Client auf BERVW1HHA und BERVW2HHA #process/task [start:: 2026-03-03] [scheduled:: 2026-03-16]
|
||||
## Offene Aufgaben
|
||||
```dataviewjs
|
||||
const pages = dv.current().file.inlinks.where(p => dv.page(p.path).tags?.includes('process/task')).where(p => dv.page(p.path).file.tasks.length != dv.page(p.path).file.tasks.where(t => t.fullyCompleted === true).length);
|
||||
|
||||
@@ -5,4 +5,4 @@ tags:
|
||||
---
|
||||
|
||||
## Aufgaben
|
||||
- [ ] VPN Zugang erfolgreich eingerichtet [scheduled:: 2026-03-13]
|
||||
- [ ] VPN Zugang erfolgreich eingerichtet [scheduled:: 2026-03-16]
|
||||
|
||||
@@ -41,7 +41,7 @@ CouchDB Testumgebung
|
||||
|
||||
## Aufgaben
|
||||
- [x] Ersetzen von Docker mit podman auf bervl1prr #process/task [start:: 2026-02-02] [scheduled:: 2026-02-16] [completion:: 2026-02-16]
|
||||
- [ ] Anwesenheitsbericht Dokumentation erstellen #process/task [scheduled:: 2026-03-13]
|
||||
- [ ] Anwesenheitsbericht Dokumentation erstellen #process/task [scheduled:: 2026-03-16]
|
||||
|
||||
## Offene Aufgaben
|
||||
```dataviewjs
|
||||
|
||||
@@ -8,7 +8,7 @@ journal-end-date: 2026-03-13
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 13:00 - 14:00 [[Friseursalon Schnittkante]]
|
||||
- [x] 13:00 - 14:00 [[Friseursalon Schnittkante]] [completion:: 2026-03-13]
|
||||
|
||||
## Ziele
|
||||
|
||||
|
||||
@@ -0,0 +1,68 @@
|
||||
---
|
||||
weight:
|
||||
meditation: true
|
||||
pushUps: 20
|
||||
plank: 60
|
||||
journal: Privat daily
|
||||
journal-date: 2026-03-13
|
||||
journal-start-date: 2026-03-13
|
||||
journal-end-date: 2026-03-13
|
||||
---
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
## Journal
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2026-W11#^11i|Woche]] | [[2026-03#^03i|Monat]] | [[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2026-03-13
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2026-03-13
|
||||
>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 2026-03-13
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2026-03-13
|
||||
>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(2026-03-13)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 03 AND birthday.day = 13
|
||||
```
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
work_home: false
|
||||
work_home: true
|
||||
work_office: false
|
||||
journal: cimt daily
|
||||
journal-date: 2026-03-13
|
||||
@@ -11,7 +11,7 @@ journal-end-date: 2026-03-13
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
|
||||
- [x] 09:15 - 09:30 [[Managed Services Team Daily]] [completion:: 2026-03-13]
|
||||
|
||||
## Ziele
|
||||
|
||||
|
||||
@@ -0,0 +1,69 @@
|
||||
---
|
||||
work_home: false
|
||||
work_office: false
|
||||
journal: cimt daily
|
||||
journal-date: 2026-03-26
|
||||
journal-start-date: 2026-03-26
|
||||
journal-end-date: 2026-03-26
|
||||
---
|
||||
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
|
||||
- [ ] 10:00 - 10:30 2nd.-Level Managed Service Austausch
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[Journal/cimt AG/2026/2026-W13#^13i|Woche]] | [[Journal/cimt AG/2026/2026-03#^03i|Monat]] | [[Journal/cimt AG/2026/2026-Q1#^q1i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2026-03-26
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2026-03-26
|
||||
>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 2026-03-26
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2026-03-26
|
||||
>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(2026-03-26)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 03 AND birthday.day = 26
|
||||
```
|
||||
Reference in New Issue
Block a user