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
Commit message (
Expand
)
Author
Age
Files
Lines
*
only load packages when needed
Tristan Sloughter
2015-09-02
3
-6
/
+6
*
Merge pull request #762 from ferd/explicit-cache-paths
Tristan Sloughter
2015-09-01
1
-1
/
+3
|
\
|
*
Displays package caching actions
Fred Hebert
2015-08-31
1
-1
/
+3
*
|
use ~ts for unicode output and reset encoding to latin1
Tristan Sloughter
2015-08-31
1
-4
/
+5
*
|
utf8 tree
Heinz N. Gies
2015-08-31
1
-8
/
+9
*
|
Removed extra | for last element in tree
Heinz N. Gies
2015-08-31
1
-9
/
+14
*
|
Merge pull request #759 from tsloughter/dep_tree_fix
Fred Hebert
2015-08-30
1
-1
/
+1
|
\
\
|
*
|
set parent on already fetched apps so tree works
Tristan Sloughter
2015-08-29
1
-1
/
+1
|
|
/
*
|
Use raw bytestream when writing files
Fred Hebert
2015-08-29
1
-2
/
+2
|
/
*
Bump to beta-2
Fred Hebert
2015-08-27
1
-1
/
+1
*
remove replacement of home dir with ~ in update output
Tristan Sloughter
2015-08-26
2
-7
/
+2
*
symlink ct test dirs rather than copy
alisdair sullivan
2015-08-26
1
-2
/
+4
*
Merge pull request #716 from talentdeficit/eunit_file_arg
Fred Hebert
2015-08-27
1
-5
/
+31
|
\
|
*
improve `--help' documentation for eunit provider
alisdair sullivan
2015-08-16
1
-5
/
+5
|
*
add support for `rebar3 eunit --file=...'
alisdair sullivan
2015-08-15
1
-3
/
+29
*
|
Merge pull request #748 from tsloughter/pkg_attribute
Fred Hebert
2015-08-27
7
-81
/
+91
|
\
\
|
*
|
simplify package dep parsing and handling
Tristan Sloughter
2015-08-25
6
-103
/
+77
|
*
|
support pkg attribute on dep to declare package name different from app name
Tristan Sloughter
2015-08-23
3
-6
/
+42
*
|
|
Merge pull request #751 from tsloughter/pkgs_prv_fix
Fred Hebert
2015-08-25
1
-3
/
+7
|
\
\
\
|
*
|
|
fix pkgs provider output for new package index format
Tristan Sloughter
2015-08-24
1
-3
/
+7
|
|
/
/
*
|
|
Merge pull request #747 from tsloughter/rm_top_level
Fred Hebert
2015-08-24
1
-1
/
+2
|
\
\
\
|
*
|
|
don't error on upgrade if user removes top level dep
Tristan Sloughter
2015-08-23
1
-1
/
+2
|
|
/
/
*
|
|
add error message for dependency that doesn't contain single app dir
Tristan Sloughter
2015-08-23
1
-10
/
+16
|
/
/
*
|
override 'deps' now automatically overrides '{deps,default}'
Tristan Sloughter
2015-08-23
1
-3
/
+10
*
|
Merge pull request #742 from tsloughter/pkg_check
Tristan Sloughter
2015-08-23
6
-6
/
+29
|
\
\
|
*
|
improve error messages for packages by checking its existance before fetching
Tristan Sloughter
2015-08-23
7
-8
/
+31
*
|
|
Merge pull request #739 from tsloughter/master
Fred Hebert
2015-08-23
2
-20
/
+16
|
\
\
\
|
*
|
|
don't store deps list with duplicate in state
Tristan Sloughter
2015-08-22
2
-20
/
+16
|
|
/
/
*
|
|
use 'default' for default hex repo path in cache and include in info messages
Tristan Sloughter
2015-08-22
4
-15
/
+35
|
/
/
*
|
Merge pull request #736 from tsloughter/update_erlcinfo
Tristan Sloughter
2015-08-22
1
-12
/
+26
|
\
\
|
*
|
update erlcinfo on disk if source file removed
Tristan Sloughter
2015-08-22
1
-12
/
+26
*
|
|
do not override user cli supplied outputdir for relx
Tristan Sloughter
2015-08-22
1
-4
/
+7
|
/
/
*
|
remove unneeded packages ets table load/unload in plugins
Tristan Sloughter
2015-08-21
1
-14
/
+8
*
|
replace use of dict of packages and registry with single ets table
Tristan Sloughter
2015-08-21
9
-226
/
+178
*
|
include rebar3 in supported packages buildtool
Tristan Sloughter
2015-08-21
1
-0
/
+1
*
|
this patch treats pkg and src deps as equals, so level decides winner
Tristan Sloughter
2015-08-21
9
-446
/
+267
*
|
fix leaking hex_registry table
pvmart
2015-08-19
4
-18
/
+30
*
|
Merge pull request #724 from tsloughter/upgrade_with_locks
Fred Hebert
2015-08-18
2
-35
/
+22
|
\
\
|
*
|
properly update locks for deps and ignore skip messages for locks
Tristan Sloughter
2015-08-17
2
-35
/
+22
*
|
|
fix leaking ets tables when compilation failed
pvmart
2015-08-18
1
-11
/
+14
|
/
/
*
|
Merge pull request #700 from zugolosian/rewrite_parse_git_url
Fred Hebert
2015-08-17
1
-14
/
+21
|
\
\
|
*
|
Modify parse_git_url to be more generic
David Leach
2015-08-11
1
-14
/
+21
*
|
|
Merge pull request #718 from tsloughter/ferd-add-mixed-deps-tests
Fred Hebert
2015-08-17
6
-85
/
+180
|
\
\
\
|
*
|
|
small refactorings per Fred comments
Tristan Sloughter
2015-08-17
2
-15
/
+16
|
*
|
|
remove commented out code
Tristan Sloughter
2015-08-17
1
-3
/
+0
|
*
|
|
use correct rebar_state for a dep, not the top level state
Tristan Sloughter
2015-08-16
3
-17
/
+9
|
*
|
|
handle new tests for mix package types (git/pkg)
Tristan Sloughter
2015-08-16
3
-56
/
+96
|
*
|
|
track the parent of umbrella app dependencies
Tristan Sloughter
2015-08-16
4
-27
/
+92
*
|
|
|
fix leaking ets tables caused by digraphs
pvmart
2015-08-17
3
-15
/
+22
|
/
/
/
*
|
|
track parent app of deps and add tree provider to display the relations
Tristan Sloughter
2015-08-15
6
-141
/
+184
[next]