Luis Faria

Results 143 issues of Luis Faria

It would be convinient for us to have a Siegfried available as a Docker container. To that point, we have done a minimal project that allows to build a Docker...

Sometime Solr fails to index due to temporary problems. For example: `org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://localhost:8983/solr/File: No registered leader was found after waiting for 4000ms , collection: File slice:...

feature request

It would be very convinient to identify if an ingest related to a SIP create or update. This information is already available in the SIP information object of the job...

enhancement

I've recently tried to deploy a Roda instance in a different context path rather than "/", and the /api-docs (Swagger) page does not work. The REST API all still refer...

bug

Change all interface methods that use GWT-RPC to REST-API methods, to reduce our dependance on GWT.

enhancement

As observed in several implementations, the following entities spend much of the index storage size: 1. Preservation events 2. Job reports 3. Files Reduce and optimize the indexed information of...

enhancement

Change the current methodology of indexing from a model observer pattern to a message-passing pattern using Akka, which may allow distribution into micro-services (having index actor in another container). Allow...

feature request

When an representation information record is associated with many AIPs via the IDs parameter, the counting mechanism will try to do a boolean query with too many clauses. It could,...

bug

When doing a search with pre-filters (e.g. #search/@IndexedAIP/level/item) and it gives several results it shows the search page. But if using facets or search the result list is changed so...

bug

body should have class roda, roda-ro if read-only and roda, roda-rw if not. Also, add a visual cue in header/footer if RODA is in read-only mode.

feature request