Skip to content

Commit

Permalink
Develop (#342)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
5 people authored Oct 11, 2024
1 parent c43b68d commit 07d5666
Show file tree
Hide file tree
Showing 31 changed files with 7,056 additions and 118,859 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/sonarquest-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,11 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v1
with:
node-version: '10.x'
- name: Cache Node.js modules
uses: actions/cache@v2
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: ~/.npm
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.OS }}-node-
${{ runner.OS }}-
node-version: '10.9.0'
- name: Install dependencies
run: |
cd sonarQuest-frontend
npm ci
npm i
- name: Build Angular app
run: |
cd sonarQuest-frontend
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 07d5666

Please sign in to comment.