summaryrefslogtreecommitdiff
path: root/server/problems.py
AgeCommit message (Expand)Author
2017-02-27Implement pattern-based hints (see AIED2017)Timotej Lazar
2015-12-23Prolog: pass aux. code to problem's test functionTimotej Lazar
2015-12-11Remove unused importTimotej Lazar
2015-12-10Add copyright infoTimotej Lazar
2015-10-15Process user stats in Python instead of SQLTimotej Lazar
2015-10-12Remove unused server.problems.list_problemsTimotej Lazar
2015-10-05Add logging to file to python server. Configure logfile paths from environmen...Aleš Smodiš
2015-09-18Set problems path via CODEQ_PROBLEMS environment variable.Aleš Smodiš
2015-09-18added a parameter to the get problems python function, which accepts the lang...Robert Zorko
2015-09-14Reimplemented communication with the client side.Aleš Smodiš
2015-08-31Return problems for all languages in list_problemsTimotej Lazar
2015-08-30Path (for loading modules) now usable also on Windows.Aleksander Sadikov
2015-08-28Add a hint service for PrologTimotej Lazar
2015-08-26Do not include facts when loading Prolog solutionsTimotej Lazar
2015-08-25Implemented methods to fetch a list of available problems and the problem des...Aleš Smodiš
2015-08-24Split the development into daemon and wsgi_server.Aleš Smodiš