Merge User Booking API Rev 1 (Try 3) 77/72977/2
authorSawyer Bergeron <sbergeron@iol.unh.edu>
Fri, 15 Oct 2021 18:14:46 +0000 (14:14 -0400)
committerSawyer Bergeron <sbergeron@iol.unh.edu>
Fri, 15 Oct 2021 18:20:02 +0000 (14:20 -0400)
commit35b9f39178cc502a5283a1b37a65f7dd0838ae05
tree676ede483e2aa6a0ad8ebaef0c0300a155a22023
parentb3ed8ebcf536c021330e7ccbc0376f6b89189348
Merge User Booking API Rev 1 (Try 3)

Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu>
Change-Id: Ie1eee0a59929f8da39f16bb6bc17ae3de4f1cba9
Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu>
38 files changed:
config.env.sample
config/rabbitmq/rabbitmq.conf [new file with mode: 0644]
docker-compose.yml
laas_api_documentation.yaml [new file with mode: 0644]
requirements.txt
src/account/jira_util.py [deleted file]
src/account/models.py
src/account/tasks.py [deleted file]
src/account/urls.py
src/account/views.py
src/api/admin.py
src/api/migrations/0017_apilog.py [new file with mode: 0644]
src/api/migrations/0018_apilog_ip_addr.py [new file with mode: 0644]
src/api/migrations/0019_auto_20210322_1823.py [new file with mode: 0644]
src/api/migrations/0020_auto_20210322_2218.py [new file with mode: 0644]
src/api/migrations/0021_auto_20210405_1943.py [new file with mode: 0644]
src/api/models.py
src/api/urls.py
src/api/views.py
src/booking/quick_deployer.py
src/booking/stats.py
src/booking/urls.py
src/booking/views.py
src/dashboard/templatetags/jira_filters.py [deleted file]
src/dashboard/urls.py
src/laas_dashboard/settings.py
src/notifier/urls.py
src/resource_inventory/resource_manager.py
src/resource_inventory/urls.py
src/templates/base/account/configuration_list.html [deleted file]
src/templates/base/account/details.html
src/templates/base/base.html
src/templates/base/booking/booking_delete.html
src/templates/base/booking/booking_table.html
src/templates/lfedge/booking/booking_table.html
src/workflow/models.py
web/Dockerfile
worker/Dockerfile