alisdair sullivan
d6a011981e
add support for `rebar3 eunit --file=...'
9 лет назад
Fred Hebert
75364c2cd6
Merge pull request #708 from tsloughter/dialyzering
Dialyzering
9 лет назад
Tristan Sloughter
6666229688
Merge pull request #3 from fishcakez/dial_unknown
Fix some unknown functions/types dialyzer warnings
9 лет назад
Fred Hebert
0ad92ddc0f
Merge pull request #705 from tsloughter/travis_get_deps
don't run rebar2 get-deps in travis
9 лет назад
Tristan Sloughter
679acf994a
Merge pull request #696 from tsloughter/dialyzering
fix dialyzer warnings, except 'no local return' warnings
9 лет назад
Tristan Sloughter
14944b522b
don't run rebar2 get-deps in travis
9 лет назад
James Fish
fc6cc368c3
Fix some unknown functions/types dialyzer warnings
9 лет назад
Tristan Sloughter
ecf6ad5524
fix no_return warnings
9 лет назад
Tristan Sloughter
6fde1748b9
fix dialyzer warnings, except 'no local return' warnings
9 лет назад
Tristan Sloughter
1001eefc2b
Merge pull request #691 from ferd/detect-missing-epmd
Detect missing EPMD, error, fallback and advise.
9 лет назад
Fred Hebert
28a3f9849b
Detect missing EPMD, error, fallback and advise.
9 лет назад
Fred Hebert
1a061b9c9a
Merge pull request #610 from tsloughter/deps_tree
add tree option to deps command that prints pkg deps tree
9 лет назад
Tristan Sloughter
4bcab8ef96
add to deps tree help message that only packages are supported
9 лет назад
Tristan Sloughter
125ff06b74
add tree option to deps command that prints pkg deps tree
9 лет назад
Fred Hebert
a705f1e4f6
Merge pull request #682 from tsloughter/upgrade_lock_dep
upgrade depends on the lock provider and lock prv sets state
9 лет назад
Fred Hebert
e786d8eb6a
Merge pull request #686 from seancribbs/patch-1
Fix description in "rebar3 new"
9 лет назад
Sean Cribbs
a9aca6190c
Fix description in "rebar3 new"
`template` is not a kv-style argument, but a plain argument. If you give `template=app` on the command line, you get "template not found."
9 лет назад
Tristan Sloughter
6d01729c68
upgrade depends on the lock provider and lock prv sets state
9 лет назад
Tristan Sloughter
acb2fcd057
Merge pull request #679 from tsloughter/pkg_level
keep correct Level for pkg deps of scm deps
9 лет назад
Tristan Sloughter
c7bb13f29b
keep correct Level for pkg deps of scm deps
9 лет назад
Fred Hebert
0d9128fe7c
Merge pull request #669 from tsloughter/upgrade_default_deps
only use upgrade on default deps
9 лет назад
Tristan Sloughter
8b24b49739
only use upgrade on default deps
9 лет назад
Tristan Sloughter
bf6d4e5a19
Merge pull request #677 from joedevivo/master
basic 🐟 completions
9 лет назад
Joe DeVivo
2ea06b87be
basic fish completions
9 лет назад
Fred Hebert
e46b425a88
Merge pull request #673 from tsloughter/sort_vsns
sort versions of packages in `rebar3 pkgs` output
9 лет назад
Tristan Sloughter
4e966a6e67
sort versions of packages when printing
9 лет назад
Fred Hebert
b79ff420c9
Merge pull request #652 from tsloughter/escape_and
escape & in paths
9 лет назад
Fred Hebert
593db011d4
Merge pull request #667 from tsloughter/clean_all
fix find of deps for clean all
9 лет назад
Fred Hebert
b2311d9e4d
Merge pull request #668 from tsloughter/plugin_deps_hooks
keep plugins dir as deps dir when compiling plugins+deps
9 лет назад
Tristan Sloughter
3309fa8dc7
add test for clean --all
9 лет назад
Tristan Sloughter
238442b57b
add ; to escaped chars in path
9 лет назад
Tristan Sloughter
1e38bc0d0f
keep plugins dir as deps dir when compiling plugins+deps
9 лет назад
Tristan Sloughter
f77457343a
fix find of deps for clean all
9 лет назад
Fred Hebert
7c46eea294
Merge pull request #654 from tsloughter/discover_script
include app.src.script in app discover
9 лет назад
Fred Hebert
8e5662147f
Merge pull request #658 from tsloughter/prv_source
fix plugin provider source name
9 лет назад
Tristan Sloughter
7382fb89f4
fix plugin provider source name
9 лет назад
Tristan Sloughter
806f7f9219
include app.src.script in app discover and always use if available
9 лет назад
Tristan Sloughter
2e7505d1a2
Merge pull request #655 from pvmart/master
Fix duplicate function clause in rebar_prv_install_deps:parse_dep/5
9 лет назад
Fred Hebert
a415140415
Merge pull request #650 from tsloughter/upgrades_git_pkg_fix
fix upgrade of newly added pkg dep from scm locked dep
9 лет назад
Tristan Sloughter
7e4747109c
escape & in paths
9 лет назад
Fred Hebert
e2b4dcdb4c
Merge pull request #642 from tsloughter/validate-otp-version
Validate otp version
9 лет назад
pvmart
55d6aa2789
Fix duplicate function clause in rebar_prv_install_deps:parse_dep/5
9 лет назад
Tristan Sloughter
e64671686f
fix upgrade of newly added pkg dep from scm locked dep
9 лет назад
Tristan Sloughter
c983675b9e
add Derek Brown to THANKS
9 лет назад
Tristan Sloughter
90fbd6dbb9
add support for old format otp versions
9 лет назад
Fred Hebert
be1b16aea5
Merge pull request #633 from tsloughter/atom_branch
support atom for branch names like rebar2
9 лет назад
Tristan Sloughter
6e9df6cc57
parse old format of OTP versions
9 лет назад
Derek Brown
04fedc7422
Add functions to validate OTP release in use
In the spirit of Original Rebar's "require_min_otp_vsn", this adds
rebar_utils:check_min_otp_version/1 (taking a string containing the
minimum version) and rebar_utils:check_blacklisted_otp_versions/1
(taking a list of regular expression strings), as well as tests in
rebar_utils_SUITE. They're currently only called by the tests-
how/where to best place calls to them from non-test code needs to be
determined (at which point two corresponding rebar.config keys can be
supported). For example, the version probably shouldn't be enforced when
just running "rebar3 help".
10 лет назад
Tristan Sloughter
5cbc22c45d
Merge pull request #640 from pvmart/master
Fix plugin upgrade when plugin mentioned only by its name
9 лет назад
pvmart
a757b68e28
Fix plugin upgrade when plugin mentioned only by its name
9 лет назад