Compare commits

...

6 Commits

Author SHA1 Message Date
08f66543ea Fix: pipeline
Some checks failed
build-debian-package / Build the debian package (push) Failing after 8m57s
2026-04-16 22:23:56 +02:00
6789fa6f9d install texlive as well
Some checks failed
Word Count / count-words (push) Has been cancelled
build-debian-package / Build the debian package (push) Failing after 2m11s
2026-04-16 19:23:12 +02:00
2061cdc218 Test
Some checks failed
build-debian-package / Build the debian package (push) Failing after 3m24s
Word Count / count-words (push) Failing after 36s
2026-04-16 19:16:52 +02:00
6b0c4f7884 Update: Tag
Some checks failed
build-debian-package / Build the debian package (push) Failing after 14s
Word Count / count-words (push) Failing after 40s
2026-04-16 19:13:54 +02:00
ad47997aab New: Pandoc pipeline
Some checks failed
Word Count / count-words (push) Failing after 43s
2026-04-16 19:12:42 +02:00
b337833410 New: use Fork 2026-04-16 19:11:50 +02:00
3 changed files with 70 additions and 3 deletions

View File

@@ -0,0 +1,28 @@
name: build-debian-package
on:
push:
tags:
- "doc-*"
jobs:
build:
name: Build the debian package
runs-on: ubuntu-latest
steps:
- name: "Git clone"
run: git clone ${{ gitea.server_url }}/${{ gitea.repository }}.git .
- name: "Git checkout"
run: git checkout "${{ gitea.sha }}"
- name: "Submodules auschecken"
run: git submodule update --init
- name: "Install dependencies"
run: sudo apt-get update && sudo apt-get install pandoc nodejs texlive-full -y
- name: "Build .deb"
run: cd ./Defensio && ./pandoc.sh
- name: "Create release"
uses: akkuman/gitea-release-action@v1
with:
files: |-
./Defensio/defensio.pdf

2
.gitmodules vendored
View File

@@ -1,6 +1,6 @@
[submodule "Defensio/libs/awesome-beamer"]
path = Defensio/libs/awesome-beamer
url = https://codeberg.org/LukasPietzschmann/awesome-beamer
url = https://git.kocoder.xyz/kocoded/awesome-beamer
[submodule "Defensio/libs/smile"]
path = Defensio/libs/smile
url = https://codeberg.org/LukasPietzschmann/smile

View File

@@ -9,6 +9,7 @@ Aufgabenbereiche:
- Infrastruktur & CI/CD
- Product Owner
- Kundenschnittstelle
- Softwareentwicklung:
- Event Registration
- Black Board
@@ -18,13 +19,20 @@ Aufgabenbereiche:
:::: column
![](./Images/images/konstantin/profile.jpg){width=4em}
\begin{tikzpicture}
\clip (0,0) circle (3em);
\node at (0,0) {\includegraphics[width=6em]{./Images/images/konstantin/profile.jpg}};
\draw[accent, line width=3pt] (0,0) circle (3em);
\end{tikzpicture}
::::
:::
## Infrastruktur & CI/CD
## Infrastruktur
::: columns
:::: column
Systemaufbau:
@@ -33,18 +41,47 @@ Systemaufbau:
- NginX
- Asp.Net Core
::::
:::: column
Entwicklungsumgebung:
- Gitea Server
- Wireguard
- Docker
- Transfer: GitHub
- Gitea Actions
::::
:::
## CI/CD
CI:
- Gitea Actions
- Debian Packages (.deb)
- Code-Reviewing:
- KI
- Git-Flow
## Softwarearchitektur
- Open-Closed Principle
- Strategy Pattern
- Dependency Injection
## Technischer Vergleich
Bisherige Erfahrungen:
- Go
- Typescript
- GRPC (interprozess Kommunikation)
Untersuchungsgebiete:
- Typisierung
- Konsistenz
@@ -61,3 +98,5 @@ right
::::
:::
## Fazit