Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Key

Components

Summary

Change Log

SAGA-2735

Converter

Files in Converter temp folder are not deleted after conversion

Converter

  • Corrected retry mechanism responsible for removing converter working directory.

  • Corrected asynchronous workflow of Converter service.

SAGA-3089

Converter

Converter client timeout is shorter than Converter API timeout

Converter:

  • Converter timeout is now configurable using Saga environment variables instead of converter configuration file.

  • Converter service client now has the same timeout as the service.

SAGA-2067

Locator, Saga Installer

Saga reports successful start when Locator didn't start

Health

  • The Locator health endpoint, supports/status, now validates that the RestService has a valid connection to the database and the index.

SAGA-2484

Locator

IndexBuilder stuck in loop

IndexBuilder

  • SQL Server queries now take DateTime2 type values as query parameters instead of DateTime.

SAGA-2228

Locator UI

Refiner values added to search bar on refresh

Url

  • Split search phrase, selected refiners and selected timelines into 3 different url parameters: q, refiners and timelines (it all used to be stored in q param).

  • Fixed url params encoding so it handles national and special characters in search phrase and refiner values.

Notes
This change will break old urls that users saved before it (saved for example in favorite pages).

SAGA-2287

Locator UI

UI does not provide feedback when secondary source credentials are successfully stored

Result view:

  • Removed information about success or failure save user credential.

  • Information was moved to head popup information

SAGA-2318

Saga Installer

Installer fails when default PSRepository is missing

Installer

  • The installer now registers PsGallery PSRepository, if not already registered.

SAGA-2320

Saga Installer

Installer fails when NuGet package provider is missing

Installer

  • The installer now installs NuGet package repository, if not already installed.

SAGA-2740

Saga Installer

Plugin Watcher fails to start from start-saga.ps1

Installer

  • Added check for elevated permissions in the start and stop plugins script.

SAGA-2742

Saga Installer

Env file in plugins folder can get corrupted

Installer

  • Made starting and stopping plugins more robust.

SAGA-2893

Saga Installer

Download of docker-compose failed on server that relies on documented firewall openings

Install Guide

...