| Commit message (Expand) | Author | Age | Files | Lines |
* | fix bug on foundapp could have bad match | Tristan Sloughter | 2015-04-11 | 1 | -4/+4 |
* | store registry fetched from disk in state | Tristan Sloughter | 2015-04-11 | 1 | -2/+3 |
* | support single atoms for pkg deps, fetch highest version available | Tristan Sloughter | 2015-04-11 | 1 | -18/+37 |
* | install each deps plugins after handling dep, instead of at the end | Tristan Sloughter | 2015-04-05 | 1 | -7/+7 |
* | move resource modules list to rebar_state, no longer static | Tristan Sloughter | 2015-04-04 | 1 | -3/+3 |
* | install dep plugins & run provider hooks the same as shell hooks | Tristan Sloughter | 2015-04-04 | 1 | -1/+4 |
* | Merge pull request #283 from fishcakez/dial_warns | Fred Hebert | 2015-03-25 | 1 | -2/+2 |
|\ |
|
| * | Fix dialyzer warnings | James Fish | 2015-03-18 | 1 | -2/+2 |
* | | treat _checkouts as deps that are always compiled | Tristan Sloughter | 2015-03-21 | 1 | -33/+63 |
|/ |
|
* | include all pkg deps in list of deps returned from update | Tristan Sloughter | 2015-03-17 | 1 | -7/+2 |
* | handle bad package version with error message | Tristan Sloughter | 2015-03-16 | 1 | -1/+3 |
* | Implement deps conflicts as errors | Fred Hebert | 2015-03-15 | 1 | -9/+17 |
* | fix code path update for deps | Tristan Sloughter | 2015-03-06 | 1 | -0/+2 |
* | use same symlink or copy function for deps links | Tristan Sloughter | 2015-02-28 | 1 | -1/+1 |
* | make base_dir for a run include the profiles in path, link to shared deps | Tristan Sloughter | 2015-02-28 | 1 | -1/+13 |
* | remove old info function from install_deps, it is a bare provider | Tristan Sloughter | 2015-02-25 | 1 | -35/+2 |
* | Add tests and fixes for packages upgrades | Fred Hebert | 2015-02-23 | 1 | -4/+8 |
* | consolidate app validation and exist checks | Tristan Sloughter | 2015-02-22 | 1 | -16/+3 |
* | Reindent multiline assignment | Fred Hebert | 2015-02-22 | 1 | -11/+11 |
* | Pass in newer state reference | Fred Hebert | 2015-02-22 | 1 | -2/+1 |
* | Refactor install deps | Fred Hebert | 2015-02-22 | 1 | -118/+132 |
* | 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 |