Skip to content

9.7.0

Compare
Choose a tag to compare
@fmhoeger fmhoeger released this 27 Apr 20:55
· 248 commits to master since this release
7fe8d43
  • Fixed: Fixed failure in docker-ssh deploy that occurred when the app existed already.
  • Fixed: Fixed a bug where config dashboard credentials weren't being propagated to Docker deployments.
  • Fixed: Fixed a bug where app name / ID (app_name) was not set appropriately in config during Docker deployment. Now when deploying with docker-ssh using a specified --app argument this is saved as expected in config.heroku_app_id.
  • Fixed: Fixed a bug where dollar signs weren't being escaped in docker-compose.yml.
  • Fixed: Fixed a bug where the dashboard tab was closed on submitAssignment().
  • Fixed: Replace Heroku obsolete dyno type 'hobby' with 'basic'.
  • Enhancement: Added UI switch to the dashboard's experiment monitoring tab to toggle auto recruitment (auto_recruit) on/off.
  • Enhancement: Added new boolean config variable activate_recruiter_on_start (default: True). If the variable is set to True, then existing behavior is preserved; if set to False, then open_recruitment() is skipped when the experiment launches. This means that the user has to manually initialize recruitment (e.g. via the Prolific panel).
  • Infrastructure: Updated dependencies.