Skip to content

Releases: openedx/tutor-contrib-aspects

Release v0.66.0

12 Dec 13:26
47f2da5
Compare
Choose a tag to compare

0.66.0 (2023-12-12)

Features

  • add external id table (bcd308f)
  • adds event_sink.user_pii table (7ced3f7)
  • adds user_pii dataset (9ceb57b)
  • partition the event_sink.external_id table by user_id % 100 (c45aefe)
  • partition the event_sink.user_profile table by user_id % 100 (24db8d1)
  • pass EVENT_SINK_CLICKHOUSE_PII_MODELS to the openedx settings (defb3f1)

Bug Fixes

  • grant DELETE access to the CMS Clickhouse user on the event_sink db (b97a690)
  • user_pii uses external_id_type=xapi (57a4f56)

Release v0.65.1

06 Dec 20:33
37bdcba
Compare
Choose a tag to compare

0.65.1 (2023-12-06)

Bug Fixes

  • Add more informational error message. (703e969)
  • Bump ERB to 7.2.0 (f6ef21f)

Release v0.65.0

29 Nov 17:23
2d1be69
Compare
Choose a tag to compare

0.65.0 (2023-11-29)

Features

Release v0.64.0

29 Nov 17:06
33ee7de
Compare
Choose a tag to compare

0.64.0 (2023-11-29)

Features

  • Adds course_key_short computed field (93e07da)

Bug Fixes

  • re-adds the "Events per course" pie chart to the Operator > Courses tab (20fc7b5)

Release v0.63.1

23 Nov 03:24
ba6d4ec
Compare
Choose a tag to compare

0.63.1 (2023-11-23)

Bug Fixes

  • containerPort values must be numeric (332e79b)
  • use tutor variables to expose clickhouse container ports in k8s (8c1720f)

Release v0.63.0

09 Nov 19:45
75ab607
Compare
Choose a tag to compare

0.63.0 (2023-11-09)

Features

  • Adds Help tab to Instructor Dashboard (2d931f8)
  • Adds Help tab to Operator Dashboard (a11a0e0)

Bug Fixes

Code Refactoring

  • replaces dashboard tab docs with link to openedx-aspects docs (994d8a0)

Release v0.62.4

09 Nov 14:09
8aec47f
Compare
Choose a tag to compare

0.62.4 (2023-11-09)

Bug Fixes

  • Bump ERB to 7.0.1 for problem result fixes (9b98699)
  • Remove split on requirements in versions chart (24dc754)

Release v0.62.3

03 Nov 17:28
1d0fa2d
Compare
Choose a tag to compare

0.62.3 (2023-11-03)

Bug Fixes

  • Quote new templated values in assets (e3c1476)

Release v0.62.2

02 Nov 16:39
5b06671
Compare
Choose a tag to compare

0.62.2 (2023-11-02)

Bug Fixes

  • Change translations source path (e045b10)

Release v0.62.1

02 Nov 13:46
ed8de7e
Compare
Choose a tag to compare

0.62.1 (2023-11-02)

Bug Fixes

  • Don't save intermediate translations files, fix parse error (d26e6e9)

Code Refactoring

  • Remove language tag from untranslated strings (934c627)