From 94ff5ea7f30bef31a598ecbd62779b301d3b8660 Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Sat, 30 Jan 2021 16:18:09 +0100
Subject: [PATCH] ### 0.0.12 Release * Fixed #52 download vaccination timeline
 data file * Fixed #53 import vaccination timeline data file into db * Fixed
 #54 /vaccination/imported * Fixed #55 /vaccination/tasks * Fixed #56
 /vaccination/info

### 0.0.13 Release
* Fixed #49 EuropeServiceUpdate.__update_data_short() (wontfix)
* Issue #47 refactor Routes from app.py to org...who,europe,...
* Issue #48 refactor Tasks from server_mq.py to org...who,europe,...
* Issue #57 frontend: use npm for handling 3rdParty css and javascript modules like jQuery, Bootstrap
* Issue #58 frontend: remove jumbotron from all pageheader, put jumbotron as main content on home page
* 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
* Issue #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
---
 README.md        | 30 ++++++++++++++++++++----------
 etc/CHANGELOG.md | 33 ---------------------------------
 requirements.txt |  1 -
 setup.py         |  4 ----
 4 files changed, 20 insertions(+), 48 deletions(-)
 delete mode 100644 etc/CHANGELOG.md

diff --git a/README.md b/README.md
index d179036f..9c2a2d8f 100644
--- a/README.md
+++ b/README.md
@@ -226,23 +226,33 @@ class WhoGlobalDataImportTable(db.Model):
 * Fixed #51 /europe/imported
 
 ### 0.0.12 Release
-* Issue #52 download vaccination timeline data file
-* Issue #53 import vaccination timeline data file into db
-* Issue #54 /vaccination/imported
-* Issue #55 /vaccination/tasks
-* Issue #56 /vaccination/info
+* Fixed #52 download vaccination timeline data file
+* Fixed #53 import vaccination timeline data file into db
+* Fixed #54 /vaccination/imported
+* Fixed #55 /vaccination/tasks
+* Fixed #56 /vaccination/info
 
 ### 0.0.13 Release
+* Fixed #49 EuropeServiceUpdate.__update_data_short() (wontfix)
+* Issue #47 refactor Routes from app.py to org...who,europe,...
+* Issue #48 refactor Tasks from server_mq.py to org...who,europe,...
+* Issue #57 frontend: use npm for handling 3rdParty css and javascript modules like jQuery, Bootstrap
+* Issue #58 frontend: remove jumbotron from all pageheader, put jumbotron as main content on home page
+* 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
+* Issue #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 #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()
-* Fixed #49 EuropeServiceUpdate.__update_data_short() (wontfix)
-
-### 0.0.14 Release
-* Issue #47 refactor Routes from app.py to org...who,europe,...
-* Issue #48 refactor Tasks from server_mq.py to org...who,europe,... 
 
 ### 0.0.15 Release
 * Issue #5 Visual Graphs for Data per Countries order by Date
+
diff --git a/etc/CHANGELOG.md b/etc/CHANGELOG.md
deleted file mode 100644
index 03a64eeb..00000000
--- a/etc/CHANGELOG.md
+++ /dev/null
@@ -1,33 +0,0 @@
-# Changelog
-
-## Milestones
-
-### [0.0.2 Release](https://git.noc.ruhr-uni-bochum.de/learn_r_and_python/covid19python/-/milestones/2)
-* Fixed #1 test 1 2 3
-* Fixed #2 start data update job via web ui 
-* Fixed #4 data update: who_country
-* Fixed #6 data update: who_global_data
-* Fixed #3 web ui: show table of who_region
-
-### [0.0.3 Release](https://git.noc.ruhr-uni-bochum.de/learn_r_and_python/covid19python/-/milestones/3)
-* Issue #8 view_who_today_new_deaths
-* Issue #9 view_who_global_data
-* Issue #10 view_who_today_new_cases
-* Issue #11 view_who_germany
-* Issue #12 view_max_new_deaths_who
-
-### [0.0.4 Release](https://git.noc.ruhr-uni-bochum.de/learn_r_and_python/covid19python/-/milestones/4)
-* Issue #5 ORM: 3NF for ecdc_europa_data_import
-* Issue #7 data update for 3NF ecdc_europa_data_import
-
-### [0.0.5 Release](https://git.noc.ruhr-uni-bochum.de/learn_r_and_python/covid19python/-/milestones/5)
-*
-
-### [0.0.6 Release](https://git.noc.ruhr-uni-bochum.de/learn_r_and_python/covid19python/-/milestones/6)
-*
-
-### [0.0.7 Release](https://git.noc.ruhr-uni-bochum.de/learn_r_and_python/covid19python/-/milestones/7)
-*
-
-### [0.0.8 Release](https://git.noc.ruhr-uni-bochum.de/learn_r_and_python/covid19python/-/milestones/8)
-*
diff --git a/requirements.txt b/requirements.txt
index 55db64d4..980dd69c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,7 +7,6 @@ SQLAlchemy==1.3.22
 psycopg2==2.8.6
 wget==3.2
 celery[redis]==5.0.5
-fontawesome-free==5.15.2
 #
 # Frontend
 #
diff --git a/setup.py b/setup.py
index ecc1cbe6..cb890cd8 100644
--- a/setup.py
+++ b/setup.py
@@ -1,9 +1,5 @@
 from setuptools import setup, find_packages
 
-INSTALLED_APPS = [
-  'fontawesome-free'
-]
-
 setup(
     name='covid19python',
     version='0.0.13',
-- 
GitLab