Skip to content

Releases: projectcaluma/caluma

v7.0.0

19 Nov 12:36
49e8384
Compare
Choose a tag to compare

Fix

  • Pass user instead of info object to data source (213d84a)

Breaking

  • Pass the user to the get_data method of a data source instead of the whole info object since we don't have an info object when calling the python API. (213d84a)

v6.7.0

17 Nov 12:35
2a1be7e
Compare
Choose a tag to compare

Feature

  • Handle table_questions (33d303c)
  • Set default answers when creating new documents (d9c2b2e)
  • Implement default_answers (e3dae80)
  • Implement save_document form api (ffb422d)
  • Debug transforms (fbc5cd6)
  • Useful repr for most models (e6186cc)
  • Add api for save_answer (4457413)
  • Create caluma_logging app for access logging (2602aa2)

Fix

  • Do not use actual model in migration (073f01c)
  • Fix flaky ordering (1170242)
  • Flaky snapshort ordering (73e57ea)
  • Sort addressed_ and controlling_groups (e8eaae9)
  • Do not crash during migrations (d6887d0)
  • Call cursor.execute with params=None (151394a)
  • Migrate db sequences with prefix "caluma_" (baf303c)
  • Do not hang in migrations on broken data (bfc4304)

v6.6.0

12 Sep 10:00
Compare
Choose a tag to compare

Feature

  • add ID filter for case and work item (b6d89f3)

v6.5.0

11 Sep 09:26
6d46968
Compare
Choose a tag to compare

Feature

Fix

  • Don't send complete_work_item event when skip (8236481)
  • Always send post_complete_work_item event (6b23615)

v6.4.0

02 Sep 09:34
Compare
Choose a tag to compare

Feature

  • suspend and resume cases and work items (5d00a44)
  • rootCaseMetaValue filter on allWorkItems (5aed420)

Fix

  • add missing transactions on serializers (9a129d1)
  • fix cancelling and skipping of work items with child case (07602db)

v6.3.3

26 Aug 07:02
Compare
Choose a tag to compare

Fix

  • Add test (31f4598)
  • Make sure that one work item is always created (defc797)

v6.3.2

17 Aug 14:25
1905875
Compare
Choose a tag to compare

Bugfix:

  • Import djangomodelfactory from actual module path (341148f)

v6.3.1

14 Aug 09:16
Compare
Choose a tag to compare

Fix

  • fix the return object of api methods (90a9102)

v6.3.0

13 Aug 11:50
Compare
Choose a tag to compare

Feature

  • add context for all case and workitem mutations (bb45477)
  • add filter for case family (2b7271f)
  • add filters for work item deadlines (e7eb104)

Fix

  • emit completed_work_item event before closing the case (2d9d236)
  • enable context for skipping work items (a4f3b53)

v6.2.0

05 Aug 10:54
Compare
Choose a tag to compare

Feature

  • Add filter for filtering work items by multiple tasks (32508e5)