- May 22, 2021
-
-
thomaswoehlke authored
-
- May 21, 2021
-
-
thomaswoehlke authored
-
thomaswoehlke authored
-
- May 20, 2021
-
-
thomaswoehlke authored
-
thomaswoehlke authored
-
thomaswoehlke authored
-
thomaswoehlke authored
-
thomaswoehlke authored
-
thomaswoehlke authored
-
thomaswoehlke authored
- May 18, 2021
-
-
thomaswoehlke authored
-
thomaswoehlke authored
-
- May 05, 2021
-
-
thomaswoehlke authored
-
thomaswoehlke authored
-
- May 02, 2021
-
-
thomaswoehlke authored
-
thomaswoehlke authored
-
thomaswoehlke authored
-
- Apr 29, 2021
-
-
thomaswoehlke authored
-
- Apr 25, 2021
-
-
thomaswoehlke authored
* ------------------------------------- * Fixed #211 ECDC-templates: change URL to for_url() * Fixed #213 WHO-template: change URL to for_url() * ------------------------------------- * Issue #195 RkiVaccinationImport.get_daterep_missing_in_vaccination_data(): native SQL to SQLalechemy Query * Fixed #83 WhoImport.get_new_dates_as_array() SQLalchemy instead of SQL * Fixed #219 WhoImport.countries() SQLalchemy instead of SQL * ------------------------------------- * Issue #207 remove deprecated: database.port * Issue #208 remove deprecated: database.run_run_with_debug * Issue #209 remove deprecated: database.ITEMS_PER_PAGE * ------------------------------------- * Issue #210 database.py: logging for Celery on Windows * ------------------------------------- * Fixed #196 OwidImport.get_new_dates_reported_as_array() needs implementation * ------------------------------------- * Issue #212 implement OwidService.task_database_drop_create() * ------------------------------------- * Issue #214 implement OwidServiceUpdate.update_dimension_tables_only() * Issue #215 implement OwidServiceUpdate.update_fact_table_incremental_only() * Issue #216 implement OwidServiceUpdate.update_fact_table_initial_only() * Issue #217 implement OwidServiceUpdate.update_star_schema_incremental() * Issue #218 implement OwidServiceUpdate.update_star_schema_initial() * -------------------------------------
-
thomaswoehlke authored
* ------------------------------------- * Fixed #211 ECDC-templates: change URL to for_url() * Fixed #213 WHO-template: change URL to for_url() * ------------------------------------- * Issue #195 RkiVaccinationImport.get_daterep_missing_in_vaccination_data(): native SQL to SQLalechemy Query * Fixed #83 WhoImport.get_new_dates_as_array() SQLalchemy instead of SQL * Fixed #219 WhoImport.countries() SQLalchemy instead of SQL * ------------------------------------- * Issue #207 remove deprecated: database.port * Issue #208 remove deprecated: database.run_run_with_debug * Issue #209 remove deprecated: database.ITEMS_PER_PAGE * ------------------------------------- * Issue #210 database.py: logging for Celery on Windows * ------------------------------------- * Fixed #196 OwidImport.get_new_dates_reported_as_array() needs implementation * ------------------------------------- * Issue #212 implement OwidService.task_database_drop_create() * ------------------------------------- * Issue #214 implement OwidServiceUpdate.update_dimension_tables_only() * Issue #215 implement OwidServiceUpdate.update_fact_table_incremental_only() * Issue #216 implement OwidServiceUpdate.update_fact_table_initial_only() * Issue #217 implement OwidServiceUpdate.update_star_schema_incremental() * Issue #218 implement OwidServiceUpdate.update_star_schema_initial() * -------------------------------------
-
thomaswoehlke authored
-
thomaswoehlke authored
-
thomaswoehlke authored
-
thomaswoehlke authored
-
thomaswoehlke authored
-
thomaswoehlke authored
-
thomaswoehlke authored
-
thomaswoehlke authored
-
- Apr 03, 2021
-
-
thomaswoehlke authored
-
thomaswoehlke authored
-
thomaswoehlke authored
-
thomaswoehlke authored
-
- Feb 26, 2021
-
-
thomaswoehlke authored
-
- Feb 24, 2021
-
-
Thomas Wöhlke authored
-
- Feb 13, 2021
-
-
thomaswoehlke authored
* ------------------------------------- * Fixed #88 rename VaccinationImport to VaccinationImport * Fixed #89 change tablename from vaccination_germany_timeline_import to vaccination_import * Fixed #86 rename VaccinationData to VaccinationData * Fixed #162 rename table vaccination_germany_timeline into vaccination_data * ------------------------------------- * Fixed #170 implement url_vaccination_task_update_star_schema_initial in vaccination_views.py * Fixed #171 implement url_vaccination_task_update_starschema_incremental in vaccination_views.py * Fixed #172 implement url_vaccination_task_import_only in vaccination_views.py * Fixed #173 implement url_vaccination_task_import_only in vaccination_views.py * Fixed #174 implement url_vaccination_task_update_dimensiontables_only in vaccination_views.py * Fixed #175 implement url_vaccination_task_update_facttable_incremental_only in vaccination_views.py * Fixed #176 implement url_vaccination_task_update_facttable_initial_only in vaccination_views.py * ------------------------------------- * Fixed #91 implement VaccinationService.run_download_only * Fixed #92 implement VaccinationService.run_import_only * Fixed #93 implement VaccinationService.run_update_dimension_tables_only * Fixed #94 implement VaccinationService.run_update_fact_table_incremental_only * Fixed #95 implement VaccinationService.run_update_fact_table_initial_only * Fixed #96 implement VaccinationService.run_update_star_schema_incremental * Fixed #97 implement VaccinationService.run_update_star_schema_initial * Fixed #101 implement VaccinationServiceUpdate.update_dimension_tables_only * Fixed #102 implement VaccinationServiceUpdate.update_fact_table_incremental_only * Fixed #103 implement VaccinationServiceUpdate.update_fact_table_initial_only * Fixed #104 implement VaccinationServiceUpdate.update_star_schema_incremental * Fixed #105 implement VaccinationServiceUpdate.update_star_schema_initial * ------------------------------------- * Fixed #90 refactor VaccinationService to new method scheme introduced 07.02.2021 * Fixed #98 refactor VaccinationServiceDownload to new method scheme introduced 07.02.2021 * Fixed #99 refactor VaccinationServiceImport to new method scheme introduced 07.02.2021 * Fixed #100 refactor VaccinationServiceUpdate to new method scheme introduced 07.02.2021 * ------------------------------------- * Fixed #87 change to: Vaccination.datum many to one VaccinationDateReported * Fixed #106 add Tasks and URLs for starting Tasks to vaccination_views * -------------------------------------
-
thomaswoehlke authored
* ------------------------------------- * Fixed #88 rename VaccinationImport to VaccinationImport * Fixed #89 change tablename from vaccination_germany_timeline_import to vaccination_import * Fixed #86 rename VaccinationData to VaccinationData * Fixed #162 rename table vaccination_germany_timeline into vaccination_data * ------------------------------------- * Fixed #170 implement url_vaccination_task_update_star_schema_initial in vaccination_views.py * Fixed #171 implement url_vaccination_task_update_starschema_incremental in vaccination_views.py * Fixed #172 implement url_vaccination_task_import_only in vaccination_views.py * Fixed #173 implement url_vaccination_task_import_only in vaccination_views.py * Fixed #174 implement url_vaccination_task_update_dimensiontables_only in vaccination_views.py * Fixed #175 implement url_vaccination_task_update_facttable_incremental_only in vaccination_views.py * Fixed #176 implement url_vaccination_task_update_facttable_initial_only in vaccination_views.py * ------------------------------------- * Fixed #91 implement VaccinationService.run_download_only * Fixed #92 implement VaccinationService.run_import_only * Fixed #93 implement VaccinationService.run_update_dimension_tables_only * Fixed #94 implement VaccinationService.run_update_fact_table_incremental_only * Fixed #95 implement VaccinationService.run_update_fact_table_initial_only * Fixed #96 implement VaccinationService.run_update_star_schema_incremental * Fixed #97 implement VaccinationService.run_update_star_schema_initial * Fixed #101 implement VaccinationServiceUpdate.update_dimension_tables_only * Fixed #102 implement VaccinationServiceUpdate.update_fact_table_incremental_only * Fixed #103 implement VaccinationServiceUpdate.update_fact_table_initial_only * Fixed #104 implement VaccinationServiceUpdate.update_star_schema_incremental * Fixed #105 implement VaccinationServiceUpdate.update_star_schema_initial * ------------------------------------- * Fixed #90 refactor VaccinationService to new method scheme introduced 07.02.2021 * Fixed #98 refactor VaccinationServiceDownload to new method scheme introduced 07.02.2021 * Fixed #99 refactor VaccinationServiceImport to new method scheme introduced 07.02.2021 * Fixed #100 refactor VaccinationServiceUpdate to new method scheme introduced 07.02.2021 * ------------------------------------- * Fixed #87 change to: Vaccination.datum many to one VaccinationDateReported * Fixed #106 add Tasks and URLs for starting Tasks to vaccination_views * -------------------------------------
-
- Feb 08, 2021
-
-
thomaswoehlke authored
-
thomaswoehlke authored
-
thomaswoehlke authored
-