-
-
Notifications
You must be signed in to change notification settings - Fork 856
Add an option to sort the feed entries by updated_at
#5659
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
updated_at
updated_atupdated_at
|
Could you run |
|
@agallou thank you. Do you plan to write some tests? |
|
@j0k3r i've change the HTTP status code, and simplified the tests by using the crawler |
|
Good job! Thanks for your explanation. |
650a26e to
111ba29
Compare
|
ok, I've juste rebased the commits. |
There is now an option to sort the feed entires by updated_at, on the controler : a sort querystring argument that accepts either "created" or "updated".
111ba29 to
29df8ed
Compare
Kdecherf
left a comment
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.
Looks good
|
Thanks @agallou! |
There is now an option to sort the feed entires by updated_at, on the
controler : a sort querystring argument that accepts either "created"
or "updated".
Fixs #5658