Skip to content

Figure 0.4.2

Compare
Choose a tag to compare
@johnbaldwin johnbaldwin released this 03 Mar 17:05
· 79 commits to main since this release
3ac0191

This release adds an optionan new pipeline workflow

For details, please read here

To enable this feature, you need to update the LMS settings (aka 'server-vars.yml') as follows:

server-vars.yml

  FIGURES: 
    DAILY_TASK: 'figures.tasks.populate_daily_metrics_next'

In Django settigs, you would check the var here

  from django.conf import settings
  settings.ENV_TOKENS['FIGURES'].get('DAILY_TASK')

PR about the workflow update:

  • Pipeline improvement prerequisites

  • Figures pipeline performance improvement

  • Fix enrollment data backfill Django management command

Other PRs

  • Revert devsite 'courseware' app namepace back to originial

  • Bump url-parse from 1.5.1 to 1.5.10 in /frontend

  • Bump urijs from 1.19.6 to 1.19.8 in /frontend

Exhaustive list of changes:

Full Changelog: 0.4.1...0.4.2