Releases: OasisLMF/OasisUI
Release 1.11.1 - Security Fix 1
Updated 1.11.1
Patched images for 1.11.1
which uses an updated base image for security fixes (27, Nov, 2023)
Release 1.11.7
OasisUI Changelog - 1.11.7
- #310 - fix for #309
- #307, #308 - Feature/308 plus 307 improvements
- #313 - Fixed Trivy CVE scanning
OasisUI Notes
Add PLA flag and pacify warnings - (PR #312)
- Adds checkbox to enable Post Loss Amplification through UI (Advanced Output Configuration View).
- Fixes issues with unnecessary queries and warnings.
Fixed Trivy CVE scanning - (PR #313)
Update for CI workflow
Release 1.11.6
OasisUI Changelog - 1.11.6
- #292, #299, #277, #280, #282 - Feature/various bugfixes
- #306 - Project workflows
OasisUI Notes
Bugfixes - (PR #305)
- Fixes various issues and improves the re-loading of model parameters (#299) when switching between analyses in the third step (output configuration).
Add Github action workflows for project board automation - (PR #306)
When either an issue or PR is opened add these to the projectV2 board https://github.com/orgs/OasisLMF/projects/44
Release 1.11.5
OasisUI Changelog - 1.11.5
- #239, #291, #286, #287 - Feature/239 output config options plus fixes
- #301 - Hotfix/GitHub actions
- #303 - Readme/user docs
OasisUI Notes
New output configuration options - (PR #298)
-
Allows to set additional advanced params to select return periods, event IDs and/or quantiles in the output configuration step.
-
Fixes a few other issues where the UI wasn't reflecting current new flexibility of the platform / API.
Switch from Jenkins to Github actions - (PR #301)
- Updated build and release workflows
- Updated Shiny-proxy from
1.1.0
to2.6.1
- Updated Readme file
1.11.4
OasisUI Changelog - 1.11.4
- #281, #266, #284, #279 - Feature/284 reuse settings plus bugfixes
- #288 - Update rocker image
- #295 - Option to hide footer version information
- #285 - enable connecting to API behind https URL
OasisUI Notes
Analysis settings templates functionality - (PR #289)
-
Allows to select a previously saved analysis settings template (attached to the same model) in the output configuration step.
When the analysis is ready to execute, the settings can also be saved as a new settings template.
In addition, setting templates can be managed by deleting obsolete ones. -
Fixes a bug downloading files of certain formats.
Add CVE image scanning - (PR #293)
- Catch CVE issues before images are published
Enable https scheme for API URL - (PR #285)
So far the Oasis UI expected the API to run under a URL starting with HTTP, added an environment variable to switch to HTTPS.
To enable, set API_HTTPS="True"
1.11.3
- #276 - Summary output parameters contains too many reports
OasisUI Notes
Fix summary defaults - (PR #278)
Updated the default summary outputs to only include
- full_uncertainty_aep
- full_uncertainty_oep
- aalcalc
Example settings file:
{
"analysis_tag": "1",
"ui_config_tag": "Summary",
"gul_threshold": 0,
"model_name_id": "PiWind",
"model_supplier_id": "OasisLMF",
"number_of_samples": 10,
"prog_id": 1,
"source_tag": "dev",
"gul_output": true,
"gul_summaries": [
{
"aalcalc": true,
"id": 1,
"oed_fields": [],
"lec_output": true,
"leccalc": {
"return_period_file": true,
"full_uncertainty_aep": true,
"full_uncertainty_oep": true
},
"ord_output": {}
}
],
"il_output": false,
"ri_output": false,
"model_settings": {
"event_set": "p",
"event_occurrence_id": "lt",
"number_of_samples": 10
}
}
1.11.2
OasisUI Changelog - 1.11.2
OasisUI Notes
Added docker image for OasisUI development - (PR #275)
Docker container to run a webbased Rstudio session, run using ./run_rstudio.sh
and connect to http://localhost:8787/
Added Stepsize and compatibility fixes for new platform - (PR #271)
Closes #268
1.11.1
OasisUI Changelog - 1.11.1
- #267 - Automaticly update version number on Jenkins build
- #272 - analysis_settings generation is incorrectly setting 'model_name_id'
OasisUI Notes
Update build to always update the app version - (PR #270)
Each build inserts the version tag into the BFE_RShiny/oasisui/DESCRIPTION
file, which is shown as the 'in app' version information.
Fixed bug in the complex model workflow - (PR #274)
The analysis settings field was not set correctly, in both versions 1.11.0
and 1.10.0
- Bug in 1.11.0 - the
model_name_id
was set as the API model reference ID and would cause the anaysis_settings post to fail with Bad Request 400 - Bug in 1.10.0 - the
model_version_id
field was set with the wrong value, passing that to a complex model would cause the custom binary search to fail.
1.11.0
OasisUI Changelog - 1.11.0
- #256 - Add Github templates
- #228, #223 - Feature/various issues
- #265 - Update analysis setting names