Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #487 from ferd/fix-provider-bareness | Tristan Sloughter | 2015-05-30 | 1 | -1/+1 |
|\ | | | | | fix bareness issues | ||||
| * | fix bareness issues | Fred Hebert | 2015-05-31 | 1 | -1/+1 |
| | | | | | | | | | | | | - Crashes in providers lib when no providers in a namespace are bare - Making sure bareness matches semantics; i.e. a bare provider is visible, a non-bare provider is hidden. | ||||
* | | Fix upgrade of atom-only packages | Fred Hebert | 2015-05-28 | 1 | -6/+15 |
|/ | | | | they would always be left unfound otherwise. | ||||
* | 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 |
| | | | | Also expose it in rebar_api | ||||
* | Warnings for Deletions and friendly errors | Fred Hebert | 2015-02-12 | 1 | -10/+28 |
| | | | | | | | | | Apps that are no longer used are not automatically deleted, but we tell users it can be done. This is safer while we're not sure of the correctness of these messages. Error messages are added for transient dependencies and dependencies not found. | ||||
* | Support multiple app upgrade & lock tests | Fred Hebert | 2015-02-11 | 1 | -19/+19 |
| | | | | | | - Many apps is supported through and through - Not mentioning any app upgrades all apps - Locks are refreshed on disk and tested as such after an upgrade | ||||
* | Fix testcases, add multi-app upgrade support | Fred Hebert | 2015-02-11 | 1 | -17/+54 |
| | | | | | | | | todo: - relock stuff - default to all apps needing upgrade - more tests? - pkgs? | ||||
* | More progress on upgrades | Fred Hebert | 2015-02-11 | 1 | -2/+2 |
| | | | | | | Only the most complex case is failing, where cross-dependencies would need to be refetched as an update clears an app of its dependencies and a different subtree should override it. | ||||
* | Partial work + Failing tests | Fred Hebert | 2015-02-11 | 1 | -1/+1 |
| | | | | | The problem with the current effort is handling of transitive dependency upgrades and possible values. | ||||
* | Alternative attempt | Fred Hebert | 2015-02-11 | 1 | -25/+25 |
| | |||||
* | WIP | Fred Hebert | 2015-02-11 | 1 | -14/+34 |
| | | | | | | Test that all the correct locks are set for an upgrade run. Now to actually re-run the install deps and prove it works | ||||
* | 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 |