getong
b99c15d297
the releases website has changed
8 년 전
Fred Hebert
95777507a5
Merge pull request #1413 from ates/rebar3.crashdump-gitignore
Add rebar3.crashdump to gitignore template
8 년 전
Artem Teslenko
5b9bd7a102
Add rebar3.crashdump to gitignore template
8 년 전
alisdair sullivan
ca4c7f4f3d
Merge pull request #1411 from ferd/fix-regex-matches
Fix regex match for ignored file
8 년 전
Fred Hebert
ffd97718b8
Merge pull request #1405 from erlang/get-deps
add `get-deps` provider
8 년 전
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.
8 년 전
Fred Hebert
9828f4464b
Merge pull request #1408 from robertoaloi/patch-1
Update THANKS
8 년 전
Roberto Aloi
a1808f7230
Update THANKS
8 년 전
Fred Hebert
51c008fb84
Go back to git-based versioning
8 년 전
Fred Hebert
a58857162c
Bump to 3.3.3
8 년 전
alisdair sullivan
0e6818402f
Merge pull request #1404 from psyeugenic/select-cmd-by-git-version
Select git clone command by git version
8 년 전
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.
8 년 전
alisdair sullivan
3fd29af16c
add `get-deps` provider
a no-op provider that depends on lock that is slightly more discoverable and user friendly
8 년 전
Fred Hebert
9f7e79d815
Merge pull request #1403 from robertoaloi/fix-regexp-for-matching-files
Restrict regexp to match on files starting with '._'
8 년 전
Roberto Aloi
74d290b9c2
Restrict regexp to match on files starting with '._'
8 년 전
Fred Hebert
41d4002b99
Merge pull request #1398 from tburghart/rebar3_issue_1397
Correct precedence of compile options merged from profiles.
8 년 전
Ted Burghart
1b422b921b
Added regression tests for PR 1398
8 년 전
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.
8 년 전
Fred Hebert
5f0658d8ac
Merge branch 'artempervin-master'
8 년 전
Fred Hebert
2c155ead23
Fully clean up after test utils for proxy
8 년 전
Artem Pervin
8df95d53bf
1394: fixed typo
8 년 전
Artem Pervin
9ace3ba9fc
1394: fixed typo
8 년 전
Artem Pervin
603683bca1
1394: restore original proxy spec after tests
8 년 전
Artem Pervin
c0184eae70
1394: refined export list and tests
8 년 전
Artem Pervin
e60562fb30
1394: one more test
8 년 전
Artem Pervin
f8873147ab
1394: fixed typos
8 년 전
Artem Pervin
8a546cae8e
1394: fixed typo
8 년 전
Artem Pervin
ffc2cf98d3
1394: added fix for rebar_utils, moved setting of http_options into init_config, added unit tests
8 년 전
Artem Pervin
72dcbe1c1b
1394: fixed handling of proxy username and password
8 년 전
Fred Hebert
1766bc3078
Merge pull request #1393 from ferd/fix-linebreaks
Replace unprocessed ~n linebreaks
8 년 전
Fred Hebert
f605b917b4
Replace unprocessed ~n linebreaks
Fixes #1392
8 년 전
Fred Hebert
d833e6d6be
Merge pull request #1390 from lrascao/feature/bump_deps
Upgrade relx, erlware_commons and cf
8 년 전
Luis Rascao
64eab7c57c
Upgrade relx, erlware_commons and cf
relx ~> 3.22.0
erlware_commons ~> 0.22.0
cf ~> 0.2.2
8 년 전
Fred Hebert
252634d31e
Merge pull request #1382 from sirihansen/siri/recursive-opt
Add 'recursive' option
8 년 전
Fred Hebert
ef61d013d1
Merge pull request #1385 from waisbrot/missing-package-error
Unify different styles of missing_package error
8 년 전
Nathaniel Waisbrot
62e1aaf6f5
expect the `missing_package` error to have arity 2 or 3
8 년 전
Fred Hebert
ae143b6714
Merge pull request #1388 from tsloughter/default_s3_region
use default region for s3 deployment
8 년 전
Tristan Sloughter
8f72d534b0
use default region for s3 deployment
8 년 전
Fred Hebert
2c31f94858
Merge pull request #1387 from ericmj/emj-rebar-config-env
Always read REBAR_CONFIG env var when loading config
8 년 전
Eric Meadows-Jönsson
5323fdc377
Always read REBAR_CONFIG env var when loading config
8 년 전
alisdair sullivan
5f6d1d88ac
Merge pull request #1374 from tsloughter/nightly
upload rebar3 escript for every merge to master to rebar3-nightly
8 년 전
Tristan Sloughter
aa0c80d62f
upload rebar3 escript for every merge to master to rebar3-nightly
8 년 전
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.
8 년 전
Fred Hebert
17e2356038
Merge pull request #1380 from ferd/fix-self-edoc
Allow rebar3 to edoc itself
8 년 전
Fred Hebert
8c4da25be0
Merge pull request #1381 from ferd/fix-dialyzer-warnings
Fix rebar3 dialyzer warnings
8 년 전
Fred Hebert
e85cf555e2
Fix rebar3 dialyzer warnings
Some tricky changes in there but should be okay
8 년 전
Fred Hebert
e08145b498
Allow rebar3 to edoc itself
8 년 전
alisdair sullivan
ca0995b73b
Merge pull request #1370 from fishcakez/dialyzer-exclude_mods
Add exclude_apps/mods, plt_extra_mods, base_plt_mods config
8 년 전
Tristan Sloughter
5335e57498
Merge pull request #1371 from psyeugenic/egil/fix-usage-typo
Fix usage decription of 'rebar3'
8 년 전
Björn-Egil Dahlberg
9584453194
Fix usage decription of 'rebar3'
8 년 전