Custom Query (2152 matches)
Results (2116 - 2118 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1726 | fixed | Update harvesting model | amercader | amercader |
Description |
We need:
The extension should check on startup if the db needs updating and run the necessary scripts. |
|||
#1727 | fixed | Add "current" property to harvest objects | amercader | amercader |
Description |
Right now is quite difficult to get the most current version of a package via the harvest objects, and the queries involved are prone to errors. A new "current" field will be added which will identify unequivocally the most recent harvested object. Unfortunately this will involve some major changes:
|
|||
#1728 | fixed | Update UKLP harvesters | amercader | amercader |
Description |
Three small changes:
These two changes will require manual update of the database.
if last_harvested_object.metadata_modified_date is None \ or last_harvested_object.metadata_modified_date < self.obj.metadata_modified_date \ or self.force_import \ or last_harvested_object.metadata_modified_date == self.obj.metadata_modified_date and last_harvested_object.source.active is False: |
Note: See TracQuery
for help on using queries.