Skip to content

Releases: CDCgov/dibbs-ecr-viewer

v2.0.0-Beta

11 Feb 21:09
62a1dca
Compare
Choose a tag to compare

What's Changed

🏕 Features

  • chore: create sample env for orchestration by @BobanL in #253
  • feat: add Github Actions workflow to trigger VM build ♍ by @alismx in #263
  • chore: remove option to save fhir bundle to postgres by @BobanL in #279
  • fix: patient information won't display when values are missing by @jakewheeler in #271
  • fix: encounter date sorting by @mcmcgrath13 in #265
  • feat: add db cipher env variable by @BobanL in #257
  • feat: introduce CONFIG_NAME environment variable

CONFIG_NAME Environment Variable

This variable allows you too choose from a set of standard configurations, reducing the amount of environment variables that need to be set manually. The choices available are as follows:

  • "AWS_INTEGRATED" - NBS integrated viewer with AWS S3 storage
  • "AWS_PG_NON_INTEGRATED" - Non-integrated viewer, S3 storage, Postgres metadata database with core database schema
  • "AWS_SQLSERVER_NON_INTEGRATED" - Non-integrated viewer, S3 storage, SQL Server metadata database with extended schema
  • "AZURE_INTEGRATED" - NBS integrated viewer with Azure blob storage
  • "AZURE_PG_NON_INTEGRATED" - Non-integrated viewer, Azure blob storage, Postgres metadata database with core schema
  • "AZURE_SQLSERVER_NON_INTEGRATED" - Non-integrated viewer, Azure blob storage, SQL Server metadata database with extended schema

Full Changelog: https://github.com/CDCgov/dibbs-ecr-viewer/commits/v2.0.0-Beta