Tristan Sloughter
39a4ca0c04
remove unneeded string:tokens for target_base
10 년 전
Tristan Sloughter
ae9b8ea349
fix process attr for include_lib that is just a filename
10 년 전
Tristan Sloughter
23fa5c659b
breakout needs compile check from compile_xrl_yrl
10 년 전
Tristan Sloughter
0026b37063
add David Kubecka to the THANKS
10 년 전
Tristan Sloughter
0648c6bc87
merge rebar2's Refactor logic and optimizations in rebar_erlc_compiler:doterl_compile/4 #467
10 년 전
Fred Hebert
15a7ccfaab
Bump to alpha-3
10 년 전
Fred Hebert
56ea365ca5
Merge pull request #321 from tsloughter/rm_global_plugins
Remove global plugins
10 년 전
Tristan Sloughter
f18e84ce2b
only install dep plugins from install_deps
10 년 전
Tristan Sloughter
743b24883d
removing installing of global plugins
10 년 전
Fred Hebert
3250faa756
Merge pull request #320 from tsloughter/dep_plugins
install dep plugins & run provider hooks the same as shell hooks (Rereopen 316)
10 년 전
Tristan Sloughter
79e2d6006c
install each deps plugins after handling dep, instead of at the end
10 년 전
Tristan Sloughter
019152e1d5
fix eunit comment
10 년 전
Tristan Sloughter
3dd9d02a0e
add rebar_state:resources type specs
10 년 전
Tristan Sloughter
4e64e36857
fixes from bad rebase against master
10 년 전
Tristan Sloughter
a99344a470
Merge pull request #315 from ferd/fix-ns-help
Fix ns help
10 년 전
Tristan Sloughter
40d3781104
swich clean and compile to use macro provider in hook run
10 년 전
Tristan Sloughter
a55c94cc9c
support provider hooks on ct and eunit
10 년 전
Tristan Sloughter
257e7fb667
remove old apply_hooks. now provider hooks are explicitly run
10 년 전
Tristan Sloughter
38de29ae42
move resource modules list to rebar_state, no longer static
10 년 전
Tristan Sloughter
00a183e3a8
test building of deps plugins
10 년 전
Tristan Sloughter
459ff732a3
install dep plugins & run provider hooks the same as shell hooks
10 년 전
Fred Hebert
60f7474632
Support namespaces in help search
10 년 전
Fred Hebert
043a2f5453
Provide descriptions for all tasks
10 년 전
Fred Hebert
d95da874cd
Merge pull request #305 from talentdeficit/better_ct
modify `ct` provider to copy selected directories and compile them
10 년 전
alisdair sullivan
471b35085b
add default test paths in the `shell` and `cover` providers
10 년 전
alisdair sullivan
b77d3e5083
modify `ct` provider to copy selected directories and compile them
alongside their source (ie, if `some_tests` is a directory that
contains test suites beams resulting from compiling them will be
placed in `some_tests` in the appropriate `_build` directory
10 년 전
Fred Hebert
9c234dddeb
Merge pull request #312 from tsloughter/zsh_list_deps
update the dir used for upgrade deps to the new path under _build
10 년 전
Tristan Sloughter
3b56f3cc43
update the dir used for upgrade deps to the new path under _build
10 년 전
Fred Hebert
9753617471
Merge pull request #304 from ingwinlu/fix_shell_completions
impl shell completion
10 년 전
Fred Hebert
f51ac0ba8e
Merge pull request #311 from tsloughter/plugins_init
main module of a plugin just has to export init/1
10 년 전
derwinlu
0ceb3bd6ce
implement zsh completion
10 년 전
Tristan Sloughter
9eca4b50c5
main module of a plugin just has to export init/1
10 년 전
Fred Hebert
7df2ef4c84
Merge pull request #310 from ferd/do-namespaces
Support namespace resolution in 'do' provider
10 년 전
Fred Hebert
6fe3c02de8
Merge pull request #298 from talentdeficit/cover_paths
cover enhancements
10 년 전
Tristan Sloughter
9a985df6e4
Merge pull request #308 from ferd/consistent-doc
Fixes #306 : help text consistency
10 년 전
Fred Hebert
ebfdede885
Support namespace resolution in 'do' provider
10 년 전
Fred Hebert
ae7c039336
Merge pull request #309 from tsloughter/clean_fix
fix clean all to use proper deps dir
10 년 전
Tristan Sloughter
9f835553f0
fix clean all to use proper deps dir
10 년 전
Fred Hebert
74854c88fc
Merge pull request #302 from tsloughter/master
re-export functions only used within rebar_utils that are also needed by...
10 년 전
Tristan Sloughter
bff483a570
add exports used by plugins to rebar_api
10 년 전
Fred Hebert
a3274e1bc8
Fixes #306 : help text consistency
10 년 전
Tristan Sloughter
ef60d3b51f
re-export functions only used within rebar_utils that are also needed by plugins
10 년 전
derwinlu
61c4d75098
implement bash autocompletion
10 년 전
Tristan Sloughter
d1cdbae0fb
Merge pull request #303 from ingwinlu/fix_readme_building_rebar
fix congratulation message in README.md
10 년 전
derwinlu
a11b690a22
fix congratulation message in README.md
10 년 전
Fred Hebert
9311d9087c
Merge pull request #283 from fishcakez/dial_warns
Fix some dialyzer warnings
10 년 전
alisdair sullivan
df4673d378
attempt to load paths to test modules in cover modules to
generate line by line coverage reports
10 년 전
Tristan Sloughter
646e1075c6
Merge pull request #297 from ferd/better-template-UI
Polish rough edges of 'new' provider
10 년 전
Fred Hebert
d191edddb4
Polish rough edges of 'new' provider
- Allow 'rebar3 help' to work and have it point to 'rebar3 help
<template>'
- show a 'template not found' message when a template is indeed not
found rather than crashing.
10 년 전
alisdair sullivan
945543da19
execute `cover` task as `test` profile and write generated data
to the appropriate `_build` dir
10 년 전