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

ACS-3832: test support for parent queries against categories #2598

Merged
merged 6 commits into from
Oct 27, 2023

Conversation

Pawel-608
Copy link
Contributor

No description provided.

@@ -211,6 +219,8 @@ protected FileModel createDocument(String filename)
.createContent(new FileModel(filename, FileType.TEXT_PLAIN, "content"));
}



Copy link
Member

Choose a reason for hiding this comment

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

Random extra new lines added 🚀

We should look into automatic formatting 🙂

import org.springframework.stereotype.Component;

@Component
public class Categories
Copy link
Member

Choose a reason for hiding this comment

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

I think @krdabrowski added something similar for folders recently. If we're going to have more of these helper classes then we should think about the location of them. Perhaps it would be better to include them in com-repo since then they can be reused by all our E2E tests?

Copy link
Contributor

Choose a reason for hiding this comment

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

I agree, we should move this stuff into comm-repo - we could do it in code review if there will be enough of time, or in tech debt week.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I would move it there in tech debt week

@Pawel-608 Pawel-608 force-pushed the feature/ACS-3832-category-parent-query branch from 5373e08 to f68b8da Compare October 23, 2023 10:50
Copy link
Contributor

@mpichura mpichura left a comment

Choose a reason for hiding this comment

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

LGTM

@Pawel-608 Pawel-608 merged commit 695632e into master Oct 27, 2023
@Pawel-608 Pawel-608 deleted the feature/ACS-3832-category-parent-query branch October 27, 2023 10:48
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.

4 participants