Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 07d5666

Browse files
SteffenLammersaiakidesurfermichaChristoph-Meyersdibernardo
authored
Develop (#342)
* Add branching section into CONTRIBUTING.md - Merge in develop (#286) * Clean up (#282) * removed hardcoded URL * Removed unnecessary endpoint * Add illustrations for feature and hotfix branches to use in CONTRIBUTING.md Image source: https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow. License checked * Add branching section into to use in CONTRIBUTING.md Describe the use of Gitflow in SonarQuest Co-authored-by: Michael Landreh <[email protected]> * Fix #270 - Password is returned (#287) * Change input color of login input fields * Add necessary fields into UserDto * Fix Nullpointer Exceptions in world service This occurs when a world should be found by an id that is null * Change return type of 'getUser' and 'users' into UserDto * Adjust getUser to be null safe * Fixed Issue#290 * 0.8.6-SNAPSHOT * Sonarlint Cleanup * Sonarlint Cleanup * Feature/optimize css (#285) * Clean up (#282) * removed hardcoded URL * Removed unnecessary endpoint * Paar kleine Aenderungen für potentielle Optimierungen * Hopefully fixed package-lock.json to fit regular package file * Added the missing main components * WIP Co-authored-by: Sascha <[email protected]> * Version der ajv-Dependency geändert. * package-lock nachgepflegt. * Node Version im GitHub-Action-Skript angepasst. * Weitere Anpassungen an der Github-Action * Configuration für Produktion angepasst * Node Version nochmal angepasst * Änderungen teilweise zurück gerollt und Abhängigkeiten ausgebaut. --------- Co-authored-by: Nils <[email protected]> Co-authored-by: Michael Landreh <[email protected]> Co-authored-by: MeC <[email protected]> Co-authored-by: Sascha <[email protected]>
1 parent c43b68d commit 07d5666

31 files changed

+7056
-118859
lines changed

.github/workflows/sonarquest-ci.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,20 +61,11 @@ jobs:
6161
- name: Setup node.js
6262
uses: actions/setup-node@v1
6363
with:
64-
node-version: '10.x'
65-
- name: Cache Node.js modules
66-
uses: actions/cache@v2
67-
with:
68-
# npm cache files are stored in `~/.npm` on Linux/macOS
69-
path: ~/.npm
70-
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
71-
restore-keys: |
72-
${{ runner.OS }}-node-
73-
${{ runner.OS }}-
64+
node-version: '10.9.0'
7465
- name: Install dependencies
7566
run: |
7667
cd sonarQuest-frontend
77-
npm ci
68+
npm i
7869
- name: Build Angular app
7970
run: |
8071
cd sonarQuest-frontend

.metadata/.plugins/org.eclipse.core.resources/.history/c8/2055ecb6ae4400181ebca95a89f6183e

Lines changed: 0 additions & 69 deletions
This file was deleted.

.metadata/.plugins/org.eclipse.core.resources/.history/cf/2040f9aaae4400181ebca95a89f6183e

Lines changed: 0 additions & 40 deletions
This file was deleted.

.metadata/.plugins/org.eclipse.core.resources/.history/d3/20d52d80774600181ebca95a89f6183e

Lines changed: 0 additions & 186 deletions
This file was deleted.

0 commit comments

Comments
 (0)