Skip to content

v7.2-beta.69

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Oct 09:44
· 5231 commits to master since this release
  • Issue #3742 : Improve performance of showing dependency problems in the explorer tree. Change the Toggle Alerts button in the explorer pane to be always visible and off by default.

  • Add ability to tag explorer nodes with tag management done from the explorer context menu.

  • Issue #3228 : Reload explorer tree cache on all nodes when entities are created/deleted.

  • Add pre-populated tag filters to View, Dashboard and Pipeline reference loader pipeline tree pickers. E.g. pre-populates the filter with tag:extraction tag:dynamic in the View extraction pipeline picker. IMPORTANT: you will need to assign tags to pipelines so that they are visible in the three screens mentioned above. All reference loader pipelines (i.e. those using ``) should be tagged with reference-loader. All extraction pipelines (i.e. those using `SearchResultOutputFilter`) should be tagged with `extraction`. All dynamic extraction pipelines (i.e. those using `DynamicSearchResultOutputFilter`) should be tagged with `extraction` and `dynamic`. If you want to disable pre-filtering of pipelines then you can clear these properites: `dashboardPipelineSelectorIncludedTags`, `viewPipelineSelectorIncludedTags` and `referencePipelineSelectorIncludedTags`.

  • Issue #3794 : Fix size of activity pane when activities with long descriptions are selected.