Skip to content

2.0.9

Choose a tag to compare

@VassilIordanov VassilIordanov released this 23 Jan 19:21
· 14185 commits to main since this release

Features:

GH-328 - Sensitive information permission phase II (#402)

Added wdio tests for authorization group creation.

Enhancements:

GH-323 - Add extra task fields to advanced and full text search (#394)

Fixes #323

Bug fixes:

Fixes #360 Fix strange cursor behavior name input (#395)

Cursor does not jump anymore to the end of line when editing a
last name. When pressing the comma after a first name is already
entered, the comma is not shown any more.

GH-311 - Fields without a label definition in the dictionary should not be shown in GUI (#349)

At the moment only for Organizations the labels are named in the dictionary as far as I could see.

#311: Fix getting dictionary in development mode (#406)
GH-403: Fix future engagements insight chart (#404)

The chart was not showing any items any more since the last commit which
changed the comparison operator from "==" to "===". This because a type
conversion was also needed.

Gh 311 fix (#400)

Framework improvements:

#393: Fix DateTime rounding problems with MSSQL (#397)

See #393 (comment) for the background on this.

Gh 389 - Documentation updates (#396)
Minor test tweaks (#393)

Fixed a few things that don't really need to get mixed up with the functional changes in other PRs:

  • fixed a typo in AbstractResourceTest
  • added some assertions to the createReport test, which were useful in finding a weird infrastructure-related issue I was having, and are not bad assertions in themselves
  • added a sort order to the search in testSensitiveInformationByAuthorizedPosition to avoid having the test suddenly start failing after tests have been run a few times without reloading base data
  • tweaked searchUpdatedAtStartAndEndTest to actually do the searches it says it's going to do, instead of doing closely related ones and expecting them to fail.
#382: Some code cleanups (#409)
#407: Do exponential back-off when autosave fails (#408)
Gh 383 - Simplify travis build (#399)