Skip to content
Snippets Groups Projects
  1. Apr 29, 2021
  2. Apr 25, 2021
    • thomaswoehlke's avatar
      working on 0.0.31 Release · c57ffcc7
      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()
      * -------------------------------------
      c57ffcc7
    • thomaswoehlke's avatar
      working on 0.0.31 Release · a77314db
      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()
      * -------------------------------------
      a77314db
    • thomaswoehlke's avatar
      work · 5b209c0e
      thomaswoehlke authored
      5b209c0e
    • thomaswoehlke's avatar
      work · 6f3b1bd4
      thomaswoehlke authored
      6f3b1bd4
    • thomaswoehlke's avatar
      work · 0e4f8b28
      thomaswoehlke authored
      0e4f8b28
    • thomaswoehlke's avatar
      work · 146de0f5
      thomaswoehlke authored
      146de0f5
  3. Apr 17, 2021
  4. Apr 13, 2021
  5. Feb 20, 2021
  6. Feb 13, 2021
    • thomaswoehlke's avatar
      ## 0.0.15 Release · 392e1f93
      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
      * -------------------------------------
      392e1f93
    • thomaswoehlke's avatar
      ## 0.0.15 Release · 88ca6646
      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
      * -------------------------------------
      88ca6646
    • thomaswoehlke's avatar
      ## 0.0.15 Release · df491b32
      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
      * -------------------------------------
      df491b32
  7. Feb 08, 2021
    • thomaswoehlke's avatar
      ### 0.0.14 Release · 858898b8
      thomaswoehlke authored
      * Fixed #69 Branch: ISSUE_66_ATTEMPT_01
      * Fixed #70 load package.json from Bootstrap-Template sb-admin-angular into statics
      * Fixed #67 implement Flask-Login (wontfix)
      * Issue #159 merge Branch ISSUE_66_ATTEMPT_01 to master
      858898b8
    • thomaswoehlke's avatar
      ### 0.0.13 Release · 86ea4378
      thomaswoehlke authored
      * Fixed #49 EuropeServiceUpdate.__update_data_short() (wontfix)
      * Fixed #52 download vaccination timeline data file
      * Fixed #53 import vaccination timeline data file into db
      * Fixed #54 /vaccination/imported
      * Fixed #57 frontend: use npm for handling 3rdParty css and javascript modules like jQuery, Bootstrap
      * Fixed #58 frontend: remove jumbotron from all pageheader, put jumbotron as main content on home page
      * Fixed #47 major refactoring: Routes from app.py to org...who,europe,... (Doublette von #65)
      * Fixed #48 major refactoring: Tasks from server_mq.py to org...who,europe,... (Doublette von #65)
      * Fixed #64 major refactoring: create two packages: for web app and for celery worker
      * Issue #65 major refactoring: add flask-blueprints for admin, common, europe, rki, vaccination, who
      
      ### 0.0.14 Release
      * Issue #66 frontend: migrate to Bootstrap Theme sb-admin-angular
      * Issue #67 implement Flask-Login
      
      ### 0.0.15 Release
      * Issue #5 Visual Graphs for Data per Countries order by Date
      * Issue #59 frontend: add correct breadcrumb to every page
      * Issue #60 frontend: better design for tables
      * Issue #61 frontend: better design for navtabs
      * Issue #62 frontend: better design for pages
      * Issue #63 frontend: add footer design
      
      ### 0.0.16 Release
      * Issue #28 /admin/database/import
      * Issue #39 SQLalchemy instead of SQL: AllModelClasses.remove_all()
      * Issue #40 SQLalchemy instead of SQL: EuropeDataImportTable.get_date_rep()
      * Issue #41 SQLalchemy instead of SQL: EuropeDataImportTable.get_countries_of_continent()
      * Issue #42 SQLalchemy instead of SQL: WhoGlobalDataImportTable.get_new_dates_as_array()
      86ea4378
  8. Jan 30, 2021
    • thomaswoehlke's avatar
      ### 0.0.13 Release · f4a1ebdf
      thomaswoehlke authored
      * Fixed #49 EuropeServiceUpdate.__update_data_short() (wontfix)
      * Fixed #52 download vaccination timeline data file
      * Fixed #53 import vaccination timeline data file into db
      * Fixed #54 /vaccination/imported
      * Fixed #57 frontend: use npm for handling 3rdParty css and javascript modules like jQuery, Bootstrap
      * Fixed #58 frontend: remove jumbotron from all pageheader, put jumbotron as main content on home page
      * Fixed #47 major refactoring: Routes from app.py to org...who,europe,... (Doublette von #65)
      * Fixed #48 major refactoring: Tasks from server_mq.py to org...who,europe,... (Doublette von #65)
      * Fixed #64 major refactoring: create two packages: for web app and for celery worker
      * Issue #65 major refactoring: add flask-blueprints for admin, common, europe, rki, vaccination, who
      
      ### 0.0.14 Release
      * Issue #66 frontend: migrate to Bootstrap Theme sb-admin-angular
      * Issue #67 implement Flask-Login
      
      ### 0.0.15 Release
      * Issue #5 Visual Graphs for Data per Countries order by Date
      * Issue #59 frontend: add correct breadcrumb to every page
      * Issue #60 frontend: better design for tables
      * Issue #61 frontend: better design for navtabs
      * Issue #62 frontend: better design for pages
      * Issue #63 frontend: add footer design
      
      ### 0.0.16 Release
      * Issue #28 /admin/database/import
      * Issue #39 SQLalchemy instead of SQL: AllModelClasses.remove_all()
      * Issue #40 SQLalchemy instead of SQL: EuropeDataImportTable.get_date_rep()
      * Issue #41 SQLalchemy instead of SQL: EuropeDataImportTable.get_countries_of_continent()
      * Issue #42 SQLalchemy instead of SQL: WhoGlobalDataImportTable.get_new_dates_as_array()
      f4a1ebdf
    • thomaswoehlke's avatar
      ### 0.0.13 Release · e43bf9b0
      thomaswoehlke authored
      * Fixed #49 EuropeServiceUpdate.__update_data_short() (wontfix)
      * Fixed #52 download vaccination timeline data file
      * Fixed #53 import vaccination timeline data file into db
      * Fixed #54 /vaccination/imported
      * Fixed #57 frontend: use npm for handling 3rdParty css and javascript modules like jQuery, Bootstrap
      * Fixed #58 frontend: remove jumbotron from all pageheader, put jumbotron as main content on home page
      * Fixed #47 major refactoring: Routes from app.py to org...who,europe,... (Doublette von #65)
      * Fixed #48 major refactoring: Tasks from server_mq.py to org...who,europe,... (Doublette von #65)
      * Fixed #64 major refactoring: create two packages: for web app and for celery worker
      * Issue #65 major refactoring: add flask-blueprints for admin, common, europe, rki, vaccination, who
      
      ### 0.0.14 Release
      * Issue #66 frontend: migrate to Bootstrap Theme sb-admin-angular
      * Issue #67 implement Flask-Login
      
      ### 0.0.15 Release
      * Issue #5 Visual Graphs for Data per Countries order by Date
      * Issue #59 frontend: add correct breadcrumb to every page
      * Issue #60 frontend: better design for tables
      * Issue #61 frontend: better design for navtabs
      * Issue #62 frontend: better design for pages
      * Issue #63 frontend: add footer design
      
      ### 0.0.16 Release
      * Issue #28 /admin/database/import
      * Issue #39 SQLalchemy instead of SQL: AllModelClasses.remove_all()
      * Issue #40 SQLalchemy instead of SQL: EuropeDataImportTable.get_date_rep()
      * Issue #41 SQLalchemy instead of SQL: EuropeDataImportTable.get_countries_of_continent()
      * Issue #42 SQLalchemy instead of SQL: WhoGlobalDataImportTable.get_new_dates_as_array()
      e43bf9b0
  9. Jan 28, 2021
  10. Jan 25, 2021
Loading