From 587896a758699d312624ca1a295a00ce72e3d6be Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Sun, 14 Feb 2021 21:51:32 +0100 Subject: [PATCH] ### 0.0.16 Release * ------------------------------------- * Issue #82 change to ORM ClassHierarchy * Issue #108 change to ORM ClassHierarchy in: EcdcImport.get_countries_of_continent * ------------------------------------- * Fixed #111 refactor to new method scheme introduced 07.02.2021 * Fixed #117 refactor EcdcServiceUpdate to new method scheme introduced 07.02.2021 * Fixed #112 implement EcdcService.run_update_dimension_tables_only * Fixed #113 implement EcdcService.run_update_fact_table_incremental_only * Fixed #114 implement EcdcService.run_update_fact_table_initial_only * Fixed #115 implement EcdcService.run_update_star_schema_incremental * Fixed #116 implement EcdcService.run_update_star_schema_initial * Fixed #118 implement EcdcServiceUpdate.update_dimension_tables_only * Fixed #119 implement EcdcServiceUpdate.update_fact_table_incremental_only * Fixed #120 implement EcdcServiceUpdate.update_fact_table_initial_only * Fixed #121 implement EcdcServiceUpdate.update_star_schema_incremental * Fixed #122 implement EcdcServiceUpdate.update_star_schema_initial * ------------------------------------- * Fixed #163 implement url_europe_task_update_star_schema_initial in europe_views.py * Fixed #164 implement url_europe_task_update_starschema_incremental in europe_views.py * Fixed #165 implement url_europe_task_download_only in europe_views.py * Fixed #166 implement url_europe_task_import_only in europe_views.py * Fixed #167 implement url_europe_task_update_dimensiontables_only in europe_views.py * Fixed #168 implement url_europe_task_update_facttable_incremental_only in europe_views.py * Fixed #169 implement url_europe_task_update_facttable_initial_only in europe_views.py ### 0.0.17 Release * Fixed #123 split RkiBundeslaenderService into two Services, one for bundeslaender and one for landkreise * Fixed #128 add fields from csv to RkiLandkreiseImport * Fixed #139 refactor RkiBundeslaenderServiceDownload to new method scheme introduced 07.02.2021 * Fixed #140 move WhoImport to RKI in: rk_service_import.py * Fixed #125 implement RkiLandkreise * Fixed #126 implement RkiBundeslaenderImport --- BACKLOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BACKLOG.md b/BACKLOG.md index 22b433ac..a6d9d453 100644 --- a/BACKLOG.md +++ b/BACKLOG.md @@ -161,10 +161,6 @@ * ------------------------------------- ### 0.0.16 Release -* ------------------------------------- -* Issue #82 change to ORM ClassHierarchy -* Issue #108 change to ORM ClassHierarchy in: EcdcImport.get_countries_of_continent -* ------------------------------------- * Fixed #111 refactor to new method scheme introduced 07.02.2021 * Fixed #117 refactor EcdcServiceUpdate to new method scheme introduced 07.02.2021 * Fixed #112 implement EcdcService.run_update_dimension_tables_only @@ -188,6 +184,10 @@ ### 0.0.17 Release +* ------------------------------------- +* Issue #82 change to ORM ClassHierarchy +* Issue #108 change to ORM ClassHierarchy in: EcdcImport.get_countries_of_continent +* ------------------------------------- * Fixed #123 split RkiBundeslaenderService into two Services, one for bundeslaender and one for landkreise * Fixed #128 add fields from csv to RkiLandkreiseImport * Fixed #139 refactor RkiBundeslaenderServiceDownload to new method scheme introduced 07.02.2021 -- GitLab