You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing xeol db list, there is a long list of listings returned, it's overwhelming for human eyes. Our listing.json should only contain something like the last 3 months of databases, even though we will keep an archive of all database listings.
Why is this needed:
Bad UX
The text was updated successfully, but these errors were encountered:
Some context, we have a lambda that pulls data from endoflife.date every 24 hours and then uploads a sqlitedb to S3. The listing.json contains the databases and their timestamps and is updated with each lambda run. xeol db list shows the results from this listing.json file.
So, actually this ticket is misplaced, since the work needs to be done on the database creation lambda rather than the client. Unfortunately, the repo for this is not open-sourced yet. I think i'm going to close this ticket.
What would you like to be added:
When doing
xeol db list
, there is a long list of listings returned, it's overwhelming for human eyes. Our listing.json should only contain something like the last 3 months of databases, even though we will keep an archive of all database listings.Why is this needed:
Bad UX
The text was updated successfully, but these errors were encountered: