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_plugins.erl
Commit message (
Collapse
)
Author
Age
Files
Lines
*
include app's state providers when building plugin so they can rely on plugins
Tristan Sloughter
2015-06-20
1
-7
/
+7
|
*
fix path storing for plugins
Tristan Sloughter
2015-06-19
1
-4
/
+5
|
*
plugins provider
Tristan Sloughter
2015-06-18
1
-19
/
+31
|
*
set default providers before installing plugins
Tristan Sloughter
2015-05-31
1
-4
/
+5
|
*
add comment explaining installing each plugin individually
Tristan Sloughter
2015-05-29
1
-0
/
+1
|
*
fix for plugin installation and code paths
Tristan Sloughter
2015-05-27
1
-11
/
+31
|
*
run hooks when building plugins
Tristan Sloughter
2015-05-21
1
-1
/
+1
|
*
install plugins from the global config to ~/.cache/plugins
Tristan Sloughter
2015-05-17
1
-8
/
+16
|
*
add all plugins, not those just built, to path
Tristan Sloughter
2015-05-09
1
-2
/
+2
|
*
only install dep plugins from install_deps
Tristan Sloughter
2015-04-05
1
-3
/
+1
|
*
install each deps plugins after handling dep, instead of at the end
Tristan Sloughter
2015-04-05
1
-18
/
+18
|
*
install dep plugins & run provider hooks the same as shell hooks
Tristan Sloughter
2015-04-04
1
-10
/
+17
|
*
main module of a plugin just has to export init/1
Tristan Sloughter
2015-04-03
1
-6
/
+3
|
*
update project app list with new appinfo records after build
Tristan Sloughter
2015-02-19
1
-8
/
+8
|
*
update plugin install code
Tristan Sloughter
2014-12-24
1
-2
/
+3
|
*
include providers listed in plugins env
Tristan Sloughter
2014-12-24
1
-13
/
+19
|
*
move dir functions from utils to new module rebar_dir
Tristan Sloughter
2014-12-01
1
-1
/
+1
|
*
fixes for dialyzer findings
Tristan Sloughter
2014-11-30
1
-0
/
+1
|
*
global plugins install to global config directory
Tristan Sloughter
2014-11-29
1
-4
/
+6
|
*
fix lock provider to work anytime it is run
Tristan Sloughter
2014-11-29
1
-1
/
+1
|
*
fix check for plugin being a provider
Tristan Sloughter
2014-11-22
1
-1
/
+1
|
*
add plugin and its deps to path as they are built
Tristan Sloughter
2014-11-08
1
-4
/
+6
|
*
add comment
Tristan Sloughter
2014-11-08
1
-0
/
+1
|
*
support base dir and properly reset deps_dir after plugin provider
Tristan Sloughter
2014-11-08
1
-1
/
+2
|
*
warn on bad plugin
Tristan Sloughter
2014-11-07
1
-22
/
+49
|
*
handle no plugins as [] list of plugins
Tristan Sloughter
2014-09-20
1
-1
/
+1
|
*
only compile invalid plugins
Tristan Sloughter
2014-09-20
1
-1
/
+2
|
*
move deps and plugins to _ prefixed
Tristan Sloughter
2014-09-20
1
-1
/
+1
|
*
install plugins to plugins/
Tristan Sloughter
2014-09-20
1
-3
/
+21
|
*
install plugins to plugins/
Tristan Sloughter
2014-09-19
1
-1
/
+8
|
*
add do task
Tristan Sloughter
2014-09-18
1
-0
/
+12