[PR #52] [MERGED] Prepare release #82

Closed
opened 2026-09-04 00:22:02 +02:00 by Stone_Red · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/detleph/server/pull/52
Author: @Stefan-5422
Created: 5/19/2022
Status: Merged
Merged: 5/19/2022
Merged by: @Stefan-5422

Base: mainHead: prepare-release


📝 Commits (10+)

  • ea6b2d7 Chaned Prisma shema due to Issue: #8
  • e816e0b Check formatting on the dev branch
  • 5c0bc20 Added docker-compose
  • 30ffd09 Normalize schema
  • 124773c Add leader fields
  • d596670 Add mail functionality into the development branch (#12)
  • 5223c50 update campaign, participants, group
  • eff8dd0 Add the redis server to docker-compose.yml
  • 1d87860 Adding LinkObject; adjust details
  • a0d0336 Adding enum (Gender, AdminLevel)

📊 Changes

48 files changed (+5548 additions, -183 deletions)

View changed files

.dockerignore (+2 -0)
📝 .github/workflows/prettier-check.yml (+2 -2)
📝 .gitignore (+6 -0)
.gitmodules (+3 -0)
Dockerfile (+31 -0)
📝 README.md (+5 -0)
dev.sh (+57 -0)
docker-compose.yml (+37 -0)
📝 package-lock.json (+3160 -61)
📝 package.json (+25 -6)
📝 prisma/schema.prisma (+139 -100)
resources/email/templates (+1 -0)
scripts/dkim.sh (+33 -0)
scripts/docker-entrypoint.dev.sh (+13 -0)
scripts/docker-entrypoint.sh (+11 -0)
scripts/start.sh (+3 -0)
src/Controllers/admin.controller.ts (+212 -0)
src/Controllers/admin_auth.controller.ts (+79 -0)
src/Controllers/common.ts (+153 -0)
src/Controllers/discipline.controller.ts (+189 -0)

...and 28 more files

📄 Description

Bring main brach up to date to release


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/detleph/server/pull/52 **Author:** [@Stefan-5422](https://github.com/Stefan-5422) **Created:** 5/19/2022 **Status:** ✅ Merged **Merged:** 5/19/2022 **Merged by:** [@Stefan-5422](https://github.com/Stefan-5422) **Base:** `main` ← **Head:** `prepare-release` --- ### 📝 Commits (10+) - [`ea6b2d7`](https://github.com/detleph/server/commit/ea6b2d73d044e9fa888db5e7da512ba53e31baa0) Chaned Prisma shema due to Issue: #8 - [`e816e0b`](https://github.com/detleph/server/commit/e816e0beee44ef70011e1140ca10e78bf6c8a81f) Check formatting on the dev branch - [`5c0bc20`](https://github.com/detleph/server/commit/5c0bc20bfd06054ab821567d6735a990c8e5f1db) Added docker-compose - [`30ffd09`](https://github.com/detleph/server/commit/30ffd094bd832405e3de73982332d40023e71a43) Normalize schema - [`124773c`](https://github.com/detleph/server/commit/124773cce32fce2cf7c1715a5adb66087a28b680) Add leader fields - [`d596670`](https://github.com/detleph/server/commit/d596670f6be5b005decb17afe598404dc7ff9c16) Add mail functionality into the development branch (#12) - [`5223c50`](https://github.com/detleph/server/commit/5223c50881730944ebeb6e7d019819ed9770710d) update campaign, participants, group - [`eff8dd0`](https://github.com/detleph/server/commit/eff8dd0860c6b47a0a5dd2b5c0fdc8a57c59d383) Add the redis server to docker-compose.yml - [`1d87860`](https://github.com/detleph/server/commit/1d87860be09f03b64a0d9d8c764c5e621b9c3d81) Adding LinkObject; adjust details - [`a0d0336`](https://github.com/detleph/server/commit/a0d033672a3524753a4f8d37c4d7fc5abd357885) Adding enum (Gender, AdminLevel) ### 📊 Changes **48 files changed** (+5548 additions, -183 deletions) <details> <summary>View changed files</summary> ➕ `.dockerignore` (+2 -0) 📝 `.github/workflows/prettier-check.yml` (+2 -2) 📝 `.gitignore` (+6 -0) ➕ `.gitmodules` (+3 -0) ➕ `Dockerfile` (+31 -0) 📝 `README.md` (+5 -0) ➕ `dev.sh` (+57 -0) ➕ `docker-compose.yml` (+37 -0) 📝 `package-lock.json` (+3160 -61) 📝 `package.json` (+25 -6) 📝 `prisma/schema.prisma` (+139 -100) ➕ `resources/email/templates` (+1 -0) ➕ `scripts/dkim.sh` (+33 -0) ➕ `scripts/docker-entrypoint.dev.sh` (+13 -0) ➕ `scripts/docker-entrypoint.sh` (+11 -0) ➕ `scripts/start.sh` (+3 -0) ➕ `src/Controllers/admin.controller.ts` (+212 -0) ➕ `src/Controllers/admin_auth.controller.ts` (+79 -0) ➕ `src/Controllers/common.ts` (+153 -0) ➕ `src/Controllers/discipline.controller.ts` (+189 -0) _...and 28 more files_ </details> ### 📄 Description Bring main brach up to date to release --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:22:02 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: detleph/server#82