You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.