| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | sort project apps before merging deps | Tristan Sloughter | 2015-02-19 | 1 | -11/+1 |
* | use project sub-apps with deps in their rebar.config | Tristan Sloughter | 2015-02-17 | 1 | -1/+1 |
* | replace package management with hex.pm | Tristan Sloughter | 2015-02-17 | 1 | -23/+24 |
* | Fix testcases, add multi-app upgrade support | Fred Hebert | 2015-02-11 | 1 | -5/+21 |
* | Refactor install_deps to match 'upgrade' ideas | Fred Hebert | 2015-02-11 | 1 | -52/+61 |
* | More progress on upgrades | Fred Hebert | 2015-02-11 | 1 | -11/+17 |
* | Alternative attempt | Fred Hebert | 2015-02-11 | 1 | -9/+11 |
* | WIP | Fred Hebert | 2015-02-11 | 1 | -1/+1 |
* | package dep names are binary, fix install deps and related tests | Tristan Sloughter | 2015-02-03 | 1 | -1/+1 |
* | Merge pull request #112 from tsloughter/stuff | Fred Hebert | 2015-01-26 | 1 | -0/+4 |
|\ |
|
| * | add warning that dep options like raw are being ignored | Tristan Sloughter | 2015-01-24 | 1 | -1/+2 |
| * | ignore opts list in src dep is it is there | Tristan Sloughter | 2015-01-24 | 1 | -0/+3 |
* | | check locks before locking a dep to not have duplicates | Tristan Sloughter | 2015-01-25 | 1 | -2/+9 |
|/ |
|
* | error message for failing to parse a dep | Tristan Sloughter | 2015-01-21 | 1 | -4/+7 |
* | no skip warning for seen dep that has locked version | Tristan Sloughter | 2015-01-17 | 1 | -2/+9 |
* | don't mark dep as seen before calling handle_dep | Tristan Sloughter | 2015-01-13 | 1 | -1/+1 |
* | don't allow locked transitive dep to override higher level dep | Tristan Sloughter | 2015-01-04 | 1 | -33/+44 |
* | use level in lock file so changes to config don't change outcome of run | Tristan Sloughter | 2015-01-02 | 1 | -1/+1 |
* | overrides working with lock except in case of adding to config after lock | Tristan Sloughter | 2015-01-01 | 1 | -38/+65 |
* | overrides working except for transitive dep inheritance with lock file | Tristan Sloughter | 2014-12-30 | 1 | -22/+34 |
* | update plugin install code | Tristan Sloughter | 2014-12-24 | 1 | -1/+4 |
* | rewrite profiles | Tristan Sloughter | 2014-12-16 | 1 | -57/+51 |
* | Adding pkg deps tests and refactorings | Fred Hebert | 2014-12-16 | 1 | -15/+34 |
* | Merge pull request #49 from rebar/skipped-deps-warnings | Fred Hebert | 2014-12-07 | 1 | -0/+7 |
|\ |
|
| * | Print warning when deps are being skipped. | Fred Hebert | 2014-12-07 | 1 | -0/+7 |
* | | use PRV_ERROR to wrap a provider error in {error, {?MODULE, ...}} | Tristan Sloughter | 2014-12-07 | 1 | -1/+2 |
|/ |
|
* | version in source dep element is no longer used, support leaving it out | Tristan Sloughter | 2014-12-06 | 1 | -4/+8 |
* | only add lock if default profile | Tristan Sloughter | 2014-12-06 | 1 | -5/+10 |
* | don't lose defualt deps when creating current profile | Tristan Sloughter | 2014-12-06 | 1 | -0/+2 |
* | don't use lock file for non-defualt profile deps | Tristan Sloughter | 2014-12-06 | 1 | -6/+7 |
* | output message when starting install_deps provider | Tristan Sloughter | 2014-12-06 | 1 | -0/+1 |
* | Handle cycle errors in provider | Fred Hebert | 2014-12-06 | 1 | -0/+8 |
* | Partial fix to circular deps (#40) | Fred Hebert | 2014-12-06 | 1 | -3/+3 |
* | if already seen dep before don't try handling it again | Tristan Sloughter | 2014-12-05 | 1 | -22/+27 |
* | only read in rebar config and lock of dep if needed | Tristan Sloughter | 2014-12-04 | 1 | -1/+0 |
* | move dir functions from utils to new module rebar_dir | Tristan Sloughter | 2014-12-01 | 1 | -6/+6 |
* | move deps_to_build out of config dict of state | Tristan Sloughter | 2014-12-01 | 1 | -2/+3 |
* | fixes for dialyzer findings | Tristan Sloughter | 2014-11-30 | 1 | -8/+7 |
* | fix handle_deps when no deps are to be fetched | Tristan Sloughter | 2014-11-29 | 1 | -1/+1 |
* | global plugins install to global config directory | Tristan Sloughter | 2014-11-29 | 1 | -2/+3 |
* | fix lock provider to work anytime it is run | Tristan Sloughter | 2014-11-29 | 1 | -60/+84 |
* | wip: profiles | Tristan Sloughter | 2014-11-29 | 1 | -41/+41 |
* | rename functions to be clearer | Tristan Sloughter | 2014-11-22 | 1 | -2/+2 |
* | use digraph topo sort for building | Tristan Sloughter | 2014-11-22 | 1 | -1/+1 |
* | replace rlx_depsolver use with new rebar_digraph | Tristan Sloughter | 2014-11-22 | 1 | -8/+8 |
* | new dep graph working | Tristan Sloughter | 2014-11-22 | 1 | -1/+1 |
* | move back to using format_error/1 | Tristan Sloughter | 2014-11-09 | 1 | -4/+4 |
* | handle throw by relx | Tristan Sloughter | 2014-11-08 | 1 | -2/+2 |
* | warn on bad plugin | Tristan Sloughter | 2014-11-07 | 1 | -1/+7 |
* | add pkg resource | Tristan Sloughter | 2014-11-02 | 1 | -1/+1 |