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年前
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年前
James Fish
bcfd8d6f80
Add exclude_apps/mods, plt_extra_mods, base_plt_mods config
* exclude_apps - never use applications for PLT/analysis
* base_plt_mods - add modules to base PLT (overrules exclude_apps)
* plt_extra_mods - add modules to PLT (overrules exclude_apps)
* exclude_mods - never use modules for PLT/analysis (overrules all)
8年前
Fred Hebert
7f8e1c8294
Merge pull request #1357 from erlang/ct_spec
experimental: allow test specifications to be passed via the command line
8年前
alisdair sullivan
14956eaf16
fix "helpful" compiler spelling correction
8年前
alisdair sullivan
203e5c15bd
allow test specifications to be passed via the command line
`rebar3 ct --spec foo.spec,bar.spec,baz.spec` now works
also added support for the `join_specs` flag on the command line
8年前
alisdair sullivan
4e7b765645
Merge pull request #1356 from ferd/prevent-as-crash-on-missing-tasks
Prevent crashes in `rebar3 as` with no tasks
8年前
Fred Hebert
504431473b
Prevent crashes in `rebar3 as` with no tasks
checks on hd(...) and so on could not handle empty lists
8年前
Fred Hebert
94f87477d5
Return to git-based vsn
8年前