-
Notifications
You must be signed in to change notification settings - Fork 603
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
Adding support to RavenDB 4.1 storage for MiniProfiler #483
Conversation
Heyyyy awesome, it looks like they're strongly naming the client now which means this is viable! That was the main blocker before :) The compose and such is a great addition too - there's more bits I wanted to add there already so this is a great motivator. I'll try and dig in this weekend! |
More closely match the other libraries and namespaces :)
Yay, so handy
Need to get Rafael's name on all this work!
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.
Changes are looking great! I consolidated some bits, matched conventions in a few places, and expanded the docket-compose for more providers (as well as added RavenDB to GitHub Actions). Thanks for firing this up and getting the docker bits moving. Merging in for the 4.2 release!
query = query.Where(x => x.Started <= finish.Value); | ||
} | ||
|
||
query.Take(maxResults); |
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.
Shouldn't this be query = query.Take(maxResults);
?
Adding support to RavenDb 4.1 Storage on MiniProfiler