This repository has been archived by the owner on May 11, 2021. It is now read-only.
Releases: chop-dbhi/cilantro
Releases · chop-dbhi/cilantro
2.4.1 Release
2.4.0 Release
Serrano 2.3.12 Support
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
Bug Fixes, Config Options, Query Display Changes
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
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
Enhancements
- #717 - Add support for an optional message to send when sharing a query (requires Serrano 2.3.7+).
Bugs
Bug Fixes
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
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.