Skip to content

Releases: ualbertalib/jupiter

Integration Migration Phase 1 Version 3

26 Jun 17:37
9aabad8
Compare
Choose a tag to compare
Pre-release

This is a pre-release for an intermediate step during the Fedora migration. It is to be deployed for the first migration step. This version contains the following changes made to version 2:

Fixed

  • Now ignoring strings of length 4 for dates in coerce_value PR#1700

Integration Migration Phase 1 Version 2

22 Jun 20:22
8f3b104
Compare
Choose a tag to compare
Pre-release

This is a pre-release for an intermediate step during the Fedora migration. It is to be deployed for the first migration step. This version contains the following changes made to version 1:

Changed

  • Beefed up AR migrations by stating that certain attributes cannot be null PR#1704

Jupiter 1.2.21

28 May 22:45
a4f9e1c
Compare
Choose a tag to compare

Production v1.2.19

20 Jan 22:04
2eb42ad
Compare
Choose a tag to compare

Changes included in this release are at:

https://github.com/ualbertalib/jupiter/blob/master/CHANGELOG.md#1219---2020-01-20

No configuration change is required for this release.

Integration Post Migration 2.0.0.pre1

29 Oct 16:40
Compare
Choose a tag to compare
Pre-release

This is a pre-release that removes dependency for the Fedora repository. This is not production-ready. Additional releases are needed for data migration.

Integration Migration Phase 1

09 Jan 18:39
Compare
Choose a tag to compare
Pre-release

This is a pre-release for an intermediate step during the Fedora migration. It is to be deployed for the first migration step.

Production 1.2.17

25 Sep 00:13
6eb10dd
Compare
Choose a tag to compare

Changelog is at:

https://github.com/ualbertalib/jupiter/blob/master/CHANGELOG.md#1217---2019-09-24

Note to system admins @henryzhang87

  • This change includes an improvement to the rack-attack configuration to mitigate the 429 too many requests error message we've been seeing on ERA.
  • #1002 requires a reindex of the data - @weiweishi can trigger the reindex job once the change is implemented.

Production v1.2.16

22 Jul 17:19
f700db6
Compare
Choose a tag to compare

Changelog is at:

https://github.com/ualbertalib/jupiter/blob/master/CHANGELOG.md#1216---2019-07-19

It includes a configuration change on the secrets.yml file (adding fits_path) as a variable managed by the application so both fits.sh, and fits would work. See issue: #1215. A new version is needed for deployment.

Production v1.2.15

26 Jun 22:04
65f8ecf
Compare
Choose a tag to compare

New changes in the release are included here:
https://github.com/ualbertalib/jupiter/blob/master/CHANGELOG.md#1215---2019-06-26

Note there are several configuration changes on config/environments/[environment].rb files. And a change to the config/initializers/active_storage.rb file. If those files are managed by ansible playbook, please use the updated version in Github @henryzhang87

Hotfix v1.2.13

15 Apr 20:40
Compare
Choose a tag to compare

Download links on search results pages are now the helper-based urls rather than the ActiveStorage blob urls (#1079)
This release was cherry-picked from pgwillia@6cf397d to avoid including untested gem updates