17 Commits

Author SHA1 Message Date
Régis Behmo
2fab9f3c3a Fix LMS callback url
I did not realize that it was possible to define the callback url from
the LMS. This makes it possible to grade submissions even when running
locally.
2020-05-13 11:16:31 +02:00
Régis Behmo
886ae671a0 Fix submission client when no host is passed to the cli 2020-05-13 10:29:29 +02:00
Régis Behmo
baf5e6cb75 Fix long description package format 2020-05-05 16:55:15 +02:00
Régis Behmo
ced494c4ce Add license to project 2020-05-05 16:52:52 +02:00
Régis Behmo
ece1ab9983 Make xqueue actually do something
Xqueue was mostly broken in the previous releases. In this version, we
address the following issues:

- Proper initialisation by creating the right users
- Shift from 8040 to the more standard 8000 port
- Expose xqueue service on the internet for accessing its API
- Properly define the xqueue name ("openedx")
- Make sure that all logs go to the console
- Add convenient CLI for using the awkward Xqueue API
- Properly document how to use Xqueue
2020-05-05 16:49:38 +02:00
Régis Behmo
721c8d3ced Fix k8s deployment 2020-04-25 23:50:45 +02:00
Régis Behmo
273dcfb948 v0.1.5 2020-04-25 23:14:31 +02:00
Régis Behmo
32d3a7603c No need to mount configs in write mode 2020-04-25 23:13:37 +02:00
Régis Behmo
f9f58c209e Compatibility with newer job-running scheme 2020-04-25 23:13:17 +02:00
Régis Behmo
4f8add79d2 v0.1.4 2020-04-07 14:27:59 +02:00
Régis Behmo
629c7be558 Fix image building with custom registry 2020-04-07 14:27:45 +02:00
Régis Behmo
f585341311 Fix broken CI
Twine >=3.0.0 requires gcc and the linux development headers, which
we don't want, so we pin twine to 2.0.0
2020-01-14 14:25:01 +01:00
Régis Behmo
290aea0c65 Explicitely point to docker.io images 2020-01-10 17:21:34 +01:00
Régis Behmo
9b6ddff29f Get rid of mysql strict trans mode warnings 2019-10-07 17:11:18 +02:00
Régis Behmo
f6e315a013 Fix code/issue links in pypi package 2019-09-05 09:32:35 +02:00
Régis Behmo
d2cc809f5c Replace mysql-client init by mysql 2019-09-03 10:43:12 +02:00
Régis Behmo
bbc9dfc5d4 🌅 2019-08-21 12:22:46 +02:00