Noah Botimer

Results 7 issues of Noah Botimer

#### Overview This PR adds a config option to the OIDC connector to require or allow omission of the user's name claim from the upstream provider. #### What this PR...

area/connector

This is **part one** of two rather large changes to enable more reasonable integration/acceptance testing. The second layers [acceptance test support](#10677) directly upon this one, so both could be merged...

This is **part two** of two rather large changes to enable more reasonable integration/acceptance testing. The first [reimplements the ComponentManager](#10676). The second layers directly upon this one, so both could...

This is my attempt to improve our position with respect to integration testing and overall architecture. The ComponentManager is obviously very core functionality, and this seeks to tidy it up...

future
work in progress

Addresses #22 This change adds some additional tests to cover clustered mode with the standalone exporter. The phased restart example fails without the patch to the exporter, which modifies it...

## Summary When running in clustered mode with a standalone port for the Prometheus exporter, phased restarts cause the parent puma process to crash because a new server attempts to...

Per https://github.com/samvera/active_fedora/blob/fe9ca1cd07031c1423c2e37f3d5bd0e96e4fb6d0/lib/active_fedora/associations/collection_association.rb#L302, ``` def find_target # TODO: don't reify, just store the solr results and lazily reify. # For now, we set a hard limit of 1000 results. records =...