Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Gabriela has Koppie working on Windows!! There are details for this that would be good to add to our instructions.

    • When running docker compose -f docker-compose-koppie.yml build the container showed as failing with koppie-app-1 exited with code 1 saying exec /app/samvera/hyrax-entrypoint.sh: no such file or directory. The problem on this Windows 10 Lenovo laptop was due to the difference in EOL characters on Windows and Unix/Linux. Windows uses CRLF as its line endings and Unix/Linux uses LF. Windows Git is set up to auto convert EOL characters to CRLF, so to clone the repo I needed to use the autoclf attribute to disable it:

      git clone https://github.com/samvera/hyrax --config core.autocrlf=false

      After that, building koppie and getting it up and running worked (make sure you have at enough memory, 8 GB).

  • Daniel - file downloads controllers behaviors, trying to integrate them and getting very entangled so trying to do a better separation to make it a specific Valkyrie code path, still in progress

  • Rebekah - embargo testing on VR tab through VR1.12; 2 issues, managers of admin set can’t see embargoed work, adding participant to admin set clears dates in Release tab on admin set

  • Fritz - working with testing process; thought had unlinking of file set on delete working and did a lot of debugging but testing code runs delete and does save but trying to find object again shows that only some of the info is saved and not all info might be updated from the delete and save action; Daniel can help look at this

  • Jose - working with Chris on sub collections; it’s working!! created new adaptor just for Valk resource and now looking at tests

  • Chris - fixed some other things along the way with sub collections work; looking at ripping out nested indexing entirely in favor of Solr graph query parser that seems to do traversal like how we have indexed before; will likely have a PR to review soon; limitation is only available for standalone Solr or Solr Cloud running with single shard (so multi-shard would not be able to use this); checking with tamsin johnson and Rob Kaufman; doesn’t seem to be too recent of a change, it is in Solr 6 docs

  • Annamarie - still having problem with Image issue in Firefox; will have more time on Monday; this Image work might be an old work and will try again creating a new work

...