Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rebranding: update links rebar/rebar3 -> erlang/rebar3 | Pierre Fenoll | 2016-03-19 | 4 | -9/+9 |
| | |||||
* | Revert to semver for non-tagged builds. | Fred Hebert | 2016-03-09 | 1 | -1/+1 |
| | |||||
* | Bump to 3.0.0 | Fred Hebert | 2016-03-09 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1110 from tsloughter/master | Fred Hebert | 2016-03-07 | 2 | -6/+20 |
|\ | | | | | pass loglevel used in rebar3 to relx | ||||
| * | pass loglevel used in rebar3 to relx | Tristan Sloughter | 2016-03-07 | 2 | -6/+20 |
| | | |||||
* | | Merge pull request #1108 from talentdeficit/make_omar_happy | Fred Hebert | 2016-03-03 | 6 | -33/+117 |
|\ \ | |/ |/| | make omar happy | ||||
| * | move definition of 'EUNIT' macro to eunit provider | alisdair sullivan | 2016-03-03 | 4 | -12/+103 |
| | | | | | | | | add definition of 'COMMON_TEST' macro to eunit provider | ||||
| * | Revert "define the 'EUNIT' macro in the test profile" | alisdair sullivan | 2016-03-03 | 2 | -21/+14 |
|/ | | | | This reverts commit 4c32c52b557c66ac6e6764efb1ed9135c00a3c20. | ||||
* | Merge pull request #1107 from tsloughter/master | Fred Hebert | 2016-03-03 | 2 | -2/+2 |
|\ | | | | | upgrade cth_readable | ||||
| * | upgrade cth_readable | Tristan Sloughter | 2016-03-03 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #1106 from talentdeficit/EUNIT | Tristan Sloughter | 2016-03-03 | 2 | -14/+21 |
|\ \ | | | | | | | define the 'EUNIT' macro in the test profile | ||||
| * | | define the 'EUNIT' macro in the test profile | alisdair sullivan | 2016-03-03 | 2 | -14/+21 |
|/ / | |||||
* | | Merge pull request #1104 from tsloughter/master | Fred Hebert | 2016-03-02 | 1 | -26/+27 |
|\ \ | |/ | | | move dialyze setting of debug_info to overrides in profile | ||||
| * | move dialyze setting of debug_info to overrides in profile | Tristan Sloughter | 2016-03-02 | 1 | -26/+27 |
|/ | |||||
* | Merge pull request #1103 from benoitc/update-certifi | Fred Hebert | 2016-03-02 | 2 | -2/+2 |
|\ | | | | | bump certifi to 0.4.0 | ||||
| * | bump certifi to 0.4.0 | benoitc | 2016-03-02 | 2 | -2/+2 |
|/ | | | | latest mozilla bundles | ||||
* | Merge pull request #1102 from tsloughter/master | Tristan Sloughter | 2016-03-02 | 2 | -8/+50 |
|\ | | | | | include project_plugins in plugins that can be upgraded | ||||
| * | include project_plugins in plugins that can be upgraded | Tristan Sloughter | 2016-03-02 | 2 | -8/+50 |
|/ | |||||
* | Merge pull request #1101 from ferd/ct-errs-to-warns | Tristan Sloughter | 2016-03-02 | 2 | -13/+16 |
|\ | | | | | Take CT options errors and turn them to warnings | ||||
| * | Take CT options errors and turn them to warnings | Fred Hebert | 2016-03-02 | 2 | -13/+16 |
|/ | | | | | | | | The idea is that given we accept arbitrary config items for CT, we should similarly be able to pass unsupported options and keep things running. However for unsupported options, a warning is very useful to have. | ||||
* | Merge pull request #1100 from puzza007/fix-zsh-completion | Tristan Sloughter | 2016-03-01 | 1 | -1/+1 |
|\ | | | | | Fix quoting problem in zsh completion | ||||
| * | Fix quoting problem in zsh completion | Paul Oliver | 2016-03-02 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1099 from talentdeficit/ct_include | Tristan Sloughter | 2016-03-01 | 5 | -17/+60 |
|\ | | | | | add support for common tests `include` flag | ||||
| * | add shell completions for `include` flag for `ct` provider | alisdair sullivan | 2016-03-01 | 3 | -0/+3 |
| | | |||||
| * | add support for common tests `include` flag | alisdair sullivan | 2016-03-01 | 2 | -17/+57 |
| | | |||||
* | | Merge pull request #1098 from talentdeficit/ct_warn_on_cover_spec | Tristan Sloughter | 2016-03-01 | 2 | -3/+23 |
|\ \ | | | | | | | error on a cover spec in ct_opts | ||||
| * | | add a link to the docs about `test_spec` and `cover` in ct warnings | alisdair sullivan | 2016-03-01 | 2 | -4/+4 |
| | | | |||||
| * | | error on a cover spec in ct_opts | alisdair sullivan | 2016-03-01 | 2 | -1/+21 |
| |/ | |||||
* | | Merge branch 'saleyn-state' | Fred Hebert | 2016-03-01 | 6 | -4/+68 |
|\ \ | |||||
| * \ | Merge branch 'state' of https://github.com/saleyn/rebar3 into saleyn-state | Fred Hebert | 2016-03-01 | 6 | -4/+68 |
| |\ \ |/ / / | |||||
| * | | Make state provider {bare, false} | Serge Aleynikov | 2016-02-08 | 1 | -1/+1 |
| | | | |||||
| * | | Turn functor into a function to support older Erlang VM | Serge Aleynikov | 2016-02-08 | 1 | -11/+10 |
| | | | |||||
| * | | Improve recursive display of dictionary values | Serge Aleynikov | 2016-02-08 | 1 | -7/+14 |
| | | | |||||
| * | | Remove --state argument option per Tristan's comment | Serge Aleynikov | 2016-02-08 | 1 | -2/+1 |
| | | | |||||
| * | | Change output to use ?CONSOLE macro | Serge Aleynikov | 2016-02-08 | 1 | -2/+2 |
| | | | |||||
| * | | Mention in README that state provider is for debugging | Serge Aleynikov | 2016-02-08 | 1 | -1/+1 |
| | | | |||||
| * | | Change output to use ?CONSOLE marco | Serge Aleynikov | 2016-02-08 | 1 | -1/+1 |
| | | | |||||
| * | | Add a state display provider | Serge Aleynikov | 2016-02-08 | 6 | -4/+62 |
| | | | | | | | | | | | | | | | | | | | | | The provider is used for debugging to help displaying current rebar's state. Usage: rebar3 state | ||||
* | | | Merge pull request #1092 from ahf/eunit-short-options | Fred Hebert | 2016-02-28 | 4 | -13/+13 |
|\ \ \ | | | | | | | | | Add short-options to the eunit provider. | ||||
| * | | | Add short-options to the eunit provider. | Alexander Færøy | 2016-02-28 | 4 | -13/+13 |
|/ / / | | | | | | | | | | This patch adds support for short options in the eunit provider. | ||||
* | | | Merge pull request #1091 from tsloughter/all_hooks | Fred Hebert | 2016-02-28 | 5 | -10/+37 |
|\ \ \ | | | | | | | | | Run all hooks | ||||
| * | | | add test for new hook function | Tristan Sloughter | 2016-02-28 | 1 | -1/+21 |
| | | | | |||||
| * | | | in providers that don't run per app run all available hooks | Tristan Sloughter | 2016-02-28 | 4 | -9/+16 |
| | |/ | |/| | |||||
* | | | Merge pull request #1090 from tsloughter/auto_update | Fred Hebert | 2016-02-28 | 1 | -7/+32 |
|\ \ \ | |/ / |/| | | fix auto-registry update to work even when not a locked pkg-vsn | ||||
| * | | fix auto-registry update to work even when not a locked pkg-vsn | Tristan Sloughter | 2016-02-28 | 1 | -7/+32 |
|/ / | |||||
* | | Merge pull request #1066 from ferd/bump-cth-readable | Tristan Sloughter | 2016-02-26 | 2 | -2/+2 |
|\ \ | | | | | | | Bump cth_readable | ||||
| * | | Bump cth_readable | Fred Hebert | 2016-02-21 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | The new version fixes parse transforms over OTP incompatibility that would crash entire compile runs before. | ||||
* | | | Merge pull request #1082 from egobrain/patch-1 | Fred Hebert | 2016-02-26 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fixed rebar.config shell_apps setting | ||||
| * | | | Fixed rebar.config shell_apps setting | Yakov | 2016-02-26 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #1070 from project-fifo/hex-improvements | Tristan Sloughter | 2016-02-24 | 4 | -44/+239 |
|\ \ \ | | | | | | | | | Hex improvements |