Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor refactors | Fred Hebert | 2015-07-02 | 1 | -23/+37 |
| | |||||
* | wip: deps install refactor | Fred Hebert | 2015-07-02 | 1 | -93/+75 |
| | |||||
* | expand plugins for profile after applying profiles | Tristan Sloughter | 2015-06-26 | 1 | -4/+3 |
| | |||||
* | 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 | ||||
| * | 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. | ||||
* | | 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 | ||||
| * | 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 |
|/ | | | | They can be culled and reused in one sort pass. | ||||
* | 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 code path | ||||
| * | 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 |
|/ | | | | Should fix #360 | ||||
* | 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 |
| | | | | | | | | | | | | | | | | When fetching dependencies for the first time using a profile (`rebar3 as prod release` or `rebar3 ct`), the dependencies get fetched into the non-default profile. This has two consequences: - the files get re-downloaded on follow-up runs - the lock file includes incomplete or too many deps in its list This patch forces dependencies in the default profile to be stored in _build/default/lib even when running under other profiles, then symlinks them to the correct one. This makes it so common dependencies in 'default' be downloaded there and avoids re-downloading them. Should also fix the lock issues. | ||||
* | 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 some dialyzer warnings | ||||
| * | 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 |
| | | | | | | | | The option {deps_error_on_conflict, true} will make it so conflicts in deps being fetched interrupts the operation rather than just display a warning. Defaults to `false'. | ||||
* | 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 |
| |