aboutsummaryrefslogtreecommitdiff
path: root/common/test
AgeCommit message (Collapse)Author
2020-03-30Rename the typing server to EDU server (#948)Kegsay
* Blunt move and sed rename * Rename common/ refs to typing * Rename internal stuff in eduserver * Rename docs and scripts * Rename constants/filenames, goimports everything to re-order imports
2020-02-11Fix AppService bind addrs in test (#805)aditsachde
Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2019-10-04Add AppService to test config and bind addrs (#800)Andrew Morgan
Because our unit tests are often forgotten about :/
2019-10-02patch dendrite microservices with bind config (#795)aditsachde
This PR adds a block in the dendrite config for the services to bind to. The microservices should bind to the addresses in the bind block, and will be contacted at the address in the listen block. This fixes an issue with the microservices and kubernetes services.
2019-06-19Fix pipeline, emoji and syntax (#713)Andrew Morgan
Fixes #697 Switched to golangci-lint, fixes issues with buildkite and does some linting fixes to appease the new linters.
2019-05-21use go module for dependencies (#594)ruben