index
:
rebar3.git
master
Clone of https://github.com/erlang/rebar3
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rebar_prv_install_deps.erl
Commit message (
Expand
)
Author
Age
Files
Lines
*
track parent app of deps and add tree provider to display the relations
Tristan Sloughter
2015-08-15
1
-48
/
+63
*
install package deps in same level/profile order as src deps
Tristan Sloughter
2015-08-13
1
-45
/
+40
*
fix dialyzer warnings, except 'no local return' warnings
Tristan Sloughter
2015-08-08
1
-23
/
+9
*
add tree option to deps command that prints pkg deps tree
Tristan Sloughter
2015-08-03
1
-2
/
+2
*
keep correct Level for pkg deps of scm deps
Tristan Sloughter
2015-08-01
1
-8
/
+9
*
Merge pull request #655 from pvmart/master
Tristan Sloughter
2015-07-26
1
-3
/
+0
|
\
|
*
Fix duplicate function clause in rebar_prv_install_deps:parse_dep/5
pvmart
2015-07-26
1
-3
/
+0
*
|
add support for old format otp versions
Tristan Sloughter
2015-07-25
1
-0
/
+3
|
/
*
Tidy up "Linking.." messages during compile
Richard Jones
2015-07-22
1
-5
/
+17
*
do not install profile deps of deps
Tristan Sloughter
2015-07-18
1
-1
/
+1
*
pass failing upgrade case where levels are increased
Tristan Sloughter
2015-07-08
1
-29
/
+16
*
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
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
[next]