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

PDS prepare upload remote data to shared storage #3131

Open
wants to merge 18 commits into
base: develop
Choose a base branch
from

Conversation

@lorriborri lorriborri requested a review from de-jcup May 21, 2024 14:53
@lorriborri lorriborri marked this pull request as ready for review May 21, 2024 14:53
Copy link
Member

@de-jcup de-jcup left a comment

Choose a reason for hiding this comment

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

Good job. but there a things to change/discuss.

@lorriborri lorriborri force-pushed the feature-3026-pds-prepare-upload-service branch from 9407d38 to 311dbee Compare May 24, 2024 13:53
@lorriborri lorriborri force-pushed the feature-3026-pds-prepare-upload-service branch from 311dbee to 43a6c11 Compare May 24, 2024 13:57
@lorriborri lorriborri requested review from de-jcup and winzj May 28, 2024 15:30
Copy link
Member

@winzj winzj left a comment

Choose a reason for hiding this comment

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

Looking good, well done 👍

I just found some smaller parts, please have a look at my comments.

@@ -23,6 +26,9 @@ public class AbstractInputValidator implements InputValidator {
private final List<String> forbiddenCharacters = Collections
.unmodifiableList(Arrays.asList(">", "<", "!", "?", "*", "'", "\"", ";", "&", "|", "`", "$", "{", "}"));

@Autowired
public PDSLogSanitizer pdsLogSanitizer;
Copy link
Member

Choose a reason for hiding this comment

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

Can you change the visibility to something other than public?

Copy link
Member Author

Choose a reason for hiding this comment

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

can't because in abstract class -> can not be mocked in tests otherwise

@lorriborri lorriborri requested a review from winzj May 31, 2024 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants