-
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: add endpoint that retrieve the power restrictions list #5185
Conversation
330b503
to
dcfd997
Compare
Codecov Report
@@ Coverage Diff @@
## dev #5185 +/- ##
============================================
+ Coverage 18.83% 18.86% +0.03%
Complexity 2469 2469
============================================
Files 860 860
Lines 104629 104579 -50
Branches 2515 2512 -3
============================================
+ Hits 19704 19734 +30
+ Misses 83554 83477 -77
+ Partials 1371 1368 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
86c2b14
to
323a14d
Compare
1a6bae5
to
601d28c
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.
Tested locally.
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.
It's a shame that diesel forces us to use a QueryableByName
in this case, but I couldn't find a workaround either 😁
Tested locally, the endpoint seems to work 👍
d55af8a
to
0a14c43
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.
LGTM, just add the tag in the annotation :)
0a14c43
to
97fadd0
Compare
97fadd0
to
7f4112f
Compare
No description provided.