Skip to content

Releases: USMAI-Library-Consortium/janeway-warpspeed

0.11.5-usmai

Choose a tag to compare

@am486dx am486dx released this 28 Oct 19:33
Add plugin installation to Janeway Install

0.11.5

Choose a tag to compare

@am486dx am486dx released this 28 Oct 19:33
Add plugin installation to Janeway Install

Include Typesetting Core

Choose a tag to compare

@am486dx am486dx released this 27 Oct 20:34
814b3f6
0.11.2

Merge pull request #5 from USMAI-Library-Consortium/feature/upgrade-j…

0.11.1-usmai

Choose a tag to compare

@am486dx am486dx released this 21 Oct 21:55
925f294
Merge pull request #4 from USMAI-Library-Consortium/hotfix/default-jo…

0.11.1: Corrected and Improved initialize-janeway.sh

Choose a tag to compare

@am486dx am486dx released this 21 Oct 21:56
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

Choose a tag to compare

@am486dx am486dx released this 21 Oct 13:57
Merge pull request #4 from USMAI-Library-Consortium/hotfix/default-jo…

0.11.0

Choose a tag to compare

@am486dx am486dx released this 21 Oct 13:53
925f294

What's Changed

  • LIBILS-1012. Fix Auto-Installed Journal Domain Feature. by @am486dx in #4
  • Refactored Makefile to allow for Makefile.local

Full Changelog: 0.10.0...0.11.0

0.10.0: Remove Janeway Submodule; bug fix

Choose a tag to compare

@am486dx am486dx released this 17 Oct 22:29
Remove Janeway subfolder.

0.9.0: LIBILS-944. Revert umd-specific changes.

Choose a tag to compare

@am486dx am486dx released this 24 Sep 03:13
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.

Choose a tag to compare

@am486dx am486dx released this 14 Jul 19:12
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