summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Port elixir proxyauth tests from js to elixir (#2660)Juanjo Rodriguez2020-03-161-1/+4
* Fix Windows build (#2534)3.0.0-RC1Joan Touzet2020-02-081-4/+1
* Makefile parity; remove [un]install tgts (#2512)Joan Touzet2020-02-061-20/+4
* Stop propagating RC tags into dist archive (#2506)Joan Touzet2020-01-311-5/+17
* python-black style cleanup (#2505)Joan Touzet2020-01-311-2/+2
* Remove EUnit retries on failureNick Vatamaniuc2020-01-091-10/+1
* Generate test results on build failuresPaul J. Davis2020-01-091-0/+6
* feat: remove couchup (#2399)Jan Lehnardt2020-01-071-2/+2
* Multi/elixir 3 (#2394)Jan Lehnardt2020-01-041-35/+2
* Port erlang views tests into elixir test suite (#2237)Juanjo Rodriguez2020-01-041-1/+1
* Refuse startup with no server admin set up (#2389)Jan Lehnardt2020-01-041-1/+8
* All databases now admin-only by defaultadmin-only-by-defaultRobert Newson2019-12-181-7/+9
* Switch make elixir to use n = 1Garren Smith2019-12-161-1/+1
* Integrate excoverals into test stackILYA Khlopotov2019-12-121-1/+1
* Make sure we fetch test dependenciesILYA Khlopotov2019-12-121-1/+2
* Set autoupdate:false during update=false mango test (#2314)Adam Kocoloski2019-11-161-1/+1
* Ensure EUnit inherits appropriate env varsAdam Kocoloski2019-08-161-2/+2
* Avoid shebang length limits on jenkinsAdam Kocoloski2019-08-081-2/+2
* Fix bash-ism in EUnit retry logicNick Vatamaniuc2019-08-061-1/+1
* Retry EUnit tests on failureNick Vatamaniuc2019-07-291-2/+12
* Unify runners for unit and integration testsILYA Khlopotov2019-07-291-15/+14
* Minimal ExUnit setupILYA Khlopotov2019-07-291-2/+16
* Skip running PropEr's own unit testsNick Vatamaniuc2019-03-261-1/+1
* Warn people to edit both Makefiles. (#1952)Joan Touzet2019-02-281-0/+4
* Fail make eunit upon eunit app suite failurefail-make-on-eunit-failureRussell Branca2019-02-271-1/+1
* Fix elixir tests and add back to make check (#1918)garren smith2019-02-151-0/+1
* remove elixir tests from 'make check' until they are reliableRobert Newson2019-02-061-1/+0
* run formatting check before time-consuming testsRobert Newson2019-02-061-1/+1
* Force mix rebar/hex/deps get on make elixir (#1894)Joan Touzet2019-02-051-2/+6
* Run each apps test in a separate processRobert Newson2019-02-011-3/+10
* add elixir tests to travisGarren Smith2019-01-311-0/+1
* Migrate cluster with(out) quorum js tests as elixir tests (#1812)Juanjo Rodriguez2018-12-191-1/+13
* Support specifying individual Elixir tests to runILYA Khlopotov2018-12-071-1/+7
* Add Credo to Elixir test suite (#1769)Alessio Biancalana2018-12-071-1/+7
* Format and check all code using python black (#1776)Joan Touzet2018-12-061-3/+26
* Use devclean on elixir target for consistency of Makefile (#1785)Eric Avdey2018-11-301-2/+1
* Merge branch 'master' into mix-formatJoan Touzet2018-11-271-1/+4
|\
| * Don't use activate script; Windows fixesswitch-scripts-to-python3Joan Touzet2018-11-271-4/+3
| * Run mango tests with Python 3Nick Vatamaniuc2018-11-261-1/+5
* | Add elixir-check-formatted make taskIvan Mironov2018-11-271-1/+5
|/
* Set query server env variable in Makefile for isolated eunit tests (#1747)Eric Avdey2018-11-191-0/+1
* Improve Mango test harness, add Windows compat (#1733)Joan Touzet2018-11-131-4/+1
* Merge branch 'master' into elixir-suiteJan Lehnardt2018-09-201-9/+42
|\
| * Fixed use of find ... -printf "%f" on Mac OS by replacing it with -exec basenameSergey Shevelev2018-08-041-2/+2
| * Improve detection of git tags/dirty statusJoan Touzet2018-07-171-7/+34
| * Report git sha on welcome requestJan Lehnardt2018-07-171-2/+4
| * build: release candidate tarball should have -RCxDave Cottlehuber2018-07-141-3/+7
| * build: ease pattern matching to be less pedantic about RCDave Cottlehuber2018-07-141-1/+1
* | Integrate Elixir suite with `make`Paul J. Davis2018-06-221-0/+5
|/
* Allow custom compile options with env variableEric Avdey2018-06-141-1/+1