samvera / questioning_authority

Question your authorities
Other
54 stars 30 forks source link

extract out ldpath processing into ldpath service #225

Closed elrayle closed 5 years ago

elrayle commented 5 years ago

Extract out the ldpath processing into the ldpath service. This facilitates the next step which will be using ldpath with linked data configuration predicates specified outside the extended context section of the configuration.

This includes the ability to tell ldpath not to look outside the passed in graph. Otherwise, ldpath may make multiple network calls per single QA request. In many, if not most, cases, this is not performant. By default, this is set to true which prevents ldpath from making additional network calls.

elrayle commented 5 years ago

@carolyncole Your requested changes are complete and tests are green.