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
...
*
Merge pull request #157 from talentdeficit/real_needs_recompile
Tristan Sloughter
2015-02-17
1
-9
/
+26
|
\
|
*
check already compiled modules compile arguments against current compile
alisdair sullivan
2015-02-16
1
-9
/
+26
*
|
print error message suggesting to run rebar3 update if missing package index
Tristan Sloughter
2015-02-17
1
-0
/
+1
*
|
parse version constraints in hex registry for digraph
Tristan Sloughter
2015-02-17
1
-10
/
+52
*
|
replace package management with hex.pm
Tristan Sloughter
2015-02-17
9
-80
/
+122
*
|
remove unused functions from app utils
Tristan Sloughter
2015-02-17
1
-26
/
+5
*
|
Initial `deps` command
Fred Hebert
2015-02-16
1
-1
/
+69
*
|
Merge pull request #154 from tsloughter/git_ref_needs_update
Fred Hebert
2015-02-16
1
-8
/
+15
|
\
\
|
*
|
needs_update: on ref defined deps only have to match prefix if 7+ chars
Tristan Sloughter
2015-02-16
1
-8
/
+15
*
|
|
Remove extra default warnings
James Fish
2015-02-16
1
-7
/
+1
|
/
/
*
|
Fix dialyzer when only updating plt
James Fish
2015-02-15
1
-1
/
+1
*
|
Fix {dialyzer_plt_warnings, false} returning warnings
James Fish
2015-02-14
1
-6
/
+26
|
/
*
Merge pull request #142 from rebar/wtf-provider
Tristan Sloughter
2015-02-13
4
-2
/
+105
|
\
|
*
Advertise rebar3 wtf in error messages
Fred Hebert
2015-02-13
1
-1
/
+3
|
*
Initial WTF provider implementation
Fred Hebert
2015-02-12
3
-1
/
+102
*
|
Fix #140 and preserve erl_first_files order
Martin Karlsson
2015-02-13
1
-5
/
+20
|
/
*
Warnings for Deletions and friendly errors
Fred Hebert
2015-02-12
1
-10
/
+28
*
Support multiple app upgrade & lock tests
Fred Hebert
2015-02-11
1
-19
/
+19
*
Fix testcases, add multi-app upgrade support
Fred Hebert
2015-02-11
2
-22
/
+75
*
Refactor install_deps to match 'upgrade' ideas
Fred Hebert
2015-02-11
1
-52
/
+61
*
More progress on upgrades
Fred Hebert
2015-02-11
2
-13
/
+19
*
Partial work + Failing tests
Fred Hebert
2015-02-11
1
-1
/
+1
*
Alternative attempt
Fred Hebert
2015-02-11
2
-34
/
+36
*
WIP
Fred Hebert
2015-02-11
4
-18
/
+42
*
Merge pull request #138 from talentdeficit/args_to_tasks
Fred Hebert
2015-02-11
2
-7
/
+56
|
\
|
*
factor out task/args parsing from `do` for use in other meta
alisdair sullivan
2015-02-08
2
-7
/
+56
*
|
Merge pull request #132 from fishcakez/dialyzer_fail
Tristan Sloughter
2015-02-08
1
-28
/
+51
|
\
\
|
*
|
Fix dialyzer plt checking typo
James Fish
2015-02-07
1
-1
/
+1
|
*
|
Display full path in dialyzer warningss
James Fish
2015-02-07
1
-1
/
+1
|
*
|
Fail if any dialyzer warnings aren't unknowns
James Fish
2015-02-07
1
-25
/
+48
*
|
|
Merge pull request #135 from fishcakez/dialyzer_erts_app
Tristan Sloughter
2015-02-08
1
-0
/
+7
|
\
\
\
|
*
|
|
Fix dialyzer erts file lookup for releases prior to R16B02
James Fish
2015-02-08
1
-0
/
+7
|
|
/
/
*
|
|
return an error when an app file is missing
nuex
2015-02-07
1
-0
/
+1
|
/
/
*
|
Change mock_pkg_resource to create ebin directory
Kelly McLaughlin
2015-02-06
1
-6
/
+1
*
|
Ensure package ebin directory exists prior to adding to code path
Kelly McLaughlin
2015-02-06
1
-1
/
+6
*
|
Add packages to code path after installation
Kelly McLaughlin
2015-02-06
1
-0
/
+1
*
|
Add xref support for multi-app projects
Kelly McLaughlin
2015-02-05
1
-1
/
+2
*
|
Merge pull request #123 from tsloughter/pkg_deps
Tristan Sloughter
2015-02-05
2
-10
/
+10
|
\
\
|
*
|
package dep names are binary, fix install deps and related tests
Tristan Sloughter
2015-02-03
2
-10
/
+10
|
|
/
*
|
Add xref provider for cross reference analysis
Kelly McLaughlin
2015-02-05
2
-0
/
+297
|
/
*
clean up create_logic_providers function
Tristan Sloughter
2015-02-02
1
-9
/
+9
*
fix find_apps when searching for invalid apps
Tristan Sloughter
2015-02-02
2
-9
/
+9
*
support for provider_hooks in config
Tristan Sloughter
2015-01-31
3
-30
/
+50
*
app_info:valid needs to return a boolean and not throw an exception
Tristan Sloughter
2015-01-27
1
-1
/
+6
*
use processed app file for validation
Tristan Sloughter
2015-01-26
2
-3
/
+6
*
fix typo in error tuple and throw error in install_deps
Tristan Sloughter
2015-01-26
1
-2
/
+2
*
Merge pull request #112 from tsloughter/stuff
Fred Hebert
2015-01-26
5
-98
/
+79
|
\
|
*
refactor rebar_otp_app for smaller/cleaner functions
Tristan Sloughter
2015-01-26
1
-26
/
+33
|
*
add warning that dep options like raw are being ignored
Tristan Sloughter
2015-01-24
1
-1
/
+2
|
*
clean up and better error messages when validating apps
Tristan Sloughter
2015-01-24
3
-92
/
+62
[prev]
[next]