getong
b99c15d297
the releases website has changed
hace 8 años
Fred Hebert
95777507a5
Merge pull request #1413 from ates/rebar3.crashdump-gitignore
Add rebar3.crashdump to gitignore template
hace 8 años
Artem Teslenko
5b9bd7a102
Add rebar3.crashdump to gitignore template
hace 8 años
alisdair sullivan
ca4c7f4f3d
Merge pull request #1411 from ferd/fix-regex-matches
Fix regex match for ignored file
hace 8 años
Fred Hebert
ffd97718b8
Merge pull request #1405 from erlang/get-deps
add `get-deps` provider
hace 8 años
Fred Hebert
fc12b06d27
Fix regex match for ignored file
The regex mistakenly matched too many files (any character followed by
an underscore) rather than only files starting in '._'
This properly escapes the expressions to work in all cases.
hace 8 años
Fred Hebert
9828f4464b
Merge pull request #1408 from robertoaloi/patch-1
Update THANKS
hace 8 años
Roberto Aloi
a1808f7230
Update THANKS
hace 8 años
Fred Hebert
51c008fb84
Go back to git-based versioning
hace 8 años
Fred Hebert
a58857162c
Bump to 3.3.3
hace 8 años
alisdair sullivan
0e6818402f
Merge pull request #1404 from psyeugenic/select-cmd-by-git-version
Select git clone command by git version
hace 8 años
Björn-Egil Dahlberg
7780933cfb
Use different git commands for different git versions
The option --single-branch was introduced in git version 1.7.10 and
thus rebar3 cannot fetch git dependencies on systems where earlier
git versions are install.
This commit will select other git clone commands if an earlier git
version is detected. If the git version cannot be determined rebar3
falls back on the previous behavior and uses --single-branch.
hace 8 años
alisdair sullivan
3fd29af16c
add `get-deps` provider
a no-op provider that depends on lock that is slightly more discoverable and user friendly
hace 8 años
Fred Hebert
9f7e79d815
Merge pull request #1403 from robertoaloi/fix-regexp-for-matching-files
Restrict regexp to match on files starting with '._'
hace 8 años
Roberto Aloi
74d290b9c2
Restrict regexp to match on files starting with '._'
hace 8 años
Fred Hebert
41d4002b99
Merge pull request #1398 from tburghart/rebar3_issue_1397
Correct precedence of compile options merged from profiles.
hace 8 años
Ted Burghart
1b422b921b
Added regression tests for PR 1398
hace 8 años
Ted Burghart
03832379d6
Addresses https://github.com/erlang/rebar3/issues/1397
Ensures merged compiler options end up in the correct order to maintain profile precedence.
Moves the merge functionality from rebar_opts:merge_opts/2 to a standalone function to ease extension and debugging.
hace 8 años
Fred Hebert
5f0658d8ac
Merge branch 'artempervin-master'
hace 8 años
Fred Hebert
2c155ead23
Fully clean up after test utils for proxy
hace 8 años
Artem Pervin
8df95d53bf
1394: fixed typo
hace 8 años
Artem Pervin
9ace3ba9fc
1394: fixed typo
hace 8 años
Artem Pervin
603683bca1
1394: restore original proxy spec after tests
hace 8 años
Artem Pervin
c0184eae70
1394: refined export list and tests
hace 8 años
Artem Pervin
e60562fb30
1394: one more test
hace 8 años
Artem Pervin
f8873147ab
1394: fixed typos
hace 8 años
Artem Pervin
8a546cae8e
1394: fixed typo
hace 8 años
Artem Pervin
ffc2cf98d3
1394: added fix for rebar_utils, moved setting of http_options into init_config, added unit tests
hace 8 años
Artem Pervin
72dcbe1c1b
1394: fixed handling of proxy username and password
hace 8 años
Fred Hebert
1766bc3078
Merge pull request #1393 from ferd/fix-linebreaks
Replace unprocessed ~n linebreaks
hace 8 años
Fred Hebert
f605b917b4
Replace unprocessed ~n linebreaks
Fixes #1392
hace 8 años
Fred Hebert
d833e6d6be
Merge pull request #1390 from lrascao/feature/bump_deps
Upgrade relx, erlware_commons and cf
hace 8 años
Luis Rascao
64eab7c57c
Upgrade relx, erlware_commons and cf
relx ~> 3.22.0
erlware_commons ~> 0.22.0
cf ~> 0.2.2
hace 8 años
Fred Hebert
252634d31e
Merge pull request #1382 from sirihansen/siri/recursive-opt
Add 'recursive' option
hace 8 años
Fred Hebert
ef61d013d1
Merge pull request #1385 from waisbrot/missing-package-error
Unify different styles of missing_package error
hace 8 años
Nathaniel Waisbrot
62e1aaf6f5
expect the `missing_package` error to have arity 2 or 3
hace 8 años
Fred Hebert
ae143b6714
Merge pull request #1388 from tsloughter/default_s3_region
use default region for s3 deployment
hace 8 años
Tristan Sloughter
8f72d534b0
use default region for s3 deployment
hace 8 años
Fred Hebert
2c31f94858
Merge pull request #1387 from ericmj/emj-rebar-config-env
Always read REBAR_CONFIG env var when loading config
hace 8 años
Eric Meadows-Jönsson
5323fdc377
Always read REBAR_CONFIG env var when loading config
hace 8 años
alisdair sullivan
5f6d1d88ac
Merge pull request #1374 from tsloughter/nightly
upload rebar3 escript for every merge to master to rebar3-nightly
hace 8 años
Tristan Sloughter
aa0c80d62f
upload rebar3 escript for every merge to master to rebar3-nightly
hace 8 años
Siri Hansen
44fabbbf91
Add 'recursive' option
The option {recursive,boolean()} can now be set pr directory in
'src_dirs' and 'extra_src_dirs', and on top level in the new
'erlc_compiler' option. Example config:
{erlc_compiler,[{recursive,false}]}.
{src_dirs,[{"src",[{recursive,true}]}]}.
This will cause recursive compilation within the "src" directory, but
not in any other directoires.
hace 8 años
Fred Hebert
17e2356038
Merge pull request #1380 from ferd/fix-self-edoc
Allow rebar3 to edoc itself
hace 8 años
Fred Hebert
8c4da25be0
Merge pull request #1381 from ferd/fix-dialyzer-warnings
Fix rebar3 dialyzer warnings
hace 8 años
Fred Hebert
e85cf555e2
Fix rebar3 dialyzer warnings
Some tricky changes in there but should be okay
hace 8 años
Fred Hebert
e08145b498
Allow rebar3 to edoc itself
hace 8 años
alisdair sullivan
ca0995b73b
Merge pull request #1370 from fishcakez/dialyzer-exclude_mods
Add exclude_apps/mods, plt_extra_mods, base_plt_mods config
hace 8 años
Tristan Sloughter
5335e57498
Merge pull request #1371 from psyeugenic/egil/fix-usage-typo
Fix usage decription of 'rebar3'
hace 8 años
Björn-Egil Dahlberg
9584453194
Fix usage decription of 'rebar3'
hace 8 años