Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix docker DB initialization | Stu Tomlinson | 2020-09-25 | 1 | -4/+11 |
| | | | | | | | | | The docker local copies of DB initialization scripts were out of sync with the master copies. Instead of updating local copies, adjust docker compose to reference master copies directly. Also change docker config to use docker volumes instead of mounted directories for all DB data. | ||||
* | enable tests with mssql-backend (#3136) | ChaosKid42 | 2020-04-28 | 1 | -0/+15 |
| | |||||
* | Remove Riak support | Evgeny Khramtsov | 2019-07-18 | 1 | -11/+0 |
| | | | | | | | | | | Reasons: - Riak DB development is almost halted after Basho - riak-erlang-client is abandoned and doesn't work correctly with OTP22 - Riak is slow in comparison to other databases - Missing key ordering makes it impossible to implement range queries efficiently (e.g. MAM queries) | ||||
* | Initial Docker environment to run ejabberd test suite | Mickael Remond | 2019-05-07 | 1 | -0/+48 |