Chris Colvard
Chris Colvard
Proof of concept build now that active-fedora, hydra-derivatives, and hydra-head support rails 6.1
### Descriptive summary Accounts in Hyku should have a place for a variety of configurable settings beyond fedora, solr, redis, and database settings. This can be done using ActiveRecord's database-independent...
With CircleCI now being the Samvera community standard and Hyku having a CircleCI build, Travis should be disabled and removed. We'll have to fix any use of Travis specific environment...
The `hydra:test_server` and `hydra:server` rake tasks only look for the solr configuration in `solr/conf` instead of using the path specified in the solr_wrapper config file which it also reads. This...
This is a proof of concept that builds upon work done by @tpendragon and @stkenny. It does not consider backwards-compatibility yet and naively tries to get tests passing without consideration...
Copied over from https://github.com/samvera/hydra-head/issues/395 since the solr config no longer lives in hydra-head: >This is yet another dimension of the sprawling matrix of attributes responsible for defining dynamic namespaces, but...
Last build on coveralls was 3/16/2016. Since the name change and github organization change to samvera no builds have run on coveralls leaving us with a status badge of Unknown.
This can replace the expensive nested indexing using samvera-nesting_indexer and all of the special handling for it. Note: the graph query builder does not work with multi-sharded solr instances All...
Introduces handling of `permissions_attributes` params that come from the controller in the `SaveAccessControl` transaction step. The step converts the params into `Hyrax::Permission` objects and adds them to the ACL of...