Versions Compared

Key

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

...

  1. Announcements
    1. Docker - Thomas and Danny finishing fcrepo-docker, scripts for building it.
      1. when fcrepo deployment is complete, it will deploy to sonatype, clone fcrepo-docker and run it
      2. Didn't use docker actions because they are triggered by commits rather than complete deployments
  2. May Sprint wrap-up
    1. Simple search project started, started code and specification
      1. Documented, still need to transfer it to the wiki
      2. Code started, initial endpoints in a PR
    2. Migration utils
      1. PR to produce fedora 6 objects or ocfl without fedora aspects
        1. Peter ran Fedora 6 on some migrated Fedora 3 content
        2. There is a University of Wisconsin test data set which will be made available
    3. WebAC
      1. Done, pending feedback
      2. Difficult to get the base uri in while still using Shiro due to the type of filter class, but there is a similar
      3. Could use some caching, it would reload webacs multiple times per request
      4. Some followups:
        1. Not getting all rdf:types back to match on accessToClass -
          Jira
          serverDuraSpace JIRA
          serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5
          keyFCREPO-3279

        2. Content-type with charset causes it to be a binary -
          Jira
          serverDuraSpace JIRA
          serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5
          keyFCREPO-3312

      5. Some tests ignored pending other tickets:
        1. PATCH requests are not parsed with the HttpRdfService so internal identifiers are not stored
          Jira
          serverDuraSpace JIRA
          serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5
          keyFCREPO-3311
        2. DELETE DATA sparql-updates appear to succeed but don’t happen
          Jira
          serverDuraSpace JIRA
          serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5
          keyFCREPO-3310
    4. Testing
      1. Andrew covered transactions
      2. Published results from running API test suite
        1. Requires a PR to update some dependencies due to java 11
    5. Tickets in review
      1. 3302 - Autoversioning as default for fcrepo6, whereas before it defaulted to off
      2. 3304 - Trimmed out some parts of the PR description template
    6. Demo
      1. Migration utils changes
  3. Database support
    1. Need to support mysql and postgres for production indexes. For testing, using h2.
      1. This will require differences in SQL operations per database
      2. OCFL client - detects what datasource it is to determine what database it is. Fedora then decides how to configure itself
        1. Determine if we need separate classes per index implementation
      3. Will start by targeting mysql and postgres
    2. Still need to move mapping of ocfl to fedora ids into database, it is still in memory. Danny will most likely work on this.
    3. Should the default h2 implementation write to disk?
  4. Configuration
    1. Currently two ways to configure
      1. fcrepo-config.xml - spring context file, with system property overrides. Sometimes modified, sometimes system properties used
      2. System properties - sometimes used in code
    2. Previously there was repository.json, including db connection info, storage path, etc
    3. Proposal
      1. On startup, read property files, then use switches from these properties to determine what to load. Don't require spring context modification.
      2. Can provide the properties either via this file or via commandline properties
      3. Intent - improve usability of configuration

Actions

  •  Danny Bernstein to ensure that a JIRA exists for scenario of transaction does not succeed completely, but rollback does succeed (see: 2020-05-14 - Fedora Tech Meeting)
  •  Peter Winckles to create a JIRA to investigate support for optimistic locking and mutable head (see: 2020-05-14 - Fedora Tech Meeting)
  •  Who:  Clarify in documentation that multiple simultaneous writes to OCFL are not supported
  •   Who:  After team has a chance to comment, send Ghost Node idea to general community for feedback
  •   Who: Decide who works on what in the next sprint
  •  Thomas Bernhart Update some of documentation pages for Fedora 6 (with findings from building the docker container)
  •  Danny Bernstein Create ticket related to caching webacs
  •  Danny Bernstein Create ticket to determine how we want to handle differences between index implementations