| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix handling of transient locks during upgrade | Fred Hebert | 2019-03-15 | 1 | -2/+47 |
* | Fix fetching of private packages from orgs on hex repos (#2020) | Bryan Paxton | 2019-03-07 | 6 | -12/+27 |
* | Abort when file:consult/1 returns an error | Bryan Paxton | 2019-02-20 | 1 | -2/+39 |
* | Fix handling of updated files in extra_src_dirs | Fred Hebert | 2019-02-01 | 1 | -0/+44 |
* | add repo_name to repoconfig used with hex_core to be compatible (#1996) | Tristan Sloughter | 2019-01-13 | 1 | -3/+5 |
* | Merge pull request #1986 from ericmj/emj/mirror-of | Fred Hebert | 2019-01-01 | 2 | -18/+18 |
|\ |
|
| * | Update hex_core and add mirror_of repo config | Eric Meadows-Jönsson | 2018-12-30 | 2 | -18/+18 |
* | | Add --generator option for eunit | mopp | 2018-12-29 | 1 | -1/+34 |
|/ |
|
* | check for mib_first_files regression in umbrella_mib_first_test | Stefan Grundmann | 2018-12-05 | 1 | -9/+57 |
* | Support ignoring whole modules in xref results | Bryan Paxton | 2018-12-02 | 1 | -7/+34 |
* | fix to include beams built from src files in subdirs in modules list | Tristan Sloughter | 2018-11-23 | 1 | -1/+7 |
* | fix base path used for yrl/xrl includefile configs (#1952) | Tristan Sloughter | 2018-11-23 | 1 | -2/+148 |
* | Merge pull request #1938 from erlang/xrl-yrl-recompile | Fred Hebert | 2018-11-18 | 1 | -6/+19 |
|\ |
|
| * | check last modified time on erl files for xrl and yrl files before compiling | Tristan Sloughter | 2018-11-09 | 1 | -6/+19 |
* | | Support alias format {Namespace, Cmd} and {Namespace, Cmd, Args} (#1940) | tothlac | 2018-11-17 | 1 | -2/+29 |
|/ |
|
* | Fix shell hook expansion on windows | Fred Hebert | 2018-10-18 | 1 | -3/+3 |
* | Merge pull request #1907 from ferd/refactor-env-paths | Fred Hebert | 2018-10-15 | 3 | -3/+244 |
|\ |
|
| * | Optimize path handling | Fred Hebert | 2018-10-11 | 1 | -2/+0 |
| * | Clean path code, add tests, add clash detection | Fred Hebert | 2018-10-11 | 1 | -3/+34 |
| * | Abstracted path management | Fred Hebert | 2018-10-11 | 3 | -3/+215 |
* | | fix finding transitive deps with prerelease versions (#1914) | Tristan Sloughter | 2018-10-14 | 1 | -5/+11 |
|/ |
|
* | fix yrl compiler and add test (#1906) | Tristan Sloughter | 2018-10-06 | 1 | -3/+20 |
* | compiler behaviour (#1893) | Tristan Sloughter | 2018-10-05 | 1 | -1/+1 |
* | warn if the matched package is retired, skip prerelease (#1897) | Tristan Sloughter | 2018-10-01 | 4 | -31/+76 |
* | properly support top level app erl_opts from REBAR_CONFIG os var (#1889) | Tristan Sloughter | 2018-09-21 | 3 | -21/+101 |
* | add option to compiler provider to only build dependencies (#1888) | Tristan Sloughter | 2018-09-19 | 2 | -1/+28 |
* | only print skip warning if version is different (#1886) | Tristan Sloughter | 2018-09-17 | 1 | -2/+13 |
* | support for hex v2, multiple repository fetching, private organizations (#1884) | Tristan Sloughter | 2018-09-13 | 16 | -565/+1029 |
* | run compile provider in default namespace from bare | Tristan Sloughter | 2018-06-08 | 1 | -1/+18 |
* | Abort if erl_first_files is not a list of strings | Bryan Paxton | 2018-06-08 | 1 | -2/+9 |
* | Introduce support of add and del operations under erl_opts directive | Alexander Petrovsky | 2018-05-31 | 1 | -12/+375 |
* | Fix override_deps test from suite rebar_compile_SUITE | Alexander Petrovsky | 2018-05-30 | 1 | -6/+7 |
* | Prevent copying or symlink non-existing src_dirs | Fred Hebert | 2018-04-27 | 1 | -3/+0 |
* | Merge branch 'feature_long_src_paths' of https://github.com/danikp/rebar3 int... | Fred Hebert | 2018-04-27 | 1 | -2/+22 |
|\ |
|
| * | fix & test | Dmitry | 2018-04-23 | 1 | -2/+22 |
* | | Clear all dialyzer errors | Fred Hebert | 2018-04-23 | 1 | -1/+11 |
|/ |
|
* | Fix precedence rules of erl_opts for test profile | Fred Hebert | 2018-04-20 | 1 | -0/+32 |
* | Merge pull request #1756 from ferd/handle-schemeless-proxy | Fred Hebert | 2018-04-20 | 1 | -6/+8 |
|\ |
|
| * | Add proxy auto-scheme test | Fred Hebert | 2018-04-20 | 1 | -6/+8 |
* | | (#1743): store the etags in cache files | Laszlo Toth | 2018-04-11 | 1 | -5/+12 |
|/ |
|
* | sort-as: bar profile specializes dep "b" into a version anterior to what test... | Pierre Fenoll | 2018-03-02 | 1 | -1/+1 |
* | Revert "sort-as: show issue more clearly" | Pierre Fenoll | 2018-03-02 | 1 | -16/+3 |
* | sort-as: show issue more clearly | Pierre Fenoll | 2018-03-02 | 1 | -3/+16 |
* | rebar_package: do not return first package version for constraint with no match | Tristan Sloughter | 2018-02-26 | 1 | -1/+9 |
* | Merge pull request #1698 from campanja-forks/run-clean-hooks | Fred Hebert | 2018-02-21 | 1 | -2/+25 |
|\ |
|
| * | add test for provider_hook clean | Carl-Johan Kjellander | 2018-01-19 | 1 | -2/+25 |
* | | Issue #1704: Fix alias provider argument passing | Tobias Schlager | 2018-01-24 | 1 | -1/+26 |
|/ |
|
* | Fix escriptize failure when ebin/ has subdirs | Fred Hebert | 2017-12-14 | 1 | -2/+25 |
* | Alias plugin promoted to built-in command | Fred Hebert | 2017-12-05 | 1 | -0/+113 |
* | Merge pull request #1679 from ferd/min-coverage | Fred Hebert | 2017-12-04 | 1 | -2/+48 |
|\ |
|