Releases: USMAI-Library-Consortium/janeway-warpspeed
Releases · USMAI-Library-Consortium/janeway-warpspeed
Release list
0.11.5-usmai
Add plugin installation to Janeway Install
0.11.5
Include Typesetting Core
0.11.2 Merge pull request #5 from USMAI-Library-Consortium/feature/upgrade-j…
0.11.1-usmai
Merge pull request #4 from USMAI-Library-Consortium/hotfix/default-jo…
0.11.1: Corrected and Improved initialize-janeway.sh
There was a bash logic error where the initial check which looks for the Janeway Database wasn't actually running. I fixed that. Also improved style by removing redundant status code failure checks.
0.11.0-usmai
Merge pull request #4 from USMAI-Library-Consortium/hotfix/default-jo…
0.11.0
0.10.0: Remove Janeway Submodule; bug fix
Remove Janeway subfolder.
0.9.0: LIBILS-944. Revert umd-specific changes.
Reverted UMD-specific changes from MAIN, so that this version will work well as an open-source app. https://umd-dit.atlassian.net/browse/LIBILS-944
0.2.3-alpha: LIBILS-966. Split Janeway autorun script.
Split off the initialization portion of the 'autorun' script into a seperate script called initialize-janeway.sh. The Dockerimage by default still runs autorun.sh, which calls this script, but this allows Kubernetes InitContainers to initialize Janeway without starting Janeway. In Kubernetes, the application containers will just run gunicorn directly. https://umd-dit.atlassian.net/browse/LIBILS-966