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

refactor(dao/utils): Move general createRelationshipFilter from Neo4jUtil to QueryUtils #3010

Conversation

EnricoMi
Copy link
Contributor

@EnricoMi EnricoMi commented Aug 3, 2021

Methods that are not Neo4j-specific are moved out of Neo4Util in datahub-gma in linkedin/datahub-gma#121. This removes Neo4jUtil imports from classes that have no other reference to neo4j.

Besides moving these two methods into QueryUtils, this renames them to match existing methods in the target utils class.

@EnricoMi EnricoMi changed the title refactor(dao/utils): Move general createRelationshipFilter from Neo4jUtil to QueryUtilsMove refactor(dao/utils): Move general createRelationshipFilter from Neo4jUtil to QueryUtils Aug 3, 2021
Copy link
Collaborator

@jjoyce0510 jjoyce0510 left a comment

Choose a reason for hiding this comment

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

Once CI passes, this LGTM. Thanks for the contribution Enrico!

@EnricoMi EnricoMi force-pushed the branch-move-create-relationship-filter branch 2 times, most recently from 3853d1a to d89d861 Compare August 18, 2021 07:50
build.gradle Outdated
@@ -1,6 +1,6 @@
buildscript {
ext.junitJupiterVersion = '5.6.1'
ext.gmaVersion = '0.2.80'
ext.gmaVersion = '0.3.0'
Copy link
Contributor

Choose a reason for hiding this comment

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

after making the versioning change I suggested in datahub-gma, we'll want this to be more like 0.2.81 👍

@EnricoMi EnricoMi force-pushed the branch-move-create-relationship-filter branch from d89d861 to 1ac3827 Compare August 19, 2021 19:03
@EnricoMi EnricoMi force-pushed the branch-move-create-relationship-filter branch from 1ac3827 to 393fa96 Compare September 7, 2021 22:28
@EnricoMi EnricoMi force-pushed the branch-move-create-relationship-filter branch from 393fa96 to 22bc5ba Compare September 13, 2021 21:56
@EnricoMi
Copy link
Contributor Author

@gabe-lyons this is ready to go

Copy link
Contributor

@shirshanka shirshanka left a comment

Choose a reason for hiding this comment

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

LGTM!

@shirshanka shirshanka merged commit 0a25d7a into datahub-project:master Sep 17, 2021
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.

None yet

4 participants