Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proxy, mapping and file load fix. #4

Merged
merged 1 commit into from Jan 29, 2024
Merged

Conversation

blancoj
Copy link

@blancoj blancoj commented Jan 29, 2024

Changes to be able to use docker in 7.6
modified: Dockerfile
modified: Dockerfile.test

Removed a whole bunch of code you don't need any more for proxy deposits in this fle.
modified: dspace-api/src/main/java/org/dspace/app/util/DCInput.java

Removed unnecessary debug statements.
modified: dspace-api/src/main/java/org/dspace/app/util/DCInputSet.java

To handle proxy and mapping during UI ingestion.
modified: dspace-api/src/main/java/org/dspace/app/util/DCInputsReader.java

Put back what was there originally.
modified: dspace-api/src/main/java/org/dspace/app/util/SubmissionConfigReader.java

removed public void setFormatId since it is not needed.
dspace-api/src/main/java/org/dspace/content/Bitstream.java

some helpful debug statements
modified: dspace-api/src/main/java/org/dspace/content/BitstreamServiceImpl.java

fixed bug where loading files from UI was causing an index issue in the front end.
Bug was introduced because of hidden file feature.

 modified:   dspace-api/src/main/java/org/dspace/content/Bundle.java

Table creations.
modified: dspace-api/src/main/resources/org/dspace/storage/rdbms/sqlmigration/postgres/V7.6_2023.08.16__um_tables.sql

Looks just like out of the box.
modified: dspace-server-webapp/src/main/java/org/dspace/app/rest/repository/SubmissionFormRestRepository.java

This is the file that upload a file.
modified: dspace-server-webapp/src/main/java/org/dspace/app/rest/repository/WorkspaceItemRestRepository.java

Discovery config:
modified: dspace/config/spring/api/discovery.xml

@blancoj blancoj merged commit f9ee591 into issue-working Jan 29, 2024
2 of 6 checks passed
@gkostin1966 gkostin1966 deleted the issue-working3 branch March 18, 2024 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant