Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Releases: HumanExposure/factotum_ws

Wasp

10 Oct 14:16
Compare
Choose a tag to compare
v1.0.0

Merge conflict changes

Termite

29 Aug 13:04
29b055f
Compare
Choose a tag to compare
Termite Pre-release
Pre-release
Termite Sprint (#13)

* Add .editorconfig and apply its rules

* Refactor requirements.txt for multiple environments

* Establish testing framework

* Add linters, formatters, and tests

* Add Gunicorn to production requirements

* Setup .env based configuration

* Add manage.py portal

* Lint existing files

* Add Dockerfile for dev and prod images

* Add PUC lookup route and tests

* Fix connection refused for Docker

* Fix node_modules directory for Docker

* Conditionally import Gunicorn so that the dev environment doesn't need to install it

* type in database

* typo in database

* Remove Dockerfile

We decided to consolidate Dockerfiles into the /HumanExposure/factotum repo. See /HumanExposure/factotum/pull/892

* Add Markdown

* Add docstring parser

* Redo index.html to use docstring parser

* Fix R command referencing incorrect variable name

* [unrelated] Change PUC test DTXSID

Now that our seed data has a bit more DTXSID's loaded in it we can test this with seed data as opposed to the production data.

* Add Dockerfile back

* Fixed typo

* #5 add meta key to JSON response

* #4 add No Content status to empty response

* #8 Add pagination to results (#9)

* Add pagination arguments; use as LIMIT params in sql_query()

* Add total page count to paging payload

* Add current page to paging payload

* Fix linting errors

* Docker hotfix (#12)

* Remove .vscode folder

* Remove node stuff

* Fix linting errors

* manage.py fixes

* Pull gunicorn out of app and make it external

* Add wsgi.py for external gunicorn

* Update requirements.txt

* Clean up environment variables

* Fix gunicorn load

* Revert "Fix gunicorn load"

* I guess no wsgi.py file is needed

* 10 remove npm (#11)

* Remove .vscode folder

* Remove node stuff

* Fix linting errors

* manage.py fixes

* Pull gunicorn out of app and make it external

* Add wsgi.py for external gunicorn

* Update requirements.txt

* Clean up environment variables