Rename pharos-dashboard and pharos-validator
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 22 Sep 2017 19:23:36 +0000 (12:23 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 22 Sep 2017 19:23:36 +0000 (12:23 -0700)
commitb07bbdba03fe9b1c3da2f69b8bc28b8071d99ec1
treeed2a67f71eb8f3d3e8e3c284e7d53f91ecd6cd96
Rename pharos-dashboard and pharos-validator

As subdirectories of the pharos-tools repo, there is little need to keep
the pharos prefix.

Change-Id: Ica3d79411f409df638647300036c0664183c2725
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
118 files changed:
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
__init__.py [new file with mode: 0644]
booking_communication_agent.py [new file with mode: 0644]
config.env.sample [new file with mode: 0644]
config/nginx/pharos_dashboard.conf [new file with mode: 0644]
config/postgres/docker-entrypoint-initdb.d/pharos_dashboard.sh [new file with mode: 0755]
dashboard_api/__init__.py [new file with mode: 0644]
dashboard_api/api.py [new file with mode: 0644]
dashboard_notification/__init__.py [new file with mode: 0644]
dashboard_notification/notification.py [new file with mode: 0644]
docker-compose.yml [new file with mode: 0644]
rabbitmq/Dockerfile [new file with mode: 0644]
rabbitmq/init.sh [new file with mode: 0755]
readme.txt [new file with mode: 0644]
src/__init__.py [new file with mode: 0644]
src/account/__init__.py [new file with mode: 0644]
src/account/admin.py [new file with mode: 0644]
src/account/apps.py [new file with mode: 0644]
src/account/forms.py [new file with mode: 0644]
src/account/jira_util.py [new file with mode: 0644]
src/account/middleware.py [new file with mode: 0644]
src/account/migrations/0001_initial.py [new file with mode: 0644]
src/account/migrations/__init__.py [new file with mode: 0644]
src/account/models.py [new file with mode: 0644]
src/account/rsa.pem [new file with mode: 0644]
src/account/rsa.pub [new file with mode: 0644]
src/account/tasks.py [new file with mode: 0644]
src/account/tests/__init__.py [new file with mode: 0644]
src/account/tests/test_general.py [new file with mode: 0644]
src/account/urls.py [new file with mode: 0644]
src/account/views.py [new file with mode: 0644]
src/api/__init__.py [new file with mode: 0644]
src/api/migrations/__init__.py [new file with mode: 0644]
src/api/serializers.py [new file with mode: 0644]
src/api/urls.py [new file with mode: 0644]
src/api/views.py [new file with mode: 0644]
src/booking/__init__.py [new file with mode: 0644]
src/booking/admin.py [new file with mode: 0644]
src/booking/apps.py [new file with mode: 0644]
src/booking/forms.py [new file with mode: 0644]
src/booking/migrations/0001_initial.py [new file with mode: 0644]
src/booking/migrations/__init__.py [new file with mode: 0644]
src/booking/models.py [new file with mode: 0644]
src/booking/tests/__init__.py [new file with mode: 0644]
src/booking/tests/test_models.py [new file with mode: 0644]
src/booking/tests/test_views.py [new file with mode: 0644]
src/booking/urls.py [new file with mode: 0644]
src/booking/views.py [new file with mode: 0644]
src/dashboard/__init__.py [new file with mode: 0644]
src/dashboard/admin.py [new file with mode: 0644]
src/dashboard/apps.py [new file with mode: 0644]
src/dashboard/fixtures/dashboard.json [new file with mode: 0644]
src/dashboard/migrations/0001_initial.py [new file with mode: 0644]
src/dashboard/migrations/0002_auto_20170505_0815.py [new file with mode: 0644]
src/dashboard/migrations/__init__.py [new file with mode: 0644]
src/dashboard/models.py [new file with mode: 0644]
src/dashboard/tasks.py [new file with mode: 0644]
src/dashboard/templatetags/__init__.py [new file with mode: 0644]
src/dashboard/templatetags/jenkins_filters.py [new file with mode: 0644]
src/dashboard/templatetags/jira_filters.py [new file with mode: 0644]
src/dashboard/tests/__init__.py [new file with mode: 0644]
src/dashboard/tests/test_models.py [new file with mode: 0644]
src/dashboard/tests/test_views.py [new file with mode: 0644]
src/dashboard/urls.py [new file with mode: 0644]
src/dashboard/views.py [new file with mode: 0644]
src/jenkins/__init__.py [new file with mode: 0644]
src/jenkins/adapter.py [new file with mode: 0644]
src/jenkins/admin.py [new file with mode: 0644]
src/jenkins/apps.py [new file with mode: 0644]
src/jenkins/migrations/0001_initial.py [new file with mode: 0644]
src/jenkins/migrations/__init__.py [new file with mode: 0644]
src/jenkins/models.py [new file with mode: 0644]
src/jenkins/tasks.py [new file with mode: 0644]
src/jenkins/tests.py [new file with mode: 0644]
src/manage.py [new file with mode: 0644]
src/notification/__init__.py [new file with mode: 0644]
src/notification/admin.py [new file with mode: 0644]
src/notification/apps.py [new file with mode: 0644]
src/notification/migrations/0001_initial.py [new file with mode: 0644]
src/notification/migrations/__init__.py [new file with mode: 0644]
src/notification/models.py [new file with mode: 0644]
src/notification/signals.py [new file with mode: 0644]
src/notification/tasks.py [new file with mode: 0644]
src/notification/tests.py [new file with mode: 0644]
src/pharos_dashboard/__init__.py [new file with mode: 0644]
src/pharos_dashboard/celery.py [new file with mode: 0644]
src/pharos_dashboard/settings.py [new file with mode: 0644]
src/pharos_dashboard/urls.py [new file with mode: 0644]
src/pharos_dashboard/wsgi.py [new file with mode: 0644]
src/static/bower.json [new file with mode: 0644]
src/static/css/theme.css [new file with mode: 0644]
src/static/js/booking-calendar.js [new file with mode: 0644]
src/static/js/dataTables-sort.js [new file with mode: 0644]
src/static/js/datetimepicker-options.js [new file with mode: 0644]
src/static/js/flot-pie-chart.js [new file with mode: 0644]
src/static/js/fullcalendar-options.js [new file with mode: 0644]
src/templates/account/user_list.html [new file with mode: 0644]
src/templates/account/userprofile_update_form.html [new file with mode: 0644]
src/templates/base.html [new file with mode: 0644]
src/templates/booking/booking_calendar.html [new file with mode: 0644]
src/templates/booking/booking_detail.html [new file with mode: 0644]
src/templates/booking/booking_list.html [new file with mode: 0644]
src/templates/booking/booking_table.html [new file with mode: 0644]
src/templates/dashboard/ci_pods.html [new file with mode: 0644]
src/templates/dashboard/dev_pods.html [new file with mode: 0644]
src/templates/dashboard/jenkins_slaves.html [new file with mode: 0644]
src/templates/dashboard/resource.html [new file with mode: 0644]
src/templates/dashboard/resource_all.html [new file with mode: 0644]
src/templates/dashboard/resource_detail.html [new file with mode: 0644]
src/templates/dashboard/server_table.html [new file with mode: 0644]
src/templates/dashboard/table.html [new file with mode: 0644]
src/templates/layout.html [new file with mode: 0644]
src/templates/rest_framework/api.html [new file with mode: 0644]
web/Dockerfile [new file with mode: 0644]
web/requirements.txt [new file with mode: 0644]
worker/Dockerfile [new file with mode: 0644]
worker/requirements.txt [new file with mode: 0644]