galaxy icon indicating copy to clipboard operation
galaxy copied to clipboard

admin install tools interface shows all repositories as 'updated today'

Open hexylena opened this issue 3 years ago • 5 comments

This is on 20.09

image

While many of these repos haven't been updated in a while (gmaj's latest revision is 2014). From the API response:

image

hexylena avatar Mar 16 '21 09:03 hexylena

Noticed this too on our EI server, thanks for reporting!

nsoranzo avatar Mar 16 '21 16:03 nsoranzo

While many of these repos haven't been updated in a while (gmaj's latest revision is 2014). From the API response:

image

If it wasn't updated for a while, something is wrong with the response. As it's shown on the screenshot by @hexylena, the last_updated is today and that's the value defined on frontend. I can of course change it to full_last_updated, but that's most probably not the right approach

OlegZharkov avatar Mar 18 '21 15:03 OlegZharkov

This is going wrong in the whoosh indexing on the toolshed backend.

mvdbeek avatar Mar 18 '21 16:03 mvdbeek

This is based off of repo.update_time which I suspect has no relation to actual update time of the repo contents (per this, but possibly has to do with the database row entry.

martenson avatar Mar 29 '21 11:03 martenson

Good day just a note this occurs on release_23.1 out of the box as well

image

alpapan avatar Jan 30 '24 05:01 alpapan