From e2745fbf6d200c604a9fd7a78813167e688783b4 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Mon, 26 Apr 2021 01:17:58 +0200 Subject: [PATCH] working on 0.0.31 Release * ------------------------------------- * 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() * ------------------------------------- --- data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data b/data index a9036e3f..7e265158 160000 --- a/data +++ b/data @@ -1 +1 @@ -Subproject commit a9036e3f575858d46b73f5b7f8ed9f74f2f7bef8 +Subproject commit 7e26515893ac523c9bf94cb9556f3763c5048cb5 -- GitLab