| Commit message (Expand) | Author | Age | Files | Lines |
* | Changes word 'transient' to 'transitive' which is what it is supposed to say | Jimmy Zöger | 2017-09-14 | 1 | -1/+1 |
* | Unicode support in all the places | Fred Hebert | 2017-08-06 | 1 | -6/+6 |
* | Cull default dep names in non-default upgrade | Fred Hebert | 2017-05-19 | 1 | -10/+28 |
* | Allow to upgrade profile-specific dependencies | Fred Hebert | 2017-05-07 | 1 | -7/+21 |
* | Fix typo in help text for upgrade command | Juan Facorro | 2017-03-03 | 1 | -1/+1 |
* | Rework patch to work without accident | Fred Hebert | 2016-06-06 | 1 | -5/+21 |
* | Account for umbrella apps' deps in upgrades | Fred Hebert | 2016-06-04 | 1 | -1/+7 |
* | break up do/1 function in install_deps to make upgrade less confusing | Tristan Sloughter | 2016-02-19 | 1 | -1/+1 |
* | add test to not upgrade unrelated transitive dep during upgrade | Tristan Sloughter | 2015-09-26 | 1 | -1/+1 |
* | only upgrade children and transitive children of dep being upgraded | Tristan Sloughter | 2015-09-26 | 1 | -19/+43 |
* | don't error on upgrade if user removes top level dep | Tristan Sloughter | 2015-08-23 | 1 | -1/+2 |
* | this patch treats pkg and src deps as equals, so level decides winner | Tristan Sloughter | 2015-08-21 | 1 | -2/+1 |
* | track the parent of umbrella app dependencies | Tristan Sloughter | 2015-08-16 | 1 | -7/+10 |
* | upgrade depends on the lock provider and lock prv sets state | Tristan Sloughter | 2015-08-02 | 1 | -14/+10 |
* | only use upgrade on default deps | Tristan Sloughter | 2015-08-01 | 1 | -1/+1 |
* | fix upgrade of newly added pkg dep from scm locked dep | Tristan Sloughter | 2015-07-25 | 1 | -9/+4 |
* | Merge pull request #487 from ferd/fix-provider-bareness | Tristan Sloughter | 2015-05-30 | 1 | -1/+1 |
|\ |
|
| * | fix bareness issues | Fred Hebert | 2015-05-31 | 1 | -1/+1 |
* | | Fix upgrade of atom-only packages | Fred Hebert | 2015-05-28 | 1 | -6/+15 |
|/ |
|
* | on upgrade of git branch check against remote | Tristan Sloughter | 2015-05-03 | 1 | -1/+0 |
* | handle transitive deps being promoted | Fred Hebert | 2015-04-24 | 1 | -11/+20 |
* | use PRV_ERROR for formattable errors | Fred Hebert | 2015-03-16 | 1 | -3/+4 |
* | Warnings for Deletions and friendly errors | Fred Hebert | 2015-02-12 | 1 | -10/+28 |
* | Support multiple app upgrade & lock tests | Fred Hebert | 2015-02-11 | 1 | -19/+19 |
* | Fix testcases, add multi-app upgrade support | Fred Hebert | 2015-02-11 | 1 | -17/+54 |
* | More progress on upgrades | Fred Hebert | 2015-02-11 | 1 | -2/+2 |
* | Partial work + Failing tests | Fred Hebert | 2015-02-11 | 1 | -1/+1 |
* | Alternative attempt | Fred Hebert | 2015-02-11 | 1 | -25/+25 |
* | WIP | Fred Hebert | 2015-02-11 | 1 | -14/+34 |
* | fixes for dialyzer findings | Tristan Sloughter | 2014-11-30 | 1 | -3/+7 |
* | move back to using format_error/1 | Tristan Sloughter | 2014-11-09 | 1 | -4/+4 |
* | cleanup upgrade package | Tristan Sloughter | 2014-11-02 | 1 | -10/+5 |
* | wip: upgrade pkg deps | Tristan Sloughter | 2014-11-02 | 1 | -1/+5 |
* | add format_error/2 provider callback to providers | Tristan Sloughter | 2014-10-22 | 1 | -1/+6 |
* | split options up by task | Tristan Sloughter | 2014-10-10 | 1 | -23/+24 |
* | move providers to separate app | Tristan Sloughter | 2014-10-03 | 1 | -9/+9 |
* | add upgrade provider | Tristan Sloughter | 2014-09-28 | 1 | -0/+49 |