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
*
allow ct suites to be specified at the root of a project (or root of app)
alisdair sullivan
2015-12-20
2
-2
/
+31
*
whitespace cleanup
alisdair sullivan
2015-12-20
1
-1
/
+1
*
support temporary cdn change with HEX_CDN os var
Tristan Sloughter
2015-12-19
6
-46
/
+89
*
Merge pull request #988 from ferd/schutm-wrong-paths
Tristan Sloughter
2015-12-19
1
-1
/
+30
|
\
|
*
Merge branch 'master' of https://github.com/schutm/rebar3 into schutm-wrong-p...
Fred Hebert
2015-12-19
1
-1
/
+30
|
|
\
|
|
*
Fix wrong relative path resolution
schutm
2015-12-10
1
-1
/
+30
*
|
|
Merge pull request #986 from ferd/fix-bad-tpl-index-handling
Tristan Sloughter
2015-12-19
2
-10
/
+28
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
A bad template index does not crash; shows warning
Fred Hebert
2015-12-18
2
-10
/
+28
|
|
/
*
|
Account for division by zero
Panagiotis PJ Papadomitsos
2015-12-16
1
-0
/
+2
*
|
Add support for total code coverage
Panagiotis PJ Papadomitsos
2015-12-16
1
-0
/
+16
|
/
*
Merge pull request #967 from talentdeficit/mib_include_fix
Fred Hebert
2015-12-08
1
-31
/
+33
|
\
|
*
remove mib header file in `priv/mibs/include'
alisdair sullivan
2015-12-08
1
-7
/
+1
|
*
symlink mib hrl output in apps `include' directories
alisdair sullivan
2015-12-06
1
-31
/
+39
*
|
Actually fix tuple merging.
Fred Hebert
2015-12-06
1
-30
/
+53
|
/
*
Fix tuple umerging
Fred Hebert
2015-12-06
1
-7
/
+18
*
Merge pull request #948 from toland/fix_mib_compiler
Fred Hebert
2015-12-01
1
-4
/
+8
|
\
|
*
Added tests and fixed a bug
Phil Toland
2015-12-01
1
-1
/
+1
|
*
Fix a small bug in the MIB compiler when building dependencies
Phil Toland
2015-11-30
1
-4
/
+8
*
|
Default to no eunit formatter if verbose specified
Julian Squires
2015-12-01
1
-1
/
+2
*
|
fetch eunit_formatters config not from the command args but from the config
Tristan Sloughter
2015-11-30
1
-1
/
+1
|
/
*
auto-update the registry if a pkg isn't found, fail if it still isn't found
Tristan Sloughter
2015-11-29
1
-4
/
+28
*
special handling of relx configs in profiles
Tristan Sloughter
2015-11-26
2
-22
/
+3
*
preserve attributes when copying files in rebar_utils:cp_r for unix
Tristan Sloughter
2015-11-25
1
-1
/
+1
*
if a provider of the same namespace and name already exists, skip adding new ...
Tristan Sloughter
2015-11-23
2
-1
/
+19
*
Handle force flags in leading position
Fred Hebert
2015-11-19
1
-1
/
+5
*
only add package list of versions to registry if it has the right buildtool s...
Tristan Sloughter
2015-11-17
1
-2
/
+14
*
error on ct/eunit argument errors instead of warning
alisdair sullivan
2015-11-15
2
-137
/
+186
*
warn on incorrectly specified test options in `rebar.config`
alisdair sullivan
2015-11-14
2
-14
/
+47
*
Fix error reports on missing include paths
Fred Hebert
2015-11-14
1
-1
/
+1
*
Back to git versions for source
Fred Hebert
2015-11-14
1
-1
/
+1
*
Bump to beta-4
Fred Hebert
2015-11-14
1
-1
/
+1
*
Fix IO locking up in shell apps
Fred Hebert
2015-11-14
1
-5
/
+19
*
Merge pull request #918 from tsloughter/eunit_formatters
Fred Hebert
2015-11-13
2
-4
/
+16
|
\
|
*
add space before end so eyes don't bleed
Tristan Sloughter
2015-11-13
1
-1
/
+1
|
*
include Sean Cribbs eunit formatter by default
Tristan Sloughter
2015-11-13
2
-4
/
+16
*
|
Feature: rebar shell [--script <FILE>]
Geoff Cant
2015-11-13
1
-29
/
+131
|
/
*
Merge pull request #917 from ferd/ct-readable
Fred Hebert
2015-11-13
2
-2
/
+36
|
\
|
*
Optionally disable readable output
Fred Hebert
2015-11-13
1
-10
/
+26
|
*
Add cth_readable to dep list
Fred Hebert
2015-11-13
1
-0
/
+1
|
*
Prettify all of common test output.
Fred Hebert
2015-11-13
1
-2
/
+19
*
|
fix typo of guarantee. h/t evan
Tristan Sloughter
2015-11-12
1
-1
/
+1
|
/
*
do not sort mib_first_files during merge_opts, order must be kept
Tristan Sloughter
2015-11-07
1
-0
/
+4
*
calculate coverage info as late as possible in ct provider execution
alisdair sullivan
2015-11-05
1
-3
/
+4
*
Merge pull request #905 from talentdeficit/cover_fixes
Tristan Sloughter
2015-11-04
1
-14
/
+18
|
\
|
*
fixes for cover under new compiler/eunit/ct
alisdair sullivan
2015-11-01
1
-14
/
+18
*
|
add warning about `auto_compile`
alisdair sullivan
2015-11-02
1
-3
/
+10
*
|
reenable support for most command line options and rename `ct_tests` to `ct_o...
alisdair sullivan
2015-11-01
1
-8
/
+35
*
|
support atom suites in `ct_tests`
alisdair sullivan
2015-11-01
1
-17
/
+29
*
|
refactor `rebar_prv_common_test`
alisdair sullivan
2015-11-01
1
-373
/
+311
*
|
Merge pull request #906 from tsloughter/plugins_list_fix
Fred Hebert
2015-11-01
1
-12
/
+15
|
\
\
[next]