-
Notifications
You must be signed in to change notification settings - Fork 976
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
feat: add support for custom certificate path #1805
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1805 +/- ##
============================================
- Coverage 43.99% 43.99% -0.01%
- Complexity 3451 3453 +2
============================================
Files 830 830
Lines 49156 49167 +11
Branches 5153 5155 +2
============================================
+ Hits 21628 21630 +2
- Misses 25871 25879 +8
- Partials 1657 1658 +1
|
1c5df43
to
d4af293
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few comments @fbiville. I think we should change the name of the new setting.
...rc/main/java/com/google/cloud/teleport/v2/neo4j/model/connection/CustomConnectionParams.java
Outdated
Show resolved
Hide resolved
v2/googlecloud-to-neo4j/src/main/resources/schemas/connection.v1.0.json
Outdated
Show resolved
Hide resolved
.../src/test/java/com/google/cloud/teleport/v2/neo4j/model/connection/ConnectionParamsTest.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
1242a4a
to
19d596f
Compare
19d596f
to
c2869ba
Compare
This is an extra attribute that can now be added to the connection JSON information. Fixes GoogleCloudPlatform#1794
c2869ba
to
da5433c
Compare
No customer feedback, closing this for now. |
This is an extra attribute that can now be added to the connection JSON information.
Fixes #1794