All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added the
resource_link_template
configuration on hooks, to change the default format link for each course.
- Removed the
RICHIE_OPENEDX_SYNC_LOG_REQUESTS
setting with lazy logging.
- Increase default timeout.
- Change logging integration to Richie from ERROR to WARNING level.
- Refactor Open edX code imports. Related with the removal of custom config of edx-platform sys.path. Change code to run on Open edX Lilac and following releases.
- Add setting that allow to log richie requests
- Fix fallback Richie enrollment start from course start
- Fix readme
- Fix missing failed messages on log
- When configured with multiple Richie sites, don't stop on the 1st error.
- Send course
catalog_visibility
to richie
- Added a CHANGELOG.md to register the changes of the project
- Added release and tag scripts
- Added Github actions continuous integration
- Automatically publish the package to pypi if building a tag
- Initial release