Skip to content
This repository was archived by the owner on May 11, 2021. It is now read-only.

Releases: chop-dbhi/cilantro

2.4.1 Release

Choose a tag to compare

@bruth bruth released this 26 Apr 20:38

Features

  • #778 - Added a button the results toolbar for displaying a copy-and-paste script.
  • #779 - Integrated CSRF support through the csrf configuration option.

2.4.0 Release

Choose a tag to compare

@bruth bruth released this 29 Nov 12:36

Features

  • #768 Add support for canceling queries and exports
  • #766 Add config option to require manually refreshing the distinct count

Changes

High Impact

  • #772 Dropped support for Serrano 2.3.x

Serrano 2.3.12 Support

Choose a tag to compare

@bruth bruth released this 09 Jan 15:12

This increases the maxSerranoVersion to support 2.3.12. In addition, the Serrano compatibility warning is now only shown when the Cilantro config debug option is set to true.

Chart Fix, Serrano Version Bump, and Enhanced Count Table

Choose a tag to compare

@naegelyd naegelyd released this 28 Oct 18:32

Bugs:

  • (#741) Fix case where datetime types were not treated like dates when being charted.

Enhancements:

  • (#745) Use plural name in counts table on workspace when the count is greater than one.

General:

  • (3ff385b) Maximum compatible Serrano version has been increased to 2.3.11.

Bug Fixes, Config Options, Query Display Changes

Choose a tag to compare

@naegelyd naegelyd released this 23 Oct 15:18

Bugs:

  • (eee49e7) Fix bad reference to location in the session timeout handler.
  • (#734) Fix bad reference to this in the session ping error handler.

Enhancements:

  • (#732) Show the owner(when available) for public queries like it is done for private queries.
  • (#731) Add config option for controlling the models shown in the Counts table on the workspace page. This config option can also be used to remove the table altogether in which case the original layout is used.

Developer Changes:

  • (634679a) Maximum Serrano version increased to 2.3.10.

Bug Fixes, Stats Display, and Exclusive Search

Choose a tag to compare

@naegelyd naegelyd released this 17 Oct 16:25

Bugs

  • #725 - Fix bug in paginator where large cardinality lists of values triggered events on each model causing the UI to freeze. Now, individual model events are silenced and collection events are triggered after model operations are complete.

Enhancements

  • #726 - Allow negation/exclusion of values in the search control. Previously, if one wanted to exclude a set of values, they would need to add all values then manually remove the ones they wished to ignore. This was tedious for large value collections. Now, the checkbox can be used to toggle the operator used by the search control to search for values in the list or not in the list of selected values. Additionally, the UI of the search control was cleaned up a bit as part of this work.
  • #727 - The Workspace page now contains a table showing the models and their counts which leverages the new stats endpoint recently added in Serrano. As part of this, all the queries are now shown on the right and the counts are in the new table on the left.

Bugs & Shared Query Message

Choose a tag to compare

@bruth bruth released this 09 Oct 17:33

Enhancements

  • #717 - Add support for an optional message to send when sharing a query (requires Serrano 2.3.7+).

Bugs

  • #713 - Fixes an issue if the view changes while the columns modal is open.
  • #722 - Drastically improve performance of query values validation by silencing change events until complete.

Bug Fixes

Choose a tag to compare

@naegelyd naegelyd released this 07 Oct 15:12

Bugs:

  • #711 - Fix case where navigating directly to the results page would render the save button on the change columns modal unusable due to an error in an event handler in the workspace workflow.
  • #709 - Fix problem in public query list. The public query list was not being updated when a query was deleted from the shared query list that was also in the public list.

Bugs and Loading Indicator

Choose a tag to compare

@naegelyd naegelyd released this 03 Oct 20:31

Bugs

  • #702 - Fix issue where unpublished or delete concept IDs in saved queries would cause workspace page to crash.
  • #700 - Fix problem in infograph where selected filter values were not being highlighted when control loaded.

Enhancements

  • #697 - Show loading indicator when user clicks on shared query. This loading indicator is shown until the view and context is updated and is hidden before redirecting to the results page.

Bugs

Choose a tag to compare

@bruth bruth released this 25 Sep 19:44

Bugs

  • #691 - Reverted the static header feature due to issues when rendering large data cells
  • #690 - Fixed a race condition that left the results in an inconsistent state with the query context and view