summaryrefslogtreecommitdiff
path: root/src/rebar_prv_install_deps.erl
Commit message (Collapse)AuthorAgeFilesLines
* include source the app is being ugpraded to, like with fetching, in infoTristan Sloughter2015-09-201-1/+1
|
* fix dialyzer warningsTristan Sloughter2015-09-091-1/+1
|
* hooks/artifacts are always run/resolved from an app unless at top of umbrellaTristan Sloughter2015-09-061-1/+1
|
* move otp version verification to a single app_info functionTristan Sloughter2015-09-011-2/+2
|
* remove overrides element from state recordTristan Sloughter2015-09-011-2/+2
|
* more cleanupTristan Sloughter2015-08-311-5/+6
|
* fixes for overrides of depsTristan Sloughter2015-08-311-4/+3
|
* update use of hooks and plugins with state in app_infoTristan Sloughter2015-08-311-3/+3
|
* build on already created AppInfo instead of having to do copyTristan Sloughter2015-08-311-33/+10
|
* remove state record from app_info recordTristan Sloughter2015-08-311-3/+3
|
* wip: move state into app_infoTristan Sloughter2015-08-311-16/+17
|
* Merge pull request #748 from tsloughter/pkg_attributeFred Hebert2015-08-271-16/+10
|\ | | | | support pkg attribute on dep to declare package name different from app name
| * simplify package dep parsing and handlingTristan Sloughter2015-08-251-16/+10
| |
| * support pkg attribute on dep to declare package name different from app nameTristan Sloughter2015-08-231-2/+2
| |
* | add error message for dependency that doesn't contain single app dirTristan Sloughter2015-08-231-10/+16
|/
* improve error messages for packages by checking its existance before fetchingTristan Sloughter2015-08-231-0/+2
|
* replace use of dict of packages and registry with single ets tableTristan Sloughter2015-08-211-23/+16
|
* this patch treats pkg and src deps as equals, so level decides winnerTristan Sloughter2015-08-211-310/+85
| | | | | | | | Instead fetching and resolving src deps (which could depend on pkg deps) and then pkg deps this patch combines the two into a single set of iterations by level. The only difference between src and pkg deps in this new install_deps is how their deps list is found -- from the config or lock file for src deps and from the neighbors of the vertex for pkg.
* fix leaking hex_registry tablepvmart2015-08-191-2/+3
|
* properly update locks for deps and ignore skip messages for locksTristan Sloughter2015-08-171-29/+16
|
* remove commented out codeTristan Sloughter2015-08-171-3/+0
|
* use correct rebar_state for a dep, not the top level stateTristan Sloughter2015-08-161-10/+1
|
* handle new tests for mix package types (git/pkg)Tristan Sloughter2015-08-161-2/+5
|
* track the parent of umbrella app dependenciesTristan Sloughter2015-08-161-5/+17
|
* track parent app of deps and add tree provider to display the relationsTristan Sloughter2015-08-151-48/+63
|
* install package deps in same level/profile order as src depsTristan Sloughter2015-08-131-45/+40
|
* fix dialyzer warnings, except 'no local return' warningsTristan Sloughter2015-08-081-23/+9
|
* add tree option to deps command that prints pkg deps treeTristan Sloughter2015-08-031-2/+2
|
* keep correct Level for pkg deps of scm depsTristan Sloughter2015-08-011-8/+9
|
* Merge pull request #655 from pvmart/masterTristan Sloughter2015-07-261-3/+0
|\ | | | | Fix duplicate function clause in rebar_prv_install_deps:parse_dep/5
| * Fix duplicate function clause in rebar_prv_install_deps:parse_dep/5pvmart2015-07-261-3/+0
| |
* | add support for old format otp versionsTristan Sloughter2015-07-251-0/+3
|/
* Tidy up "Linking.." messages during compileRichard Jones2015-07-221-5/+17
| | | | | | | | | | | | Linking message will only be printed the first time the link or copy actually happens. Note: rebar_file_utils:symlink_or_copy will now return 'exists' instead of ok, if it did nothing because the link exists. Nothing was checking the return value yet, so seemed reasonable.
* do not install profile deps of depsTristan Sloughter2015-07-181-1/+1
|
* pass failing upgrade case where levels are increasedTristan Sloughter2015-07-081-29/+16
|
* Minor refactorsFred Hebert2015-07-021-23/+37
|
* wip: deps install refactorFred Hebert2015-07-021-93/+75
|
* expand plugins for profile after applying profilesTristan Sloughter2015-06-261-4/+3
|
* deduplicate parts of package and source dep handlingTristan Sloughter2015-06-211-31/+9
|
* overrides working for pkg depsTristan Sloughter2015-06-211-5/+12
|
* plugins providerTristan Sloughter2015-06-181-20/+27
|
* add config option artifactsTristan Sloughter2015-06-021-1/+2
|
* Merge pull request #487 from ferd/fix-provider-barenessTristan Sloughter2015-05-301-1/+1
|\ | | | | fix bareness issues
| * fix bareness issuesFred Hebert2015-05-311-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 depsTristan Sloughter2015-05-281-7/+24
| |
* | fix for plugin installation and code pathsTristan Sloughter2015-05-271-7/+10
|/
* add additional commentsTristan Sloughter2015-05-221-0/+3
|
* fix storing of pkg and src deps in app_infoTristan Sloughter2015-05-221-4/+2
|
* read in app information after fetch so we have the depsTristan Sloughter2015-05-221-3/+4
|
* only update, when not in explicit upgrade, locks if out of dateTristan Sloughter2015-05-211-41/+52
|