- update to latest django LOGGING var, dict format
- remove legacy gcnet code
- add more verbose debug logging to gcnet main import
- add refs to flag -r to more verbose --refreshInterval, blacken all
- update 404 to include API docs page, format
- logging throughout app, single init in settings.py or main.py importer
- update gcnet config paths to linux '/' (from windows '')
- update csv_writer to handle file not exist, logging, error handling
- revert --repeatInterval to -r, as flag not supported
- defer js/css loading in html templates until render done
- add correct logging to Django throughout app, LOG_LEVEL setting
- improve logging for ALLOWED_HOSTS variable
- fix gcnet documentation js script location
- add default for PROXY_PREFIX var
- update gcnet config to generate and read local csvs, 30 day backlog
- env vars ALLOWED_HOSTS (allow multiple), PROXY_PREFIX for reverse proxy
- update settings with FORCE_SCRIPT_NAME, make static url relative
- add SCHEMA_PATH_PREFIX_INSERT for drf-spectacular endpoints
- static, use generic css for gcnet
- only use whitenoise if DEBUG, i.e. development
- update STATIC_URL to include data-api prefix for reverse proxy
- revert 404 page to original style, update redirect to docs
- add SCHEMA_PATH_PREFIX data-api for drf-spectacular
- open quotes in documentation html templates
- static references in all templates, add dirs to settings
- black and isort entire codebase
- remove /api prefix from all urls (handled by proxy)
- enable gcnet/main.py to process URL input data
- error handling for writer creating file if not exist, lint/format
- change nginx root up one level for /static in url
- revert nginx config without upstream, set error logging
- remove redundant envidatrepo alias from helm chart
- update gcnet data url from envidatrepo to envicloud s3 bucket
- remove refs to dbpg01.wsl.ch (old), add alias for envidatrepo.wsl.ch
- add additional debug log to gcnet importer urllib
- update chart notation for importers to multiline arg
- remove redundant location block in nginx config
- set default chart liveness probes to off/false
- update nginx proxy probe timeouts from 1 to 5
- update importer deployment commands to main.main, timeouts on probes
- remove drf-spectacular sidecar
- update swagger and redoc endpoint urls
- added swagger schema endpoints to project/urls.py
- update helm chart, remove importers from api deployment
- fix name issue in helm deployment gcnet --> lwf
- STATIC_ROOT setting in project settings
- fix helm chart syntax, add probes to importers
- add postgres-client to docker image for db init checks
- remove missed spectacular version in pyproject from drf-spectacular
- remove unused DRF dependency, plus all references in code
- revert re_paths, drf-spectacular save state before removal
- log format for importers, remove file handler lwf, blacken, isort
- use re_path for urls to allow slash, add spectacular openapi endpoints (+swagger)
- refactor: fix refs to envidat, docs with correct port, doc format
- update ALLOWED_HOSTS if DEBUG=True, then from env in production
- move django files to monitoring-api subdir
- prep move django files to subdir, get DEBUG setting from env
- remove nginx waitress confix and separate run_server file