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 роки тому
Tristan Sloughter
16bbb4744b
Merge pull request #635 from RJ/tidy-linking-message
Tidy up "Linking.." messages during compile
9 роки тому
Richard Jones
9263b95f82
Tidy up "Linking.." messages during compile
Linking message will only be printed the first time the link or copy
actually happens.
Note:
rebar_file_utils:symlink_or_copy will now return 'exists'
instead of ok, if it did nothing because the link exists.
Nothing was checking the return value yet, so seemed reasonable.
9 роки тому
Fred Hebert
b393c8bc9b
Merge pull request #632 from tsloughter/docs_profile
run edoc provider in docs provider
9 роки тому
Tristan Sloughter
6fad6efe68
support atom for branch names like rebar2
9 роки тому
Tristan Sloughter
45578aedfc
run edoc provider in docs provider
9 роки тому
Tristan Sloughter
d5ed09b248
Merge pull request #628 from joedevivo/master
Bumped relx to 3.4.0 and erlware_commons to 0.15.0
9 роки тому
Joe DeVivo
6f3d75278f
Bumped relx to 3.4.0 and erlware_commons to 0.15.0
9 роки тому
Fred Hebert
365e986880
Merge pull request #625 from tsloughter/global_config_fail
handle global config file that can't be read
9 роки тому
Fred Hebert
9929eadc34
Merge pull request #622 from tsloughter/profile_deps_deps
do not install profile deps of deps
9 роки тому
Tristan Sloughter
0097a841a3
handle global config file that can't be read
9 роки тому
Tristan Sloughter
93c000d02a
fix ssl_opts list in httpc request to not be doubel list
9 роки тому
Fred Hebert
65878f6bdd
Merge pull request #624 from tsloughter/ssl_check
add ssl cert validation, unless OTP version is too old
9 роки тому