Add library for dashboard notification System
authormaxbr <maxbr@mi.fu-berlin.de>
Thu, 5 Jan 2017 11:36:54 +0000 (12:36 +0100)
committermaxbr <maxbr@mi.fu-berlin.de>
Thu, 5 Jan 2017 11:36:54 +0000 (12:36 +0100)
commit29a4b8697e4a7960931528142d7778383810b91e
treee331d02d7dee9e5bdef1fecdf994bd85e07e8bef
parent0f779323898999cc6269ee2f9183de75e1eedab0
Add library for dashboard notification System

JIRA: PHAROS-265

Change-Id: Ia33235c5160ef6b36b27a6fe1a2eb97a45e72367
Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
15 files changed:
pharos-dashboard/config.env.sample
pharos-dashboard/dashboard_notification/__init__.py [moved from pharos-dashboard/src/notification_framework/__init__.py with 100% similarity]
pharos-dashboard/dashboard_notification/notification.py [new file with mode: 0644]
pharos-dashboard/docker-compose.yml
pharos-dashboard/rabbitmq/Dockerfile [new file with mode: 0644]
pharos-dashboard/rabbitmq/init.sh [new file with mode: 0755]
pharos-dashboard/src/__init__.py [new file with mode: 0644]
pharos-dashboard/src/notification/migrations/0001_initial.py
pharos-dashboard/src/notification/models.py
pharos-dashboard/src/notification/tasks.py
pharos-dashboard/src/notification_framework/notification.py [deleted file]
pharos-dashboard/web/Dockerfile
pharos-dashboard/web/requirements.txt
pharos-dashboard/worker/Dockerfile
pharos-dashboard/worker/requirements.txt