jhu-idc / idc-isle-dc

Islandora Digital Collections (IDC) development environment
MIT License
2 stars 6 forks source link

Disable fits file creation and remove checks for fits from tests #282

Closed bseeger closed 2 years ago

bseeger commented 2 years ago

This effectively removes fits file generation from our iDC setup.
Resolves: https://github.com/jhu-idc/iDC-general/issues/445

  1. This disables the Drupal Context's that is setup to generate the FITS file when media are added
  2. Removes crayfits service from the .env file as well as the docker-compose.env.yml file.
  3. Removes any tests for FITS files.

This does not remove the islandora_fits module, as that will cause a few fields to be removed that we still need. Seemed best to leave it.

There are a few innocuous changes to the media ingests - these came from a make config-export and are not explicit changes I made.

Note, the container is still built in idc-isle-buildkit, but is no longer being used.

To test this:

github-actions[bot] commented 2 years ago

This PR has no dependency differences with the base branch

bseeger commented 2 years ago

I missed a test case which I'll cleanup on Monday.

github-actions[bot] commented 2 years ago

This PR has no dependency differences with the base branch