Tristan Sloughter
49670721e1
Merge pull request #798 from garret-smith/fix_app_src_script
Terms is already a list
před 9 roky
alisdair sullivan
ef2b2e2668
add comment for `data_dir' test in `rebar_ct_SUITE'
před 9 roky
alisdair sullivan
359efed75d
test for ensuring `data_dir` is set correctly in ct configs
this test almost certainly only fails under very limited circumstances
limiting it's utility. it is known to fail with some versions of rebar3
when this test is run via `rebar3 ct --cover`
před 9 roky
Fred Hebert
e718af2af4
Merge pull request #802 from tsloughter/master
replace noinput with noshell so providers that ask for input work
před 9 roky
Tristan Sloughter
168f423baa
replace noinput with noshell so providers that ask for input work
před 9 roky
alisdair sullivan
6a89485448
extract `retarget_path/2', `relative_path/2' and `reduce_path/1' and
add tests
před 9 roky
Fred Hebert
0dc23254a7
Merge pull request #799 from tsloughter/tree_output
parse versions in deps tree output and support checkouts
před 9 roky
Tristan Sloughter
ef8fc6ab61
parse versions in deps tree output and support checkouts
před 9 roky
Takeru Ohta
db2a53b3d9
Fix for R15B03
před 9 roky
Takeru Ohta
f5d413e90f
Change option name from "plt_include_all_deps" to "plt_apps"
před 9 roky
Takeru Ohta
4891912790
Fix error handlings for unknown applications
před 9 roky
Fred Hebert
adb2550b3a
Merge pull request #796 from tsloughter/priv_escript
use full path of apps for priv files included in escript
před 9 roky
Garret Smith
ce19c2e16d
Terms is already a list
Fixes compiling yaws, which has an .app.src.script file
před 9 roky
Tristan Sloughter
e773f2948c
use full path of apps for priv files included in escript
před 9 roky
Tristan Sloughter
0d3dc5f39a
Merge pull request #795 from talentdeficit/rebar_ct_cover_fix
cover compile beams compiled for ct/eunit seperately from beams compi…
před 9 roky
alisdair sullivan
34816ad8dc
cover compile beams compiled for ct/eunit seperately from beams compiled otherwise
fixes #788
před 9 roky
Fred Hebert
b034a7c3a7
Merge pull request #792 from tsloughter/checksum_rebar3
check checksum of rebar3 download in local_upgrade provider
před 9 roky
Tristan Sloughter
242d12b234
check checksum of rebar3 download in local_upgrade provider
před 9 roky
Tristan Sloughter
a3a590947a
fix rebar3 url for upgrade
před 9 roky
Fred Hebert
e5b8a97c5f
Merge pull request #784 from tsloughter/extract
add 'local install' and 'local upgrade'
před 9 roky
Tristan Sloughter
9fb8198926
update completions and docs for command unstable install and upgrade
před 9 roky
Tristan Sloughter
286e832a29
move local install/upgrade to 'unstable install/upgrade' and print error if windows
před 9 roky
Fred Hebert
ebb919f228
Merge pull request #787 from tsloughter/dialyzer_cleanup
fix dialyzer warnings
před 9 roky
Tristan Sloughter
14ab5f562e
fix dialyzer warnings
před 9 roky
Fred Hebert
6eb28a94ca
Merge pull request #785 from tsloughter/fix_ct_hooks
fix run_all_hooks call for ct provider, no need to pass appinfo
před 9 roky
Tristan Sloughter
d19320b17c
fix run_all_hooks call for ct provider, no need to pass appinfo
před 9 roky
Tristan Sloughter
da3d8a69cc
add providers 'local upgrade' and 'local install' for installing/upgrading
před 9 roky
Takeru Ohta
902dd59d23
Add a testcase for 'plt_include_all_deps' dialyzer option
před 9 roky
Takeru Ohta
4ff78b4d77
Add rebar_localfs_resource module for testing purposes
před 9 roky
Takeru Ohta
fa462e9dba
Add `plt_include_all_deps` dialyzer config option
před 9 roky
Takeru Ohta
b72c19c12c
Add rebar_set/0 type
před 9 roky
Tristan Sloughter
d7f2226d31
Merge pull request #761 from talentdeficit/rebar_path
`rebar3 path' provider
před 9 roky
alisdair sullivan
04da2ffd5e
shell completions for `rebar3 path'
před 9 roky
Fred Hebert
77e5e6b8f3
Merge pull request #780 from tsloughter/hook_app_info
support updating of per app info by hooks
před 9 roky
Fred Hebert
7594c30876
Merge pull request #781 from tsloughter/up_providers
upgrade providers, new version gives error message for bad provider dep
před 9 roky
Tristan Sloughter
81b9fcc27c
upgrade providers, new version gives error message for bad provider dep
před 9 roky
Tristan Sloughter
586a1a487c
add test for 'rebar3 plugins list' to ensure it can run
před 9 roky
Tristan Sloughter
2d4ba55f57
fix plugins porvider use of rebar_dir
před 9 roky
Tristan Sloughter
5223175c26
support updating of per app info by hooks
před 9 roky
Fred Hebert
e1cba5a2a9
Merge pull request #779 from tsloughter/hooks_artifacts
hooks/artifacts are always run/resolved from an app unless at top of umbrella
před 9 roky
Tristan Sloughter
cfd4beb99d
hooks/artifacts are always run/resolved from an app unless at top of umbrella
před 9 roky
Fred Hebert
768889ad17
Merge pull request #769 from surik/cover_spec_option
Fix cover_spec options for ct
před 9 roky
Fred Hebert
08f9b20272
Merge pull request #772 from tsloughter/eunit_fix
delete and prepend code path instead of replacing, fixes #770
před 9 roky
Fred Hebert
a81357b605
Merge pull request #777 from tsloughter/current_app
add current_app attribute for setting before calling hooks
před 9 roky
Fred Hebert
7de9e6b0a8
Merge pull request #775 from tsloughter/checkout_pkg_dep
Fix #744 : Allow _checkouts dep to override pkg dep not in registry
před 9 roky
Tristan Sloughter
8c7bed454d
add current_app attribute for setting before calling hooks
před 9 roky
Tristan Sloughter
33a3a6d55a
support _checkouts overriding package dep that doesn't exist in registry
před 9 roky
Fred Hebert
a311961e8b
Merge pull request #760 from tsloughter/app_info_state
move state into app_info
před 9 roky
Yury Gargay
c3194052e7
Fix cover_spec options for ct
před 9 roky
Fred Hebert
bee43181d2
Merge pull request #774 from rebar/revert-773-revert-771-delay_pkg_load
Revert "Revert "only load packages when needed""
před 9 roky