Skip to content
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

Release 14.1.4-rc1 #649

Merged
merged 1 commit into from
Mar 18, 2020
Merged

Release 14.1.4-rc1 #649

merged 1 commit into from
Mar 18, 2020

Conversation

Grotax
Copy link
Member

@Grotax Grotax commented Mar 12, 2020

Changed

Fixed

Signed-off-by: Benjamin Brahmer info@b-brahmer.de

@Grotax Grotax requested a review from SMillerDev March 12, 2020 08:00
@Grotax Grotax changed the title Release 14.1.4 Release 14.1.4-rc1 Mar 12, 2020
@Grotax
Copy link
Member Author

Grotax commented Mar 12, 2020

As this contains DB migrations I thought doing one rc without rolling out to everyone might not hurt :)

@codecov-io
Copy link

codecov-io commented Mar 12, 2020

Codecov Report

Merging #649 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #649   +/-   ##
=========================================
  Coverage     72.13%   72.13%           
  Complexity      680      680           
=========================================
  Files            58       58           
  Lines          2415     2415           
=========================================
  Hits           1742     1742           
  Misses          673      673           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update db141be...959fe3c. Read the comment docs.

@SMillerDev
Copy link
Contributor

Could you add a composer and npm update?

@tobiasKaminsky
Copy link
Member

There is a new feed-io: https://github.com/alexdebril/feed-io/releases/tag/v4.5.4, which then also fixes #640

@Grotax
Copy link
Member Author

Grotax commented Mar 13, 2020

Yea will do that

@Grotax
Copy link
Member Author

Grotax commented Mar 15, 2020

npm update was already included, no new updates
composer update added the new feed-io version

Changed
- Basic Media-RSS support (#599)
- Database index improvements (#637)

Fixed
- Call to a member function getUrlHash() on null" when adding a feed (#640)
- Don't install symfony/console via composer (#636)
- Fix for for ONLY_FULL_GROUP_BY (see #406) (Issue #80) (#407)
- Catch invalid feeds (#646)

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
@Grotax
Copy link
Member Author

Grotax commented Mar 15, 2020

Changelog and commit message adjusted

@Grotax Grotax merged commit 39ca7d3 into nextcloud:master Mar 18, 2020
@Grotax
Copy link
Member Author

Grotax commented Mar 23, 2020

I would appreciate some testing, in my test the DB migration took some time but still ok. Will test the release by personal use for some time.

@abrain
Copy link

abrain commented Mar 27, 2020

I'll also give the RC a test, to see if #607 is still there. It is not yet mentioned in the changelog, but with the bump of feed-io to version 4.5.4 it should be fixed, right?

@SMillerDev
Copy link
Contributor

Yes it should

@abrain
Copy link

abrain commented Mar 29, 2020

What is the expected behaviour in terms of feeds, that have not been updated for a while?

As far as I understood #607, the feeds have been fetched, but under a wrong assumption of the date of last modification, resulting in new items being ignored. As a side effect, the modification date in the database got updated. So I would expect only new items since the update of the news app to show up, because of this logic:

if (empty($lastModified) || !is_string($lastModified)) {
$resource = $this->reader->read($url);
} else {
$resource = $this->reader->readSince($url, new DateTime($lastModified));
}

Is this assumption correct? And if so, would it be a good idea to reset the modification date in the database during migration, so the older (missing) feed items get imported, too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants