Shane St Savage
Shane St Savage
Hi! Are there any plans for supporting postgres as a session store database? Thank you.
**Describe the bug** When running the Loki 1.2.0 Docker image, Loki is reporting that it can't write chunks to disk because there is "no space left on device", although there...
For the emailDailyReportTo setting, there is a mismatch between the EDStatic code reading setup.xml or environment variables (which references `emailDailyReportTo`) and the setup.xml documentation (which references `emailDailyReportsTo`). EDStatic code reading...
An output of Docker image version information in the ERDDAP version string and/or the ERDDAP status page (`/erddap/status.html`) would be useful for usage auditing tools.
# Description * Adds GitHub Action in `.github/workflows/maven.yml` to build and test on pushes or pull_requests to `main` * Moves test data from `src/test/resources` to `test-data` and adds `test-data` as...
# Description This change uses reflection, specifically the [ClassGraph](https://github.com/classgraph/classgraph) classpath scanner, to discover concrete EDD subclasses and associated class metadata (`fromXml` methods and Sax handlers for XML deseralization) at runtime....
Set os.environ.setdefault when setting DJANGO_SETTINGS_MODULE in wsgi.py so that other settings modules can be used by setting DJANGO_SETTINGS_MODULE.
The following commit fixed the removed Django `render_to_response` command: https://github.com/DataONEorg/d1_python/commit/b7d36e677cf04ebba7ba418d10f3b8e3a0a05ca7 It's included in git tag 3.5.2, but this change is not present in the 3.5.2 `dataone.gmn` package published on pypi....
The xterm dependency in `requirements.txt` appears to have been removed from pypi on 2024-06-05, causing `pip install -r requirements.txt` to fail. https://dashboard.stablebuild.com/pypi-deleted-packages/pkg/xterm/0.7.3
Upgrade dropbox dependency to 11.36.2 to avoid a dependency metadata issue. Without this fix, `pip install -r requirements.txt` fails in pip >=24.1 with the following error: ``` WARNING: Ignoring version...