This repository has been archived by the owner on Aug 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Requirements Patches, Workflow Concurrency, Error Messaging, and Test…
… Coverage (#346) * Add acceptance, production to deployment workflow * Install libcairo2-dev in dev container * Comment runtime and requirements * Revert "Add acceptance, production to deployment workflow" This reverts commit aadc44a. * Apply no-op requirement changes * Update python-dateutil to 2.8.2 * Update simplejson to 3.17.6 * Update django-admin-rangefilter to 0.8.8 * Update gunicorn to 20.1.0 * Update to psycopg2-binary 2.8.6 * Fix note about py * Update to python-decouple 3.4 * Only run initdb on an empty directory * Add test_poll_state * Fix formatting * Refactor deployment workflow * Add detailed error messages to views * Refactor _poll_state_response * Add err_msg parameter to error view * Refactor poll_state * Use valid PENDING state to updated percent * Revert "Use valid PENDING state to updated percent" This reverts commit 4c6df8c. * Revert "Refactor poll_state" This reverts commit e7287fd. * Fix line length * Revert "Install libcairo2-dev in dev container" This reverts commit f183dcf. * Reapply "Install libcairo2-dev in dev container" This reverts commit 0fe85ea.
- Loading branch information
1 parent
eaa6e53
commit f726f33
Showing
9 changed files
with
181 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM mcr.microsoft.com/devcontainers/python:3.9 | ||
|
||
RUN apt-get update | ||
RUN apt-get --yes install rabbitmq-server | ||
RUN apt-get --yes install libcairo2-dev rabbitmq-server | ||
RUN mkdir --parents /usr/local/var/postgres | ||
RUN chown vscode:vscode /usr/local/var/postgres |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.