-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfix small typos in src/settings/* #268
Conversation
…ITPraktomatTeam#260 Signed-off-by: Robert Hartmann (FB02, H-BRS) <[email protected]>
…olutionfiles and not only allow to download them
src/settings/defaults.py src/settings/devel.py src/settings/local.py src/settings/test.py Signed-off-by: Robert Hartmann (FB02, H-BRS) <[email protected]>
Signed-off-by: Robert Hartmann (FB02, H-BRS) <[email protected]>
Signed-off-by: Robert Hartmann (FB02, H-BRS) <[email protected]>
Signed-off-by: Robert Hartmann (FB02, H-BRS) <[email protected]>
src/settings/defaults.py
Outdated
@@ -313,8 +328,8 @@ def __setattr__(self,k,v): | |||
|
|||
# Length of timeout applied whenever an external check that runs a students | |||
# submission is executed, | |||
# for example: JUnitChecker, DejaGnuChecker | |||
d.TEST_TIMEOUT=60 | |||
# for example: JUnitChecker, DejaGnuChecker |
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.
ws change?
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.
@physikerwelt : You worte in May 2017 "ws change?" ... the change was just adding a python comment after d.TEST_TIMEOUT=60 to mention, that all shell scripts have to use "ulimit -t 60" so that they can stop on their own.
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.
ws= whitespace. Plese delete the trailing whitespace in line 343
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.
looks good. I just spotted 2 minor issues.
src/settings/defaults.py
Outdated
# insulation. Should not be used together iwth USEPRAKTOMATTESTER. | ||
# insulation. Should not be used together with USEPRAKTOMATTESTER. | ||
|
||
# It is recomendet to use DOCKER and not a tester account |
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.
d
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.
@physikerwelt (just recognised your comment from may 2017.) What do you mean with "d" ?
"recomendet" => "recomended" or what else?
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.
Yes. recomended
If you see an error like **There was a problem confirming the ssl certificate** or **tlsv1 alert protocol version or TLSV1_ALERT_PROTOCOL_VERSION**, you need to be connecting to PyPI with a newer TLS support library. PyPI turned off support for TLS versions 1.0 and 1.1 in April 2018
…itmodules_https-proxy_compatible
…itmodules_https-proxy_compatible
…rainerTutor_Watch_SolutionFiles
closes CVE-2018-14574: Open redirect possibility in CommonMiddleware
…ownload_solutiondetails
…ort_tasklist_via_names
# Conflicts: # requirements.txt
…ithub.com/ifrh/Praktomat into feature_gitmodules_https-proxy_compatible # Conflicts: # .gitlab-ci.yml
…jango_1-11-15' Update requirements.txt use Django 1.11.19 See merge request rhartm2m/praktomat_hbrs!21
Add download link to Template solution_detail.html See merge request rhartm2m/praktomat_hbrs!25
Bugfix small typos in src/settings/* See merge request rhartm2m/praktomat_hbrs!26
Update "master32" from "KITPraktomatTeam/master" (add Mime-Type for *.lean files)
Use trigger testing and coverage for python 2.7 and multiple python 3.x versions.
show output of "conda list" on travis. Outputs of "conda list" and "pip freeze" are useful :-)
In line 133 script.newlines is checked , and there is a warning message for admin page created, if script.newlines has "wrong" value. In Python 3 we use the mode="r", newline=None to activate "universal line break mode" (https://docs.python.org/3.5/library/functions.html#open) , where in Python 2 there is the mode="rU" (https://docs.python.org/2.7/library/functions.html#open)
add a comment
create symlink for virtualenv env-folder to point to miniconda test-environment folder
use variable $TRAVIS_BUILD_DIR in .travis.yml
use $TRAVIS_BUILD_DIR to create an env as symbolic link beeing a sibling to praktomat folder and pointing to miniconda env
change order of two lines in .travis.yml
…running pip install -r requirements.txt)
…t SECRET_KEY. (see KITPraktomatTeam#250 (comment) ) this fix had been overwritten between October 2018 and July 2019 by merging KITmaster into this branch https://github.com/ifrh/Praktomat/tree/bugfix_small_typos . remove trailing whitespaces (as requested in May 2017 KITPraktomatTeam#268 (comment) and November 2021 KITPraktomatTeam#268 (comment) )
…t from German to English
The unit test code for praktomat.wsgi of commit 600e270 inside pullrequest KITPraktomatTeam#268 didn't "know" changes inside praktomat.wsgi of commit physikerwelt/Praktomat@3c697c0 inside pullrequest KITPraktomatTeam#279 This is a first step for fixing. Lets create a travis run to have a look on travis output.
src/settings/defaults.py (fixing typo to complete bugfix for class D, used for #250 , #250 (comment) )
src/settings/devel.py
src/settings/local.py
src/settings/test.py
Signed-off-by: Robert Hartmann (FB02, H-BRS) [email protected]