Skip to content

Releases: appsembler/xblock-launchcontainer

Release v4.0.0

22 Sep 17:31
43177a3

Choose a tag to compare

Changes in this release

What's Changed

  • breaking change: drop support for Hawthorn Tahoe.
  • Support Tahoe 2.0 site configuration client by @OmarIthawi in #63
  • add bandit security tests by @thraxil in #58
  • add CODEOWNERS by @thraxil in #57
  • fix tox django version specifier by @thraxil in #60
  • Juniper: support python 3.5 in tests by @OmarIthawi in #61
  • refactor github/tox testing to support tahoe requirements by @OmarIthawi in #62

Full Changelog: v3.0.0...v4.0.0

Release v3.0.0

03 Sep 21:53
a97b83f

Choose a tag to compare

Changes in this release

What's Changed

Full Changelog: 2.3.2...v3.0.0

Release v2.3.1-test2

03 May 10:43
806dbe9

Choose a tag to compare

Changes in this release

Release v2.3.1-test

03 May 10:39
37fdab8

Choose a tag to compare

Changes in this release

v2.2.0

16 Apr 16:36
3326004

Choose a tag to compare

[2.2.0] - 2019-04-16

Added

  • Helpful message with support email (editable in XBlock) is shown for users when deploy is taking a long time

Fixed

  • Improved error handling for responses from AVL

v2.1.11

04 Jun 23:30

Choose a tag to compare

Fix Dogwood bug by making post_save signal handler conditional, dependent on site_configuration being enabled.

# Release 2.1.10

12 May 01:44

Choose a tag to compare

(The complete commit list for this release can be found here: v2.1.7...release/v2.1.10)

Fix for IE-11

IE-11 was not happy with the way we parse URLs. Bryan W slayed this one.

#22
#25

Fix for getting the proper AVL URL

Redis Labs is using a custom domain in Tahoe, which exposed a bug in our XBlock.
Brian D did some digging with Maxi and Filip. Now, all Redis Labs students will
happily receive links to the proper cluster.

#24

Fix: Deprecate IS_OPENEDX_ENVIRON

This silly little variable was doing nothing but confusing the crowd. See ya!

61ab033

Feature: Allow a student to "reset" a lab

There you are: you have a lab, you're happy, about to learn you a HealthShare. But!
You've made a mistake and you don't want to tell your teacher (we've all been there).
Now, you can simply hit the "reset" button in the edX course and you'll get
a clean container. WARNING: Not safe for those under the age of 12; use with caution.
Filip and Bryan W tagteamed this one!

#21
#23

Partial IE11 fixes

15 May 20:38
cf452f9

Choose a tag to compare

Just tagging this for posterity after some confusion with version numbers. This has only partial fixes toward the eventual fix in v2.1.10

Partial Fix for IE-11

IE-11 was not happy with the way we parse URLs. Bryan W was in the process of resolving these, but didn't quite get it there.

#22
#25

v2.1.8: Add support for XBlock 1.0

26 Dec 23:44

Choose a tag to compare

Pre-release

This is a simple update of the python XBlock library, which should allow xblock-launchcontainer (i.e., "tugboat") to run on Ginko.

v2.1.5–v2.1.7

27 Oct 16:58

Choose a tag to compare

v2.1.7

Before sending the POST to AVL, the XBlock will now extract data from the JavaScript event upon form submission. Users who had multiple instances of the XBlock in a course were seeing failed requests because Open edX was confused about which XBlock data to POST.

v2.1.6

Docs

v2.1.5

Modify the way we extract the user for compliance with Dogwood.