Skip to content

Releases: projectcaluma/caluma

v6.1.0

04 Aug 11:08
Compare
Choose a tag to compare

Feature

  • Add support for dynamic tasks (689f6a9)
  • Context for DynamicGroups (9ecc69a)
  • Add mutation and api function for canceling work items (0b04def)
  • Save the previous work item on the model (84cd768)

Fix

  • Fix flakiness by sorting the list during snapshotting (825492a)
  • Extend test_start_case (b70b6ea)
  • Fix history by not using djangos update function (59ca6f5)

Documentation

  • Remove duplicated intro section (1752851)

v6.0.0

29 Jul 12:59
d7f4449
Compare
Choose a tag to compare

Feature

  • Always send the current user to event receivers (5f0e869)
  • Remove --keep from cleanup_history command (420c0cb)
  • Extend cleanup-command for cleaning up dangling models (489bb41)

Fix

  • Sort the groups jexl (be5487c)
  • Use fstring to log fstring message (5386591)

Breaking

  • remove --keep from cleanup_history command (420c0cb)

v5.9.0

01 Jul 14:23
Compare
Choose a tag to compare

Feature

v5.8.1

25 Jun 13:11
c04cecd
Compare
Choose a tag to compare

Performance

  • Follow-up historicalanswer migration using SQL (2fad5bc)
  • Add history_question_type to HistoricalAnswer (cb93e38)

v5.8.0

19 Jun 14:22
Compare
Choose a tag to compare

Feature

  • Extract code for cancelling cases and add a python API (ce74d06)

Fix

  • Consider workflow when completing work items (c024660)

v5.7.0

04 Jun 12:57
Compare
Choose a tag to compare

Feature

  • Make validation and visibility decorators chainable (b8ed8c9)
  • Add documentForms filter for allCases graph (ab14f8b)
  • Expose complete and skip work item to public API (32136bd)
  • Expose start case logic in public python api module (c78bbb7)

Fix

  • Remove DeprecationWarnings (262682e)
  • Fix case status when completing parallel work items (2502b30)
  • Make tasks reusable in workflow flows (613386d)
  • Use matching question for historicalanswer (097cdcb)

Documentation

  • Switch to 'id -u' when creating a pipenv (06983b6)
  • Add docs for the new API functions (c5411b0)

v5.6.0

28 Apr 09:19
703741a
Compare
Choose a tag to compare

Feature

  • Add filters for object creation dates (310139c)
  • Make created_by_group settable (ac3cb58)

Fix

  • The requiredness check needs local context (2412577)
  • Return table rows in sorted fashion (structure module) (aa0f725)
  • Ensure jexl evaluation is local to the relevant question (121bdb6)
  • Properly cache is_hidden/is_required (c09a133)

v5.5.2

08 Apr 07:49
721c1c1
Compare
Choose a tag to compare

Fix

  • Fix evaluating requiredness from branch forms (062e350)
  • Only accepts integer or string as id (562b4c0)

v5.5.1

27 Mar 15:20
f424a61
Compare
Choose a tag to compare

Fix

v5.5.0

26 Mar 09:14
Compare
Choose a tag to compare

Feature

  • [WorkItem] add name filter (a804572)
  • [WorkItem] name and description (18a9873)

Fix

  • [jexl] fix answer transform for questions with multiple values (d0189cb)

Documentation

  • add documentation about the GroupJexl (a3e5bd1)