Skip to content

Releases: projectcaluma/caluma

v8.0.0-beta.25

17 Feb 15:32
af4a616
Compare
Choose a tag to compare
v8.0.0-beta.25 Pre-release
Pre-release

This release provides a management command for recalculating calculated Answers that
contain values from TableQuestions. Due to a bug, answers to calculated questions
were wrong under certain conditions, if they contained values from table rows. This
command recalculates all of them.

If you use CalculatedFloatQuestions in your forms, it is advised to run this command:

python manage.py recalculate_calc_answers

Fix

  • Replace faulty migration for calc answers with a command (4a3e85c)

v8.0.0-beta.24

17 Feb 13:15
d1000be
Compare
Choose a tag to compare
v8.0.0-beta.24 Pre-release
Pre-release

WARNING: THIS RELEASE IS BROKEN, DO NOT USE IT!!!

Feature

  • analytics: Add support for calculated questions (196ab05)

Fix

  • Fix calc answer evaluation when adding new table rows (cb668ba)
  • workflow: Emit post_create_work_item when redo is set to ready (5e9744a)
  • analytics: Handle missing dates (a06181a)
  • analytics: Properly quote expressions (3ff7f36)

v8.0.0-beta.23

26 Jan 07:33
48d657c
Compare
Choose a tag to compare
v8.0.0-beta.23 Pre-release
Pre-release

Fix

  • analytics: Fix form identifier; disable subform form (94542ac)
  • Properly quote aliases - small additional fixes (535c703)

v8.0.0-beta.22

12 Dec 10:59
43c7ffc
Compare
Choose a tag to compare
v8.0.0-beta.22 Pre-release
Pre-release

Feature

  • analytics: Add support for form name extraction (1df3f53)
  • Allow using client id as user for client-secret auth (3e45c61)

Fix

  • Do not crash when django-extensions is missing (6028be3)
  • analytics: Fix commandline output crash with certain aliases (1839423)
  • analytics: Do not crash with more complex visibility layers (71be082)
  • analytics: Do not output summary for simple tables (34205cf)

v8.0.0-beta.21

17 Nov 11:49
Compare
Choose a tag to compare
v8.0.0-beta.21 Pre-release
Pre-release

v8.0.0-beta.21 (17 November 2022)

Feature

  • data_source: Add question and context arguments for data sources (cb2739e)

Breaking

  • The method get_data on data sources receives two new arguments question (caluma question model) and context (dict). The method validate_answer_value on data sources receives a new argument context (dict). (cb2739e)

v8.0.0-beta.20

10 Nov 08:23
b6687f9
Compare
Choose a tag to compare
v8.0.0-beta.20 Pre-release
Pre-release

Feature

  • workflow: Include family field on case schema model (aea98f9)
  • filters: Add visibleInDocument-filter for questions (9f5caa2)
  • analytics: Enable reordering of analytics fields (59eadbc)

Fix

  • Fix breaking change introduced in 59eadbc (34be9bf)
  • Remove order_by in field_ordering, refactor test (121a433)

v8.0.0-beta.19

27 Sep 07:44
Compare
Choose a tag to compare
v8.0.0-beta.19 Pre-release
Pre-release

Fix

  • deps: Pin graphene-django to v3.0.0b7 (3efc320)

v8.0.0-beta.18

12 Sep 10:03
6603667
Compare
Choose a tag to compare
v8.0.0-beta.18 Pre-release
Pre-release

Feature

  • analytics: Provide option labels (d1f7a38)
  • cases: Add filter to exclude child cases (dd58f6c)

v8.0.0-beta.17

09 Sep 14:00
Compare
Choose a tag to compare
v8.0.0-beta.17 Pre-release
Pre-release

Fix

  • events: Don't emit create work item events when updating (4f2f491)

Breaking

  • The saveWorkItem mutation doesn't emit pre_create_work_item post_create_work_item anymore since this is not the expected behaviour. (4f2f491)

v8.0.0-beta.16

01 Sep 06:52
Compare
Choose a tag to compare
v8.0.0-beta.16 Pre-release
Pre-release

Fix

  • redo: Recalculate deadline after updating a redo work item to ready (f803fbe)
  • permissions: Make sure user permission classes call super (6e1945b)