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

Add a new 'ping' endpoint #112

Merged
merged 2 commits into from
Jan 5, 2018

Conversation

dhoffman34
Copy link
Contributor

The endpoint simply returns the text 'pong' without running all of the checks.

@dhoffman34 dhoffman34 force-pushed the add-ping-endpoint branch 3 times, most recently from 6844cd4 to d363411 Compare January 5, 2018 18:55
@dhoffman34
Copy link
Contributor Author

@mwarkentin @felixc Opened this PR.

@coveralls
Copy link

coveralls commented Jan 5, 2018

Coverage Status

Coverage increased (+0.1%) to 86.891% when pulling d363411 on dhoffman34:add-ping-endpoint into cc3c180 on mwarkentin:master.

@dhoffman34 dhoffman34 changed the title Adds a new 'ping' endpoint Add a new 'ping' endpoint Jan 5, 2018
@coveralls
Copy link

coveralls commented Jan 5, 2018

Coverage Status

Coverage increased (+0.1%) to 86.891% when pulling 76efe58 on dhoffman34:add-ping-endpoint into cc3c180 on mwarkentin:master.

Copy link
Owner

@mwarkentin mwarkentin left a comment

Choose a reason for hiding this comment

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

One tiny comment, otherwise looks great!

@@ -69,6 +69,13 @@ def status(request):
return response, http_code, {WATCHMAN_VERSION_HEADER: __version__}


@non_atomic_requests
Copy link
Owner

Choose a reason for hiding this comment

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

This is a django db transaction setting, probably not needed here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hmm, yeah, not needed here. Updated to remove.

@coveralls
Copy link

coveralls commented Jan 5, 2018

Coverage Status

Coverage increased (+0.1%) to 86.891% when pulling b7688a0 on dhoffman34:add-ping-endpoint into cc3c180 on mwarkentin:master.

The endpoint simply returns the text 'pong' without running all of the checks.
Copy link
Owner

@mwarkentin mwarkentin left a comment

Choose a reason for hiding this comment

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

LGTM

@coveralls
Copy link

coveralls commented Jan 5, 2018

Coverage Status

Coverage increased (+0.1%) to 86.891% when pulling 3847a89 on dhoffman34:add-ping-endpoint into 4a70207 on mwarkentin:master.

@coveralls
Copy link

coveralls commented Jan 5, 2018

Coverage Status

Coverage increased (+0.1%) to 86.891% when pulling 031c65b on dhoffman34:add-ping-endpoint into 4a70207 on mwarkentin:master.

@mwarkentin mwarkentin merged commit c905ac4 into mwarkentin:master Jan 5, 2018
@mwarkentin mwarkentin added this to the 0.14 milestone Jan 5, 2018
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.

3 participants