Pierre Fenoll
84708eaae4
rebranding: update links rebar/rebar3 -> erlang/rebar3
9 лет назад
Tristan Sloughter
4e81c84fa0
Merge pull request #1124 from ferd/improve-intermittent-shell-issues
Fix bugs/race conditions in shell
9 лет назад
Fred Hebert
e9dcaeee6d
Allow 'rebar3 pkgs <app>' to return only that app
Unsure if this should be a final supported format or if we should
support other ways to match instead.
This is a demo to solve the issue hilighted in
https://github.com/erlang/rebar3/pull/1072
9 лет назад
Fred Hebert
9d01c45aeb
Support all deps & locks in rebar3 path
By default, the dependency only handled versioned packages and top-level
source dependencies, and locks were being ignored.
This patch makes it so locks and package deps are being considered,
generating full-blown path lists.
Should fix #1117
9 лет назад
Fred Hebert
8e6a1ad62e
Fix bugs/race conditions
Following suggestions from @psyeugenic , this code terminates and waits
for the termination of the port handling IO before booting our own,
which should get rid of annoying warnings.
We also allow for the failure to shutdown the user worker under
kernel_sup, since it is likely not there anymore in many scenarios,
preventing crashes.
9 лет назад
Francisco Rojas
2d1d251add
use priv_dir in rebar_dir test
9 лет назад
Francisco Rojas
8b1193e4af
Add spec for global_cache_dir
9 лет назад
Francisco Rojas
6c9bc2c1d5
Allows overwrite default cache dir using REBAR_CACHE_DIR
Allows overwrite the default cache directory using the environment
variable REBAR_CACHE_DIR.
9 лет назад
Fred Hebert
7d29b74a22
Revert to semver for non-tagged builds.
9 лет назад
Fred Hebert
a93c219d2e
Bump to 3.0.0
9 лет назад
Fred Hebert
caf37f198b
Merge pull request #1110 from tsloughter/master
pass loglevel used in rebar3 to relx
9 лет назад
Tristan Sloughter
c67ac9292c
pass loglevel used in rebar3 to relx
9 лет назад
Fred Hebert
b47839e18b
Merge pull request #1108 from talentdeficit/make_omar_happy
make omar happy
9 лет назад
alisdair sullivan
0bd5e230d2
move definition of 'EUNIT' macro to eunit provider
add definition of 'COMMON_TEST' macro to eunit provider
9 лет назад
alisdair sullivan
d75fa758d8
Revert "define the 'EUNIT' macro in the test profile"
This reverts commit 4c32c52b55
.
9 лет назад
Fred Hebert
925ecefc12
Merge pull request #1107 from tsloughter/master
upgrade cth_readable
9 лет назад
Tristan Sloughter
43889344fc
upgrade cth_readable
9 лет назад
Tristan Sloughter
33011a2779
Merge pull request #1106 from talentdeficit/EUNIT
define the 'EUNIT' macro in the test profile
9 лет назад
alisdair sullivan
4c32c52b55
define the 'EUNIT' macro in the test profile
9 лет назад
Fred Hebert
e389238d8a
Merge pull request #1104 from tsloughter/master
move dialyze setting of debug_info to overrides in profile
9 лет назад
Tristan Sloughter
459f14dc67
move dialyze setting of debug_info to overrides in profile
9 лет назад
Fred Hebert
1918274cd9
Merge pull request #1103 from benoitc/update-certifi
bump certifi to 0.4.0
9 лет назад
benoitc
1836002d2f
bump certifi to 0.4.0
latest mozilla bundles
9 лет назад
Tristan Sloughter
15287e50a3
Merge pull request #1102 from tsloughter/master
include project_plugins in plugins that can be upgraded
9 лет назад
Tristan Sloughter
268713c5d7
include project_plugins in plugins that can be upgraded
9 лет назад
Tristan Sloughter
3a27eb6f43
Merge pull request #1101 from ferd/ct-errs-to-warns
Take CT options errors and turn them to warnings
9 лет назад
Fred Hebert
76e1d89bac
Take CT options errors and turn them to warnings
The idea is that given we accept arbitrary config items for CT, we
should similarly be able to pass unsupported options and keep things
running.
However for unsupported options, a warning is very useful to have.
9 лет назад
Tristan Sloughter
0f3e7166a6
Merge pull request #1100 from puzza007/fix-zsh-completion
Fix quoting problem in zsh completion
9 лет назад
Paul Oliver
92025b2013
Fix quoting problem in zsh completion
9 лет назад
Tristan Sloughter
6c912f4129
Merge pull request #1099 from talentdeficit/ct_include
add support for common tests `include` flag
9 лет назад
Tristan Sloughter
924b28d337
Merge pull request #1098 from talentdeficit/ct_warn_on_cover_spec
error on a cover spec in ct_opts
9 лет назад
alisdair sullivan
f9b6765d07
add shell completions for `include` flag for `ct` provider
9 лет назад
alisdair sullivan
3fa202397b
add a link to the docs about `test_spec` and `cover` in ct warnings
9 лет назад
alisdair sullivan
1d5f520deb
add support for common tests `include` flag
9 лет назад
alisdair sullivan
93cb2329a0
error on a cover spec in ct_opts
9 лет назад
Fred Hebert
0bcacad782
Merge branch 'saleyn-state'
9 лет назад
Fred Hebert
bc86eb7314
Merge branch 'state' of https://github.com/saleyn/rebar3 into saleyn-state
9 лет назад
Fred Hebert
4fd77ef172
Merge pull request #1092 from ahf/eunit-short-options
Add short-options to the eunit provider.
9 лет назад
Alexander Færøy
da39732fd3
Add short-options to the eunit provider.
This patch adds support for short options in the eunit provider.
9 лет назад
Fred Hebert
a0b2c74356
Merge pull request #1091 from tsloughter/all_hooks
Run all hooks
9 лет назад
Tristan Sloughter
c36e9bf791
add test for new hook function
9 лет назад
Tristan Sloughter
3ad65d8304
in providers that don't run per app run all available hooks
9 лет назад
Fred Hebert
47a0a20a3c
Merge pull request #1090 from tsloughter/auto_update
fix auto-registry update to work even when not a locked pkg-vsn
9 лет назад
Tristan Sloughter
c5848fc5d1
fix auto-registry update to work even when not a locked pkg-vsn
9 лет назад
Tristan Sloughter
5a36764170
Merge pull request #1066 from ferd/bump-cth-readable
Bump cth_readable
9 лет назад
Fred Hebert
c1bde20297
Merge pull request #1082 from egobrain/patch-1
Fixed rebar.config shell_apps setting
9 лет назад
Yakov
cf3e4718b0
Fixed rebar.config shell_apps setting
9 лет назад
Tristan Sloughter
b9f058a32d
Merge pull request #1070 from project-fifo/hex-improvements
Hex improvements
9 лет назад
Fred Hebert
2d2b8a7c76
Merge pull request #1075 from tsloughter/plugin_override
add project_providers after initing default providers but allow overrides
9 лет назад
Tristan Sloughter
9b26c4f688
Merge pull request #1076 from project-fifo/thanks
Add me to THANKS for suffering through Tristan's code
9 лет назад