Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | set default color intensity to high | Tristan Sloughter | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | update relx to 3.16.0 to include color intesity update | Tristan Sloughter | 2016-02-16 | 2 | -2/+2 |
| | |||||
* | Merge pull request #902 from project-fifo/less-color | Tristan Sloughter | 2016-02-16 | 2 | -1/+28 |
|\ | | | | | Less color | ||||
| * | Set relx color intensity env variable | Heinz N. Gies | 2016-02-16 | 1 | -0/+2 |
| | | |||||
| * | Use an app_env to get color intensity | Heinz N. Gies | 2016-02-16 | 1 | -7/+17 |
| | | |||||
| * | Some cleanup | Heinz N. Gies | 2016-02-09 | 1 | -8/+11 |
| | | |||||
| * | Merge master | Heinz N. Gies | 2016-02-08 | 87 | -1355/+4487 |
| |\ | |||||
| * | | Add 'configuration' section to README | Heinz N. Gies | 2015-11-04 | 1 | -0/+8 |
| | | | |||||
| * | | Allow switching based on env variable | Heinz N. Gies | 2015-11-04 | 1 | -1/+10 |
| | | | |||||
| * | | Fixed error log formating | Heinz N. Gies | 2015-11-01 | 1 | -1/+1 |
| | | | |||||
| * | | Update bootstrap script to include cf | Heinz N. Gies | 2015-11-01 | 1 | -0/+1 |
| | | | |||||
| * | | Make output a bit more discrete | Heinz N. Gies | 2015-11-01 | 3 | -5/+8 |
| | | | |||||
* | | | Merge pull request #1048 from fauxsoup/master | Tristan Sloughter | 2016-02-11 | 1 | -7/+14 |
|\ \ \ | |_|/ |/| | | Add secondary hook for rebar_prv_compile | ||||
| * | | Include hook for app compilation | Zachary Hueras | 2016-02-09 | 1 | -4/+7 |
| | | | |||||
| * | | Add secondary hook for rebar_prv_compile | Zachary Hueras | 2016-02-02 | 1 | -7/+11 |
| | | | | | | | | | | | | | | | erlc_compile, for before/after compiling .erls to .beams, but before .app.src to .app | ||||
* | | | Merge pull request #1053 from tsloughter/master | Fred Hebert | 2016-02-05 | 2 | -2/+2 |
|\ \ \ | | | | | | | | | upgrade relx to 3.15.0 | ||||
| * | | | upgrade relx to 3.15.0 | Tristan Sloughter | 2016-02-05 | 2 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #1041 from lrascao/fix/relx_overlay_vars | Tristan Sloughter | 2016-02-05 | 2 | -7/+65 |
|\ \ \ \ | | | | | | | | | | | Add test case for relx overlay vars | ||||
| * | | | | Add test case for relx overlay vars | Luis Rascao | 2016-02-05 | 2 | -7/+65 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Makes use of several var types: integers, strings, binaries, binary strings and tuples. | ||||
* | | | | | Merge pull request #1047 from fishcakez/dialyzer_unknown | Tristan Sloughter | 2016-02-05 | 1 | -1/+22 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Ignore unknown warning when dialyzer < 2.8 | ||||
| * | | | | Ignore unknown warning when dialyzer < 2.8 | James Fish | 2016-02-02 | 1 | -1/+22 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #1050 from tsloughter/master | Fred Hebert | 2016-02-03 | 1 | -0/+3 |
|\ \ \ \ | |/ / / |/| | | | check top level config for minimum or blacklisted otps at start | ||||
| * | | | check top level config for minimum or blacklisted otps at start | Tristan Sloughter | 2016-02-03 | 1 | -0/+3 |
|/ / / | |||||
* | | | Merge pull request #1046 from tsloughter/user-agent | Fred Hebert | 2016-02-01 | 3 | -3/+8 |
|\ \ \ | | | | | | | | | add user-agent to http request headers | ||||
| * | | | add user-agent to http request headers | Tristan Sloughter | 2016-02-01 | 3 | -3/+8 |
|/ / / | |||||
* | | | Merge pull request #1045 from tsloughter/master | Fred Hebert | 2016-01-31 | 2 | -6/+57 |
|\ \ \ | | | | | | | | | don't lose overrides in an app when installing plugins it uses | ||||
| * | | | don't lose overrides in an app when installing plugins it uses' | Tristan Sloughter | 2016-01-31 | 2 | -6/+57 |
|/ / / | |||||
* | | | Merge pull request #1033 from tuncer/fix-shell-completion | Tristan Sloughter | 2016-01-30 | 1 | -13/+25 |
|\ \ \ | | | | | | | | | Fix bash completion regression (cf66dfd6ba) and make lopt strings more resilient | ||||
| * | | | bash completion: prevent future mistakes in lopts | Tuncer Ayaz | 2016-01-25 | 1 | -12/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | To prevent future mistakes like the broken string introduced in cf66dfd6ba, put opening and closing " on separate lines in each multi-line lopts string. This also allows for cleaner (smaller) diffs when removing/adding a flag. | ||||
| * | | | bash completion: fix error introduced in cf66dfd6 | Tuncer Ayaz | 2016-01-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | cf66dfd6ba introduced a syntax error in the modified lopts string. Without the fix, you'll provoke a shell error when trying to complete `rebar3 ct --<something>`. | ||||
* | | | | Merge pull request #1043 from talentdeficit/dont_strip_project_apps_during_ct | Tristan Sloughter | 2016-01-30 | 2 | -14/+22 |
|\ \ \ \ | |_|/ / |/| | | | don't strip the project apps when running `ct` with just a root suite specified | ||||
| * | | | fix paths for multiple app projects when running ct with no --dir argument | alisdair sullivan | 2016-01-30 | 2 | -12/+19 |
| | | | | |||||
| * | | | don't strip the project apps when running `ct` with just a root suite specified | alisdair sullivan | 2016-01-30 | 1 | -2/+3 |
|/ / / | | | | | | | | | | this ensures the project apps are compiled to `lib/` instead of `extras/` | ||||
* | | | Merge pull request #1035 from lrascao/fix/missing_include_path | Tristan Sloughter | 2016-01-26 | 2 | -4/+67 |
|\ \ \ | |/ / |/| | | Add module directory to include path | ||||
| * | | Add module directory to include path | Luis Rascao | 2016-01-26 | 2 | -4/+67 |
|/ / | | | | | | | | | | | | | | | | | | | Several projects use an include path relative to the project's root. file:compile will look in three places for the include files: The current working directory The directory where the module is being compiled The directories given by the include option | ||||
* | | Merge pull request #1031 from tsloughter/master | Fred Hebert | 2016-01-24 | 2 | -13/+35 |
|\ \ | | | | | | | add profile option to clean task | ||||
| * | | add profile option to clean task | Tristan Sloughter | 2016-01-23 | 2 | -13/+35 |
| | | | |||||
* | | | Merge pull request #1024 from talentdeficit/dedupe_eunit_default_tests | Tristan Sloughter | 2016-01-23 | 2 | -15/+48 |
|\ \ \ | | | | | | | | | deduplicate default test set generated by `rebar3 eunit` | ||||
| * | | | deduplicate default test set generated by `rebar3 eunit` | alisdair sullivan | 2016-01-17 | 2 | -15/+48 |
| | | | | | | | | | | | | | | | | | | | | this ONLY attempts to deduplicate test sets that are generated by rebar in the absence of any user specified tests | ||||
* | | | | Merge pull request #1029 from tsloughter/master | Fred Hebert | 2016-01-22 | 3 | -5/+5 |
|\ \ \ \ | | |/ / | |/| | | local install and local upgrade | ||||
| * | | | move unstable install and upgrade to local namespace | Tristan Sloughter | 2016-01-22 | 3 | -4/+4 |
| | | | | |||||
| * | | | add support for setting erl vm args with REBAR3_ERL_ARGS | Tristan Sloughter | 2016-01-22 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #1025 from tsloughter/master | Fred Hebert | 2016-01-17 | 1 | -0/+12 |
|\ \ \ \ | |/ / / | | | | | add unstable install/upgrade instructions to readme | ||||
| * | | | add unstable install/upgrade instructions to readme | Tristan Sloughter | 2016-01-17 | 1 | -0/+12 |
|/ / / | |||||
* | | | Merge pull request #1023 from ferd/rework-repo-docs | Tristan Sloughter | 2016-01-17 | 2 | -239/+409 |
|\ \ \ | | | | | | | | | Rework README and CONTRIBUTING documents | ||||
| * | | | Rework README and CONTRIBUTING documents | Fred Hebert | 2016-01-17 | 2 | -239/+409 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The README is better targetted to newcomers and explains the basics of the project: what it is, why use it, how to get started, where to find more information. It looks less like a reference and more like a brief overview of rebar3. - Whatever looks like a list or reference manual material is expected to be moved to the website - Be clearer about the rebar3 project structure in CONTRIBUTING.md; explain how to write tests, how to structure code, and so on. - Added contributing section on bug reports, feature requests, etc. | ||||
* | | | | Merge pull request #1022 from ferd/badconfig-shell-error | Tristan Sloughter | 2016-01-17 | 1 | -2/+7 |
|\ \ \ \ | |/ / / |/| | | | Display error message when bad config is loaded | ||||
| * | | | Display error message when bad config is loaded | Fred Hebert | 2016-01-17 | 1 | -2/+7 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a bad configuration file is submitted to rebar3 shell, display the following error: ===> The configuration file submitted could not be read and will be ignored. And keep going otherwise rather than silently failing. While crash-fast is usually a good mechanism, the shell so far is very tolerant of failures from apps to boot and whatnot, so this feels appropriate. Fixes #1019 | ||||
* | | | Merge pull request #1017 from talentdeficit/runtime_version_check | Fred Hebert | 2016-01-17 | 2 | -6/+8 |
|\ \ \ | |/ / |/| | | check at runtime instead of compile time for `file:list_dir_all/1` | ||||
| * | | check at runtime instead of compile time for presence of `file:list_dir_all/1` | alisdair sullivan | 2016-01-13 | 2 | -6/+8 |
| | | | | | | | | | | | | | | | | | | this is slower than the compile time check but i guess packaging rebars with repos is still a thing and i think only the eunit and ct providers call it anyways |