79 Commits

Author SHA1 Message Date
Emad Rad
add702220c chore: changelog entry added 2023-12-09 15:56:42 +01:00
Emad Rad
7038313d7e ci: test action added 2023-12-09 15:56:42 +01:00
Emad Rad
522fe2a6da feat: Makefile added 2023-12-09 15:56:42 +01:00
Régis Behmo
cbe4f5af5c docs: docs.tutor.overhang.io -> docs.tutor.edly.io
See: https://github.com/overhangio/tutor/issues/945
2023-12-05 11:45:48 +01:00
Régis Behmo
7317758ca9 feat: simplify nightly version management
By pulling the version suffix from tutor, we avoid git conflicts when
merging the release branch in nightly.
2023-11-20 17:39:46 +01:00
jfavellar90
84ceed2f92 v16.0.2 v16.0.2 2023-11-14 18:03:59 -05:00
ravikhetani
c93d2a3e35
fix: service "xqueue-job" depends on undefined service mysql: invalid compose project (#24)
* fix: docker compose error, dependency sql missing, when running with RUN_MYSQL=false

* fix spelling error

---------

Co-authored-by: Ravi Khetani <r.khetani@institute.global>
2023-11-14 18:01:33 -05:00
Régis Behmo
c88592235f chore: mark compatibility with python 3.12 2023-10-03 08:23:48 +02:00
Régis Behmo
5da7bd3278 fix: nightly package version
The package version may not include the "-nightly" suffix. Otherwise,
`pip install .` fails with:

    setuptools.extern.packaging.version.InvalidVersion: Invalid version: '...-nightly'
2023-09-07 18:39:53 +02:00
Emad Rad
9e1296b6bd
docs: typos
* chore: wrong plugin name fixed
* chore: square characters replaced with "→"
2023-08-14 16:24:05 +02:00
jfavellar90
18f202e593 v16.0.1 v16.0.1 2023-08-04 08:16:30 -05:00
Jhony Avella
9ab9d85fc5
chore: remove xqueue permissions container
There is now a single "permissions" container that makes all permission changes in Tutor core
2023-07-31 15:35:37 +02:00
Régis Behmo
69aff3255f fix: development status is stable 2023-06-27 15:53:57 +02:00
Jhony Avella
8448e2ba2f
feat: upgrade to Palm v16.0.0 2023-06-15 01:04:59 +02:00
Régis Behmo
6cf8776b29 ci: improve compatibility with main & nightly 2023-05-26 16:49:26 +02:00
Régis Behmo
ee1ade376a chore: handle nightly version numbers
Here, we make it possible to add a "-nightly" suffix to the package
version. This suffix will find its way to the Docker image tags. Thus,
the nightly branch will have different image tags. This will resolve
some confusion, as image tags are currently identical in nightly and
master.
2023-05-26 16:28:10 +02:00
Régis Behmo
23a15c8f0f docs: fix lingering i char in changelog
Damn you vim!
2023-05-22 09:38:30 +02:00
Régis Behmo
efab209715 docs: add a scriv-managed changelog
This will be useful for tracking changes across releases.

This partly addresses https://github.com/overhangio/tutor/issues/746
2023-05-19 16:19:56 +02:00
Régis Behmo
29e53d7fda fix: build-time warning
Installing from source triggers a warning on pip 23.0.1 if
pyproject.toml is not present. Building does not require any special
dependencies, so we just add a simple pyproject.toml file.

See: https://github.com/overhangio/tutor/issues/836
2023-05-17 10:24:21 +02:00
Régis Behmo
a938fefea7 docs: instruct to install from index 2023-05-16 10:08:58 +02:00
Régis Behmo
8411ceef4f v15.0.1 v15.0.1 2023-03-19 15:37:26 +01:00
Daniel Herrmann
04de8bcf67 Fix broken media download
The static map used with uwsgi was referencing the wrong media directory, such that downloads of media files did not work correctly.
2023-03-19 15:32:30 +01:00
Régis Behmo
cf9bae63da ci: upgrade checkout action 2023-02-27 11:55:37 +01:00
Jhony Avella
57cce6fefb
Merge pull request #14 from overhangio/jfavellar90/maintainer
docs: make it clear who is maintaining this plugin
2022-12-22 12:26:09 -05:00
Moisés Arévalo
7f66739ccd feat: updated to work with tutor olive v15.0.0 2022-12-12 18:55:56 +01:00
Jhony Avella
2ec1b85ccf docs: make it clear who is maintaining this plugin 2022-11-29 08:26:10 -05:00
Gonzalo Romero
899850e56f
Merge pull request #11 from Carlos-Muniz/Carlos-Muniz/readme-mount-option
feat: add COMPOSE_MOUNT feature instructions to README
2022-07-29 07:28:33 -05:00
Carlos Muniz
03ebe5f56d feat: add mount feature instructions to README 2022-07-27 10:13:10 -04:00
Gonzalo Romero
3b7d127fa3
Merge pull request #9 from Carlos-Muniz/Carlos-Muniz/add-COMPOSE_MOUNTS
feat: add COMPOSE_MOUNTS for xqueue
2022-07-20 16:35:19 -05:00
Carlos Muniz
4ac2ae8d59 feat: add COMPOSE_MOUNTS for xqueue
A `COMPOSE_MOUNTS` function has been added to easily mount
`xqueue` to `/openedx/xqueue`
2022-07-20 16:08:45 -04:00
GonzaloRomero
63fd458c8d feat: add name argument to click group v14.0.0 2022-06-09 21:44:13 +02:00
GonzaloRomero
0101e9dbab feat: Add CLI_COMMAND filter 2022-06-09 21:44:13 +02:00
GonzaloRomero
ea3fbafcaf feat: upgrade to nutmeg 2022-06-09 21:44:13 +02:00
Kyle McCormick
dff318bd2e feat: open stdin & allocate tty on dev services
This ensures that services started with `tutor dev start`
are as capable for breakpoint debugging, et al, as services
started with `tutor dev runserver` are. We plan to remove
`tutor dev runserver`.
2022-04-21 14:46:00 +02:00
Gabor Boros
cf7b593f76 fix: support mysql8 syntax
Signed-off-by: Gabor Boros <gabor.brs@gmail.com>
2022-04-15 10:45:09 +02:00
Régis Behmo
fb9e666814 feat: upgrade to maple 2021-11-15 08:38:52 +01:00
Régis Behmo
17841b207a ci: both way repo sync 2021-09-02 14:28:47 +02:00
Régis Behmo
2109828bbf v12.1.0 2021-09-02 10:48:12 +02:00
Régis Behmo
f4cd14b9de ci: sync private repo with github 2021-09-02 10:48:12 +02:00
Régis Behmo
029ac27251 feat: support for user-submitted files
Previously, user-uploaded files were stored in the /openedx/xqueue/openedx
folder (considered by django to be a media subfolder). This folder was not
being mounted on the host, thus causing files to be lost on container restart.
Also, files were simply not reported by the `tutor submissions show` utility.

We now bind-mount the media folder from the host. Media assets are served by
uwsgi, which replaced gunicorn.

When object storage is in use, we will have to point xqueue to the remote
storage solution. This means that we need to add patches to the tutor-minio
plugin.

Close #2.
2021-09-02 10:48:12 +02:00
Régis Behmo
3f78025010 refactor: rename xqueue_consumer to xqueue-consumer
This is for consistency with other docker-compose services.
2021-09-02 10:12:48 +02:00
Régis Behmo
6726dc36cc fix: dependency of docker-compose service on mysql
The declaration did not work when RUN_MYSQL was false.
2021-09-02 09:45:06 +02:00
Régis Behmo
58c9d7b3a9 fix: tutor-openedx was renamed to tutor 2021-07-06 10:35:37 +02:00
Régis Behmo
f2912e69da Upgrade to lilac 2021-06-07 14:40:00 +02:00
Régis Behmo
016ae9011e ci: unnecessary to build private pypi package 2021-06-07 10:18:08 +02:00
Régis Behmo
7430c4b0ae fix: 'ln' error in image building
'/usr/bin/pip' now exists in ubuntu:20.04.
2021-06-07 10:13:25 +02:00
Régis Behmo
f9763b138f v11.0.1 2021-01-07 15:22:07 +01:00
Oleg Demakov
494d82f7b7 Add patch in the service config file to be able to redefine any settings 2021-01-07 15:19:52 +01:00
Régis Behmo
970dafe87b Upgrade to Koa 2020-12-09 22:29:07 +01:00
Régis Behmo
b1e14d871f Document the fact that you should run quickstart after install 2020-12-04 12:15:40 +01:00