summaryrefslogtreecommitdiff
path: root/test/rebar_deps_SUITE.erl
Commit message (Expand)AuthorAgeFilesLines
* maybe a bit too exhaustive pattern matching to pass testsPierre Fenoll2019-05-061-4/+7
* Refactor deps command to show lock vs config fileJose M Perez2019-04-011-6/+29
* Make deps command check needs_update for every depJose M Perez2019-03-271-2/+46
* support for hex v2, multiple repository fetching, private organizations (#1884)Tristan Sloughter2018-09-131-68/+62
* Allow top-level apps to take precedence over depsFred Hebert2017-08-051-1/+29
* Properly support package aliasing and alt namesFred Hebert2016-09-271-8/+8
* Merge pull request #1207 from ferd/pkg-local-hash-lockFred Hebert2016-06-221-1/+1
|\
| * Support package hashes in structure and lockfileFred Hebert2016-05-241-1/+1
* | Support ENV config for proxy valuesFred Hebert2016-06-111-1/+72
|/
* Add more hex rules so they don't throw errorsHeinz N. Gies2016-02-221-18/+94
* handle newly added deps to config even when lock is emptyTristan Sloughter2015-09-241-1/+33
* 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