Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
This JSON column holds an array of experiment objects, for example:
[{'id': 'prolog_hints', 'group': 'manual_hints'}].
To include users in an experiment, just add appropriate objects to their
records. Not the cleanest design from the DB point of view, but enough
for the single current use case.
|
|
|
|
Signals are needed for destroying pengines.
|
|
For some reason, codeq-web should be started after codeq-web.
|
|
|
|
|
|
|
|
|
|
is eduPersonPrincipalName.
|
|
|
|
script accordingly.
|
|
|
|
Use interpreter.py for running tests as well as interactive sessions.
Signals are now sent with "sandbox <user> kill", so terminator is not
needed anymore.
|
|
|
|
|
|
|
|
|
|
|
|
The script now gets the list of languages, groups and problems from the
filesystem and inserts missing IDs in the database.
|
|
|
|
|
|
|
|
|
|
|
|
* Implemented ordering of problem groups and problems.
* Added hint types based on hint definitions from common.py files.
|
|
|
|
index data.
|
|
|
|
|
|
problem_group, problem.
|