summaryrefslogtreecommitdiff
path: root/test/rebar_deps_SUITE.erl
Commit message (Expand)AuthorAgeFilesLines
* this patch treats pkg and src deps as equals, so level decides winnerTristan Sloughter2015-08-211-1/+1
* Add tests for mixed deps installsFred Hebert2015-08-161-24/+7
* install package deps in same level/profile order as src depsTristan Sloughter2015-08-131-2/+2
* only look for top level apps and those directly under apps/ or lib/Tristan Sloughter2015-07-161-2/+2
* Added version check based on commit https://github.com/ferd/rebar3/commit/74c...CarlosEDP2015-07-041-4/+7
* Refactor tests to init/exec/end. Check OTP version to skip https test on OTP ...CarlosEDP2015-07-031-39/+45
* Added testcases for http and https proxy use.CarlosEDP2015-07-031-1/+58
* check format of config file and print the bad section in the errorTristan Sloughter2015-06-181-1/+1
* basic profile deps testsTristan Sloughter2015-02-221-46/+14
* check for newly added deps in config file that aren't level 0 in the lockTristan Sloughter2015-02-191-4/+40
* use project sub-apps with deps in their rebar.configTristan Sloughter2015-02-171-1/+29
* replace package management with hex.pmTristan Sloughter2015-02-171-62/+187
* Initial `deps` commandFred Hebert2015-02-161-188/+62
* WIPFred Hebert2015-02-111-1/+0
* Fix up programmatic interface to rebar3Fred Hebert2014-12-211-1/+1
* Adding pkg deps tests and refactoringsFred Hebert2014-12-161-26/+95
* Print warning when deps are being skipped.Fred Hebert2014-12-071-13/+64
* Handle cycle errors in providerFred Hebert2014-12-061-2/+2
* Return cycles in deps solverFred Hebert2014-12-061-2/+2
* Partial fix to circular deps (#40)Fred Hebert2014-12-061-9/+26
* Initial tests for dependency resolvingFred Hebert2014-12-041-0/+85