Go to file
Renovate 921f585598
All checks were successful
Quality Check / Tests (push) Successful in 1m4s
Quality Check / Checkstyle Main (push) Successful in 51s
Release / Release (push) Successful in 44s
Build / Build and analyze (push) Successful in 3m30s
chore(deps): update actions/cache action to v4 (!19)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/cache](https://github.com/actions/cache) | action | major | `v1` -> `v4` |

---

### Release Notes

<details>
<summary>actions/cache (actions/cache)</summary>

### [`v4`](https://github.com/actions/cache/compare/v3...v4)

[Compare Source](https://github.com/actions/cache/compare/v3...v4)

### [`v3`](https://github.com/actions/cache/compare/v2...v3)

[Compare Source](https://github.com/actions/cache/compare/v2...v3)

### [`v2`](https://github.com/actions/cache/compare/v1...v2)

[Compare Source](https://github.com/actions/cache/compare/v1...v2)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NS4wIiwidXBkYXRlZEluVmVyIjoiMzguOTUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #19
Reviewed-by: Jan Gleytenhoover <krisellp9@gmail.com>
Co-authored-by: Renovate <renovate@kjan.de>
Co-committed-by: Renovate <renovate@kjan.de>
2024-09-26 05:25:14 +00:00
.gitea/workflows chore(deps): update actions/cache action to v4 (!19) 2024-09-26 05:25:14 +00:00
config/checkstyle feat: Add pipelines (SCRUM-44) (!6) 2024-09-25 09:15:39 +00:00
docker/local first 2024-09-03 15:01:50 +02:00
gradle/wrapper chore(deps): update all non-major dependencies (!4) 2024-09-25 07:21:16 +00:00
requests feat: Write Integration test for Create Project Route and ensure using Snake Case in JSON Format (SCRUM-7) (!14) 2024-09-25 12:27:34 +00:00
src feat: Write Integration test for Create Project Route and ensure using Snake Case in JSON Format (SCRUM-7) (!14) 2024-09-25 12:27:34 +00:00
.gitignore first 2024-09-03 15:01:50 +02:00
build.gradle.kts fix: Fix Sonarqube java version (!17) 2024-09-25 15:15:45 +00:00
GetBearerToken.http feat: Implement create project route (SCRUM-7) (!11) 2024-09-25 11:03:47 +00:00
gradlew chore(deps): update all non-major dependencies (!4) 2024-09-25 07:21:16 +00:00
gradlew.bat feat: Implement create project route (SCRUM-7) (!11) 2024-09-25 11:03:47 +00:00
Readme.md fix: Fix Sonarqube java version (!17) 2024-09-25 15:15:45 +00:00
release.config.cjs feat: add release workflow for Gitea integration (!13) 2024-09-25 11:59:53 +00:00
renovate.json chore: Configure Renovate (!2) 2024-09-25 06:40:28 +00:00
SampleRequests.http first 2024-09-03 15:01:50 +02:00
settings.gradle.kts first 2024-09-03 15:01:50 +02:00

Relase Status QS Status Gitea Release Gitea Last Commit

Code analysis coverage issues and results of linting MAY be found here:

https://sonarqube.kjan.de/dashboard?id=LF8&codeScope=overall

Starter für das LF08 Projekt

Requirements

Endpunkt

http://localhost:8080

Swagger

http://localhost:8080/swagger

Postgres

Terminal öffnen

für alles gilt, im Terminal im Ordner docker/local sein

cd docker/local

Postgres starten

docker compose up

Achtung: Der Docker-Container läuft dauerhaft! Wenn er nicht mehr benötigt wird, sollten Sie ihn stoppen.

Postgres stoppen

docker compose down

Postgres Datenbank wipen, z.B. bei Problemen

docker compose down
docker volume rm local_lf8_starter_postgres_data
docker compose up

Intellij-Ansicht für Postgres Datenbank einrichten

1. Lasse den Docker-Container mit der PostgreSQL-Datenbank laufen
2. im Ordner resources die Datei application.properties öffnen und die URL der Datenbank kopieren
3. rechts im Fenster den Reiter Database öffnen
4. In der Database-Symbolleiste auf das Datenbanksymbol mit dem Schlüssel klicken
5. auf das Pluszeichen klicken
6. Datasource from URL auswählen
7. URL der DB einfügen und PostgreSQL-Treiber auswählen, mit OK bestätigen
8. Username lf8_starter und Passwort secret eintragen (siehe application.properties), mit Apply bestätigen
9. im Reiter Schemas alle Häkchen entfernen und lediglich vor lf8_starter_db und public Häkchen setzen
10. mit Apply und ok bestätigen 

Keycloak

Keycloak Token

  1. Auf der Projektebene GetBearerToken.http öffnen.
  2. Neben der Request auf den grünen Pfeil drücken
  3. Aus dem Reponse das access_token kopieren

Conventions

Commits

Commits and merge request names MUST be done as documented here: https://www.conventionalcommits.org/en/v1.0.0/ Merge request titles MAY also include the ticket id from our jira tickets if the Merge request is part of a ticket. The jira board can be opened through the issues tab.