-
Notifications
You must be signed in to change notification settings - Fork 43
Add RavenDB provider. #111 #115
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
Conversation
I applied your suggestion and got the same result.
I got stuck and have no idea how I can fix these two tests :-/ |
Ciao @mo-esmp you missed the changes from tests/Serilog.Ui.RavenDbProvider.Tests/DataProvider/DataProviderSearchTest.cs in that commit, try to apply it and at least the all-filters should work :) after that update, I'll refetch your branch and check if the tests still not pass! |
Sorry, I didn't get you. What changes did I miss? |
I meant this file but, if it's okay for you, you can skip the failing tests - in the 3.0 development wip I'm unifying and updating all tests, thus I can re-enable these ones on that branch :) |
Ciao @followynne |
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.
Great job, LGTM! 🚀
Hey @followynne
I need your help. Three tests fail, and it's related to UTC datetime and I could figure out what's the problem. Could you please check when you have time?