| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | deduplicate parts of package and source dep handling | Tristan Sloughter | 2015-06-21 | 1 | -31/+9 |
* | overrides working for pkg deps | Tristan Sloughter | 2015-06-21 | 1 | -5/+12 |
* | plugins provider | Tristan Sloughter | 2015-06-18 | 1 | -20/+27 |
* | add config option artifacts | Tristan Sloughter | 2015-06-02 | 1 | -1/+2 |
* | 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 |
* | | store plugin providers in app_info's state for deps | Tristan Sloughter | 2015-05-28 | 1 | -7/+24 |
* | | fix for plugin installation and code paths | Tristan Sloughter | 2015-05-27 | 1 | -7/+10 |
|/ |
|
* | add additional comments | Tristan Sloughter | 2015-05-22 | 1 | -0/+3 |
* | fix storing of pkg and src deps in app_info | Tristan Sloughter | 2015-05-22 | 1 | -4/+2 |
* | read in app information after fetch so we have the deps | Tristan Sloughter | 2015-05-22 | 1 | -3/+4 |
* | only update, when not in explicit upgrade, locks if out of date | Tristan Sloughter | 2015-05-21 | 1 | -41/+52 |
* | parsing deps of a dep should be done at the dep's level + 1 | Tristan Sloughter | 2015-05-21 | 1 | -1/+1 |
* | always upgrade if needs_update is true | Tristan Sloughter | 2015-05-21 | 1 | -7/+9 |
* | install plugins from the global config to ~/.cache/plugins | Tristan Sloughter | 2015-05-17 | 1 | -2/+1 |
* | don't print skip message if dep is locked for pkgs as well | Tristan Sloughter | 2015-05-12 | 1 | -7/+10 |
* | verify checksums of hex packages | Tristan Sloughter | 2015-05-12 | 1 | -8/+8 |
* | Further restricting skipped deps warnings | Fred Hebert | 2015-05-10 | 1 | -5/+4 |
* | improve log messages on upgrades | Tristan Sloughter | 2015-05-09 | 1 | -3/+5 |
* | check registry for missing package that may exist for mix | Tristan Sloughter | 2015-05-09 | 1 | -3/+10 |
* | handle missing package in registry by skipping | Tristan Sloughter | 2015-05-04 | 1 | -1/+1 |
* | don't load package registry unless there are pkg deps to solve | Tristan Sloughter | 2015-04-28 | 1 | -13/+22 |
* | Merge pull request #371 from tsloughter/fetch_app_details | Tristan Sloughter | 2015-04-25 | 1 | -1/+10 |
|\ |
|
| * | read in application details into app_info after fetch | Tristan Sloughter | 2015-04-24 | 1 | -1/+10 |
* | | Avoid topsorting deps twice | Fred Hebert | 2015-04-25 | 1 | -16/+6 |
|/ |
|
* | fix tracking of all profiles dep paths | Tristan Sloughter | 2015-04-22 | 1 | -2/+2 |
* | Merge pull request #354 from tsloughter/track_code_path | Tristan Sloughter | 2015-04-22 | 1 | -3/+3 |
|\ |
|
| * | track and cleanup code paths for different contexts | Tristan Sloughter | 2015-04-21 | 1 | -3/+3 |
* | | Symlink existing default deps when in new profile | Fred Hebert | 2015-04-22 | 1 | -8/+15 |
|/ |
|
* | add to end of code path not the beginning in handle_deps | Tristan Sloughter | 2015-04-18 | 1 | -1/+1 |
* | Default deps always to the default profile | Fred Hebert | 2015-04-17 | 1 | -23/+58 |
* | 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 |