Skip to content

v7.1-beta.23-test-open-id-15

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 Mar 19:01
· 6756 commits to master since this release
  • Issue #3270 : Change the auto logging of audit events to ignore any initiated by the processing user account as this is not human initiated.

  • Issue #3278 : Fix warning about the data retention rule summary query cancellation action not been correctly configured for auto logging.

  • Remove thread sleep accidentally added for testing purposes in data retention summary query execution.

  • Issue #3292 : Change the reference data load to not load entries with null values. If overrideExistingValues is set and an entry with a null value overrides an existing one with a non-null value, the existing one will be removed.

  • Issue #3299 : Fix schema non-compliant events when importing config. Also fix error handling when user tries to import with no file selected. Improved the audit events for file upload.

  • Remove audit logging for MetaResourceImpl.getTypes which just lists the stream types and is not an explicit user action.

  • Issue #3112 : Ensure users from header tokens are always places in session if we have one.

  • Issue #2759 : Normalise Windows line endings () to Unix-style () when pasting into the ACE text editor.

  • Issue #3272 : Change handling for reference loads in unexpected states. It now logs an app log error but carries on and loads over the top.

  • Issue #3260 : Change the select-all filter based delete/restore to delete by IDs with a temporary table to avoid locking other rows. This is configurable using the property data.meta.metaStatusUpdateBatchSize, with 0 meaning all in one batch.

  • Issue #3201 : Change the way the mapping of feed and stream types to IDs is cached. Now uses the existing Meta Type Cache and Meta Feed Cache caches rather than simple hash maps that duplicated the caching.

  • Issue #3136 : Improve the debug logging for reference data effective streams and add validation of the effective stream sets when debug is enabled for stroom.pipeline.refdata.EffectiveStreamCache.

  • Remove the read/write locking used on the caches. Change cache rebuild to do a full rebuild if config has changed, else just clear the existing cache.

  • Issue #3286 : Fix error when changing property values for cache properties.

  • Issue #2759 : Change in dictionary for filters and searchables to ignore blank lines.

  • Issue #3271 : Fix warnings in logs about auto logging not being configured for reference data purge.

  • Issue #3259 : Make task creation and queueing multi threaded.

  • Issue #3276 : Remove ASSIGNED task status and guard for task creation deadlocks.

  • Issue #3274 : Improve progress monitoring.

  • Issue #3274 : Improve config descriptions.

  • Issue #3259 : Make task creation and queueing multi threaded.

  • Issue #3259 : Make task creation a separate managed job.