Add library for dashboard notification System 25/26725/1
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)
commit85623f2e6a4e4bee61ac5c28ce04bf9532980094
tree61327148ccb024cf55bcffa1cdf4d16d7c848e37
parent55c3b53ba08b2c6cf3c392b10a065a3076525951
Add library for dashboard notification System

JIRA: PHAROS-265

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