Skip to content

Releases: open-craft/openedx-completion-aggregator

Add command line arguments to task.

12 Oct 17:54
fa3f02e
Compare
Choose a tag to compare
  • Fix 403 response for non-staff users
  • Batch fetching of StaleCompletions to avoid memory blow-up.

Configure admin pages.

06 Oct 00:31
8605a28
Compare
Choose a tag to compare
Merge pull request #32 from open-craft/cliff/admin-site

Configure django admin pages.

1.5.2: Merge pull request #31 from open-craft/cliff/hotload-percent

02 Oct 17:55
0a11955
Compare
Choose a tag to compare

Fix some issues with live recalculation of completions.

1.5.1

28 Sep 14:16
bbc1ff9
Compare
Choose a tag to compare
Add support for JWT Auth (#29)

1.5

26 Sep 21:49
cc88a8c
Compare
Choose a tag to compare
1.5
Fix error when getting means for course without aggregators (#27)

1.4

25 Sep 15:18
Compare
Choose a tag to compare
1.4
Update unviewed aggregators to return 0 percent completion. (#26)

1.3.1: Merge pull request #24 from open-craft/kshitij/fix-means

19 Sep 01:12
70902af
Compare
Choose a tag to compare
  • Add support for mean value in serializer
  • Add SQLite compatible path to store aggregators for edx-platform tests.

1.3

18 Sep 13:53
Compare
Choose a tag to compare
1.3
  • Improve error handling when aggregator encounters bad block keys.
    • Keys that don't belong to an existing course.
    • Keys that belong to a block that has been removed from a course.

Separate completion from aggregation

27 Jul 17:20
f93930d
Compare
Choose a tag to compare

Released 2018-07-27

  • Adds StaleCompletions to separate block completion from aggregation.
  • Adds management command to run aggregation.
  • Incorporates a version of the v0 api that uses Aggregators.

Fixing PyPI credentials

07 Jun 18:51
Compare
Choose a tag to compare

I think the last time included an extraneous \n in the password. This should resolve that.