Versions Compared

Key

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

...

  •  Danny to explore inserting a macro into documentation for Fedora version.
  •  Send email to community seeing who is interested in reviving OAI

Notes

  • This week 9 new tests were added to the test suite
  • No documentation movement this week
  • ACL tickets entering the low hanging phase, so they should be good candidates
  • Discussing whether to do 405 or 404 or 400 for ticket Fcrepo-2821 with PR https://github.com/fcrepo4/fcrepo4/pull/1375
    • For PUT/POST/PATCH, if requesting a resource that doesn't exist, 405 since this is a path where this kind of request is disallowed.
    • For GET, if requesting resource that doesn't exist, then 404. If the URL is invalid (memento id is not a 14 digit number), then a 400 should be returned.
      • May need a constraint document if that is the case explaining why the structure was wrong.
      • Update the regular expression to specify the number length, should be 14 digits.
  • Work this coming week
    • Peter, may have time to work fcrepo-2717
    • Danny is in a duracloud related sprint, may try to do one of the tickets in the low hanging section
    • Ben will probably work fcrepo-2797 once other external content tickets are merged, particular 2821. Possibly some of the external content documentation tickets but may not have time.
    • Jared does not have much availability this week. May be able to review, but not familiar with WebAC code.
    • lsitu - 2718, is that overlapping with 2717?
      • Peter says one is about RDF sources and the other is about Non-RDF Sources.
      • Peter was considering doing 2718 after 2718, or doing them both at once depending on how things are structured.
      • Danny - 2824, 2825 may be good candidates for lsitu to knock out. If WebAC is null, then return the root AC document. These are low hanging
        • If you have sufficient privileges you should be able to PUT to override the default WebACL for the root node. If you were to PUT to the root ACL, here is no modeshape node behind that path, so need a bit of logic to deal with that case to get back the root ACL.
      • Do we need to add TTL of the root ACL to modeshape? Do we just retrieve the file for the user? If no ACLs in repository, then retrieve from file system (under the resources folder, is there a default file?) and generate response from that.
    • Other more complicated WebAC tickets, like implementing control and default. They are available but may not get to this week
  • Compatability Test Suite