From cad6d1f99dcb5a2d23d04cc5a039c5fa1bb4639a Mon Sep 17 00:00:00 2001 From: "Areli, Fuss (af732p)" Date: Thu, 24 May 2018 12:54:59 +0300 Subject: Replace uWsgi Replace uWsgi with gunicorn And remove python precompiled files Change-Id: Icb8b592f371badadeb9d936e2a0edd929baacea9 Issue-ID: VVP-60 Signed-off-by: Areli, Fuss (af732p) --- services/__pycache__/__init__.cpython-36.pyc | Bin 136 -> 0 bytes services/__pycache__/constants.cpython-36.pyc | Bin 56696 -> 0 bytes services/__pycache__/helper.cpython-36.pyc | Bin 6085 -> 0 bytes services/__pycache__/session.cpython-36.pyc | Bin 2462 -> 0 bytes services/__pycache__/types.cpython-36.pyc | Bin 2304 -> 0 bytes services/api/__pycache__/__init__.cpython-36.pyc | Bin 140 -> 0 bytes services/api/__pycache__/api_bridge.cpython-36.pyc | Bin 1860 -> 0 bytes services/api/__pycache__/api_checklist.cpython-36.pyc | Bin 5491 -> 0 bytes services/api/__pycache__/api_gitlab.cpython-36.pyc | Bin 10952 -> 0 bytes services/api/__pycache__/api_jenkins.cpython-36.pyc | Bin 1191 -> 0 bytes services/api/__pycache__/api_user.cpython-36.pyc | Bin 7760 -> 0 bytes .../api/__pycache__/api_virtual_function.cpython-36.pyc | Bin 9579 -> 0 bytes services/database/__pycache__/__init__.cpython-36.pyc | Bin 145 -> 0 bytes services/database/__pycache__/db_bridge.cpython-36.pyc | Bin 1251 -> 0 bytes .../database/__pycache__/db_checklist.cpython-36.pyc | Bin 12128 -> 0 bytes services/database/__pycache__/db_cms.cpython-36.pyc | Bin 8742 -> 0 bytes services/database/__pycache__/db_general.cpython-36.pyc | Bin 10828 -> 0 bytes services/database/__pycache__/db_user.cpython-36.pyc | Bin 11452 -> 0 bytes .../__pycache__/db_virtual_function.cpython-36.pyc | Bin 8197 -> 0 bytes services/frontend/__pycache__/__init__.cpython-36.pyc | Bin 145 -> 0 bytes .../frontend/__pycache__/fe_checklist.cpython-36.pyc | Bin 19862 -> 0 bytes .../__pycache__/fe_checklist_template.cpython-36.pyc | Bin 7809 -> 0 bytes services/frontend/__pycache__/fe_cms.cpython-36.pyc | Bin 5739 -> 0 bytes .../frontend/__pycache__/fe_dashboard.cpython-36.pyc | Bin 8915 -> 0 bytes .../__pycache__/fe_detailed_view.cpython-36.pyc | Bin 12656 -> 0 bytes services/frontend/__pycache__/fe_general.cpython-36.pyc | Bin 7558 -> 0 bytes services/frontend/__pycache__/fe_invite.cpython-36.pyc | Bin 5783 -> 0 bytes .../frontend/__pycache__/fe_overview.cpython-36.pyc | Bin 14678 -> 0 bytes services/frontend/__pycache__/fe_user.cpython-36.pyc | Bin 12392 -> 0 bytes .../__pycache__/fe_wizard.cpython-36-PYTEST.pyc | Bin 7434 -> 0 bytes services/frontend/__pycache__/fe_wizard.cpython-36.pyc | Bin 6150 -> 0 bytes .../base_actions/__pycache__/__init__.cpython-36.pyc | Bin 158 -> 0 bytes .../base_actions/__pycache__/click.cpython-36.pyc | Bin 2607 -> 0 bytes .../base_actions/__pycache__/enter.cpython-36.pyc | Bin 3741 -> 0 bytes .../base_actions/__pycache__/get.cpython-36.pyc | Bin 3014 -> 0 bytes .../base_actions/__pycache__/wait.cpython-36.pyc | Bin 6396 -> 0 bytes 36 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 services/__pycache__/__init__.cpython-36.pyc delete mode 100644 services/__pycache__/constants.cpython-36.pyc delete mode 100644 services/__pycache__/helper.cpython-36.pyc delete mode 100644 services/__pycache__/session.cpython-36.pyc delete mode 100644 services/__pycache__/types.cpython-36.pyc delete mode 100644 services/api/__pycache__/__init__.cpython-36.pyc delete mode 100644 services/api/__pycache__/api_bridge.cpython-36.pyc delete mode 100644 services/api/__pycache__/api_checklist.cpython-36.pyc delete mode 100644 services/api/__pycache__/api_gitlab.cpython-36.pyc delete mode 100644 services/api/__pycache__/api_jenkins.cpython-36.pyc delete mode 100644 services/api/__pycache__/api_user.cpython-36.pyc delete mode 100644 services/api/__pycache__/api_virtual_function.cpython-36.pyc delete mode 100644 services/database/__pycache__/__init__.cpython-36.pyc delete mode 100644 services/database/__pycache__/db_bridge.cpython-36.pyc delete mode 100644 services/database/__pycache__/db_checklist.cpython-36.pyc delete mode 100644 services/database/__pycache__/db_cms.cpython-36.pyc delete mode 100644 services/database/__pycache__/db_general.cpython-36.pyc delete mode 100644 services/database/__pycache__/db_user.cpython-36.pyc delete mode 100644 services/database/__pycache__/db_virtual_function.cpython-36.pyc delete mode 100644 services/frontend/__pycache__/__init__.cpython-36.pyc delete mode 100644 services/frontend/__pycache__/fe_checklist.cpython-36.pyc delete mode 100644 services/frontend/__pycache__/fe_checklist_template.cpython-36.pyc delete mode 100644 services/frontend/__pycache__/fe_cms.cpython-36.pyc delete mode 100644 services/frontend/__pycache__/fe_dashboard.cpython-36.pyc delete mode 100644 services/frontend/__pycache__/fe_detailed_view.cpython-36.pyc delete mode 100644 services/frontend/__pycache__/fe_general.cpython-36.pyc delete mode 100644 services/frontend/__pycache__/fe_invite.cpython-36.pyc delete mode 100644 services/frontend/__pycache__/fe_overview.cpython-36.pyc delete mode 100644 services/frontend/__pycache__/fe_user.cpython-36.pyc delete mode 100755 services/frontend/__pycache__/fe_wizard.cpython-36-PYTEST.pyc delete mode 100644 services/frontend/__pycache__/fe_wizard.cpython-36.pyc delete mode 100644 services/frontend/base_actions/__pycache__/__init__.cpython-36.pyc delete mode 100644 services/frontend/base_actions/__pycache__/click.cpython-36.pyc delete mode 100644 services/frontend/base_actions/__pycache__/enter.cpython-36.pyc delete mode 100644 services/frontend/base_actions/__pycache__/get.cpython-36.pyc delete mode 100644 services/frontend/base_actions/__pycache__/wait.cpython-36.pyc (limited to 'services') diff --git a/services/__pycache__/__init__.cpython-36.pyc b/services/__pycache__/__init__.cpython-36.pyc deleted file mode 100644 index aa1eba2..0000000 Binary files a/services/__pycache__/__init__.cpython-36.pyc and /dev/null differ diff --git a/services/__pycache__/constants.cpython-36.pyc b/services/__pycache__/constants.cpython-36.pyc deleted file mode 100644 index f2635de..0000000 Binary files a/services/__pycache__/constants.cpython-36.pyc and /dev/null differ diff --git a/services/__pycache__/helper.cpython-36.pyc b/services/__pycache__/helper.cpython-36.pyc deleted file mode 100644 index 60cf12a..0000000 Binary files a/services/__pycache__/helper.cpython-36.pyc and /dev/null differ diff --git a/services/__pycache__/session.cpython-36.pyc b/services/__pycache__/session.cpython-36.pyc deleted file mode 100644 index eeb05fe..0000000 Binary files a/services/__pycache__/session.cpython-36.pyc and /dev/null differ diff --git a/services/__pycache__/types.cpython-36.pyc b/services/__pycache__/types.cpython-36.pyc deleted file mode 100644 index b07c3cf..0000000 Binary files a/services/__pycache__/types.cpython-36.pyc and /dev/null differ diff --git a/services/api/__pycache__/__init__.cpython-36.pyc b/services/api/__pycache__/__init__.cpython-36.pyc deleted file mode 100644 index ece5c7a..0000000 Binary files a/services/api/__pycache__/__init__.cpython-36.pyc and /dev/null differ diff --git a/services/api/__pycache__/api_bridge.cpython-36.pyc b/services/api/__pycache__/api_bridge.cpython-36.pyc deleted file mode 100644 index 1da6617..0000000 Binary files a/services/api/__pycache__/api_bridge.cpython-36.pyc and /dev/null differ diff --git a/services/api/__pycache__/api_checklist.cpython-36.pyc b/services/api/__pycache__/api_checklist.cpython-36.pyc deleted file mode 100644 index 6ea208f..0000000 Binary files a/services/api/__pycache__/api_checklist.cpython-36.pyc and /dev/null differ diff --git a/services/api/__pycache__/api_gitlab.cpython-36.pyc b/services/api/__pycache__/api_gitlab.cpython-36.pyc deleted file mode 100644 index d4dedbc..0000000 Binary files a/services/api/__pycache__/api_gitlab.cpython-36.pyc and /dev/null differ diff --git a/services/api/__pycache__/api_jenkins.cpython-36.pyc b/services/api/__pycache__/api_jenkins.cpython-36.pyc deleted file mode 100644 index 905295c..0000000 Binary files a/services/api/__pycache__/api_jenkins.cpython-36.pyc and /dev/null differ diff --git a/services/api/__pycache__/api_user.cpython-36.pyc b/services/api/__pycache__/api_user.cpython-36.pyc deleted file mode 100644 index 1893ff4..0000000 Binary files a/services/api/__pycache__/api_user.cpython-36.pyc and /dev/null differ diff --git a/services/api/__pycache__/api_virtual_function.cpython-36.pyc b/services/api/__pycache__/api_virtual_function.cpython-36.pyc deleted file mode 100644 index 35349c5..0000000 Binary files a/services/api/__pycache__/api_virtual_function.cpython-36.pyc and /dev/null differ diff --git a/services/database/__pycache__/__init__.cpython-36.pyc b/services/database/__pycache__/__init__.cpython-36.pyc deleted file mode 100644 index 12ed104..0000000 Binary files a/services/database/__pycache__/__init__.cpython-36.pyc and /dev/null differ diff --git a/services/database/__pycache__/db_bridge.cpython-36.pyc b/services/database/__pycache__/db_bridge.cpython-36.pyc deleted file mode 100644 index 06fb01e..0000000 Binary files a/services/database/__pycache__/db_bridge.cpython-36.pyc and /dev/null differ diff --git a/services/database/__pycache__/db_checklist.cpython-36.pyc b/services/database/__pycache__/db_checklist.cpython-36.pyc deleted file mode 100644 index 81e29bd..0000000 Binary files a/services/database/__pycache__/db_checklist.cpython-36.pyc and /dev/null differ diff --git a/services/database/__pycache__/db_cms.cpython-36.pyc b/services/database/__pycache__/db_cms.cpython-36.pyc deleted file mode 100644 index 783d2f8..0000000 Binary files a/services/database/__pycache__/db_cms.cpython-36.pyc and /dev/null differ diff --git a/services/database/__pycache__/db_general.cpython-36.pyc b/services/database/__pycache__/db_general.cpython-36.pyc deleted file mode 100644 index c39ce12..0000000 Binary files a/services/database/__pycache__/db_general.cpython-36.pyc and /dev/null differ diff --git a/services/database/__pycache__/db_user.cpython-36.pyc b/services/database/__pycache__/db_user.cpython-36.pyc deleted file mode 100644 index 46d136e..0000000 Binary files a/services/database/__pycache__/db_user.cpython-36.pyc and /dev/null differ diff --git a/services/database/__pycache__/db_virtual_function.cpython-36.pyc b/services/database/__pycache__/db_virtual_function.cpython-36.pyc deleted file mode 100644 index 8a46fb8..0000000 Binary files a/services/database/__pycache__/db_virtual_function.cpython-36.pyc and /dev/null differ diff --git a/services/frontend/__pycache__/__init__.cpython-36.pyc b/services/frontend/__pycache__/__init__.cpython-36.pyc deleted file mode 100644 index bd6d49d..0000000 Binary files a/services/frontend/__pycache__/__init__.cpython-36.pyc and /dev/null differ diff --git a/services/frontend/__pycache__/fe_checklist.cpython-36.pyc b/services/frontend/__pycache__/fe_checklist.cpython-36.pyc deleted file mode 100644 index d743311..0000000 Binary files a/services/frontend/__pycache__/fe_checklist.cpython-36.pyc and /dev/null differ diff --git a/services/frontend/__pycache__/fe_checklist_template.cpython-36.pyc b/services/frontend/__pycache__/fe_checklist_template.cpython-36.pyc deleted file mode 100644 index c781628..0000000 Binary files a/services/frontend/__pycache__/fe_checklist_template.cpython-36.pyc and /dev/null differ diff --git a/services/frontend/__pycache__/fe_cms.cpython-36.pyc b/services/frontend/__pycache__/fe_cms.cpython-36.pyc deleted file mode 100644 index b1c3fbe..0000000 Binary files a/services/frontend/__pycache__/fe_cms.cpython-36.pyc and /dev/null differ diff --git a/services/frontend/__pycache__/fe_dashboard.cpython-36.pyc b/services/frontend/__pycache__/fe_dashboard.cpython-36.pyc deleted file mode 100644 index 5222e8e..0000000 Binary files a/services/frontend/__pycache__/fe_dashboard.cpython-36.pyc and /dev/null differ diff --git a/services/frontend/__pycache__/fe_detailed_view.cpython-36.pyc b/services/frontend/__pycache__/fe_detailed_view.cpython-36.pyc deleted file mode 100644 index 6247ca3..0000000 Binary files a/services/frontend/__pycache__/fe_detailed_view.cpython-36.pyc and /dev/null differ diff --git a/services/frontend/__pycache__/fe_general.cpython-36.pyc b/services/frontend/__pycache__/fe_general.cpython-36.pyc deleted file mode 100644 index 9b19b20..0000000 Binary files a/services/frontend/__pycache__/fe_general.cpython-36.pyc and /dev/null differ diff --git a/services/frontend/__pycache__/fe_invite.cpython-36.pyc b/services/frontend/__pycache__/fe_invite.cpython-36.pyc deleted file mode 100644 index 2a94d33..0000000 Binary files a/services/frontend/__pycache__/fe_invite.cpython-36.pyc and /dev/null differ diff --git a/services/frontend/__pycache__/fe_overview.cpython-36.pyc b/services/frontend/__pycache__/fe_overview.cpython-36.pyc deleted file mode 100644 index eee24cc..0000000 Binary files a/services/frontend/__pycache__/fe_overview.cpython-36.pyc and /dev/null differ diff --git a/services/frontend/__pycache__/fe_user.cpython-36.pyc b/services/frontend/__pycache__/fe_user.cpython-36.pyc deleted file mode 100644 index 54cb26d..0000000 Binary files a/services/frontend/__pycache__/fe_user.cpython-36.pyc and /dev/null differ diff --git a/services/frontend/__pycache__/fe_wizard.cpython-36-PYTEST.pyc b/services/frontend/__pycache__/fe_wizard.cpython-36-PYTEST.pyc deleted file mode 100755 index 630c015..0000000 Binary files a/services/frontend/__pycache__/fe_wizard.cpython-36-PYTEST.pyc and /dev/null differ diff --git a/services/frontend/__pycache__/fe_wizard.cpython-36.pyc b/services/frontend/__pycache__/fe_wizard.cpython-36.pyc deleted file mode 100644 index ca7c26f..0000000 Binary files a/services/frontend/__pycache__/fe_wizard.cpython-36.pyc and /dev/null differ diff --git a/services/frontend/base_actions/__pycache__/__init__.cpython-36.pyc b/services/frontend/base_actions/__pycache__/__init__.cpython-36.pyc deleted file mode 100644 index 567e40e..0000000 Binary files a/services/frontend/base_actions/__pycache__/__init__.cpython-36.pyc and /dev/null differ diff --git a/services/frontend/base_actions/__pycache__/click.cpython-36.pyc b/services/frontend/base_actions/__pycache__/click.cpython-36.pyc deleted file mode 100644 index 7848aff..0000000 Binary files a/services/frontend/base_actions/__pycache__/click.cpython-36.pyc and /dev/null differ diff --git a/services/frontend/base_actions/__pycache__/enter.cpython-36.pyc b/services/frontend/base_actions/__pycache__/enter.cpython-36.pyc deleted file mode 100644 index df5e175..0000000 Binary files a/services/frontend/base_actions/__pycache__/enter.cpython-36.pyc and /dev/null differ diff --git a/services/frontend/base_actions/__pycache__/get.cpython-36.pyc b/services/frontend/base_actions/__pycache__/get.cpython-36.pyc deleted file mode 100644 index a95dc14..0000000 Binary files a/services/frontend/base_actions/__pycache__/get.cpython-36.pyc and /dev/null differ diff --git a/services/frontend/base_actions/__pycache__/wait.cpython-36.pyc b/services/frontend/base_actions/__pycache__/wait.cpython-36.pyc deleted file mode 100644 index 29b73ba..0000000 Binary files a/services/frontend/base_actions/__pycache__/wait.cpython-36.pyc and /dev/null differ -- cgit 1.2.3-korg