index
:
rebar3.git
master
Clone of https://github.com/erlang/rebar3
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the same dialyzer rebar.config options as rebar
James Fish
2015-06-06
1
-9
/
+10
*
add artifact test
Tristan Sloughter
2015-06-02
1
-1
/
+29
*
allow `src_dirs` and `extra_src_dirs` at the root of the rebar config
alisdair sullivan
2015-05-30
1
-4
/
+91
*
Merge pull request #474 from tsloughter/fix_plugin_install
Tristan Sloughter
2015-05-29
3
-12
/
+61
|
\
|
*
store plugin providers in app_info's state for deps
Tristan Sloughter
2015-05-28
2
-18
/
+15
|
*
add test for plugin with transitive deps
Tristan Sloughter
2015-05-27
2
-4
/
+56
*
|
Merge pull request #481 from ferd/fix-atom-pkg-upgrade
Tristan Sloughter
2015-05-28
2
-3
/
+34
|
\
\
|
|
/
|
/
|
|
*
Fix upgrade of atom-only packages
Fred Hebert
2015-05-28
2
-3
/
+34
*
|
Add rebar.config 'excluded_apps' key.
Jean Parpaillon
2015-05-23
1
-0
/
+49
|
/
*
fix storing of pkg and src deps in app_info
Tristan Sloughter
2015-05-22
1
-3
/
+2
*
run hooks when building plugins
Tristan Sloughter
2015-05-21
1
-1
/
+29
*
Merge pull request #456 from kovyl2404/provider-hooks-namespaces-fix
Tristan Sloughter
2015-05-21
1
-3
/
+27
|
\
|
*
Initialize namespace in rebar_state with default value.
Viacheslav Kovalev
2015-05-22
1
-3
/
+27
*
|
update stable_lock test from Fred's branch
Tristan Sloughter
2015-05-21
2
-13
/
+13
*
|
Add tests for lock forwarding
Fred Hebert
2015-05-21
1
-2
/
+82
|
/
*
Merge pull request #443 from kovyl2404/singleapp-project-duplicated-hook
Fred Hebert
2015-05-21
1
-2
/
+13
|
\
|
*
Properly reset hooks for single-app project
Viacheslav V. Kovalev
2015-05-21
1
-2
/
+13
*
|
methods for retrieving `src_dirs` and `extra_src_dirs`
alisdair sullivan
2015-05-19
1
-0
/
+99
*
|
Merge pull request #441 from tsloughter/global_plugins
Fred Hebert
2015-05-19
2
-3
/
+71
|
\
\
|
|
/
|
/
|
|
*
install plugins from the global config to ~/.cache/plugins
Tristan Sloughter
2015-05-17
2
-3
/
+71
*
|
generalize the "test" special dir into an {extra_src_dirs, [...]} option
alisdair sullivan
2015-05-16
1
-0
/
+152
|
/
*
patch tests
Tristan Sloughter
2015-05-14
1
-6
/
+0
*
More package management tests
Fred Hebert
2015-05-13
1
-12
/
+125
*
Proper custom pkg index support, some tests
Fred Hebert
2015-05-13
4
-0
/
+100
*
Update mock so existing tests pass
Fred Hebert
2015-05-13
1
-3
/
+8
*
Merge pull request #409 from talentdeficit/ct_fix
Tristan Sloughter
2015-05-09
1
-2
/
+34
|
\
|
*
delete all symlinks when copying from project files to `_build` tree
alisdair sullivan
2015-05-09
1
-2
/
+34
*
|
Adding directory path test for deduplication
Fred Hebert
2015-05-04
1
-0
/
+18
*
|
Merge branch 'app-discover-profile-duplication' of https://github.com/kovyl24...
Fred Hebert
2015-05-04
1
-0
/
+132
|
\
\
|
*
\
Merge branch 'master' into app-discover-profile-duplication
Viacheslav V. Kovalev
2015-05-01
10
-24
/
+235
|
|
\
\
|
|
*
|
don't load package registry unless there are pkg deps to solve
Tristan Sloughter
2015-04-28
2
-3
/
+3
|
*
|
|
Revert accidentially changed formatting
Viacheslav V. Kovalev
2015-04-22
1
-3
/
+2
|
*
|
|
Get rid of rebar_utils:tup_umerge/2 patching
Viacheslav Kovalev
2015-04-22
1
-13
/
+3
|
*
|
|
Implement opts umerge deduplication
Viacheslav Kovalev
2015-04-22
2
-22
/
+55
|
*
|
|
Implement some test on profiles deduplication
Viacheslav V. Kovalev
2015-04-22
2
-2
/
+113
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #379 from tsloughter/rm_erlydtl
Fred Hebert
2015-05-01
1
-72
/
+0
|
\
\
\
|
*
|
|
remove use of erlydtl in rebar
Tristan Sloughter
2015-04-29
1
-72
/
+0
|
|
|
/
|
|
/
|
*
|
|
enable parse transformations in rebar config
Tristan Sloughter
2015-04-26
3
-5
/
+28
|
/
/
*
|
handle transitive deps being promoted
Fred Hebert
2015-04-24
1
-2
/
+13
*
|
R15 support, replace unsetenv with putenv empty string
Tristan Sloughter
2015-04-22
1
-1
/
+1
*
|
fix tracking of all profiles dep paths
Tristan Sloughter
2015-04-22
1
-2
/
+37
*
|
real bootstrapping
Tristan Sloughter
2015-04-22
2
-7
/
+7
*
|
Merge pull request #354 from tsloughter/track_code_path
Tristan Sloughter
2015-04-22
4
-11
/
+20
|
\
\
|
*
|
track and cleanup code paths for different contexts
Tristan Sloughter
2015-04-21
4
-11
/
+20
*
|
|
Symlink existing default deps when in new profile
Fred Hebert
2015-04-22
1
-0
/
+14
|
/
/
*
|
Add support for an unlock command
Fred Hebert
2015-04-18
2
-0
/
+80
*
|
Default deps always to the default profile
Fred Hebert
2015-04-17
1
-2
/
+65
|
/
*
add test for single atom pkg dep picking the highest available
Tristan Sloughter
2015-04-11
2
-3
/
+44
*
rm old beams, make erlcinfo graph per app isntad of global to project
Tristan Sloughter
2015-04-10
1
-2
/
+21
*
test touching a header file causes module recompiled
Tristan Sloughter
2015-04-10
1
-2
/
+39
[next]