jfavellar90
a880f44b9f
feat: upgrade to redwood
2024-06-20 01:17:00 +02:00
Régis Behmo
d1c67f42d9
fix: remove pkg_resources for compatibility with python 3.12
...
pkg_resources is a package that is unavailable in python 3.12, unless
setuptools is explicitely installed. Turns out, there are replacement
functions coming from importlib_resources, which can be obtained from
the importlib-resources pypi package. This package will be installed
with tutor starting from 17.0.2.
2024-02-12 11:57:51 +01:00
jfavellar90
7f09751e8f
chore: addressing comments
2023-12-11 18:12:10 +01:00
Emad Rad
add702220c
chore: changelog entry added
2023-12-09 15:56:42 +01: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
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
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