hackartisan

Results 31 comments of hackartisan

Hi @pdmosses, thanks for this suggestion. That makes sense that caching the site nav is important for large sites. The site I did this on is very small and I...

related work: https://github.com/samvera/hyrax/pull/5540

I don't think we need to update the existing job, since currently valkyrie derivatives creation is triggered directly in the valkyrie ingest job. However, there is a discrepancy between the...

Created https://github.com/samvera/hyrax/issues/6162 and closing this.

So the second time through it doesn't actually need to index permissions objects. The indexing job could add a step that queries the index itself instead of the repo, and...

@jcoyne interesting; if you know of or could think of an example I'd be helpful. A conditional that would not add the object on the first pass but would add...

@jcoyne but my proposed second pass would catch that, since it would reindex everything that isn't a permissions object.

@cam156 thanks that's a good idea and in my case I think it could work. I do have nested attribute objects with the longer IDs, but it should be fine...

looks like this was resolved in #673