Align CI test test and JJB 23/19423/1
authorEdan Binshtok <eb578m@intl.att.com>
Wed, 18 Oct 2017 04:53:45 +0000 (07:53 +0300)
committerEdan Binshtok <eb578m@intl.att.com>
Wed, 18 Oct 2017 04:53:45 +0000 (07:53 +0300)
Add vendor agnostic CI test to align
Add Tox and maven docker

Issue Id: VVP-15

Change-Id: Ia84ba49b8d3631c1529c1a8141ebf2c2cb1881c9
Signed-off-by: Edan Binshtok <eb578m@intl.att.com>
275 files changed:
.maven-dockerignore [new file with mode: 0644]
Dockerfile [changed mode: 0755->0644]
LICENSE.TXT [changed mode: 0755->0644]
LICENSE.uWSGI [changed mode: 0755->0644]
django/README.md [changed mode: 0755->0644]
django/engagementmanager/__init__.py [changed mode: 0755->0644]
django/engagementmanager/admin.py [changed mode: 0755->0644]
django/engagementmanager/apps.py [changed mode: 0755->0644]
django/engagementmanager/bus/__init__.py [changed mode: 0755->0644]
django/engagementmanager/bus/handlers/__init__.py [changed mode: 0755->0644]
django/engagementmanager/bus/handlers/activity_event_handler.py [changed mode: 0755->0644]
django/engagementmanager/bus/handlers/check_news_and_announcements_handler.py [changed mode: 0755->0644]
django/engagementmanager/bus/handlers/daily_notify_inactive_engagements.py [changed mode: 0755->0644]
django/engagementmanager/bus/handlers/daily_notify_inactive_engagements_handler.py [changed mode: 0755->0644]
django/engagementmanager/bus/handlers/daily_resend_notifications_handler.py [changed mode: 0755->0644]
django/engagementmanager/bus/handlers/digest_email_notification_handler.py [changed mode: 0755->0644]
django/engagementmanager/bus/handlers/new_notification_handler.py [changed mode: 0755->0644]
django/engagementmanager/bus/handlers/service_bus_base_handler.py [changed mode: 0755->0644]
django/engagementmanager/bus/messages/__init__.py [changed mode: 0755->0644]
django/engagementmanager/bus/messages/activity_event_message.py [changed mode: 0755->0644]
django/engagementmanager/bus/messages/daily_scheduled_message.py [changed mode: 0755->0644]
django/engagementmanager/bus/messages/hourly_scheduled_message.py [changed mode: 0755->0644]
django/engagementmanager/bus/messages/new_notification_message.py [changed mode: 0755->0644]
django/engagementmanager/bus/messages/service_bus_base_message.py [changed mode: 0755->0644]
django/engagementmanager/cms_client/__init__.py [changed mode: 0755->0644]
django/engagementmanager/cms_client/api.py [changed mode: 0755->0644]
django/engagementmanager/decorator/__init__.py [changed mode: 0755->0644]
django/engagementmanager/decorator/auth.py [changed mode: 0755->0644]
django/engagementmanager/decorator/class_decorator.py [changed mode: 0755->0644]
django/engagementmanager/decorator/log_func_entry.py [changed mode: 0755->0644]
django/engagementmanager/decorator/retry.py [changed mode: 0755->0644]
django/engagementmanager/git/__init__.py [changed mode: 0755->0644]
django/engagementmanager/git/git_manager.py [changed mode: 0755->0644]
django/engagementmanager/http_client.py [changed mode: 0755->0644]
django/engagementmanager/mail.py [changed mode: 0755->0644]
django/engagementmanager/management/__init__.py [changed mode: 0755->0644]
django/engagementmanager/management/commands/__init__.py [changed mode: 0755->0644]
django/engagementmanager/management/commands/clean_gitlab_content.py [changed mode: 0755->0644]
django/engagementmanager/management/commands/clean_jenkins_jobs.py [changed mode: 0755->0644]
django/engagementmanager/management/commands/clean_vvp_db.py [changed mode: 0755->0644]
django/engagementmanager/management/commands/clean_vvp_system.py [changed mode: 0755->0644]
django/engagementmanager/management/commands/initial_populate_db.py [changed mode: 0755->0644]
django/engagementmanager/management/commands/populate_all_gitlab_repo_and_user_and_jenkins.py [changed mode: 0755->0644]
django/engagementmanager/management/commands/render_rgwa_credentials.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0001_initial.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0001_squashed_initial.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0002_auto_20160704_1028.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0003_auto_20160713_0929.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0004_auto_20160720_2143.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0005_auto_20160815_1248.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0006_auto_20160825_0644.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0007_auto_20160922_0421.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0008_auto_20161009_1210.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0009_auto_20161018_0740.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0010_auto_20161025_0838.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0011_auto_20161109_0811.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0012_auto_20161109_0822.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0013_auto_20161128_1159.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0014_auto_20161129_1145.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0015_engagementstatus.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0016_auto_20161208_0842.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0017_auto_20161215_1535.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0018_set_old_notif_true.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0019_auto_20170104_1715.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0020_add_indexes_20170108.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0021_generate_excel_overview_sheet_procedure_20170110.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0022_auto_20170118_1520.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0023_auto_20170123_1445.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0024_auto_20170227_1224.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0025_change_nextsteps_to_new_state.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0026_add_slack_handle_to_ice_user_profile.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0027_add_version_to_vf.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0028_auto_20170425_1310.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0029_auto_20170504_0749.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0030_engagement_archived_time.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0031_auto_20170620_1312.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0032_auto_20170702_1435.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0033_auto_20170704_0635.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0034_engagement_is_with_files.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0035_rgwa_fields.py [changed mode: 0755->0644]
django/engagementmanager/migrations/0036_auto_20170906_0935.py [changed mode: 0755->0644]
django/engagementmanager/migrations/__init__.py [changed mode: 0755->0644]
django/engagementmanager/models.py [changed mode: 0755->0644]
django/engagementmanager/nextsteps.py [changed mode: 0755->0644]
django/engagementmanager/notifications.py [changed mode: 0755->0644]
django/engagementmanager/rest/__init__.py [changed mode: 0755->0644]
django/engagementmanager/rest/activation.py [changed mode: 0755->0644]
django/engagementmanager/rest/activity.py [changed mode: 0755->0644]
django/engagementmanager/rest/checklist.py [changed mode: 0755->0644]
django/engagementmanager/rest/checklist_audit_log.py [changed mode: 0755->0644]
django/engagementmanager/rest/checklist_decision.py [changed mode: 0755->0644]
django/engagementmanager/rest/checklist_set_state.py [changed mode: 0755->0644]
django/engagementmanager/rest/cms/__init__.py [changed mode: 0755->0644]
django/engagementmanager/rest/cms/pages.py [changed mode: 0755->0644]
django/engagementmanager/rest/cms/posts.py [changed mode: 0755->0644]
django/engagementmanager/rest/csrf_exempt_session_authentication.py [changed mode: 0755->0644]
django/engagementmanager/rest/data_loader.py [changed mode: 0755->0644]
django/engagementmanager/rest/deployment_target.py [changed mode: 0755->0644]
django/engagementmanager/rest/deployment_target_site.py [changed mode: 0755->0644]
django/engagementmanager/rest/ecomp.py [changed mode: 0755->0644]
django/engagementmanager/rest/engagement.py [changed mode: 0755->0644]
django/engagementmanager/rest/feedback.py [changed mode: 0755->0644]
django/engagementmanager/rest/invite.py [changed mode: 0755->0644]
django/engagementmanager/rest/login.py [changed mode: 0755->0644]
django/engagementmanager/rest/nextsteps.py [changed mode: 0755->0644]
django/engagementmanager/rest/notification.py [changed mode: 0755->0644]
django/engagementmanager/rest/parsers.py [changed mode: 0755->0644]
django/engagementmanager/rest/signup.py [changed mode: 0755->0644]
django/engagementmanager/rest/user.py [changed mode: 0755->0644]
django/engagementmanager/rest/validation_details.py [changed mode: 0755->0644]
django/engagementmanager/rest/vendor.py [changed mode: 0755->0644]
django/engagementmanager/rest/vf.py [changed mode: 0755->0644]
django/engagementmanager/rest/vfc.py [changed mode: 0755->0644]
django/engagementmanager/rest/vvp_api_view.py [changed mode: 0755->0644]
django/engagementmanager/scheduled_jobs.py [changed mode: 0755->0644]
django/engagementmanager/serializers.py [changed mode: 0755->0644]
django/engagementmanager/service/__init__.py [changed mode: 0755->0644]
django/engagementmanager/service/activities_service.py [changed mode: 0755->0644]
django/engagementmanager/service/authorization_service.py [changed mode: 0755->0644]
django/engagementmanager/service/base_service.py [changed mode: 0755->0644]
django/engagementmanager/service/bus_service.py [changed mode: 0755->0644]
django/engagementmanager/service/checklist_audit_log_service.py [changed mode: 0755->0644]
django/engagementmanager/service/checklist_decision_service.py [changed mode: 0755->0644]
django/engagementmanager/service/checklist_service.py [changed mode: 0755->0644]
django/engagementmanager/service/checklist_state_service.py [changed mode: 0755->0644]
django/engagementmanager/service/cms/__init__.py [changed mode: 0755->0644]
django/engagementmanager/service/cms/base_cms.py [changed mode: 0755->0644]
django/engagementmanager/service/cms/pages_service.py [changed mode: 0755->0644]
django/engagementmanager/service/cms/posts_service.py [changed mode: 0755->0644]
django/engagementmanager/service/deploment_target_service.py [changed mode: 0755->0644]
django/engagementmanager/service/ecomp_service.py [changed mode: 0755->0644]
django/engagementmanager/service/engagement_service.py [changed mode: 0755->0644]
django/engagementmanager/service/invite_service.py [changed mode: 0755->0644]
django/engagementmanager/service/logging_service.py [changed mode: 0755->0644]
django/engagementmanager/service/login_service.py [changed mode: 0755->0644]
django/engagementmanager/service/nextstep_service.py [changed mode: 0755->0644]
django/engagementmanager/service/user_service.py [changed mode: 0755->0644]
django/engagementmanager/service/vf_service.py [changed mode: 0755->0644]
django/engagementmanager/service/vfc_service.py [changed mode: 0755->0644]
django/engagementmanager/slack_client/__init__.py [changed mode: 0755->0644]
django/engagementmanager/slack_client/api.py [changed mode: 0755->0644]
django/engagementmanager/sql-scripts/generate_excel_overview_sheet_procedure.sql [changed mode: 0755->0644]
django/engagementmanager/templatetags/__init__.py [changed mode: 0755->0644]
django/engagementmanager/templatetags/vvptags.py [changed mode: 0755->0644]
django/engagementmanager/tests/__init__.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_access_credentials.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_activation.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_activities.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_add_contact.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_add_feedback.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_add_next_step_to_checklist.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_audit_log_and_decision_api.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_auth_service.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_base_entity.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_base_transaction_entity.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_checklist.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_checklist_template.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_cms_documentation_search.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_cms_pages.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_cms_posts.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_deployment_target_sites.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_digest_email_notifications.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_eng_progress.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_eng_status.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_engagement_admin_operations.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_engagement_export.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_expanded_eng.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_import_engagement_xls.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_invite_members.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_next_steps.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_next_steps_api.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_notify_inactive_engagements.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_pull_notifications.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_rados_gateway.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_remove_user_from_eng_team.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_request_data_manager.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_resend_activation_email.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_reset_password.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_rgwa_client.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_set_checklist_state.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_set_eng_stage.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_update_password.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_update_user_account.py [changed mode: 0755->0644]
django/engagementmanager/tests/test_vfc.py [changed mode: 0755->0644]
django/engagementmanager/tests/vvpEntitiesCreator.py [changed mode: 0755->0644]
django/engagementmanager/urls.py [changed mode: 0755->0644]
django/engagementmanager/utils/__init__.py [changed mode: 0755->0644]
django/engagementmanager/utils/activities_data.py [changed mode: 0755->0644]
django/engagementmanager/utils/authentication.py [changed mode: 0755->0644]
django/engagementmanager/utils/choice_enum.py [changed mode: 0755->0644]
django/engagementmanager/utils/constants.py [changed mode: 0755->0644]
django/engagementmanager/utils/cryptography.py [changed mode: 0755->0644]
django/engagementmanager/utils/dates.py [changed mode: 0755->0644]
django/engagementmanager/utils/exception_handler.py [changed mode: 0755->0644]
django/engagementmanager/utils/exception_message_factory.py [changed mode: 0755->0644]
django/engagementmanager/utils/request_data_mgr.py [changed mode: 0755->0644]
django/engagementmanager/utils/validator.py [changed mode: 0755->0644]
django/engagementmanager/utils/vvp_exceptions.py [changed mode: 0755->0644]
django/engagementmanager/views_helper.py [changed mode: 0755->0644]
django/engagementmanager/vm_integration/__init__.py [changed mode: 0755->0644]
django/engagementmanager/vm_integration/em_api.py [changed mode: 0755->0644]
django/engagementmanager/vm_integration/vm_client.py [changed mode: 0755->0644]
django/manage.py [changed mode: 0755->0644]
django/mocks/__init__.py [changed mode: 0755->0644]
django/mocks/gitlab_mock/__init__.py [changed mode: 0755->0644]
django/mocks/gitlab_mock/rest/__init__.py [changed mode: 0755->0644]
django/mocks/gitlab_mock/rest/gitlab_files_respons_rest.py [changed mode: 0755->0644]
django/mocks/gitlab_mock/services/__init__.py [changed mode: 0755->0644]
django/mocks/gitlab_mock/services/gitlab_files_service.py [changed mode: 0755->0644]
django/mocks/jenkins_mock/__init__.py [changed mode: 0755->0644]
django/mocks/jenkins_mock/rest/__init__.py [changed mode: 0755->0644]
django/mocks/jenkins_mock/rest/jenkins_tests_validation_rest.py [changed mode: 0755->0644]
django/mocks/jenkins_mock/services/__init__.py [changed mode: 0755->0644]
django/mocks/jenkins_mock/services/jenkins_tests_validation_service.py [changed mode: 0755->0644]
django/requirements.txt [changed mode: 0755->0644]
django/rgwa_mock/__init__.py [changed mode: 0755->0644]
django/rgwa_mock/services/__init__.py [changed mode: 0755->0644]
django/rgwa_mock/services/rgwa_keys_service.py [changed mode: 0755->0644]
django/tools/__init__.py [changed mode: 0755->0644]
django/tox.ini [changed mode: 0755->0644]
django/validationmanager/__init__.py [changed mode: 0755->0644]
django/validationmanager/admin.py [changed mode: 0755->0644]
django/validationmanager/apps.py [changed mode: 0755->0644]
django/validationmanager/em_integration/__init__.py [changed mode: 0755->0644]
django/validationmanager/em_integration/em_client.py [changed mode: 0755->0644]
django/validationmanager/em_integration/vm_api.py [changed mode: 0755->0644]
django/validationmanager/git/__init__.py [changed mode: 0755->0644]
django/validationmanager/git/gitlab_client.py [changed mode: 0755->0644]
django/validationmanager/jenkins/__init__.py [changed mode: 0755->0644]
django/validationmanager/jenkins/jenkins_client.py [changed mode: 0755->0644]
django/validationmanager/migrations/0001_initial.py [changed mode: 0755->0644]
django/validationmanager/migrations/0002_auto_20161019_2056.py [changed mode: 0755->0644]
django/validationmanager/migrations/0003_auto_20170423_0531.py [changed mode: 0755->0644]
django/validationmanager/migrations/__init__.py [changed mode: 0755->0644]
django/validationmanager/models.py [changed mode: 0755->0644]
django/validationmanager/rados/__init__.py [changed mode: 0755->0644]
django/validationmanager/rados/rgwa_client.py [changed mode: 0755->0644]
django/validationmanager/rados/rgwa_client_factory.py [changed mode: 0755->0644]
django/validationmanager/rest/__init__.py [changed mode: 0755->0644]
django/validationmanager/rest/git_webhook_endpoint.py [changed mode: 0755->0644]
django/validationmanager/rest/http_response_custom.py [changed mode: 0755->0644]
django/validationmanager/rest/jenkins_webhook_endpoint.py [changed mode: 0755->0644]
django/validationmanager/templates/jenkins_job_config.xml [changed mode: 0755->0644]
django/validationmanager/tests/__init__.py [changed mode: 0755->0644]
django/validationmanager/tests/testFinishedSignal.py [changed mode: 0755->0644]
django/validationmanager/tests/test_git_push.py [changed mode: 0755->0644]
django/validationmanager/tests/test_rgwa_client_factory.py [changed mode: 0755->0644]
django/validationmanager/urls.py [changed mode: 0755->0644]
django/validationmanager/utils/__init__.py [changed mode: 0755->0644]
django/validationmanager/utils/clients.py [changed mode: 0755->0644]
django/validationmanager/utils/constants.py [changed mode: 0755->0644]
django/validationmanager/utils/keyawaredefaultdict.py [changed mode: 0755->0644]
django/vvp/__init__.py [changed mode: 0755->0644]
django/vvp/settings/logs/vvp-db.log [changed mode: 0755->0644]
django/vvp/settings/logs/vvp-debug.log [changed mode: 0755->0644]
django/vvp/settings/logs/vvp-info.log [changed mode: 0755->0644]
django/vvp/settings/logs/vvp-requests.log [changed mode: 0755->0644]
django/vvp/settings/tox_settings.py [changed mode: 0755->0644]
django/vvp/urls.py [changed mode: 0755->0644]
django/vvp/wsgi.py [changed mode: 0755->0644]
django/web/templates/admin/base.html [changed mode: 0755->0644]
django/web/templates/admin/base_site.html [changed mode: 0755->0644]
django/web/templates/admin/login.html [changed mode: 0755->0644]
django/web/templates/emails/activate/activate_mail_body.html [changed mode: 0755->0644]
django/web/templates/emails/activate/activate_mail_subject.html [changed mode: 0755->0644]
django/web/templates/emails/invite/invite_mail_body.html [changed mode: 0755->0644]
django/web/templates/emails/invite/invite_mail_subject.html [changed mode: 0755->0644]
django/web/templates/emails/notification/notification_digest_mail_body.html [changed mode: 0755->0644]
django/web/templates/emails/notification/notification_digest_mail_subject.html [changed mode: 0755->0644]
django/web/templates/emails/notification/notification_mail_body.html [changed mode: 0755->0644]
django/web/templates/emails/notification/notification_mail_subject.html [changed mode: 0755->0644]
django/web/templates/emails/reset_pwd/reset_pwd_instructions_mail_body.html [changed mode: 0755->0644]
django/web/templates/emails/reset_pwd/reset_pwd_instructions_mail_subject.html [changed mode: 0755->0644]
pom.xml [changed mode: 0755->0644]
tox.ini [new file with mode: 0644]

diff --git a/.maven-dockerignore b/.maven-dockerignore
new file mode 100644 (file)
index 0000000..52d95d7
--- /dev/null
@@ -0,0 +1,2 @@
+target/docker/
+
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index 1be6a07..ae740e2
@@ -54,7 +54,8 @@ logger = LoggingServiceFactory.get_logger()
 
 
 def forwards(apps, schema_editor):
-    if not schema_editor.connection.alias == 'default':
+    if not schema_editor.connection.alias == 'default' \
+            or settings.DATABASES["default"]["ENGINE"] == "django.db.backends.sqlite3":
         return
 
     cursor = connection.cursor()
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index a90be1f..b6a5ece
@@ -59,7 +59,7 @@ class TestBaseEntity(TestCase):
 
     def setUp(self):
         logger.debug("---------------------- TestCase " + self.__class__.__name__ + " ----------------------")
-        self.urlPrefix = "/ice/v1/engmgr/"
+        self.urlPrefix = "/%s/v1/engmgr/" % settings.PROGRAM_NAME_URL_PREFIX
         self.conn = http.client.HTTPConnection("127.0.0.1", 8000)  # @UndefinedVariable
         self.c = Client()
         self.creator = VvpEntitiesCreator()
old mode 100755 (executable)
new mode 100644 (file)
index c4a5159..e206bad
@@ -53,7 +53,7 @@ class TestBaseTransactionEntity(TransactionTestCase):
 
     def setUp(self):
         logger.debug("---------------------- TransactionTestCase " + self.__class__.__name__ + " ----------------------")
-        self.urlPrefix = "/ice/v1/engmgr/"
+        self.urlPrefix = "/%s/v1/engmgr/" % settings.PROGRAM_NAME_URL_PREFIX
         self.conn = http.client.HTTPConnection("127.0.0.1", 8000)  # @UndefinedVariable
         self.c = Client()
         self.creator = VvpEntitiesCreator()
old mode 100755 (executable)
new mode 100644 (file)
index 9cbceb0..7438658
@@ -43,6 +43,7 @@ from engagementmanager.service.engagement_service import get_expanded_engs_for_e
 from engagementmanager.tests.test_base_entity import TestBaseEntity
 from engagementmanager.utils.constants import EngagementStage, Constants
 from engagementmanager.service.logging_service import LoggingServiceFactory
+from django.conf import settings
 
 logger = LoggingServiceFactory.get_logger()
 
@@ -112,6 +113,9 @@ class EngagementExportTestCase(TestBaseEntity):
     def testSuccessExport(self):
         self.printTestName("Success export [start]")
 
+        if settings.DATABASES["default"]["ENGINE"] == "django.db.backends.sqlite3":
+            return
+
         urlStr = self.urlPrefix + 'engagement/export/?stage=Active&keyword'
         logger.debug(
             "action should success (200), and return one active engagement")
old mode 100755 (executable)
new mode 100644 (file)
index 580301e..13e4fe0
@@ -45,6 +45,8 @@ from django.db import connections
 from django.test.client import Client
 from django.test.testcases import TransactionTestCase
 from rest_framework.status import HTTP_401_UNAUTHORIZED, HTTP_200_OK
+
+from django.conf import settings
 from engagementmanager.models import Vendor
 from engagementmanager.tests.vvpEntitiesCreator import VvpEntitiesCreator
 from engagementmanager.utils.authentication import JWTAuthentication
@@ -59,7 +61,7 @@ class TestRequestDataManager(TransactionTestCase):
 
     def childSetup(self):
         logger.debug("---------------------- TestCase " + self.__class__.__name__ + " ----------------------")
-        self.urlPrefix = "/ice/v1/engmgr/"
+        self.urlPrefix = "/%s/v1/engmgr/" % settings.PROGRAM_NAME_URL_PREFIX
         self.c = Client()
         self.creator = VvpEntitiesCreator()
 
old mode 100755 (executable)
new mode 100644 (file)
index 54d3c8e..1b986ae
@@ -45,11 +45,19 @@ from rest_framework.status import HTTP_200_OK
 from uuid import uuid4
 import json
 from engagementmanager.service.logging_service import LoggingServiceFactory
+from mocks.jenkins_mock.services.jenkins_tests_validation_service import JenkinsTestsResultsSvc
 
 logger = LoggingServiceFactory.get_logger()
 
 
 class TestChecklistSetState(TestBaseEntity):
+    def initCLBody(self):
+        self.clbodydata['checkListName'] = ChecklistDefaultNames.HEAT_TEMPLATES
+        self.clbodydata['checkListTemplateUuid'] = str(self.template.uuid)
+        self.clbodydata['checkListAssociatedFiles'] =\
+            "[\"file0/f69f4ce7-51d5-409c-9d0e-ec6b1e79df28\"," \
+            " \"file1/f69f4ce7-51d5-409c-9d0e-ec6b1e79df28\"," \
+            " \"file2/f69f4ce7-51d5-409c-9d0e-ec6b1e79df28\"]"
 
     def childSetup(self):
         self.createVendors([Constants.service_provider_company_name, 'Amdocs'])
@@ -82,29 +90,22 @@ class TestChecklistSetState(TestBaseEntity):
 
         self.deploymentTarget = self.creator.createDeploymentTarget(
             self.randomGenerator("randomString"), self.randomGenerator("randomString"))
-#         self.asInfrastructure = self.creator.createApplicationServiceInfrastructure(self.randomGenerator("randomString"))
         self.vf = self.creator.createVF(self.randomGenerator("randomString"),
                                         self.engagement, self.deploymentTarget, False, self.vendor)
-#         self.vf.service_infrastructures.add(self.asInfrastructure)
 
         self.clbodydata = dict()
         self.initCLBody()
         self.checklist = Checklist.objects.create(uuid=uuid4(), name=self.clbodydata['checkListName'], validation_cycle=1, associated_files=self.clbodydata[
                                                   'checkListAssociatedFiles'], engagement=self.engagement, template=self.template, creator=self.el_user, owner=self.el_user)
         self.checklist.save()
-        self.section = ChecklistSection.objects.create(uuid=uuid4(), name=self.randomGenerator("randomString"), weight=1.0, description=self.randomGenerator(
-            "randomString"), validation_instructions=self.randomGenerator("randomString"), template=self.template)
-        self.section.save()
-        self.line_item = ChecklistLineItem.objects.create(uuid=uuid4(), name=self.randomGenerator("randomString"), weight=1.0, description=self.randomGenerator(
-            "randomString"), line_type=CheckListLineType.auto.name, validation_instructions=self.randomGenerator("randomString"), template=self.template, section=self.section)  # @UndefinedVariable
-        self.line_item2 = ChecklistLineItem.objects.create(uuid=uuid4(), name=self.randomGenerator("randomString"), weight=1.0, description=self.randomGenerator(
-            "randomString"), line_type=CheckListLineType.auto.name, validation_instructions=self.randomGenerator("randomString"), template=self.template, section=self.section)  # @UndefinedVariable
-        self.line_item.save()
-        self.line_item2.save()
+
+        self.line_items = ChecklistLineItem.objects.filter(
+            template=self.checklist.template)[:JenkinsTestsResultsSvc().num_of_auto_tests]
+
         self.decision = ChecklistDecision.objects.create(
-            uuid=uuid4(), checklist=self.checklist, template=self.template, lineitem=self.line_item)
+            uuid=uuid4(), checklist=self.checklist, template=self.template, lineitem=self.line_items[0])
         self.decision2 = ChecklistDecision.objects.create(
-            uuid=uuid4(), checklist=self.checklist, template=self.template, lineitem=self.line_item2)
+            uuid=uuid4(), checklist=self.checklist, template=self.template, lineitem=self.line_items[1])
         self.decision.save()
         self.decision2.save()
         self.data = dict()
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index c5b1ae9..70fab7b
@@ -54,17 +54,17 @@ class Constants(object):
     role_standard_user = None
     role_admin = None
     role_admin_ro = None
-    service_provider_company_name = "ExampleServiceProvider"
-    service_provider_mail_domain = ["example.com"]
-    service_provider_admin_mail = "admin@example.com"
-    service_provider_admin_ro_mail = "admin_ro@example.com"
+    service_provider_company_name = "ServiceProvider"
+    service_provider_mail_domain = ["example-domain.com"]
+    service_provider_admin_mail = "admin@example-domain.com"
+    service_provider_admin_ro_mail = "admin_ro@example-domain.com"
     ice_base_ctx = "/vvp/v1/engmgr/"
     rgwa_base_url ='http://localhost:8123/admin'
     default_vfc_version = "1.0.0"
     dbConnectionStr = "dbname='icedb' user='iceuser' host='localhost' password='Aa123456' port='5433'"
     dashboard_href = "<A href=" + \
         str(settings.DOMAIN) + "/#/dashboard/" + ">Dashboard</A>"
-    prodDomain = 'https://www.vvp.example.com'
+    prodDomain = 'https://www.vvp.example-domain.com'
     invite_template_dir = "emails/invite/"
     activate_template_dir = "emails/activate/"
     notification_template_dir = "emails/notification/"
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index 4cf7aab..dd99e5a
@@ -1,5 +1,5 @@
 [tox]
-envlist = django1-10-6
+envlist = django1-10-6, flake-env
 skipsdist = True
 [testenv]
 commands = django-admin.py test
@@ -8,7 +8,7 @@ setenv =
     PYTHONPATH={toxinidir}
     SECRET_KEY=6mo22&_gtjf#wktqf1#ve^7=w6kx)uq0u*4ksk^aq8lte&)yul
     ENVIRONMENT=development
-    PROGRAM_NAME_URL_PREFIX=ice
+    PROGRAM_NAME_URL_PREFIX=vvp
     EMAIL_HOST=localhost
     EMAIL_HOST_PASSWORD=
     EMAIL_HOST_USER=
@@ -34,11 +34,6 @@ deps = -r{toxinidir}/requirements.txt
 [testenv:django1-10-6]
 deps =
     {[base]deps}
-;[testenv:coverage]
-;commands =
-;    coverage run --branch --omit={envdir}/*,vvp/*.py,*/migrations/*.py {envbindir}/django-admin.py test
-;    coveralls
-;deps =
-;    coverage
-;    coveralls
-;    {[testenv:django1-10-6]deps}
+[testenv:flake-env]
+deps = flake8
+commands = flake8
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index c7e963f..8a83b05
@@ -1,41 +1,3 @@
-<!--  
- ============LICENSE_START========================================== 
- org.onap.vvp/engagementmgr
- ===================================================================
- Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- ===================================================================
-
- Unless otherwise specified, all software contained herein is licensed
- under the Apache License, Version 2.0 (the “License”);
- you may not use this software except in compliance with the License.
- You may obtain a copy of the License at
-
-             http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
-
-
- Unless otherwise specified, all documentation contained herein is licensed
- under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
- you may not use this documentation except in compliance with the License.
- You may obtain a copy of the License at
-
-             https://creativecommons.org/licenses/by/4.0/
-
- Unless required by applicable law or agreed to in writing, documentation
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
- ============LICENSE_END============================================
-
- ECOMP is a trademark and service mark of AT&T Intellectual Property.-->
 <?xml version='1.0' encoding='UTF-8'?>
 <project>
   <actions/>
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index 6cb4353..530bd7a
@@ -38,12 +38,12 @@ PROGRAM_NAME_URL_PREFIX = os.environ['PROGRAM_NAME_URL_PREFIX']
 # https://docs.djangoproject.com/en/1.10/ref/settings/#allowed-hosts
 # Anything in the Host header that does not match our expected domain should
 # raise SuspiciousOperation exception.
-ALLOWED_HOSTS = ['.d2ice.att.io','em','em.default']
+ALLOWED_HOSTS = ['*']
 
 DEBUG = False
 
 if ENVIRONMENT == 'production':
-    EMAIL_BACKEND = 'django.db.backends.sqlite3'
+    EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
     EMAIL_HOST = os.environ['EMAIL_HOST']
     EMAIL_HOST_PASSWORD = os.environ['EMAIL_HOST_PASSWORD']
     EMAIL_HOST_USER = os.environ['EMAIL_HOST_USER']
@@ -133,12 +133,16 @@ WSGI_APPLICATION = 'vvp.wsgi.application'
 # https://docs.djangoproject.com/en/1.9/ref/settings/#databases
 DATABASES = {
     'default': {
-        'ENGINE': 'django.db.backends.postgresql',
-        'NAME': os.environ['PGDATABASE'],
-        'USER': os.environ['PGUSER'],
-        'PASSWORD': os.environ['PGPASSWORD'],
-        'HOST': os.environ['PGHOST'],
-        'PORT': os.environ['PGPORT'],
+        'NAME': 'emdb.db',
+        'ENGINE': 'django.db.backends.sqlite3',
+        'TEST_NAME': 'emdb.db'
+
+        # 'ENGINE': 'django.db.backends.postgresql',
+        # 'NAME': os.environ['PGDATABASE'],
+        # 'USER': os.environ['PGUSER'],
+        # 'PASSWORD': os.environ['PGPASSWORD'],
+        # 'HOST': os.environ['PGHOST'],
+        # 'PORT': os.environ['PGPORT'],
     }
 }
 
@@ -271,7 +275,7 @@ JENKINS_USERNAME = "admin"
 JENKINS_PASSWORD = os.environ['SECRET_JENKINS_PASSWORD']
 
 IS_CL_CREATED_ON_REVIEW_STATE = False
-IS_SIGNAL_ENABLED = True
+IS_SIGNAL_ENABLED = False
 RECENT_ENG_TTL = 3  # In days
 CMS_URL = "http://cms/api/"
 CMS_APP_CLIENT_ID = os.environ['SECRET_CMS_APP_CLIENT_ID']
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index d9f927b..1a18977
@@ -1,41 +1,40 @@
-<!--  
-============LICENSE_START========================================== 
- org.onap.vvp/engagementmgr
- ===================================================================
- Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- ===================================================================
-
- Unless otherwise specified, all software contained herein is licensed
- under the Apache License, Version 2.0 (the “License”);
- you may not use this software except in compliance with the License.
- You may obtain a copy of the License at
-
-             http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
-
-
- Unless otherwise specified, all documentation contained herein is licensed
- under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
- you may not use this documentation except in compliance with the License.
- You may obtain a copy of the License at
-
-             https://creativecommons.org/licenses/by/4.0/
-
- Unless required by applicable law or agreed to in writing, documentation
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
- ============LICENSE_END============================================
-
- ECOMP is a trademark and service mark of AT&T Intellectual Property.-->
+{#============LICENSE_START========================================== #}
+{# org.onap.vvp/engagementmgr#}
+{# ===================================================================#}
+{# Copyright © 2017 AT&T Intellectual Property. All rights reserved.#}
+{# ===================================================================#}
+{##}
+{# Unless otherwise specified, all software contained herein is licensed#}
+{# under the Apache License, Version 2.0 (the “License”);#}
+{# you may not use this software except in compliance with the License.#}
+{# You may obtain a copy of the License at#}
+{##}
+{#             http://www.apache.org/licenses/LICENSE-2.0#}
+{##}
+{# Unless required by applicable law or agreed to in writing, software#}
+{# distributed under the License is distributed on an "AS IS" BASIS,#}
+{# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.#}
+{# See the License for the specific language governing permissions and#}
+{# limitations under the License.#}
+{##}
+{##}
+{##}
+{# Unless otherwise specified, all documentation contained herein is licensed#}
+{# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);#}
+{# you may not use this documentation except in compliance with the License.#}
+{# You may obtain a copy of the License at#}
+{##}
+{#             https://creativecommons.org/licenses/by/4.0/#}
+{##}
+{# Unless required by applicable law or agreed to in writing, documentation#}
+{# distributed under the License is distributed on an "AS IS" BASIS,#}
+{# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.#}
+{# See the License for the specific language governing permissions and#}
+{# limitations under the License.#}
+{##}
+{# ============LICENSE_END============================================#}
+{##}
+{# ECOMP is a trademark and service mark of AT&T Intellectual Property.#}
 {% load i18n static %}<!DOCTYPE html>
 {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %}
 <html lang="{{ LANGUAGE_CODE|default:"en-us" }}" {% if LANGUAGE_BIDI %}dir="rtl"{% endif %}>
old mode 100755 (executable)
new mode 100644 (file)
index 1a2275d..e36b9a4
@@ -1,41 +1,40 @@
-<!--  
-============LICENSE_START========================================== 
- org.onap.vvp/engagementmgr
- ===================================================================
- Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- ===================================================================
-
- Unless otherwise specified, all software contained herein is licensed
- under the Apache License, Version 2.0 (the “License”);
- you may not use this software except in compliance with the License.
- You may obtain a copy of the License at
-
-             http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
-
-
- Unless otherwise specified, all documentation contained herein is licensed
- under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
- you may not use this documentation except in compliance with the License.
- You may obtain a copy of the License at
-
-             https://creativecommons.org/licenses/by/4.0/
-
- Unless required by applicable law or agreed to in writing, documentation
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
- ============LICENSE_END============================================
-
- ECOMP is a trademark and service mark of AT&T Intellectual Property.-->
+{#============LICENSE_START========================================== #}
+{# org.onap.vvp/engagementmgr#}
+{# ===================================================================#}
+{# Copyright © 2017 AT&T Intellectual Property. All rights reserved.#}
+{# ===================================================================#}
+{##}
+{# Unless otherwise specified, all software contained herein is licensed#}
+{# under the Apache License, Version 2.0 (the “License”);#}
+{# you may not use this software except in compliance with the License.#}
+{# You may obtain a copy of the License at#}
+{##}
+{#             http://www.apache.org/licenses/LICENSE-2.0#}
+{##}
+{# Unless required by applicable law or agreed to in writing, software#}
+{# distributed under the License is distributed on an "AS IS" BASIS,#}
+{# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.#}
+{# See the License for the specific language governing permissions and#}
+{# limitations under the License.#}
+{##}
+{##}
+{##}
+{# Unless otherwise specified, all documentation contained herein is licensed#}
+{# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);#}
+{# you may not use this documentation except in compliance with the License.#}
+{# You may obtain a copy of the License at#}
+{##}
+{#             https://creativecommons.org/licenses/by/4.0/#}
+{##}
+{# Unless required by applicable law or agreed to in writing, documentation#}
+{# distributed under the License is distributed on an "AS IS" BASIS,#}
+{# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.#}
+{# See the License for the specific language governing permissions and#}
+{# limitations under the License.#}
+{##}
+{# ============LICENSE_END============================================#}
+{##}
+{# ECOMP is a trademark and service mark of AT&T Intellectual Property.#}
 {% extends "admin/base.html" %}
 {% load vvptags %}
 
old mode 100755 (executable)
new mode 100644 (file)
index 5acf9b5..5e31bee
@@ -1,41 +1,40 @@
-<!--  
-============LICENSE_START========================================== 
- org.onap.vvp/engagementmgr
- ===================================================================
- Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- ===================================================================
-
- Unless otherwise specified, all software contained herein is licensed
- under the Apache License, Version 2.0 (the “License”);
- you may not use this software except in compliance with the License.
- You may obtain a copy of the License at
-
-             http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
-
-
- Unless otherwise specified, all documentation contained herein is licensed
- under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
- you may not use this documentation except in compliance with the License.
- You may obtain a copy of the License at
-
-             https://creativecommons.org/licenses/by/4.0/
-
- Unless required by applicable law or agreed to in writing, documentation
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
- ============LICENSE_END============================================
-
- ECOMP is a trademark and service mark of AT&T Intellectual Property.-->
+{#============LICENSE_START========================================== #}
+{# org.onap.vvp/engagementmgr#}
+{# ===================================================================#}
+{# Copyright © 2017 AT&T Intellectual Property. All rights reserved.#}
+{# ===================================================================#}
+{##}
+{# Unless otherwise specified, all software contained herein is licensed#}
+{# under the Apache License, Version 2.0 (the “License”);#}
+{# you may not use this software except in compliance with the License.#}
+{# You may obtain a copy of the License at#}
+{##}
+{#             http://www.apache.org/licenses/LICENSE-2.0#}
+{##}
+{# Unless required by applicable law or agreed to in writing, software#}
+{# distributed under the License is distributed on an "AS IS" BASIS,#}
+{# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.#}
+{# See the License for the specific language governing permissions and#}
+{# limitations under the License.#}
+{##}
+{##}
+{##}
+{# Unless otherwise specified, all documentation contained herein is licensed#}
+{# under the Creative Commons License, Attribution 4.0 Intl. (the “License”);#}
+{# you may not use this documentation except in compliance with the License.#}
+{# You may obtain a copy of the License at#}
+{##}
+{#             https://creativecommons.org/licenses/by/4.0/#}
+{##}
+{# Unless required by applicable law or agreed to in writing, documentation#}
+{# distributed under the License is distributed on an "AS IS" BASIS,#}
+{# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.#}
+{# See the License for the specific language governing permissions and#}
+{# limitations under the License.#}
+{##}
+{# ============LICENSE_END============================================#}
+{##}
+{# ECOMP is a trademark and service mark of AT&T Intellectual Property.#}
 {% extends "admin/base_site.html" %}
 {% load i18n admin_static %}
 
old mode 100755 (executable)
new mode 100644 (file)
index 0751b00..3607a78
@@ -1,41 +1,40 @@
-<!--  
-============LICENSE_START========================================== 
- org.onap.vvp/engagementmgr
- ===================================================================
- Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- ===================================================================
-
- Unless otherwise specified, all software contained herein is licensed
- under the Apache License, Version 2.0 (the “License”);
- you may not use this software except in compliance with the License.
- You may obtain a copy of the License at
-
-             http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
-
-
- Unless otherwise specified, all documentation contained herein is licensed
- under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
- you may not use this documentation except in compliance with the License.
- You may obtain a copy of the License at
-
-             https://creativecommons.org/licenses/by/4.0/
-
- Unless required by applicable law or agreed to in writing, documentation
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
- ============LICENSE_END============================================
-
- ECOMP is a trademark and service mark of AT&T Intellectual Property.-->
+{#============LICENSE_START========================================== #}
+{# org.onap.vvp/engagementmgr#}
+{# ===================================================================#}
+{# Copyright ? 2017 AT&T Intellectual Property. All rights reserved.#}
+{# ===================================================================#}
+{##}
+{# Unless otherwise specified, all software contained herein is licensed#}
+{# under the Apache License, Version 2.0 (the ?License?);#}
+{# you may not use this software except in compliance with the License.#}
+{# You may obtain a copy of the License at#}
+{##}
+{#             http://www.apache.org/licenses/LICENSE-2.0#}
+{##}
+{# Unless required by applicable law or agreed to in writing, software#}
+{# distributed under the License is distributed on an "AS IS" BASIS,#}
+{# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.#}
+{# See the License for the specific language governing permissions and#}
+{# limitations under the License.#}
+{##}
+{##}
+{##}
+{# Unless otherwise specified, all documentation contained herein is licensed#}
+{# under the Creative Commons License, Attribution 4.0 Intl. (the ?License?);#}
+{# you may not use this documentation except in compliance with the License.#}
+{# You may obtain a copy of the License at#}
+{##}
+{#             https://creativecommons.org/licenses/by/4.0/#}
+{##}
+{# Unless required by applicable law or agreed to in writing, documentation#}
+{# distributed under the License is distributed on an "AS IS" BASIS,#}
+{# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.#}
+{# See the License for the specific language governing permissions and#}
+{# limitations under the License.#}
+{##}
+{# ============LICENSE_END============================================#}
+{##}
+{# ECOMP is a trademark and service mark of AT&T Intellectual Property.#}
 <!DOCTYPE html>
 <html>
     <head> <meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head>
old mode 100755 (executable)
new mode 100644 (file)
index 0adbc20..25ce1c6
@@ -1,39 +1 @@
-<!--  
-============LICENSE_START========================================== 
- org.onap.vvp/engagementmgr
- ===================================================================
- Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- ===================================================================
-
- Unless otherwise specified, all software contained herein is licensed
- under the Apache License, Version 2.0 (the “License”);
- you may not use this software except in compliance with the License.
- You may obtain a copy of the License at
-
-             http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
-
-
- Unless otherwise specified, all documentation contained herein is licensed
- under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
- you may not use this documentation except in compliance with the License.
- You may obtain a copy of the License at
-
-             https://creativecommons.org/licenses/by/4.0/
-
- Unless required by applicable law or agreed to in writing, documentation
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
- ============LICENSE_END============================================
-
- ECOMP is a trademark and service mark of AT&T Intellectual Property.-->
-{{program_name}}: Welcome - just one more step!
+{{program_name}}: Welcome - just one more step!
\ No newline at end of file
old mode 100755 (executable)
new mode 100644 (file)
index aede3e5..b223c39
@@ -1,41 +1,40 @@
-<!--  
-============LICENSE_START========================================== 
- org.onap.vvp/engagementmgr
- ===================================================================
- Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- ===================================================================
-
- Unless otherwise specified, all software contained herein is licensed
- under the Apache License, Version 2.0 (the “License”);
- you may not use this software except in compliance with the License.
- You may obtain a copy of the License at
-
-             http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
-
-
- Unless otherwise specified, all documentation contained herein is licensed
- under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
- you may not use this documentation except in compliance with the License.
- You may obtain a copy of the License at
-
-             https://creativecommons.org/licenses/by/4.0/
-
- Unless required by applicable law or agreed to in writing, documentation
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
- ============LICENSE_END============================================
-
- ECOMP is a trademark and service mark of AT&T Intellectual Property.-->
+{#============LICENSE_START========================================== #}
+{# org.onap.vvp/engagementmgr#}
+{# ===================================================================#}
+{# Copyright ? 2017 AT&T Intellectual Property. All rights reserved.#}
+{# ===================================================================#}
+{##}
+{# Unless otherwise specified, all software contained herein is licensed#}
+{# under the Apache License, Version 2.0 (the ?License?);#}
+{# you may not use this software except in compliance with the License.#}
+{# You may obtain a copy of the License at#}
+{##}
+{#             http://www.apache.org/licenses/LICENSE-2.0#}
+{##}
+{# Unless required by applicable law or agreed to in writing, software#}
+{# distributed under the License is distributed on an "AS IS" BASIS,#}
+{# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.#}
+{# See the License for the specific language governing permissions and#}
+{# limitations under the License.#}
+{##}
+{##}
+{##}
+{# Unless otherwise specified, all documentation contained herein is licensed#}
+{# under the Creative Commons License, Attribution 4.0 Intl. (the ?License?);#}
+{# you may not use this documentation except in compliance with the License.#}
+{# You may obtain a copy of the License at#}
+{##}
+{#             https://creativecommons.org/licenses/by/4.0/#}
+{##}
+{# Unless required by applicable law or agreed to in writing, documentation#}
+{# distributed under the License is distributed on an "AS IS" BASIS,#}
+{# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.#}
+{# See the License for the specific language governing permissions and#}
+{# limitations under the License.#}
+{##}
+{# ============LICENSE_END============================================#}
+{##}
+{# ECOMP is a trademark and service mark of AT&T Intellectual Property.#}
 <!DOCTYPE html>
 <html>
        <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head>
old mode 100755 (executable)
new mode 100644 (file)
index d42fe48..3ba5699
@@ -1,39 +1 @@
-<!--  
-============LICENSE_START========================================== 
- org.onap.vvp/engagementmgr
- ===================================================================
- Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- ===================================================================
-
- Unless otherwise specified, all software contained herein is licensed
- under the Apache License, Version 2.0 (the “License”);
- you may not use this software except in compliance with the License.
- You may obtain a copy of the License at
-
-             http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
-
-
- Unless otherwise specified, all documentation contained herein is licensed
- under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
- you may not use this documentation except in compliance with the License.
- You may obtain a copy of the License at
-
-             https://creativecommons.org/licenses/by/4.0/
-
- Unless required by applicable law or agreed to in writing, documentation
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
- ============LICENSE_END============================================
-
- ECOMP is a trademark and service mark of AT&T Intellectual Property.-->
-{{program_name}}: You have been invited as a team member to {{ vf_name }}
+{{program_name}}: You have been invited as a team member to {{ vf_name }}
\ No newline at end of file
old mode 100755 (executable)
new mode 100644 (file)
index 14d9e82..594e84c
@@ -1,41 +1,40 @@
-<!--  
-============LICENSE_START========================================== 
- org.onap.vvp/engagementmgr
- ===================================================================
- Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- ===================================================================
-
- Unless otherwise specified, all software contained herein is licensed
- under the Apache License, Version 2.0 (the “License”);
- you may not use this software except in compliance with the License.
- You may obtain a copy of the License at
-
-             http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
-
-
- Unless otherwise specified, all documentation contained herein is licensed
- under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
- you may not use this documentation except in compliance with the License.
- You may obtain a copy of the License at
-
-             https://creativecommons.org/licenses/by/4.0/
-
- Unless required by applicable law or agreed to in writing, documentation
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
- ============LICENSE_END============================================
-
- ECOMP is a trademark and service mark of AT&T Intellectual Property.-->
+{#============LICENSE_START========================================== #}
+{# org.onap.vvp/engagementmgr#}
+{# ===================================================================#}
+{# Copyright ? 2017 AT&T Intellectual Property. All rights reserved.#}
+{# ===================================================================#}
+{##}
+{# Unless otherwise specified, all software contained herein is licensed#}
+{# under the Apache License, Version 2.0 (the ?License?);#}
+{# you may not use this software except in compliance with the License.#}
+{# You may obtain a copy of the License at#}
+{##}
+{#             http://www.apache.org/licenses/LICENSE-2.0#}
+{##}
+{# Unless required by applicable law or agreed to in writing, software#}
+{# distributed under the License is distributed on an "AS IS" BASIS,#}
+{# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.#}
+{# See the License for the specific language governing permissions and#}
+{# limitations under the License.#}
+{##}
+{##}
+{##}
+{# Unless otherwise specified, all documentation contained herein is licensed#}
+{# under the Creative Commons License, Attribution 4.0 Intl. (the ?License?);#}
+{# you may not use this documentation except in compliance with the License.#}
+{# You may obtain a copy of the License at#}
+{##}
+{#             https://creativecommons.org/licenses/by/4.0/#}
+{##}
+{# Unless required by applicable law or agreed to in writing, documentation#}
+{# distributed under the License is distributed on an "AS IS" BASIS,#}
+{# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.#}
+{# See the License for the specific language governing permissions and#}
+{# limitations under the License.#}
+{##}
+{# ============LICENSE_END============================================#}
+{##}
+{# ECOMP is a trademark and service mark of AT&T Intellectual Property.#}
 <!DOCTYPE html>
 <html>
     <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> </head>
old mode 100755 (executable)
new mode 100644 (file)
index 3172650..5ffca30
@@ -1,39 +1 @@
-<!--  
-============LICENSE_START========================================== 
- org.onap.vvp/engagementmgr
- ===================================================================
- Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- ===================================================================
-
- Unless otherwise specified, all software contained herein is licensed
- under the Apache License, Version 2.0 (the “License”);
- you may not use this software except in compliance with the License.
- You may obtain a copy of the License at
-
-             http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
-
-
- Unless otherwise specified, all documentation contained herein is licensed
- under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
- you may not use this documentation except in compliance with the License.
- You may obtain a copy of the License at
-
-             https://creativecommons.org/licenses/by/4.0/
-
- Unless required by applicable law or agreed to in writing, documentation
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
- ============LICENSE_END============================================
-
- ECOMP is a trademark and service mark of AT&T Intellectual Property.-->
-{{program_name}}: {{notification_subject}}
+{{program_name}}: {{notification_subject}}
\ No newline at end of file
old mode 100755 (executable)
new mode 100644 (file)
index 4a16fd1..1849e27
@@ -1,41 +1,40 @@
-<!--  
-============LICENSE_START========================================== 
- org.onap.vvp/engagementmgr
- ===================================================================
- Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- ===================================================================
-
- Unless otherwise specified, all software contained herein is licensed
- under the Apache License, Version 2.0 (the “License”);
- you may not use this software except in compliance with the License.
- You may obtain a copy of the License at
-
-             http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
-
-
- Unless otherwise specified, all documentation contained herein is licensed
- under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
- you may not use this documentation except in compliance with the License.
- You may obtain a copy of the License at
-
-             https://creativecommons.org/licenses/by/4.0/
-
- Unless required by applicable law or agreed to in writing, documentation
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
- ============LICENSE_END============================================
-
- ECOMP is a trademark and service mark of AT&T Intellectual Property.-->
+{#============LICENSE_START========================================== #}
+{# org.onap.vvp/engagementmgr#}
+{# ===================================================================#}
+{# Copyright ? 2017 AT&T Intellectual Property. All rights reserved.#}
+{# ===================================================================#}
+{##}
+{# Unless otherwise specified, all software contained herein is licensed#}
+{# under the Apache License, Version 2.0 (the ?License?);#}
+{# you may not use this software except in compliance with the License.#}
+{# You may obtain a copy of the License at#}
+{##}
+{#             http://www.apache.org/licenses/LICENSE-2.0#}
+{##}
+{# Unless required by applicable law or agreed to in writing, software#}
+{# distributed under the License is distributed on an "AS IS" BASIS,#}
+{# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.#}
+{# See the License for the specific language governing permissions and#}
+{# limitations under the License.#}
+{##}
+{##}
+{##}
+{# Unless otherwise specified, all documentation contained herein is licensed#}
+{# under the Creative Commons License, Attribution 4.0 Intl. (the ?License?);#}
+{# you may not use this documentation except in compliance with the License.#}
+{# You may obtain a copy of the License at#}
+{##}
+{#             https://creativecommons.org/licenses/by/4.0/#}
+{##}
+{# Unless required by applicable law or agreed to in writing, documentation#}
+{# distributed under the License is distributed on an "AS IS" BASIS,#}
+{# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.#}
+{# See the License for the specific language governing permissions and#}
+{# limitations under the License.#}
+{##}
+{# ============LICENSE_END============================================#}
+{##}
+{# ECOMP is a trademark and service mark of AT&T Intellectual Property.#}
 <!DOCTYPE html>
 <html>
     <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> </head>
old mode 100755 (executable)
new mode 100644 (file)
index 3172650..5ffca30
@@ -1,39 +1 @@
-<!--  
-============LICENSE_START========================================== 
- org.onap.vvp/engagementmgr
- ===================================================================
- Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- ===================================================================
-
- Unless otherwise specified, all software contained herein is licensed
- under the Apache License, Version 2.0 (the “License”);
- you may not use this software except in compliance with the License.
- You may obtain a copy of the License at
-
-             http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
-
-
- Unless otherwise specified, all documentation contained herein is licensed
- under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
- you may not use this documentation except in compliance with the License.
- You may obtain a copy of the License at
-
-             https://creativecommons.org/licenses/by/4.0/
-
- Unless required by applicable law or agreed to in writing, documentation
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
- ============LICENSE_END============================================
-
- ECOMP is a trademark and service mark of AT&T Intellectual Property.-->
-{{program_name}}: {{notification_subject}}
+{{program_name}}: {{notification_subject}}
\ No newline at end of file
old mode 100755 (executable)
new mode 100644 (file)
index 190eb47..2c744f1
@@ -1,41 +1,40 @@
-<!--  
-============LICENSE_START========================================== 
- org.onap.vvp/engagementmgr
- ===================================================================
- Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- ===================================================================
-
- Unless otherwise specified, all software contained herein is licensed
- under the Apache License, Version 2.0 (the “License”);
- you may not use this software except in compliance with the License.
- You may obtain a copy of the License at
-
-             http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
-
-
- Unless otherwise specified, all documentation contained herein is licensed
- under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
- you may not use this documentation except in compliance with the License.
- You may obtain a copy of the License at
-
-             https://creativecommons.org/licenses/by/4.0/
-
- Unless required by applicable law or agreed to in writing, documentation
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
- ============LICENSE_END============================================
-
- ECOMP is a trademark and service mark of AT&T Intellectual Property.-->
+{#============LICENSE_START========================================== #}
+{# org.onap.vvp/engagementmgr#}
+{# ===================================================================#}
+{# Copyright ? 2017 AT&T Intellectual Property. All rights reserved.#}
+{# ===================================================================#}
+{##}
+{# Unless otherwise specified, all software contained herein is licensed#}
+{# under the Apache License, Version 2.0 (the ?License?);#}
+{# you may not use this software except in compliance with the License.#}
+{# You may obtain a copy of the License at#}
+{##}
+{#             http://www.apache.org/licenses/LICENSE-2.0#}
+{##}
+{# Unless required by applicable law or agreed to in writing, software#}
+{# distributed under the License is distributed on an "AS IS" BASIS,#}
+{# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.#}
+{# See the License for the specific language governing permissions and#}
+{# limitations under the License.#}
+{##}
+{##}
+{##}
+{# Unless otherwise specified, all documentation contained herein is licensed#}
+{# under the Creative Commons License, Attribution 4.0 Intl. (the ?License?);#}
+{# you may not use this documentation except in compliance with the License.#}
+{# You may obtain a copy of the License at#}
+{##}
+{#             https://creativecommons.org/licenses/by/4.0/#}
+{##}
+{# Unless required by applicable law or agreed to in writing, documentation#}
+{# distributed under the License is distributed on an "AS IS" BASIS,#}
+{# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.#}
+{# See the License for the specific language governing permissions and#}
+{# limitations under the License.#}
+{##}
+{# ============LICENSE_END============================================#}
+{##}
+{# ECOMP is a trademark and service mark of AT&T Intellectual Property.#}
 <!DOCTYPE html>
 <html>
     <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> </head>
old mode 100755 (executable)
new mode 100644 (file)
index 7f22ef1..c29127a
@@ -1,39 +1 @@
-<!--  
-============LICENSE_START========================================== 
- org.onap.vvp/engagementmgr
- ===================================================================
- Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- ===================================================================
-
- Unless otherwise specified, all software contained herein is licensed
- under the Apache License, Version 2.0 (the “License”);
- you may not use this software except in compliance with the License.
- You may obtain a copy of the License at
-
-             http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
-
-
- Unless otherwise specified, all documentation contained herein is licensed
- under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
- you may not use this documentation except in compliance with the License.
- You may obtain a copy of the License at
-
-             https://creativecommons.org/licenses/by/4.0/
-
- Unless required by applicable law or agreed to in writing, documentation
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
- ============LICENSE_END============================================
-
- ECOMP is a trademark and service mark of AT&T Intellectual Property.-->
-{{program_name}}: Reset Password
+{{program_name}}: Reset Password
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/tox.ini b/tox.ini
new file mode 100644 (file)
index 0000000..a88fc60
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,49 @@
+[tox]
+envlist = django1-10-6, style
+skipsdist = True
+
+[testenv]
+commands = django-admin.py test
+setenv = 
+    DJANGO_SETTINGS_MODULE=vvp.settings.tox_settings
+    PYTHONPATH={toxinidir}
+    SECRET_KEY=6mo22&_gtjf#wktqf1#ve^7=w6kx)uq0u*4ksk^aq8lte&)yul
+    ENVIRONMENT=development
+    PROGRAM_NAME_URL_PREFIX=vvp
+    EMAIL_HOST=localhost
+    EMAIL_HOST_PASSWORD=
+    EMAIL_HOST_USER=
+    EMAIL_PORT=25
+    PGDATABASE=icedb
+    PGUSER=iceuser
+    PGPASSWORD=Aa123456
+    PGHOST=localhost
+    PGPORT=5433
+    SECRET_WEBHOOK_TOKEN=Aiwi8se4ien0foW6eimahch2zahshaGi
+    SECRET_GITLAB_AUTH_TOKEN=ieNgathapoo4zohvee9a
+    SECRET_JENKINS_PASSWORD=xaiyie0wuoqueuBu
+    SECRET_CMS_APP_CLIENT_ID=MHmJo0ccDheVVsIiQHZnY6LXPAC6H6HAMzhCCM16
+    SECRET_CMS_APP_CLIENT_SECRET=nI8QCFrKMpnw5nTs
+    SLACK_API_TOKEN=
+    S3_HOST=dev-s3.d2ice.att.io
+    S3_PORT=443
+    AWS_ACCESS_KEY_ID=FD21HBU2KRN3UVD1MWRN
+    AWS_SECRET_ACCESS_KEY=TKoiwxziUWG9cTYUknUkFGmmyuQ27nP2lCiutEsD
+    STATIC_ROOT=/app/htdocs
+
+[base]
+deps = -r{toxinidir}/django/requirements.txt
+
+[testenv:django1-10-6]
+deps =
+    {[base]deps}
+
+[testenv:style]
+commands = flake8
+
+[testenv:py3]
+basepython=python3
+
+[flake8]
+show-source = True
+exclude=venv-tox,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build