Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cache rebar2 deps/ dir in Travis for a 10% speedup approx. | Badlop | 2021-03-19 | 1 | -0/+5 |
| | |||||
* | Use the mysql service available in Travis | Badlop | 2021-02-02 | 1 | -14/+1 |
| | | | | | | Xenial in Travis nowadays includes mysql 5.7 Reverted "Let Travis grab MySQL 5.6 from repo.mysql.com" Reverted "Use static key for mysql repo" and related ones | ||||
* | Test against newest 23.1.2, and remove useless intermediate 22.3 | Badlop | 2021-02-02 | 1 | -2/+1 |
| | |||||
* | Add default values so Travis config validation stops warning | Badlop | 2020-06-08 | 1 | -0/+4 |
| | |||||
* | Travis renamed redis-server to redis apparently | Badlop | 2020-06-08 | 1 | -1/+1 |
| | |||||
* | Test 23.0 version | Badlop | 2020-06-01 | 1 | -0/+1 |
| | |||||
* | Travis CI: Test against Erlang/OTP 22.3 | Holger Weiss | 2020-04-19 | 1 | -1/+1 |
| | |||||
* | Travis CI: Test against Erlang/OTP 22.2 | Holger Weiss | 2020-01-05 | 1 | -1/+1 |
| | |||||
* | Check if error.log is empty after running test suite | Evgeny Khramtsov | 2019-11-08 | 1 | -0/+1 |
| | |||||
* | Add missing quote | Evgeny Khramtsov | 2019-10-31 | 1 | -1/+1 |
| | |||||
* | Grant all privileges on all sequences for PostgreSQL in tests | Evgeny Khramtsov | 2019-10-31 | 1 | -0/+1 |
| | |||||
* | TravisCI: test against Erlang/OTP 19.3 | Evgeny Khramtsov | 2019-10-25 | 1 | -1/+1 |
| | |||||
* | Replace lager with built-in new logging API | Evgeny Khramtsov | 2019-10-18 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | This change requires Erlang/OTP-21.0 or higher. The commit also deprecates the following options: - log_rotate_date - log_rate_limit Furthermore, these options have no effect. The logger now fully relies on log_rotate_size, that cannot be 0 anymore. The loglevel option now accepts levels in literal formats. Those are: none, emergency, alert, critical, error, warning, notice, info, debug. Old integer values (0-5) are still supported and automatically converted into literal format. | ||||
* | Remove Riak support | Evgeny Khramtsov | 2019-07-18 | 1 | -1/+1 |
| | | | | | | | | | | 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) | ||||
* | Change Travis OTP platform from 19.1 to 19.3 | Evgeny Khramtsov | 2019-06-22 | 1 | -1/+1 |
| | | | | Seems like Travis has problems with OTPs below 19.3 | ||||
* | Disable Elixir in Travis tests | Evgeny Khramtsov | 2019-06-22 | 1 | -1/+1 |
| | |||||
* | Add PostgreSQL to Travis services | Evgeny Khramtsov | 2019-06-15 | 1 | -0/+1 |
| | |||||
* | Travis CI: Ensure MySQL is started | Holger Weiss | 2019-06-14 | 1 | -0/+1 |
| | | | | | It seems MySQL isn't always fully started before 'mysql_upgrade' is called. | ||||
* | Check hooks correctness in Travis CI | Evgeny Khramtsov | 2019-05-15 | 1 | -0/+1 |
| | |||||
* | Bump required Erlang/OTP version to 19.1 | Holger Weiss | 2019-02-28 | 1 | -1/+1 |
| | | | | | Since 538f35d05a9bb25f24b30ea43b07a36cfc043e12, Erlang/OTP 19.1 is required. | ||||
* | Travis CI: Bump Erlang/OTP 21.x version | Holger Weiss | 2018-12-22 | 1 | -1/+1 |
| | |||||
* | Another attempt for db access on travis | Paweł Chmielowski | 2018-11-19 | 1 | -0/+1 |
| | |||||
* | Third time's the charm? Let load scheme before changing permissions | Paweł Chmielowski | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Fix command for loading pgsql schema | Paweł Chmielowski | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Try to load db schemas externally on travis | Paweł Chmielowski | 2018-11-19 | 1 | -0/+2 |
| | |||||
* | Replace dict with maps | Evgeny Khramtsov | 2018-11-15 | 1 | -3/+3 |
| | | | | This will improve performance and memory consumptions of large MUCs | ||||
* | Another try to fix travis | Paweł Chmielowski | 2018-01-31 | 1 | -3/+3 |
| | |||||
* | Properly escape string in travis config | Paweł Chmielowski | 2018-01-31 | 1 | -1/+1 |
| | |||||
* | Print something when doing tests in travis, as not doing that get us killed | Paweł Chmielowski | 2018-01-31 | 1 | -2/+4 |
| | |||||
* | Don't run tests in verbose mode on travis | Paweł Chmielowski | 2018-01-31 | 1 | -1/+1 |
| | |||||
* | Disable riak in travis | Paweł Chmielowski | 2018-01-30 | 1 | -13/+1 |
| | |||||
* | Switch riak backend to leveldb on travis | Paweł Chmielowski | 2017-11-17 | 1 | -0/+2 |
| | |||||
* | Pre-install libgd and libwebp | Evgeniy Khramtsov | 2017-09-25 | 1 | -1/+1 |
| | |||||
* | Remove OTP20 from Travis tests for now | Evgeniy Khramtsov | 2017-09-25 | 1 | -1/+0 |
| | |||||
* | Add OTP 20.0 to Travis testsing platforms | Evgeniy Khramtsov | 2017-08-17 | 1 | -0/+1 |
| | |||||
* | Travis CI: Update MySQL package | Holger Weiss | 2017-04-11 | 1 | -1/+2 |
| | | | | The "mysql-server-5.6" package is no longer available. | ||||
* | Revert "Bump OTP version to 19.3 in Travis config" | Evgeniy Khramtsov | 2017-03-20 | 1 | -1/+1 |
| | | | | This reverts commit 7113f2b8ba73f4f565dd1ce6c482c9f03d2b0858. | ||||
* | Bump OTP version to 19.3 in Travis config | Evgeniy Khramtsov | 2017-03-20 | 1 | -1/+1 |
| | |||||
* | Change OTP version from 19.1 to 19.2 in travis config | Evgeniy Khramtsov | 2017-01-24 | 1 | -1/+1 |
| | |||||
* | Add OTP 19.1 to Travis' testing platforms | Evgeniy Khramtsov | 2016-11-22 | 1 | -0/+1 |
| | |||||
* | Use erlang 18.3 in travis tests | Paweł Chmielowski | 2016-04-18 | 1 | -1/+1 |
| | |||||
* | Log Elixir test result for investigation and include this log file in travis ↵ | Mickael Remond | 2016-04-06 | 1 | -0/+1 |
| | | | | for troubleshooting failed tests | ||||
* | Travis CI: Cosmetic changes to Riak setup commands | Holger Weiss | 2016-03-30 | 1 | -5/+4 |
| | |||||
* | Travis CI: Revert to checking for skipped tests | Holger Weiss | 2016-03-30 | 1 | -2/+1 |
| | | | | | Now that the issues with running Riak on Travis are solved, we can check for skipped test cases again. | ||||
* | Enable Riak test suite on Travis-CI | Mickael Remond | 2016-03-23 | 1 | -6/+6 |
| | |||||
* | Fix a typo in travis.yml | Evgeniy Khramtsov | 2016-03-22 | 1 | -1/+1 |
| | |||||
* | Tell Travis not to fail if some tests are skipped | Evgeniy Khramtsov | 2016-03-22 | 1 | -1/+2 |
| | |||||
* | Disable Riak test on Travis as they are too unpredictable on Travis | Mickael Remond | 2016-03-21 | 1 | -1/+9 |
| | | | | For now, we are running them on local Jenkins | ||||
* | Elixir test suite is already run with global CT run command | Mickael Remond | 2016-03-21 | 1 | -1/+0 |
| | |||||
* | We do not have C code to cover, they are in dependencies. | Mickael Remond | 2016-03-21 | 1 | -3/+2 |
| |