Skip to content

v2.0.0

Compare
Choose a tag to compare
@mkuklis mkuklis released this 13 Oct 18:52
· 84 commits to main since this release
2f81b41
  • BREAKING: upgrade React to v18. Fixes UIHAADM-90.
  • Update Node.js to v18 in GitHub Actions. Fixes UIHAADM-89.
  • In the Failed Records view, the "Record number" column can no longer be hidden. Fixes UIHAADM-71.
  • Basic validation for new and edited harvestables. In particular: name, transformation pipeline and storage engine must all be provided before the form can be submitted. Fixes UIHAADM-70.
  • Add amountHarvested filtering for the Jobs pane. Fixes UIHAADM-65.
  • Support management of storage engines. Fixes UIHAADM-7.
  • Validate and save JSON configuration of Harvestables. Fixes UIHAADM-74.
  • Set up permissions. Fixes UIHAADM-73.
  • Switch to local fixed copy of <EntryManager>. Fixes UIHAADM-76.
  • <EntryManager> displays no action menu when no actions are permitted. Fixes UIHAADM-79.
  • <EntryManager> checks correct permission for editing (PUT not POST). Fixes UIHAADM-77.
  • Add permission guards to hide inoperative parts of the UI. Fixes Fixes UIHAADM-75.
  • Progressive loading for Log pages. Fixes UIHAADM-83.
  • Stopping a running job now works correctly. Fixes UIHAADM-80.
  • Starting an already-running job, or stopping one that's not running, is now reported politely. Fixes UIHAADM-84.
  • Deleting a harvestable no longer causes a benign alertbox about attempting to re-fetch the deleted object. Fixes UIHAADM-81.
  • Provide ability to download last log for local analysis. Fixes UIHAADM-82.
  • Support management of transformation steps. Fixes UIHAADM-9.
  • Fix duplicate-step operation (previously failed with "Provided object contains unexpected additional property: virtualName"). Fixes UIHAADM-86.
  • Duplication of records includes fields from full record, not just summary. Fixes UIHAADM-88.
  • Changes made when editing a record in settings now immediately appear in the right pane. Fixes UIHAADM-85.
  • summarizeLine now correctly includes "failed" counts. Fixes UIHAADM-91.