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

Migrate Search plugin to cats-effect #4315

Merged
merged 17 commits into from
Oct 4, 2023

Conversation

olivergrabinski
Copy link
Contributor

Closes #4253

@olivergrabinski olivergrabinski marked this pull request as ready for review September 29, 2023 07:48
Copy link
Contributor

@dantb dantb left a comment

Choose a reason for hiding this comment

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

LGTM, only the logger question matters. I am curious whether we can create better walls around the mapping from Monix to CE for this migration to save us time in the future

Copy link
Contributor

@dantb dantb left a comment

Choose a reason for hiding this comment

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

LGTM, only the logger question matters. I am curious whether we can create better walls around the mapping from Monix to CE for this migration to save us time in the future

imsdu
imsdu previously approved these changes Oct 3, 2023
imsdu
imsdu previously approved these changes Oct 3, 2023
@@ -58,7 +60,7 @@ object Search {
compositeViews
.list(
Pagination.OnePage,
CompositeViewSearchParams(deprecated = Some(false), filter = v => UIO.pure(v.id == defaultViewId)),
CompositeViewSearchParams(deprecated = Some(false), filter = v => IO.delay(v.id == defaultViewId).toUIO),
Copy link
Contributor

Choose a reason for hiding this comment

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

UIO.pure for now is ok waiting for the migration of the search params

Copy link
Contributor

@dantb dantb left a comment

Choose a reason for hiding this comment

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

Nice :)

@olivergrabinski olivergrabinski merged commit 2ce6abd into BlueBrain:master Oct 4, 2023
5 checks passed
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.

Migrate search plugin to CE
3 participants