Régis Behmo
Régis Behmo
To the best of my recollection, this is not a bug but a feature that is implemented in a very confusing way. Setting the catalogue visibility as "none" is not...
The following are red flags: * normal user behaviour which has unexpected results * error 500 * security issues or lack of support for a major component of the platform
Reproducing the issue is easy with Tutor: 1. Enable discovery and ecommerce plugins, run `tutor local launch` 2. Create admin user in ecommerce: `tutor local run ecommerce ./manage.py shell -c...
The problem does _not_ come from the COURSE_ID_REGEX. It comes from the Django REST framework. To troubleshoot I opened a shell in the ecommerce container: tutor dev run ecommerce ./manage.py...
I'm not sure what is meant by "truly open source". If the question is whether this PR was opened on behalf of 2U, then no, that's not the case. Faraz...
I'm pretty sure that the build issue has nothing to do with the changes in this PR: https://readthedocs.org/projects/edx-ecommerce/builds/22486927/ @Faraz32123 you should just have to rebase your changes on top of...
@Faraz32123 what's the status of this PR? Can you please rebase on top of master?
Just wanted to mention that I am interested in finding a solution to this issue. I am the maintainer of [Tutor](https://github.com/overhangio/tutor/), a wrapper distribution around [Open edX](https://open.edx.org/); Open edX is...
At [Open edX](https://open.edx.org), we are using django-taggit-autosuggest which is no longer maintained and not compatible with Django 3.2. Would you be interested in vendoring django-taggit-autosuggest in django-taggit? If yes I...
Indeed: https://hub.docker.com/r/overhangio/openedx-mfe/tags You're right, this is an issue for Indigo, as Indigo is in charge of building the `mfe:*-indigo` image. I'll address this issue ASAP by manually running the indigo...