Skip to content

Releases: overhangio/tutor-cairn

v18.0.0

20 Jun 02:01
0066855
Compare
Choose a tag to compare
  • 💥[Feature] Upgrade to Redwood. (by @FahadKhalid210)
  • [Bugfix] Make plugin compatible with Python 3.12 by removing dependency on pkg_resources. (by @regisb)
  • [Improvement] Update User Activity dataset query by extending time span to 120 seconds and selecting all events where course ID is not null to improve average time spent in course. (by @FahadKhalid210)
  • [Improvement] Added CORS for embedded Dashboards. (by @FahadKhalid210)
  • 💥[Feature] Upgrade Clickhouse to version 24.1.8.22 and fix query issues due to deprecation of live views. (by @FahadKhalid210)

v17.1.0

09 Feb 08:56
Compare
Choose a tag to compare
  • 💥[Improvement] Convert events.user_id and video_events.user_id fields from Int64 to UInt64. (by @FahadKhalid210)
  • 💥[[Bugfix] Fix the security context for Vector to ensure it works correctly on Kubernetes. Note that the Vector container will now run in privileged mode. (by @FahadKhalid210)

v17.0.0

11 Dec 20:48
Compare
Choose a tag to compare
  • 💥[Feature] Upgrade to Quince. (by @FahadKhalid210)
  • 💥[Improvement] Convert the course_blocks.graded field from String to Boolean. (by @regisb)
  • 💥[Improvement] Superset auto_sync roles updated. (by @FahadKhalid210)
  • [Improvement] Added Typing to code, Makefile and test action to the repository and formatted code with Black and isort. (by @CodeWithEmad)

v16.0.3

07 Sep 16:18
Compare
Choose a tag to compare
  • [Bugfix] Fix "Error: invalid_request Mismatching redirect URI" - ensure superset respects X-Forwarded-For/X-Forwarded-Proto headers set by Caddy. This effectively fixes running Cairn on HTTPS without a 3rd-party web proxy. (by @ravikhetani)

v16.0.2

07 Sep 16:29
Compare
Choose a tag to compare
  • [Bugfix] Fix "cannot list resource 'pods'" on Kubernetes. (by @regisb)
  • [Bugfix] Fix superset database name in user creation with do cairn-createuser. (by @regisb)
  • [Improvement] Users will now have the access to graded field in course_blocks table with this change which indicates if course unit is graded or not. (by @Faraz32123)

v16.0.1

04 Sep 13:40
Compare
Choose a tag to compare
  • [Bugfix] Fixed user creation command issue with Palm release. (by @jramnai)