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 Mongodb logging and charset bugs #293

Merged
merged 1 commit into from
Feb 7, 2020

Conversation

LrsK
Copy link
Contributor

@LrsK LrsK commented Feb 7, 2020

The logging to MongoDB was not working because it was still referring to the old naming of the output class.

In the charset plugin, the body was never referenced correctly, and for some reason the get_charset function was not able to be called inside the passive do-block, so I just pulled out the code and ran it directly since it was only called once anyway.

My knowledge of Ruby is very limited, but logging to MongoDB works now, as it did in version 0.4.9.

@urbanadventurer
Copy link
Owner

Thanks 👍 and congratulations @LrsK for making your first WhatWeb bug fix! 🏆

@urbanadventurer urbanadventurer merged commit 9b97e67 into urbanadventurer:master Feb 7, 2020
@urbanadventurer
Copy link
Owner

@LrsK would you like to update the charset plugin version and add your name to the authors section?

@LrsK
Copy link
Contributor Author

LrsK commented Feb 7, 2020

@urbanadventurer Thanks for the quick merge! Would it be possible to create a 0.5.1 release? I am using the code in a project and would rather lock in the code to a tagged version instead of pulling from master.

@urbanadventurer
Copy link
Owner

I'm planning the 0.5.1 release but at this stage you would be better to use the master branch.

@urbanadventurer
Copy link
Owner

@LrsK thanks for your help. I have tagged the 0.5.1 release now.

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