Mobilizon-Reshare-condividi.../mobilizon_reshare
magowiz 45802ecbdd
Feature/optimizing download (#118)
* add column last_update_time

* save last_update_time in event db record

* use id + updatedAt for comparison instead of mobilizon_id, this will treat updated events like new ones

* rework event selection/comparison to include unpublished with updates to ones need to be saved

* added update for unpublished events

* tests: test_update: Add create_unpublished_events tests.

* Move `MobilizonEvent.to_model` to `storage.query`

* Move `MobilizonEvent.from_model` to `storage.query`

* Move `MobilizonEvent.compute_status` to `storage.query`

* Move `publishers.exception.EventNotFound` to `storage.query.exceptions`
2022-02-09 00:54:56 +01:00
..
cli Feature/optimizing download (#118) 2022-02-09 00:54:56 +01:00
config Debug image (#131) 2022-01-26 10:11:16 +01:00
event Feature/optimizing download (#118) 2022-02-09 00:54:56 +01:00
formatting rename everything (#50) 2021-08-16 10:49:52 +02:00
main Feature/optimizing download (#118) 2022-02-09 00:54:56 +01:00
migrations/models Feature/optimizing download (#118) 2022-02-09 00:54:56 +01:00
mobilizon Feature/optimizing download (#118) 2022-02-09 00:54:56 +01:00
models Feature/optimizing download (#118) 2022-02-09 00:54:56 +01:00
publishers Feature/optimizing download (#118) 2022-02-09 00:54:56 +01:00
storage Feature/optimizing download (#118) 2022-02-09 00:54:56 +01:00
.secrets.toml added facebook publisher (#99) 2021-11-20 15:40:10 +01:00
VERSION Release v0.1.0. 2021-09-28 11:40:04 +02:00
__init__.py rename everything (#50) 2021-08-16 10:49:52 +02:00
aerich.ini Feature/optimizing download (#118) 2022-02-09 00:54:56 +01:00
settings.toml rework config (#121) 2022-01-08 00:54:27 +01:00