summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* return more useful error message (failed to download) when pkg http req failsTristan Sloughter2015-10-261-12/+16
|
* Merge pull request #881 from project-fifo/cf-updateFred Hebert2015-10-182-2/+2
|\ | | | | Bump cf for fixing #879
| * Bump cf for fixing #879Heinz N. Gies2015-10-182-2/+2
|/
* Merge pull request #877 from ferd/fix-checkouts-relxTristan Sloughter2015-10-171-1/+1
|\ | | | | Allow non-default checkouts dir for relx
| * Allow non-default checkouts dir for relxFred Hebert2015-10-171-1/+1
|/ | | | fixes #872
* Merge pull request #867 from byaruhaf/patch-1Fred Hebert2015-10-151-3/+3
|\ | | | | Fix for issue #859 - unicode rendering of deps tree based on PR #865
| * Added comments to explain the utf8 symbols BinaryByaruhanga Franklin2015-10-141-3/+3
| |
| * removing the /utf8 flag and using the the exact utf-8 value in bytesByaruhanga Franklin2015-10-131-3/+3
| | | | | | removing the /utf8 flag and using the the exact utf-8 value in bytes to make it compatible with compilers <17
| * Fix for issue #859 - unicode rendering of deps tree based on PR #865Byaruhanga Franklin2015-10-131-3/+3
|/ | | | Fix for issue #859 - unicode rendering of deps tree based on PR #865 modified PR #865 to the /utf8 flag indicates this is supposed to be a UTF8 string.
* Merge pull request #864 from ferd/fix-first-files-prefixesTristan Sloughter2015-10-122-8/+57
|\ | | | | Support proper paths in non-erl first files
| * Support proper paths in non-erl first filesFred Hebert2015-10-122-8/+57
|/ | | | | This passes the directory to the option to ensure it works with more than configs at the root of the project.
* Merge pull request #858 from tsloughter/certifi_privFred Hebert2015-10-081-1/+0
|\ | | | | don't include certifi priv dir in escript, it is not needed
| * don't include certifi priv dir in escript, it is not neededTristan Sloughter2015-10-081-1/+0
| |
* | Merge pull request #856 from tsloughter/hook_envFred Hebert2015-10-051-1/+4
|\ \ | |/ | | add ERLANG_ARCH and ERLANG_TARGET to os env for hooks
| * add ERLANG_ARCH and ERLANG_TARGET to os env for hooksTristan Sloughter2015-10-051-1/+4
|/
* Merge pull request #852 from tsloughter/no_profileFred Hebert2015-10-042-2/+44
|\ | | | | print a warning if a profile in 'as' has no config entry
| * Merge pull request #5 from ferd/tsloughter-no_profileTristan Sloughter2015-10-042-25/+62
| |\ | | | | | | Tsloughter no profile
| | * Tests for warningsFred Hebert2015-10-051-2/+32
| | |
| | * Merge branch 'no_profile' of https://github.com/tsloughter/rebar3 into ↵Fred Hebert2015-10-051-0/+12
| | |\ | |/ / |/| / | |/ tsloughter-no_profile
| * print a warning if a profile in 'as' has no config entryTristan Sloughter2015-10-031-0/+12
| |
* | Merge pull request #854 from tsloughter/git_vsnFred Hebert2015-10-041-23/+30
|\ \ | |/ |/| if not in a git repo but have 'git' as vsn, fallback to 0.0.0
| * if not in a git repo but have 'git' as vsn, fallback to 0.0.0Tristan Sloughter2015-10-041-23/+30
|/
* Bump to beta-3Fred Hebert2015-10-013-3/+3
|
* Merge pull request #828 from project-fifo/nice-dialyzerFred Hebert2015-09-304-109/+130
|\ | | | | Group dialyzer warnings by file and concentrate output
| * Fix missing earlware_commons in .lockHeinz N. Gies2015-09-291-0/+1
| |
| * Add some documentaiton.Heinz N. Gies2015-09-291-8/+31
| |
| * Fix sub string highlighting for form positionsHeinz N. Gies2015-09-291-7/+4
| |
| * Add colour for 'the call comtains' messageHeinz N. Gies2015-09-291-1/+1
| |
| * Return legnth of the original warnings no the formated onesHeinz N. Gies2015-09-291-1/+1
| |
| * Fix error messages that were not resetting colorHeinz N. Gies2015-09-291-4/+3
| |
| * Group dialyzer warnings by file and concentrate outputHeinz N. Gies2015-09-294-91/+92
| |
* | Merge pull request #847 from zugolosian/disable_ssl_verify_optionTristan Sloughter2015-09-301-0/+18
|\ \ | | | | | | Add support for disabling ssl verification for hex
| * | Add support for disabling ssl verification for hexDavid Leach2015-09-301-0/+18
| | | | | | | | | | | | | | | Uses global rebar config to see if user wishes to disable ssl verfication. If {ssl_verify, false} is present certificates will not be verified.
* | | Merge pull request #805 from talentdeficit/eunit_test_specsTristan Sloughter2015-09-2912-542/+692
|\ \ \ | |_|/ |/| | eunit test provider
| * | fix failing cover testalisdair sullivan2015-09-291-6/+27
| | |
| * | shiny and new test suite for eunit provideralisdair sullivan2015-09-297-625/+546
| | |
| * | fix test names in `eunit_test_SUITE`alisdair sullivan2015-09-291-46/+46
| | |
| * | inject `eunit_compile_opts`, `eunit_first_files` and `TEST` macroalisdair sullivan2015-09-293-16/+114
| | | | | | | | | | | | prior to running compile and compile prehooks
| * | Revert "drop `eunit_first_files' and `eunit_compile_opts'. that's what"alisdair sullivan2015-09-292-2/+27
| | | | | | | | | | | | This reverts commit dde60d491f64e8545c586d07015a466eb8e6e126.
| * | drop `eunit_first_files' and `eunit_compile_opts'. that's whatalisdair sullivan2015-09-292-27/+2
| | | | | | | | | | | | profiles are for
| * | update shell completions for new eunit commandsalisdair sullivan2015-09-293-5/+17
| | |
| * | add `application' flag and additional testsalisdair sullivan2015-09-292-17/+83
| | |
| * | add new eunit opts to `rebar.config.sample'alisdair sullivan2015-09-291-5/+7
| | |
| * | add `error_on_warning' option to eunit provideralisdair sullivan2015-09-292-46/+129
| | |
| * | reworked eunit provider to allow access to full range of eunit testsalisdair sullivan2015-09-292-188/+135
|/ /
* | Merge pull request #843 from tsloughter/relx_upgradeFred Hebert2015-09-282-2/+2
|\ \ | | | | | | upgrade relx. it wasn't creating nodetool
| * | upgrade relx. it wasn't creating nodetoolTristan Sloughter2015-09-282-2/+2
| | |
* | | Merge pull request #842 from tsloughter/vm_argsFred Hebert2015-09-281-1/+1
|\ \ \ | |/ / | | | make short name the default in vmargs
| * | make short name the default in vmargsTristan Sloughter2015-09-271-1/+1
| | |
* | | Merge pull request #841 from tsloughter/dialyzer_warningsTristan Sloughter2015-09-274-10/+8
|\ \ \ | |/ / | | | fix dialyzer warnings