* Initial script api work
* Initial script api
* Refactor form update logic
* Add status codes to api
* Add job submission and detail endpoints
* Remove __all__ from access message in json api
* Add api based script addition
* ADd check for MultiValueDict
* Fix MultiValueDict import
* Fix validate form
* USe ensure_list
* Refactor, more tests
* Test api
* rename tst
* test stubs
* More tests
* More tests, docs
* Move api key location
* Fix anon user
* more doc updates
* Add example using files
* Fix request parsing
* remove decoding
* Add dev guide and enforce code quality in github actions
* Loosen minor version
* Rename file to align with index
* Change subsubsection for sphinx
* Fix dockerfile env
* Remove redundant exclude
* Add in custom widgets
* Rename and fix migration
* Add type override from input_type field for widgets
* Add help_text for input_type to clarify it maps to the python type
* Add widget class to to WooeyWidget model
* Add widget class
* Remove redundant widget dict update
* Add settings module env var to docker-compose common
* Fix widget lookup
* Abstract more fileystem things in docker-compose
* Add test case for custom widgets
* Update migration text
* Add docs