Comments and Documentation 13/69413/6
authorParker Berberian <pberberian@iol.unh.edu>
Thu, 19 Dec 2019 17:39:01 +0000 (12:39 -0500)
committerParker Berberian <pberberian@iol.unh.edu>
Tue, 28 Jan 2020 21:09:35 +0000 (16:09 -0500)
commit77377d5e9362bd35a3b300df231e82ee974675e1
tree5e3799768eb887a0259c8c21ed61123cdde2d608
parent899e1a4baa95d0bc6f0eef34de66f0e257174878
Comments and Documentation

This change adds a ton of comments and documentation across all the code.

Change-Id: Ifee0a2f534e8584f14b0f13af4dda8dc70eb7553
Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
42 files changed:
.flake8 [new file with mode: 0644]
config.env.sample
readme.txt
src/account/jira_util.py
src/account/middleware.py
src/account/models.py
src/account/tests/test_general.py
src/account/urls.py
src/account/views.py
src/api/models.py
src/api/serializers/booking_serializer.py
src/api/tests/test_models_unittest.py
src/api/urls.py
src/api/views.py
src/booking/forms.py
src/booking/models.py
src/booking/quick_deployer.py
src/booking/stats.py
src/booking/tests/test_models.py
src/booking/urls.py
src/dashboard/exceptions.py
src/dashboard/populate_db_iol.py
src/dashboard/tasks.py
src/dashboard/urls.py
src/laas_dashboard/settings.py
src/laas_dashboard/urls.py
src/notifier/manager.py
src/notifier/models.py
src/notifier/tasks.py
src/resource_inventory/idf_templater.py
src/resource_inventory/models.py
src/resource_inventory/pdf_templater.py
src/resource_inventory/resource_manager.py
src/resource_inventory/urls.py
src/workflow/README [new file with mode: 0644]
src/workflow/forms.py
src/workflow/models.py
src/workflow/resource_bundle_workflow.py
src/workflow/sw_bundle_workflow.py
src/workflow/tests/test_steps.py
src/workflow/tests/test_workflows.py
test.sh