3 Commits

Author SHA1 Message Date
Leopoldadmin 3b8b5efa8b Fix-Test: automatische Base64 2026-06-03 23:22:14 +00:00
Leopoldadmin ee16f0db2c Delete hello.py (test file) 2026-06-03 23:10:37 +00:00
Leopoldadmin df2c5d89ea Update README.md: aktueller Test-Status dokumentiert 2026-06-03 23:10:27 +00:00
3 changed files with 17 additions and 10 deletions
+16 -8
View File
@@ -4,12 +4,20 @@ Dieses Repository dient dem Live-Test aller Forgejo-Funktionen.
## Getestete Funktionen ## Getestete Funktionen
- Repository anlegen - Repository anlegen
- Dateien erstellen (README.md) - Dateien erstellen (README.md, hello.py, feature.txt)
- Branches - Branches (erstellen, auflisten)
- Issues & Labels - ✅ Labels (feature, bug)
- Milestones - Milestones (v1.0)
- Pull Requests - ✅ Issues mit Labels & Milestones
- Releases - ✅ Issue-Kommentare
- ✅ Commits (Liste, Compare)
- ✅ Pull Requests (erstellen, mergen)
- ✅ Tags (v1.0)
- ✅ Releases (v1.0)
- ⬜ Datei updaten (DAS IST GERADE)
- ⬜ Datei löschen
- ⬜ Star/Unstar
- ⬜ Repo-Suche
Erstellt am: 03.06.2026 Erstellt am: 03.06.2026 | Geupdatet: jetzt
+1
View File
@@ -0,0 +1 @@
Automatische Base64-Kodierung funktioniert!
-2
View File
@@ -1,2 +0,0 @@
print("Hello, Forgejo!")
print("Live-Test über Forgejo-Funktionen")