Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyrightarchive/v0.20.83 | James Every | 2020-03-31 | 5 | -7/+17 |
| | |||||
* | Docs for Phoenix controller [ci skip] | James Every | 2020-03-26 | 1 | -0/+11 |
| | |||||
* | Fix race condition in test | James Every | 2020-03-25 | 2 | -3/+3 |
| | | | | | | Ignore expected exits: ** (EXIT from #PID<0.1677.0>) shutdown | ||||
* | Refactor tests to use function | James Every | 2020-03-25 | 2 | -33/+15 |
| | |||||
* | Convert to ports (#5) | James Every | 2020-03-25 | 17 | -117/+502 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove erlexec dependency * feat: async verify worker has started * test: move infinite to script * fix: timeout response * fix: unix compile [Closes #169398412] * feat: allow database patterns as worker param This allows us to expand paths in an application, which is not possible from the configuration file. * OTP 22 compatible with Elixir 1.7-1.10 * Install make on CI server libmagic-dev contains magic.h Fix this error: ** (Mix) Could not compile with "make" (exit status: 2). * Fix make install * Fix plurality * Fix credo warning * Allow multiple error messages OS X and Linux return different errors messages. * Allow named GenServer processes * Types * Disable test broken in ci Works locally, not in CI. test/gen_magic_test.exs:50 ** (EXIT from #PID<0.1672.0>) shutdown | ||||
* | Merge commit '82cea2a0db4af442a3ea89a340e54fcd11cf8180' | James Every | 2019-07-03 | 2 | -1/+18 |
|\ | |||||
| * | test: 10k tests | James Every | 2019-07-03 | 2 | -1/+18 |
| | | |||||
| * | test: makefile | James Every | 2019-07-03 | 1 | -2/+12 |
| | | |||||
| * | chore: format | James Every | 2019-07-03 | 5 | -14/+33 |
| | | |||||
* | | test: makefile | James Every | 2019-07-03 | 1 | -2/+12 |
| | | |||||
* | | chore: format | James Every | 2019-07-03 | 5 | -14/+33 |
|/ | |||||
* | Prototype using erlexec | Evadne Wu | 2019-07-03 | 12 | -0/+492 |