-
Notifications
You must be signed in to change notification settings - Fork 186
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
Remove V1 item API #1056
Remove V1 item API #1056
Conversation
72d2863
to
ba0e04d
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.
I would recommend implementing the read functions (folder and feed) and purge before we release a new (beta) version. Otherwise there will be issues for not working UI elements or growing databases.
(But you probably already planned to do this. If you need help message me ..)
ba0e04d
to
d54c129
Compare
d54c129
to
7e30451
Compare
7e30451
to
5be9347
Compare
5258f00
to
bb3abe2
Compare
815b566
to
1b4940e
Compare
Psalm issue would never happen in real life. Not sure how to make it go away though. |
Weird that psalm crashes completely with stable20 The unknown classes errors can probably be removed by running |
1b4940e
to
d468b9e
Compare
Codecov Report
@@ Coverage Diff @@
## master #1056 +/- ##
=============================================
+ Coverage 69.18% 91.33% +22.15%
+ Complexity 742 662 -80
=============================================
Files 74 57 -17
Lines 2703 2355 -348
=============================================
+ Hits 1870 2151 +281
+ Misses 833 204 -629
Continue to review full report at Codecov.
|
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
d468b9e
to
633262c
Compare
follow-up for b4fa772 (nextcloud#1056)
follow-up for b4fa772 (nextcloud#1056) Signed-off-by: anoy <anoymouserver+github@mailbox.org>
Changed - Remove outdated item DB code. ( #1056) - Stop returning all feeds after marking folder as read. (#1056) - Always fetch favicon (#1164) - Use feed logo instead of favicon if it exists and is square (#1164) - Add CI for item lists (#1180) Fixed - Item list throwing error for folder and "all items" (#1180) - Articles with high IDs can be placed lower than articles with low IDs (#1147) - Feeds are accidentally moved on rename (#1189) - Item list not using ID for offset (#1188) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Changed - Remove outdated item DB code. ( #1056) - Stop returning all feeds after marking folder as read. (#1056) - Always fetch favicon (#1164) - Use feed logo instead of favicon if it exists and is square (#1164) - Add CI for item lists (#1180) Fixed - Item list throwing error for folder and "all items" (#1180) - Articles with high IDs can be placed lower than articles with low IDs (#1147) - Feeds are accidentally moved on rename (#1189) - Item list not using ID for offset (#1188) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
follow-up for b4fa772 (nextcloud#1056) Signed-off-by: anoy <anoymouserver+github@mailbox.org> Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
Changed - Remove outdated item DB code. ( nextcloud#1056) - Stop returning all feeds after marking folder as read. (nextcloud#1056) - Always fetch favicon (nextcloud#1164) - Use feed logo instead of favicon if it exists and is square (nextcloud#1164) - Add CI for item lists (nextcloud#1180) Fixed - Item list throwing error for folder and "all items" (nextcloud#1180) - Articles with high IDs can be placed lower than articles with low IDs (nextcloud#1147) - Feeds are accidentally moved on rename (nextcloud#1189) - Item list not using ID for offset (nextcloud#1188) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de> Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
follow-up for b4fa772 (nextcloud#1056) Signed-off-by: anoy <anoymouserver+github@mailbox.org> Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
Changed - Remove outdated item DB code. ( nextcloud#1056) - Stop returning all feeds after marking folder as read. (nextcloud#1056) - Always fetch favicon (nextcloud#1164) - Use feed logo instead of favicon if it exists and is square (nextcloud#1164) - Add CI for item lists (nextcloud#1180) Fixed - Item list throwing error for folder and "all items" (nextcloud#1180) - Articles with high IDs can be placed lower than articles with low IDs (nextcloud#1147) - Feeds are accidentally moved on rename (nextcloud#1189) - Item list not using ID for offset (nextcloud#1188) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de> Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
follow-up for b4fa772 (nextcloud#1056) Signed-off-by: anoy <anoymouserver+github@mailbox.org> Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
Changed - Remove outdated item DB code. ( nextcloud#1056) - Stop returning all feeds after marking folder as read. (nextcloud#1056) - Always fetch favicon (nextcloud#1164) - Use feed logo instead of favicon if it exists and is square (nextcloud#1164) - Add CI for item lists (nextcloud#1180) Fixed - Item list throwing error for folder and "all items" (nextcloud#1180) - Articles with high IDs can be placed lower than articles with low IDs (nextcloud#1147) - Feeds are accidentally moved on rename (nextcloud#1189) - Item list not using ID for offset (nextcloud#1188) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de> Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
follow-up for b4fa772 (nextcloud#1056) Signed-off-by: anoy <anoymouserver+github@mailbox.org>
Changed - Remove outdated item DB code. ( nextcloud#1056) - Stop returning all feeds after marking folder as read. (nextcloud#1056) - Always fetch favicon (nextcloud#1164) - Use feed logo instead of favicon if it exists and is square (nextcloud#1164) - Add CI for item lists (nextcloud#1180) Fixed - Item list throwing error for folder and "all items" (nextcloud#1180) - Articles with high IDs can be placed lower than articles with low IDs (nextcloud#1147) - Feeds are accidentally moved on rename (nextcloud#1189) - Item list not using ID for offset (nextcloud#1188) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
This completes the migration to QBMappers
Signed-off-by: Sean Molenaar sean@seanmolenaar.eu