Skip to content

Tags: hms-dbmi/pic-sure-bdc-infrastructure

Tags

v5.6.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update and add provider configurations in Terraform (#175)

Added "template" and "local" providers with specified versions. Updated "random" provider to a newer version. These changes ensure compatibility and extend functionality.

v5.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update passport column type to MEDIUMTEXT (#174)

Change the `passport` column in the `user` table to `MEDIUMTEXT` to allow for longer values.

v5.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add SQL migration for inserting RAS connection (#172)

* Add SQL migration for inserting RAS connection
* Update RAS connection insert logic with upsert functionality

v5.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add SQL to update resource path for new Dictionary-API (#170)

v5.3.0

ALS-7810: Changes to support HPDS calls to dictionary

Completed by Ramari16

v5.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix typo

v5.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[ALS-7751] Increase resources for BDC (#165)

* Adjust Java memory settings and upgrade EC2 instance type

* Update Java options in dictionary-docker.sh

Added `-XX:+PrintFlagsFinal` to `JAVA_OPTS` to print JVM flags at runtime for debugging purposes. This will help in confirming the active JVM settings during execution.

* Increase Java heap size from 16g to 24g in docker script

The JAVA_OPTS variable in dictionary-docker.sh has been updated to allocate 24GB of heap memory instead of 16GB. This change aims to improve performance and handle larger workloads efficiently.

* Fix JAVA_OPTS environment variable declaration

* Increase resource allocations for HPDS and psama services

Upgraded instance types for auth-hpds and open-hpds, and increased memory allocations for psama and open_hpds. Added swap space configuration for Wildfly to improve performance under load.

v5.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix SplunkForwarder. (#163)

Did some testing and it works if restart is run.  Moved restart to end of the scripts.

v4.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add SQL script to allow stat visualization in open access (#160)

v4.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enable syslog logging for psama Docker container (#148)

* Enable syslog logging for psama Docker container

Added syslog logging configuration to the psama Docker run command, specifying 'wildfly' as the log tag. Updated the Splunk configuration and created a new log directory for psama logs to improve logging and monitoring capabilities.

* Add logging directories for Psama Docker