-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
94 changed files
with
1,886 additions
and
1,390 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
This is a draft Pull Request Template. | ||
This is a draft Pull Request Template. | ||
|
||
- [ ] Description of what changes have been made (why and how for big features) | ||
- [ ] Reference [Issue](https://github.com/TUMFARSynchrony/experimental-hub/issues) sovled (if any) | ||
- [ ] Unit tests + have you tried merging from main? | ||
- [ ] Unit tests + have you tried merging from main? | ||
- [ ] Terminology consistent with the rest of the codebase? | ||
- [ ] Who do you think should review? | ||
|
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,24 +1,24 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Py: Backend Main whithout libraries", | ||
"type": "python", | ||
"request": "launch", | ||
"program": "${workspaceFolder}/backend/main.py", | ||
"console": "integratedTerminal", | ||
"justMyCode": false | ||
}, | ||
{ | ||
"name": "Py: Backend Main including libraries", | ||
"type": "python", | ||
"request": "launch", | ||
"program": "${workspaceFolder}/backend/main.py", | ||
"console": "integratedTerminal", | ||
"justMyCode": false | ||
} | ||
] | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Py: Backend Main whithout libraries", | ||
"type": "python", | ||
"request": "launch", | ||
"program": "${workspaceFolder}/backend/main.py", | ||
"console": "integratedTerminal", | ||
"justMyCode": false | ||
}, | ||
{ | ||
"name": "Py: Backend Main including libraries", | ||
"type": "python", | ||
"request": "launch", | ||
"program": "${workspaceFolder}/backend/main.py", | ||
"console": "integratedTerminal", | ||
"justMyCode": false | ||
} | ||
] | ||
} |
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
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,16 +1,16 @@ | ||
{ | ||
"experimenter_password": "no-password-given", | ||
"host": "127.0.0.1", | ||
"port": 8080, | ||
"environment": "dev", | ||
"serve_frontend": true, | ||
"log": "DEBUG", | ||
"log_file": null, | ||
"log_dependencies": "WARNING", | ||
"https": false, | ||
"ssl_cert": "./certificate/cert.crt", | ||
"ssl_key": "./certificate/key.key", | ||
"ping_subprocesses": 0.0, | ||
"experimenter_multiprocessing": false, | ||
"participant_multiprocessing": true | ||
"experimenter_password": "no-password-given", | ||
"host": "127.0.0.1", | ||
"port": 8080, | ||
"environment": "dev", | ||
"serve_frontend": true, | ||
"log": "DEBUG", | ||
"log_file": null, | ||
"log_dependencies": "WARNING", | ||
"https": false, | ||
"ssl_cert": "./certificate/cert.crt", | ||
"ssl_key": "./certificate/key.key", | ||
"ping_subprocesses": 0.0, | ||
"experimenter_multiprocessing": false, | ||
"participant_multiprocessing": true | ||
} |
Oops, something went wrong.