Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-04-22 | Fix mypy check fail | Andrew Morgan | 1 | -3/+1 | |
2021-04-16 | Fix old-style uses of self.make_request in dinum test code | Andrew Morgan | 8 | -73/+43 | |
2021-04-16 | lint | Andrew Morgan | 3 | -24/+8 | |
2021-03-23 | Port "Allow providing credentials to HTTPS_PROXY (#9657)" from mainline (#95) | Andrew Morgan | 4 | -34/+183 | |
* Allow providing credentials to HTTPS_PROXY (#9657) Addresses https://github.com/matrix-org/synapse-dinsic/issues/70 This PR causes `ProxyAgent` to attempt to extract credentials from an `HTTPS_PROXY` env var. If credentials are found, a `Proxy-Authorization` header ([details](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Proxy-Authorization)) is sent to the proxy server to authenticate against it. The headers are *not* passed to the remote server. Also added some type hints. * lint | |||||
2021-03-23 | Stabilise all knock-related unstable identifiers that would be in state (#96) | Andrew Morgan | 2 | -5/+10 | |
2021-03-22 | Port "Add support for no_proxy and case insensitive env variables" from ↵ | Andrew Morgan | 48 | -154/+398 | |
mainline to dinsic (#93) This PR is simply porting https://github.com/matrix-org/synapse/pull/9372 to dinsic. I also had to bring in https://github.com/matrix-org/synapse/pull/8821 and https://github.com/matrix-org/synapse/pull/9084 for this code to work properly - a sign that we should merge mainline into dinsic again soon. | |||||
2021-03-19 | Remove extraneous print (#94) | Andrew Morgan | 1 | -1/+0 | |
2021-03-19 | Fix the pipeline to use knock v7 Complement branch (#92) | Andrew Morgan | 1 | -3/+3 | |
2021-03-19 | Cap mypy tests at twisted==20.3.0 (#90) | Andrew Morgan | 1 | -0/+3 | |