Releases: open-craft/openedx-completion-aggregator
Releases · open-craft/openedx-completion-aggregator
3.0.1
[BB-2381] Update completion-aggregator for Juniper
- Update completion-aggregator to use Python 3.5 & Juniper
2.2.4
v2.2.2 MCKIN-17580 - Review correction mean calculation of course completion serializer
MCKIN-17580 - Review correction mean calculation of course completion…
Fix `root_block` for Ironwood
Taniwha/bb 2497/ironwood fix root block (#74) * Handle invalid key errors for root_block Catch InvalidKeyError as per opaque_keys docs. This is for BB-2497. * Handle invalid key errors for course_key While implementing the fix for root_block, it was found that course_key handling could run into the same problems. This is a preventative fix. * Correctly order imports * Be more verbose for invalid keys * Bump version and update CHANGELOG * Correct invalid course key error message * Be more informative when student is not enrolled As per request by @agrendalath, also, it just makes sense to do so. * Fix line length issue
v1.6.0: [YONK-1622] Backport migration code to v1 (#73)
Backport migration code to v1
2.2.0
[BB-2296] Fix course conversion in `reaggregate_course` management command (#71)
2.1.3 [BB-2296] Fix course conversion in `reaggregate_course` management co…
2.1.2: Let completion migration code update created and modified times (#70)
* Let completion migration code update created and modified times * Update dependencies * Fix quality issues
[BB-2296] Add locking mechanism to batch operations (#67)
2.1.0 [BB-2296] Add locking mechanism to batch operations (#67)