Daniel Hazelbaker
Daniel Hazelbaker
@WernerMairl Can you explain how to make SSL work, since you mention that it already works? My environment is a Linux server with BaGet running in a docker container. In...
Yes, it is. I just verified with a tcpdump trace that Apache is sending along the `X-Forwarded-` headers. I'm just using Apache's standard reverse proxy config: ``` ProxyPass http://localhost:5555/ ProxyPassReverse...
Aha. Okay, based on this I was able to determine that it is honoring the `X-Forwarded-Proto` header - but Apache does not send it by default. When I modified the...
This is what I ended up using to get it to pass through everything I needed. Obviously this isn't the entire config file, but this is the relevant section. ```...
I don't know if this is the exact same problem people are running into in this issue, but we recently diagnosed a problem we were having that I think is...
Yep! So by default all tests in that DLL would use `https://storage.rockrms.com/sampledata/integration-testing/database-develop.zip` as the source data (again cached so it doesn't need to download it every single time). Though I...
@nairdo It looks like this code has been implemented, is that indeed the case?
Okay, sounds good. I'm playing around with a modification that allows the Integration test project to automatically build the "source zip file" rather than it having to be downloaded as...
Okay, so here is a summary of the changes I made on this branch: https://github.com/cabal95/Rock/commit/a64c9d4213a82b8f88b50f4672130b73bb461689 1. The `RockUnitTestSource` setting is no longer used and can be removed. 2. On the...
Our duplicate Finder shows 8,140 rows and comes up in 1.66 seconds (at page size 50). I switched to page size 5,000 for kicks and came up in 1.7 seconds.