-
Notifications
You must be signed in to change notification settings - Fork 190
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
db: no longer order by items.last_modified
#1339
db: no longer order by items.last_modified
#1339
Conversation
items.last_modified
e817306
to
8ab38b0
Compare
Codecov Report
@@ Coverage Diff @@
## stable15 #1339 +/- ##
===========================================
Coverage ? 90.03%
Complexity ? 727
===========================================
Files ? 64
Lines ? 2640
Branches ? 0
===========================================
Hits ? 2377
Misses ? 263
Partials ? 0 Continue to review full report at Codecov.
|
needs a rebase @mjanssens can you help test this? |
Seems to be needed |
Ok can you do a rebase, then we can merge it an make a new release |
Signed-off-by: Sean Molenaar <[email protected]>
8ab38b0
to
e4a2f4b
Compare
Done |
I would be happy to help out with testing. Just tell me what I can do. |
You can
|
Thanks, I did a
Considering these are test files I ran: The patch applied, but doesn't fix this issue. edit: |
Fixed - newestId does not return newest ID but last updated (#1339) Signed-off-by: Benjamin Brahmer <[email protected]>
we will need this also in 16.0.0, I guess |
Fixed - newestId does not return newest ID but last updated (#1339) Signed-off-by: Benjamin Brahmer <[email protected]>
Changed - Allow installation on Nextcloud v22 - Remove deprecated API endpoints and occ comand (#935) - /api/v1-2/user - /api/v1-2/user/avatar - ./occ news:updater:all-feeds Fixed - allow calling `/items?getRead=false` without a feed/folder (#1380 #1356) - newestId does not return newest ID but last updated (#1339) Signed-off-by: Benjamin Brahmer <[email protected]>
Changed - Allow installation on Nextcloud v22 - Remove deprecated API endpoints and occ comand (#935) - /api/v1-2/user - /api/v1-2/user/avatar - ./occ news:updater:all-feeds Fixed - allow calling `/items?getRead=false` without a feed/folder (#1380 #1356) - newestId does not return newest ID but last updated (#1339) Signed-off-by: Benjamin Brahmer <[email protected]>
There are no additional changes compared to the latest beta. Changed - News now requires a 64bit OS - v2 API implementation (folder part) - Implemented sharing news items between nextcloud users (#1191) - Updated the news items table in DB to include sharer data (#1191) - Added route for sharing news items (#1191) - Added share data in news items serialization (#1191) - Added tests for the news items share feature (#1191) - Added sharing articles with nextcloud users (#1217) - Added sharing articles on social media (Facebook, Twitter) or mail (#1217) - Allow installation on Nextcloud v22 - Remove deprecated API endpoints and occ command (#935) - /api/v1-2/user - /api/v1-2/user/avatar - ./occ news:updater:all-feeds - added feed search (#1402) Fixed - allow calling `/items?getRead=false` without a feed/folder (#1380 #1356) - newestId does not return newest ID but last updated (#1339) - removed reference for deleted repair-steps (#1399) - Fix NotNullConstraintViolation when sharing news items with users (#1406) Signed-off-by: Benjamin Brahmer <[email protected]>
There are no additional changes compared to the latest beta. Changed - News now requires a 64bit OS - v2 API implementation (folder part) - Implemented sharing news items between nextcloud users (#1191) - Updated the news items table in DB to include sharer data (#1191) - Added route for sharing news items (#1191) - Added share data in news items serialization (#1191) - Added tests for the news items share feature (#1191) - Added sharing articles with nextcloud users (#1217) - Added sharing articles on social media (Facebook, Twitter) or mail (#1217) - Allow installation on Nextcloud v22 - Remove deprecated API endpoints and occ command (#935) - /api/v1-2/user - /api/v1-2/user/avatar - ./occ news:updater:all-feeds - added feed search (#1402) Fixed - allow calling `/items?getRead=false` without a feed/folder (#1380 #1356) - newestId does not return newest ID but last updated (#1339) - removed reference for deleted repair-steps (#1399) - Fix NotNullConstraintViolation when sharing news items with users (#1406) Signed-off-by: Benjamin Brahmer <[email protected]>
Changed - Allow installation on Nextcloud v22 - Remove deprecated API endpoints and occ comand (nextcloud#935) - /api/v1-2/user - /api/v1-2/user/avatar - ./occ news:updater:all-feeds Fixed - allow calling `/items?getRead=false` without a feed/folder (nextcloud#1380 nextcloud#1356) - newestId does not return newest ID but last updated (nextcloud#1339) Signed-off-by: Benjamin Brahmer <[email protected]>
There are no additional changes compared to the latest beta. Changed - News now requires a 64bit OS - v2 API implementation (folder part) - Implemented sharing news items between nextcloud users (nextcloud#1191) - Updated the news items table in DB to include sharer data (nextcloud#1191) - Added route for sharing news items (nextcloud#1191) - Added share data in news items serialization (nextcloud#1191) - Added tests for the news items share feature (nextcloud#1191) - Added sharing articles with nextcloud users (nextcloud#1217) - Added sharing articles on social media (Facebook, Twitter) or mail (nextcloud#1217) - Allow installation on Nextcloud v22 - Remove deprecated API endpoints and occ command (nextcloud#935) - /api/v1-2/user - /api/v1-2/user/avatar - ./occ news:updater:all-feeds - added feed search (nextcloud#1402) Fixed - allow calling `/items?getRead=false` without a feed/folder (nextcloud#1380 nextcloud#1356) - newestId does not return newest ID but last updated (nextcloud#1339) - removed reference for deleted repair-steps (nextcloud#1399) - Fix NotNullConstraintViolation when sharing news items with users (nextcloud#1406) Signed-off-by: Benjamin Brahmer <[email protected]>
This might fix some issues some people/apps have been having.
Most notably: #1324