-
Notifications
You must be signed in to change notification settings - Fork 46
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
editoast_derive: add Search derive macro #4590
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #4590 +/- ##
============================================
+ Coverage 19.88% 20.03% +0.14%
Complexity 2238 2238
============================================
Files 878 874 -4
Lines 90132 89318 -814
Branches 2299 2298 -1
============================================
- Hits 17926 17895 -31
+ Misses 70926 70144 -782
+ Partials 1280 1279 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
df891de
to
a1e86b1
Compare
a1e86b1
to
ded8ae5
Compare
34a634a
to
8ec2d7b
Compare
8ec2d7b
to
e625f4c
Compare
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.
Fancy!
LGTM.
75a97f8
to
b670246
Compare
b670246
to
0b407d2
Compare
0b407d2
to
c5d9b0a
Compare
Part of #4580
Replaces the
search.yml
by derive annotations in order to declare which objects can be searched using utoipa annotations (that will come later).