This repository has been archived by the owner on May 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #695 from SELab-2/development
Milestone 3
- Loading branch information
Showing
395 changed files
with
101,952 additions
and
14,178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:18.0.0 | ||
FROM node:18.2.0 | ||
|
||
# Create app directory | ||
WORKDIR /app | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
{ | ||
"port": 4096, | ||
|
||
"apiErrors": { | ||
"invalidID": { | ||
"http": 204, | ||
|
@@ -76,6 +74,18 @@ | |
"http": 400, | ||
"reason": "Failed to update your password. Perhaps you used an invalid key?" | ||
} | ||
}, | ||
"studentSuggestion": { | ||
"insufficientRights": { | ||
"http": 403, | ||
"reason": "Failed to create suggestion. Can only create suggestions for the most recent osoc edition." | ||
} | ||
}, | ||
"modifyProject": { | ||
"insufficientRights": { | ||
"http": 403, | ||
"reason": "Failed to modify project. Can only modify projects of the most recent osoc edition." | ||
} | ||
} | ||
}, | ||
|
||
|
@@ -85,11 +95,17 @@ | |
], | ||
"preferred": "/api-osoc", | ||
"authScheme": "auth/osoc2", | ||
"defaultUserId": 3 | ||
"defaultUserId": 3, | ||
"port": 4096, | ||
"pageSize": 10 | ||
}, | ||
|
||
"email": { | ||
"from": "'OSOC2 Account Recovery' <[email protected]>", | ||
"header": "OSOC2 Recovery Code" | ||
}, | ||
|
||
"encryption": { | ||
"encryptionRounds": 8 | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
12c0190
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage report for
frontend
Test suite run success
36 tests passing in 7 suites.
Report generated by π§ͺjest coverage report action from 12c0190
12c0190
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage report for
backend
Test suite run success
3887 tests passing in 87 suites.
Report generated by π§ͺjest coverage report action from 12c0190