Régis Behmo
c5bd0acab1
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
Emad Rad
727d500bf5
Feat: Testing and Linting ( #31 )
...
* ci: test action added
* chore: changelog entry added
* feat: Makefile added
* fix: typing added
* chore: cleanup with isort and black
2023-11-24 08:25:04 +01:00
Régis Behmo
f88afe05c3
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-24 08:25:02 +01:00
Jhony Avella
702e029d55
feat: upgrade to Palm
2023-06-15 01:03:44 +02:00
Jhony Avella
527c3e9738
feat: allowing customization of notes repo and version
2023-02-28 09:36:13 +01:00
Carlos Muniz
19fef3d2d4
feat: add COMPOSE_MOUNTS for edx-notes-api
...
Co-authored-by: Carlos Muniz <cmuniz@trcil.org>
2022-07-25 20:31:10 +02:00
Régis Behmo
47c90a8409
feat: upgrade to nutmeg
2022-06-09 20:11:30 +02:00
Régis Behmo
c8dc0218dd
Make it possible to override individual docker registry
2020-07-21 09:11:04 +02:00
Régis Behmo
5c68e72d36
Fix image building with custom registry
2020-04-07 14:20:27 +02:00
Régis Behmo
96b8b2be67
Replace mysql-client init by mysql
2019-09-03 10:42:22 +02:00
Régis Behmo
15518f0c59
🌅
2019-08-21 12:02:26 +02:00