| Commit message (Expand) | Author | Age | Files | Lines |
* | support for hex v2, multiple repository fetching, private organizations (#1884) | Tristan Sloughter | 2018-09-13 | 1 | -68/+62 |
* | Allow top-level apps to take precedence over deps | Fred Hebert | 2017-08-05 | 1 | -1/+29 |
* | Properly support package aliasing and alt names | Fred Hebert | 2016-09-27 | 1 | -8/+8 |
* | Merge pull request #1207 from ferd/pkg-local-hash-lock | Fred Hebert | 2016-06-22 | 1 | -1/+1 |
|\ |
|
| * | Support package hashes in structure and lockfile | Fred Hebert | 2016-05-24 | 1 | -1/+1 |
* | | Support ENV config for proxy values | Fred Hebert | 2016-06-11 | 1 | -1/+72 |
|/ |
|
* | Add more hex rules so they don't throw errors | Heinz N. Gies | 2016-02-22 | 1 | -18/+94 |
* | handle newly added deps to config even when lock is empty | Tristan Sloughter | 2015-09-24 | 1 | -1/+33 |
* | this patch treats pkg and src deps as equals, so level decides winner | Tristan Sloughter | 2015-08-21 | 1 | -1/+1 |
* | Add tests for mixed deps installs | Fred Hebert | 2015-08-16 | 1 | -24/+7 |
* | install package deps in same level/profile order as src deps | Tristan Sloughter | 2015-08-13 | 1 | -2/+2 |
* | only look for top level apps and those directly under apps/ or lib/ | Tristan Sloughter | 2015-07-16 | 1 | -2/+2 |
* | Added version check based on commit https://github.com/ferd/rebar3/commit/74c... | CarlosEDP | 2015-07-04 | 1 | -4/+7 |
* | Refactor tests to init/exec/end. Check OTP version to skip https test on OTP ... | CarlosEDP | 2015-07-03 | 1 | -39/+45 |
* | Added testcases for http and https proxy use. | CarlosEDP | 2015-07-03 | 1 | -1/+58 |
* | check format of config file and print the bad section in the error | Tristan Sloughter | 2015-06-18 | 1 | -1/+1 |
* | basic profile deps tests | Tristan Sloughter | 2015-02-22 | 1 | -46/+14 |
* | check for newly added deps in config file that aren't level 0 in the lock | Tristan Sloughter | 2015-02-19 | 1 | -4/+40 |
* | use project sub-apps with deps in their rebar.config | Tristan Sloughter | 2015-02-17 | 1 | -1/+29 |
* | replace package management with hex.pm | Tristan Sloughter | 2015-02-17 | 1 | -62/+187 |
* | Initial `deps` command | Fred Hebert | 2015-02-16 | 1 | -188/+62 |
* | WIP | Fred Hebert | 2015-02-11 | 1 | -1/+0 |
* | Fix up programmatic interface to rebar3 | Fred Hebert | 2014-12-21 | 1 | -1/+1 |
* | Adding pkg deps tests and refactorings | Fred Hebert | 2014-12-16 | 1 | -26/+95 |
* | Print warning when deps are being skipped. | Fred Hebert | 2014-12-07 | 1 | -13/+64 |
* | Handle cycle errors in provider | Fred Hebert | 2014-12-06 | 1 | -2/+2 |
* | Return cycles in deps solver | Fred Hebert | 2014-12-06 | 1 | -2/+2 |
* | Partial fix to circular deps (#40) | Fred Hebert | 2014-12-06 | 1 | -9/+26 |
* | Initial tests for dependency resolving | Fred Hebert | 2014-12-04 | 1 | -0/+85 |