v7.2-alpha.12
Pre-release-
Issue #3039 : Display search suggestions and type hints in dashboards.
-
Issue #3045 : Add stream selection info action button to meta view.
-
Issue #3128 : Allow enumeration of meta keys in XSLT.
-
Issue #3174 : Add search management.
-
Issue #3195 : Add Elasticsearch hit highlighting.
-
Issue #3214 : Use auto-complete list for adding dashboard table fields.
-
Issue #3216 : Add 'Dependencies' to explorer item context menu, to display dependencies for that item.
-
Issue #3206 : Add ability for users to set Explorer items as favourites.
-
Issue #3244 : Add 'Copy link to clipboard' Explorer menu item.
-
Issue #3255 : Fix error when creating a new processor filter.
-
Issue #3204 : More changes to improve task creation performance.
-
Issue #3204 : Split UNPROCESSED(1) task state into CREATED(0) and QUEUED(1) to improve task creation performance and management.
-
Issue #3204 : Change processor_filter_tracker to have a status enum and an optional message.
-
Issue #3225 : Improve performance of the database query used to find logically deleted streams for the
Data Deletejob. Add the indexmeta_status_status_time_idxon tablemeta. Add a summary log for the job. -
Issue #3231 : Change severity from ERROR to WARN when a reference lookup is performed with no reference loaders configured.
-
Issue #3136 : Improve ref data lookup trace logging. Refactor effective streams query.
-
De-dup error message text produced by XSLT functions.
-
Issue #3218 : Fix XSLT and dashboard
hash()functions stripping leading zeros from the hash result. -
Issue #3221 : Queue all unowned tasks unless associated meta is locked. Tasks for deleted meta will be processed and complete as expected where meta is deleted.
-
Issue #3220 : Fix Info tooltip on Active Tasks sub-tab not showing when stream is not unlocked or is physically deleted.
-
Issue #3204 : Improve task creation logging to list considered filters in order and provide queue information.
-
Issue #3195 : Fix editor highlight positions being incorrectly calculated.
-
Issue #3204 : Fix slow physical deletion of completed/deleted tasks.
-
Issue #3204 : Improve task creation performance. Add system info for inspecting task queues.
-
Improve performance of power of ten method in ref data byte buffer pool.
-
Issue #3209 : Fix logging of slow batch SQL.
-
Issue #3192 : Fix duplicate user events for exported processor filters.
-
Issue #3197 : Fix NPE when modifying a property value, (back-porting #3143).
-
Add logging of queries that take >2s to execute. Enabled by setting
stroom.db.util.SlowQueryExecuteListener: DEBUG. -
Add info logging to the export all api resource. Outputs the number of docs export along with counts by type.
-
Issue #3194 : Fix for JDK XML 1.1 parser bug.
-
Issue #3189 : Change effective stream query to use inner joins.
-
Issue #3163 : Add filter to expression field picker.
-
Issue #3171 : Fix stroom booting successfully when there have been failed migrations.
-
Issue #3177 : Stop logical deletes changing the update time if already logically deleted. Add more info logging. Change task name used in logs from
Processor Task Delete Executorto match job nameProcessor Task Retention. -
Fix property name mentioned in Processor Task Retention job description.
-
Issue #3177 : Fix bad SQL in Processor Task Retention that results in tasks not being deleted. Fix logical deletion of processor filters and processors that result in processor tasks being incorrectly deleted.
-
Issue #3111 : Revert previous change that added double quote handling. Now we only trim leading/trailing whitespace from expression terms.
-
Issue #3180 : Enable "in dictionary" condition for "Id" fields.
-
Issue #1876 : Add
distinctdashboard expression function for returning a list of unique values. -
Issue #2819 : Scale query expression panel height so all items can be viewed on scroll.
-
Issue #2860 : Retry (with backoff) when indexing to an Elasticsearch cluster and the cluster reports it is overloaded. This improves indexing success rate, reducing the chance of streams being generated when a cluster is under heavy load.
-
Issue #3127 : Fix ClassCastException when clearing a cache on the Caches screen.
-
Issue #3143 : Fix NPE when modifying a property value.
-
Issue #3145 : Fix initial API Key expiry so it picks up the default value from config.
-
Issue #3136 : Simplify code that finds effective reference data streams. Add more debug logging.
-
Issue #3159 : Improve appearance of user Task Manager.
-
Issue #3141 : Increase default width of global property editor dialog.
-
Issue #3166 : Fix stream import when the zip contains a mix of single-part and multi-part streams.