Skip to content

Releases: OasisLMF/OasisUI

Release 1.11.1 - Security Fix 1

27 Nov 11:12
Compare
Choose a tag to compare

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

14 Nov 16:12
Compare
Choose a tag to compare

OasisUI Changelog - 1.11.7

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

09 Feb 17:25
Compare
Choose a tag to compare

OasisUI Changelog - 1.11.6

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

11 Nov 12:20
Compare
Choose a tag to compare

OasisUI Changelog - 1.11.5

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 to 2.6.1
  • Updated Readme file

1.11.4

09 Sep 13:29
f082906
Compare
Choose a tag to compare

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

10 Mar 16:25
Compare
Choose a tag to compare
  • #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

03 Feb 13:22
Compare
Choose a tag to compare

OasisUI Changelog - 1.11.2

  • #275 - Rstudio build image
  • #271 - Feature/new api

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

21 Dec 16:51
Compare
Choose a tag to compare

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

06 Dec 12:35
197ff91
Compare
Choose a tag to compare

OasisUI Changelog - 1.11.0

  • #256 - Add Github templates
  • #228, #223 - Feature/various issues
  • #265 - Update analysis setting names

OasisUI Notes

Updated Analysis Settings creation - (PR #265)

OasisLMF/OasisLMF#957

1.10.0

02 Sep 11:11
9fb6f0d
Compare
Choose a tag to compare

OasisUI Changelog - 1.10.0

  • #256 - Add Github templates
  • #257 - Add automated Changelog creation in build script
  • #261 - Feature/258-259-260-changes
  • #262 - Feature/258 259 260 changes
  • #255 - Ci/pre release