-
Notifications
You must be signed in to change notification settings - Fork 45
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: endpoints to retrieve stdcm payloads #10212
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #10212 +/- ##
==========================================
+ Coverage 81.67% 81.78% +0.10%
==========================================
Files 1071 1072 +1
Lines 106107 106452 +345
Branches 727 727
==========================================
+ Hits 86663 87058 +395
+ Misses 19405 19355 -50
Partials 39 39
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
d728975
to
a539bb6
Compare
1a7b3f8
to
c53a199
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.
Nice work, especially on the tests! I left a few comments.
0ad6f2e
to
be2ccfb
Compare
be2ccfb
to
3c73f4d
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.
Thank you for all the improvements, I've resolved most of my comments (only left one opened, feel free to resolve if you fix, if you disagree, either way).
3c73f4d
to
7b6d3b7
Compare
7b6d3b7
to
b4e9163
Compare
4123388
to
9e93647
Compare
120b7d9
to
217791b
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, thank you for all the changes!
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
c98f0a5
to
539dbed
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.
Really nice and exhaustive suite of tests. Thank you.
539dbed
to
6ecfb3e
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.
Thanks a lot for all the changes! I'll test it a bit to make sure I didn't miss anything but things look fine to me :)
6ecfb3e
to
c520cf9
Compare
Sorry found a new problem:
|
The error occurs because the default value for pagination is 25, but for this endpoint, we've set it to 10 as specified in the pagination validation. |
3df2b85
to
d527e1d
Compare
As we discussed, we'll keep the |
94511f6
to
6edeb3f
Compare
Signed-off-by: hamz2a <atrari.hamza@gmail.com>
6edeb3f
to
587adc5
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.
Thanks and sorry about all the back and forth! I can see a few things to improve (especially the /stdcm_log
vs /stdcm_logS
, these mistakes are hard to find 😨), but that's for another PR if any. Let's merge this :)
Part of #9724
Warning
We need to wait for this PR to be merged before merging that one.