-
Notifications
You must be signed in to change notification settings - Fork 8
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
Extend info on timeout parameter #73
Conversation
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.
The change of the description seems good, but the /metadata request does not return the mentioned information yet :)
This still needs to be implemented as well in this PR.
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.
see inline comment
src/main/java/org/heigit/ohsome/ohsomeapi/oshdb/ExtractMetadata.java
Outdated
Show resolved
Hide resolved
25d2d1b
to
54281b4
Compare
src/main/java/org/heigit/ohsome/ohsomeapi/output/metadataresponse/MetadataResponse.java
Outdated
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.
see #73 (comment)
c6c96b3
to
b6471eb
Compare
add timeout parameter in the metadata response
to represent the current timeout value of the running instance
shortening, combining info and changing info on replicationSequenceNumber
adding test case for new timeout response parameter adding other test cases on existing response parameters
checking on defined timeout in ProcessingData
804180a
to
d793564
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.
I found a few typos and some places where the documentation could be improved. See the inline comments and suggested changes.
src/main/java/org/heigit/ohsome/ohsomeapi/output/metadataresponse/MetadataResponse.java
Outdated
Show resolved
Hide resolved
fixing typos and wording adding additional context to some docs Co-authored-by: Martin Raifer <[email protected]>
of the field apiVersion to be more precise Co-authored-by: Martin Raifer <[email protected]>
for temporalExtent description
Resolves #66