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

Fixed client issue of not being able to specify the notary url path #614

Merged
merged 14 commits into from
Oct 4, 2024

Conversation

ElusAegis
Copy link

Fix for the issue #612

Add an optional configuration path to the NotaryClient structure, to supliment the existing port and host. Defaults to empty String.

@sinui0 sinui0 requested a review from yuroitaki October 1, 2024 00:05
Copy link
Member

@yuroitaki yuroitaki left a comment

Choose a reason for hiding this comment

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

LGTM except for one minor thing — thanks for the PR! Oh and please raise your PR against dev instead of main

notary/client/src/client.rs Outdated Show resolved Hide resolved
…ell as extend the path calculation to avoid adding a `/` when already starts with a `/`
@ElusAegis ElusAegis changed the base branch from main to dev October 1, 2024 10:37
crates/notary/client/src/client.rs Outdated Show resolved Hide resolved
crates/notary/client/src/client.rs Outdated Show resolved Hide resolved
crates/notary/client/src/client.rs Outdated Show resolved Hide resolved
Copy link
Member

@yuroitaki yuroitaki left a comment

Choose a reason for hiding this comment

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

LGTM! thanks again @ElusAegis

@yuroitaki
Copy link
Member

@ElusAegis the formatting ci failed, can you follow the instructions here? https://github.com/tlsnotary/tlsn/blob/dev/CONTRIBUTING.md#pull-requests

@ElusAegis ElusAegis changed the title (fix: client) Fixed client issue of not being able to specify the notary url path Fixed client issue of not being able to specify the notary url path Oct 3, 2024
@ElusAegis
Copy link
Author

@yuroitaki please have a look - I have fixed the formatting

@yuroitaki yuroitaki merged commit a7a8a83 into tlsnotary:dev Oct 4, 2024
5 checks passed
@yuroitaki
Copy link
Member

@yuroitaki please have a look - I have fixed the formatting

Merged! Thanks for your help~

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.

2 participants