* Adds organization model type
Fixes test cases
* Switches to using org username vs name
* Adds authorization based on your organization
* Adds org to token
Minor bug fixes
* Fixes test case
* Start creating action release flow
* Updates build workflow
* Removes one step
* Another try
* Tweaks to build paths
* Fixes docker ignore
* Tweaks to database migration
* Removes useless entrypoint
* Fixes to database files
* More tweaks to build
* Tweaks to base URL
* Allows for config file to override env
* Tweak to order
* Next try
* Fixes comma error
* Another try
* Adds a health endpoint
* Try Nginx proxy pass
* Re-adds environment path
* Remove auto build on branch
* Linter fixes
* Adds Lerna and merges control plane repo
* Re-adds `npm run start` as access pattern
* Fixes eslint rules for react
* Tweaks to Dockerfiles
* Tweak to test runner
* Adds basic structure for remote storage
* Gets image uploading to a working state
* Adds validator in front of image upload
* Adds delete method for s3 files
* Allow for updating an image
Force name setting
* Fixes test cases
* Add Github action to run jest tests
* Change how DB is create
* Starts adding campaign tests
* Fixes imports
* Fixes spy/mocks for test cases
* Tweaks when tests are run