23 Commits

Author SHA1 Message Date
jfavellar90
8703186cef feat: upgrade to Quince 2023-12-09 17:43:42 +01:00
Emad Rad
8c2f78a683 feat: Added 'dev' requirements to 'extras_require' in setup
These include 'tutor' (version 16.x) for development and 'types-requests' (version 2.31.0.0). This addition helps in managing package dependencies during development.
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
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
Régis Behmo
69aff3255f fix: development status is stable 2023-06-27 15:53:57 +02:00
Jhony Avella
8448e2ba2f
feat: upgrade to Palm 2023-06-15 01:04:59 +02: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 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
GonzaloRomero
ea3fbafcaf feat: upgrade to nutmeg 2022-06-09 21:44:13 +02:00
Régis Behmo
fb9e666814 feat: upgrade to maple 2021-11-15 08:38:52 +01: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
970dafe87b Upgrade to Koa 2020-12-09 22:29:07 +01:00
Régis Behmo
2ae6b8f354 Mark as compatible with python 3.9, 3.10 2020-10-15 16:49:39 +02:00
Régis Behmo
3b9fe168bf Indicate compatibility with Python 3.8 2020-09-04 11:11:29 +02:00
Régis Behmo
fd5b8b082a Upgrade to juniper 2020-06-15 11:06:39 +02:00
Régis Behmo
baf5e6cb75 Fix long description package format 2020-05-05 16:55:15 +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
f6e315a013 Fix code/issue links in pypi package 2019-09-05 09:32:35 +02:00
Régis Behmo
bbc9dfc5d4 🌅 2019-08-21 12:22:46 +02:00