summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1986 from ericmj/emj/mirror-ofFred Hebert2019-01-012-18/+18
|\
| * Update hex_core and add mirror_of repo configEric Meadows-Jönsson2018-12-302-18/+18
* | Add --generator option for eunitmopp2018-12-291-1/+34
|/
* check for mib_first_files regression in umbrella_mib_first_testStefan Grundmann2018-12-051-9/+57
* Support ignoring whole modules in xref resultsBryan Paxton2018-12-021-7/+34
* fix to include beams built from src files in subdirs in modules listTristan Sloughter2018-11-231-1/+7
* fix base path used for yrl/xrl includefile configs (#1952)Tristan Sloughter2018-11-231-2/+148
* Merge pull request #1938 from erlang/xrl-yrl-recompileFred Hebert2018-11-181-6/+19
|\
| * check last modified time on erl files for xrl and yrl files before compilingTristan Sloughter2018-11-091-6/+19
* | Support alias format {Namespace, Cmd} and {Namespace, Cmd, Args} (#1940)tothlac2018-11-171-2/+29
|/
* Fix shell hook expansion on windowsFred Hebert2018-10-181-3/+3
* Merge pull request #1907 from ferd/refactor-env-pathsFred Hebert2018-10-153-3/+244
|\
| * Optimize path handlingFred Hebert2018-10-111-2/+0
| * Clean path code, add tests, add clash detectionFred Hebert2018-10-111-3/+34
| * Abstracted path managementFred Hebert2018-10-113-3/+215
* | fix finding transitive deps with prerelease versions (#1914)Tristan Sloughter2018-10-141-5/+11
|/
* fix yrl compiler and add test (#1906)Tristan Sloughter2018-10-061-3/+20
* compiler behaviour (#1893)Tristan Sloughter2018-10-051-1/+1
* warn if the matched package is retired, skip prerelease (#1897)Tristan Sloughter2018-10-014-31/+76
* properly support top level app erl_opts from REBAR_CONFIG os var (#1889)Tristan Sloughter2018-09-213-21/+101
* add option to compiler provider to only build dependencies (#1888)Tristan Sloughter2018-09-192-1/+28
* only print skip warning if version is different (#1886)Tristan Sloughter2018-09-171-2/+13
* support for hex v2, multiple repository fetching, private organizations (#1884)Tristan Sloughter2018-09-1316-565/+1029
* run compile provider in default namespace from bareTristan Sloughter2018-06-081-1/+18
* Abort if erl_first_files is not a list of stringsBryan Paxton2018-06-081-2/+9
* Introduce support of add and del operations under erl_opts directiveAlexander Petrovsky2018-05-311-12/+375
* Fix override_deps test from suite rebar_compile_SUITEAlexander Petrovsky2018-05-301-6/+7
* Prevent copying or symlink non-existing src_dirsFred Hebert2018-04-271-3/+0
* Merge branch 'feature_long_src_paths' of https://github.com/danikp/rebar3 int...Fred Hebert2018-04-271-2/+22
|\
| * fix & testDmitry2018-04-231-2/+22
* | Clear all dialyzer errorsFred Hebert2018-04-231-1/+11
|/
* Fix precedence rules of erl_opts for test profileFred Hebert2018-04-201-0/+32
* Merge pull request #1756 from ferd/handle-schemeless-proxyFred Hebert2018-04-201-6/+8
|\
| * Add proxy auto-scheme testFred Hebert2018-04-201-6/+8
* | (#1743): store the etags in cache filesLaszlo Toth2018-04-111-5/+12
|/
* sort-as: bar profile specializes dep "b" into a version anterior to what test...Pierre Fenoll2018-03-021-1/+1
* Revert "sort-as: show issue more clearly"Pierre Fenoll2018-03-021-16/+3
* sort-as: show issue more clearlyPierre Fenoll2018-03-021-3/+16
* rebar_package: do not return first package version for constraint with no matchTristan Sloughter2018-02-261-1/+9
* Merge pull request #1698 from campanja-forks/run-clean-hooksFred Hebert2018-02-211-2/+25
|\
| * add test for provider_hook cleanCarl-Johan Kjellander2018-01-191-2/+25
* | Issue #1704: Fix alias provider argument passingTobias Schlager2018-01-241-1/+26
|/
* Fix escriptize failure when ebin/ has subdirsFred Hebert2017-12-141-2/+25
* Alias plugin promoted to built-in commandFred Hebert2017-12-051-0/+113
* Merge pull request #1679 from ferd/min-coverageFred Hebert2017-12-041-2/+48
|\
| * Support minimal coverage validation in testsFred Hebert2017-12-021-2/+48
* | add eunit and ct option to set coverdata file nameTristan Sloughter2017-12-042-1/+43
* | fix code path when validating pluginsTristan Sloughter2017-12-032-6/+31
|/
* Fix test mocking for profile overridesFred Hebert2017-11-211-2/+4
* Merge branch 'profile_dep_countertest' of https://github.com/lrascao/rebar3 i...Fred Hebert2017-11-211-0/+15
|\