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

Report on HTTP Status with descriptive string #182

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

asanghi
Copy link
Contributor

@asanghi asanghi commented Mar 18, 2015

Currently the report gives a frequency of "200" or "406" or whatever. Some HTTP Codes are obscure and are always a bit hard to remember. This change request ensure that they get aggregated and reported as "200 OK" or "404 Not Found" etc.

instead of just the integer code
@asanghi
Copy link
Contributor Author

asanghi commented Mar 23, 2015

@wvanbergen What do you think?

@@ -1,3 +1,3 @@
module RequestLogAnalyzer
VERSION = '1.13.4'
VERSION = '1.13.5'
Copy link
Owner

Choose a reason for hiding this comment

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

Please don't update the VERSION constant - this is done as part of the release process.

@wvanbergen
Copy link
Owner

Just a small nitpick, this looks good to me.
Don't worry about the tests; this seems to be an ActiveRecord compatibility issue.

@asanghi
Copy link
Contributor Author

asanghi commented Mar 31, 2015

No worries. Seems like I misread the contribution instructions.

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