vivo-community / scholars-discovery

BSD 3-Clause "New" or "Revised" License
2 stars 6 forks source link

Vstf staging #206

Closed nymbyl closed 4 years ago

nymbyl commented 4 years ago

This does several things in one merge. In retrospect it would have been better for each to be a separate pull (which they were originally). But I did some overzealous branch maintenance because this has been, effectively, our 'production' branch

  1. adds dockerfiles for building/deploying in openshift (is this a good idea in here? wasn't sure)
  2. adds ability to specify tag and exclusionTag to Graphql wrapper around SOLR calls (so facet filters can be OR'd instead of AND'd). Forces defaulting to ANDing across facet filters however
  3. adds schools and organizations (departments) to person data loaded into index
  4. Updates the pageable default to use the DefaultValueProvider interface