Skip to content

Releases: openedx/completion

0.1.10: Merge pull request #28 from edx/cliff/atomic-submit

07 Sep 21:13
7d57e3c
Compare
Choose a tag to compare

Resolves IntegrityErrors when submitting multiple completions for the same user/block at once.

Release 0.1.9

29 Aug 07:50
685b4fd
Compare
Choose a tag to compare

Release 0.1.8

10 Jul 08:27
cf259f7
Compare
Choose a tag to compare

0.1.7

19 Jun 15:18
82d523c
Compare
Choose a tag to compare

Adds a few completion service helper methods.

0.1.6

18 Apr 00:16
b1b62cd
Compare
Choose a tag to compare

Remove usage of deprecated CourseStructure API

0.1.5

05 Apr 17:48
@yro yro
e99cc1d
Compare
Choose a tag to compare

Delete 'enable_visual_progress' waffle flags and methods.

0.1.4

28 Mar 20:39
692dbb4
Compare
Choose a tag to compare

Site configurations must now explicitly disable visual progress for the gating function to return False early.

0.1.3

26 Mar 18:44
fa08a6f
Compare
Choose a tag to compare

Updates the README, tightens up the PR template, other small doc changes.

0.1.2

26 Mar 15:23
02971bd
Compare
Choose a tag to compare
  • Fix dependency management to use pip-tools and not require too much or too precisely in setup.py
  • Fix the last failing quality checks
  • Fix some errors that occurred when building the docs

0.1.1

23 Mar 20:04
8b028cd
Compare
Choose a tag to compare
  • Bump freezegun to make tests faster.
  • Require pyparsing>=2.0.7 to mesh with edx-platform requirements.
  • Makes BlockCompletion.latest_blocks_completed_all_courses use a query that isn't terrible.