Skip to content

Conversation

@FacundoAdorno
Copy link

@FacundoAdorno FacundoAdorno commented Sep 30, 2020

Es para que lo revisen cuando puedan. Se corrigieron los conflictos. Creo que ya se podría mergear con master

Acá agrego los cambios a grandes rasgos que se hicieron:

  • Docker: se agregó el Dockerfile y docker-compose para DSpace y DSpace-CLI container compatible con jdk8.
  • Limpieza de código de las clases que implementan el comando " struct-builder" del binario de dspace.
  • Refactor para la SHERPA API v2.
  • Corrección en los resultados de búsqueda del filtro 0-9 en el browse.
  • Modificación del ItemDAOImpl para que retorne todos los resultados por id (PR#2501).
  • Se renombró método Bitstream.getSize() to .getSizeBytes().
  • Mejoras en la clase SolrServiceImpl durante el clean() (PR#2045, PR#2606).
  • Fix para Anonymous como un subgrupo (PR#2832).
  • Se agregaron cambios para anonimizar los registros estadisticos (PR#2693) y convertir los legacyIDs previos a 6x en UUIDs (PR#2256)
  • Se agregó un nuevo parámetro 'update-sequences' al comando "./dspace database".
  • Se agregó la interfaz XOAIItemCompilePlugin utilizada enriquecer el campo "item.compile" en el core "oai" (PR#2859), crearon algunos plugins opcionales (orcidVirtualElementAdditional, PermissionElementAdditional, CCElementAdditional).

samuel and others added 30 commits November 22, 2017 17:26
Simple typo fix for the two places where the "s" is missing.
DS-3939 OAI-Harvester, skip item and continue if handle is missing
[DS-3895] Bitstream size can't be referenced in HQL queries
[DS-3967] 6x - Migrate Dockerfile to DSpace/DSpace
This fixes in issue in the defiliate method of the community filiator. The
child and parent relations should be managed using the provided methods of the
Community.

This changes the visibility of Community.removeSubCommunity() to public, but
Community.removeParentCommunity() was public before already.
This removes the loops for checking if a community is contained in a list of
communities. Community.equals() does the same check, so we simply can use
contains().
DS-3919: Rename identifier-service-test.xml to identifier-service.xml
kshepherd and others added 23 commits April 30, 2020 10:19
…2_API

[DS-3940] New SHERPA - fix for incorrect metadata (publisher policy) URI
[DS-2715] porting ORCID Integration for JSPUI (6.x)
…tistics-feature_dspace-6_x

DS-4440 GDPR - Anonymize statistics feature
DS-3945: XMLUI: filtering by "starts with" field twice on browsing pages doesn't work
[DS-4149] support for additional "metadata" insertion on "item.compile" solr document field from external plugin (6.x)
…leting-lock-file

DS-3946: start-handle-server script fails to remove the lock file
DS-4534 fix for Anonymous as a sub-group.
DS-4551 Close FileInputStreams in JSPUI's submission file upload
Que en el update con 6.4-SNAPSHOT está deshabilitada por defecto.
@FacundoAdorno FacundoAdorno marked this pull request as ready for review October 2, 2020 13:29
Fue agregado en el commit 301c493. Sino la limpieza con "stats-util -m"
resulta en error ya que no puede agregar el field "[shard]" ya que es un
campo que solr retorna ante la consulta "fl=[shard],*".
Copy link
Collaborator

@santit96 santit96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probé el funcionanmiento general de CIC, el submission process, el workflow, el workflow overview, crud de colecciones/comunidades, edición de un item. Todo esta funcionando de manera normal.

@FacundoAdorno FacundoAdorno merged commit b440402 into master Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.