Commit Graph
8 Commits
Author SHA1 Message Date
Patrick Gregorio ece5b499f8 Added the statistics service to the stack 2025-03-21 13:39:25 -06:00
alec.turner 6d26a3abcf reset data for 2.1 installations unless running on STRLTEST
A second condition is checked for when determining whether demo data must be
reset; if version '2.1' of the app is installed and the target is not node
STRLTEST, data will be reset. Note that the version must be exactly '2.1', not
'2.1*'. The updated version will be '2.1.1'

This commit is added to handle an issue with a previously deployed version where
the incorrect install script was included. Node STRLTEST was manually fixed and
new data added to the database, leading to the need for this exception.
2025-01-23 09:49:35 -08:00
alec.turner 4e9b4e9331 bump image to v2.1
A new v2.1 image is available in the gitlab registry - the config file is
updated accordingly.
2025-01-22 08:11:18 -08:00
alec.turner 733b01c244 update version to 2.1 and add reset condition for v2.0
v2.0 was built using a demo database that should not have been present. v2.1
uses the same application, but should start with a clean database. This change
bumps the version to 2.1 and resets the database if the currently installed
version is 1.* or 2.0.
2025-01-22 08:09:49 -08:00
alec.turner 5390207ec1 revert org name and update image url
org name is reverted to 'streamline' from 'streamlinehealth'
2025-01-15 08:54:13 -08:00
adminandalec.turner 4b569f81b0 updated streamline-setup v2 2025-01-15 08:53:49 -08:00
alec.turner c8c4ac7298 disable dbsync and prep for production
- bump version to 1.0
- disable dbsync
- add reference app.conf file to aid in quickly re-enabling dbsync
- upgrade hosted-app-utils to develop
2024-12-13 16:01:08 -08:00
alec.turner 5222a67855 Integrate with hosted-app-utils
Strip down this repo and allow the hosted-app-utils `package` script to
auto-generate the package.
2024-07-30 08:48:18 -07:00