Shane St Savage
Shane St Savage
Confirmed, I still see the workspace-resolved artifact unpack issue mentioned above with version 0.0.4.201409291703. The error doesn't disappear after running `Maven | Update project...`. ``` org.apache.maven.plugin.MojoExecutionException: Artifact has not been...
I've seen a lot of people having trouble with this issue, mostly in the `maven-dependency-plugin` JIRA and in StackOverflow questions. Seems like it's worth another push to try to get...
This PR was created mainly to inform discussion on how Axiom handles adding junit tests to the existing upstream ERDDAP codebase with minimal modifications: stage the build assets in a...
Closing this PR as it was meant to demonstrate one possible approach for minimal refactoring to accommodate test classes. jUnit tests were added starting mostly in https://github.com/ERDDAP/erddap/pull/142. Approaches in this...
+1, my vote would be a boolean setting to enable ERDDAP to use the values of `X-Forwarded-Host`, `X-Forwarded-Port`, and `X-Forwarded-Proto` to build response URLs, fall back to the `Host` header...
Ah, I'd forgotten about our friend `RemoteIPValve`. We could pretty easily add it into server.xml in the the docker-erddap image here: https://github.com/axiom-data-science/docker-erddap/blob/main/update-server-xml.sh Re: the context path, while I like the...
Ah, right, another reason to keep `setup.xml` flat is that we'll want to have all the settings assignable via `ERDDAP_` environment variables, so maybe ``, ``, etc which map to...
All great points! It would be wonderful to be able to use the extensive effort that you put into the existing custom tests in a standard framework. Totally agree that...
Thanks for taking a look. Filesystem is ext4 mounted as a Docker volume. `/tmp/loki/chunks` is definitely large: 606M directory, 5.5 million chunk files, 227 million file system blocks. ``` /tmp/loki...