summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #1125 from ferd/fix-paths-outputTristan Sloughter2016-03-191-2/+6
|\ \ \ \ | | | | | | | | | | Support all deps & locks in rebar3 path
| * | | | Support all deps & locks in rebar3 pathFred Hebert2016-03-191-2/+6
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, the dependency only handled versioned packages and top-level source dependencies, and locks were being ignored. This patch makes it so locks and package deps are being considered, generating full-blown path lists. Should fix #1117
* | | | Merge pull request #1126 from ferd/single-entry-pkgsTristan Sloughter2016-03-191-11/+21
|\ \ \ \ | | | | | | | | | | Allow 'rebar3 pkgs <app>' to return only that app
| * | | | Allow 'rebar3 pkgs <app>' to return only that appFred Hebert2016-03-191-11/+21
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unsure if this should be a final supported format or if we should support other ways to match instead. This is a demo to solve the issue hilighted in https://github.com/erlang/rebar3/pull/1072
* | | | Merge pull request #1124 from ferd/improve-intermittent-shell-issuesTristan Sloughter2016-03-191-2/+16
|\ \ \ \ | |/ / / |/| | | Fix bugs/race conditions in shell
| * | | Fix bugs/race conditionsFred Hebert2016-03-191-2/+16
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Following suggestions from @psyeugenic, this code terminates and waits for the termination of the port handling IO before booting our own, which should get rid of annoying warnings. We also allow for the failure to shutdown the user worker under kernel_sup, since it is likely not there anymore in many scenarios, preventing crashes.
* | | Revert to semver for non-tagged builds.Fred Hebert2016-03-091-1/+1
| | |
* | | Bump to 3.0.0Fred Hebert2016-03-091-1/+1
| | |
* | | Merge pull request #1110 from tsloughter/masterFred Hebert2016-03-072-6/+20
|\ \ \ | |/ / | | | pass loglevel used in rebar3 to relx
| * | pass loglevel used in rebar3 to relxTristan Sloughter2016-03-072-6/+20
| | |
* | | Merge pull request #1108 from talentdeficit/make_omar_happyFred Hebert2016-03-036-33/+117
|\ \ \ | |/ / |/| | make omar happy
| * | move definition of 'EUNIT' macro to eunit provideralisdair sullivan2016-03-034-12/+103
| | | | | | | | | | | | add definition of 'COMMON_TEST' macro to eunit provider
| * | Revert "define the 'EUNIT' macro in the test profile"alisdair sullivan2016-03-032-21/+14
|/ / | | | | | | This reverts commit 4c32c52b557c66ac6e6764efb1ed9135c00a3c20.
* | Merge pull request #1107 from tsloughter/masterFred Hebert2016-03-032-2/+2
|\ \ | | | | | | upgrade cth_readable
| * | upgrade cth_readableTristan Sloughter2016-03-032-2/+2
| | |
* | | Merge pull request #1106 from talentdeficit/EUNITTristan Sloughter2016-03-032-14/+21
|\ \ \ | | | | | | | | define the 'EUNIT' macro in the test profile
| * | | define the 'EUNIT' macro in the test profilealisdair sullivan2016-03-032-14/+21
|/ / /
* | | Merge pull request #1104 from tsloughter/masterFred Hebert2016-03-021-26/+27
|\ \ \ | |/ / | | | move dialyze setting of debug_info to overrides in profile
| * | move dialyze setting of debug_info to overrides in profileTristan Sloughter2016-03-021-26/+27
|/ /
* | Merge pull request #1103 from benoitc/update-certifiFred Hebert2016-03-022-2/+2
|\ \ | | | | | | bump certifi to 0.4.0
| * | bump certifi to 0.4.0benoitc2016-03-022-2/+2
|/ / | | | | | | latest mozilla bundles
* | Merge pull request #1102 from tsloughter/masterTristan Sloughter2016-03-022-8/+50
|\ \ | | | | | | include project_plugins in plugins that can be upgraded
| * | include project_plugins in plugins that can be upgradedTristan Sloughter2016-03-022-8/+50
|/ /
* | Merge pull request #1101 from ferd/ct-errs-to-warnsTristan Sloughter2016-03-022-13/+16
|\ \ | | | | | | Take CT options errors and turn them to warnings
| * | Take CT options errors and turn them to warningsFred Hebert2016-03-022-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-completionTristan Sloughter2016-03-011-1/+1
|\ \ | | | | | | Fix quoting problem in zsh completion
| * | Fix quoting problem in zsh completionPaul Oliver2016-03-021-1/+1
|/ /
* | Merge pull request #1099 from talentdeficit/ct_includeTristan Sloughter2016-03-015-17/+60
|\ \ | | | | | | add support for common tests `include` flag
| * | add shell completions for `include` flag for `ct` provideralisdair sullivan2016-03-013-0/+3
| | |
| * | add support for common tests `include` flagalisdair sullivan2016-03-012-17/+57
| | |
* | | Merge pull request #1098 from talentdeficit/ct_warn_on_cover_specTristan Sloughter2016-03-012-3/+23
|\ \ \ | | | | | | | | error on a cover spec in ct_opts
| * | | add a link to the docs about `test_spec` and `cover` in ct warningsalisdair sullivan2016-03-012-4/+4
| | | |
| * | | error on a cover spec in ct_optsalisdair sullivan2016-03-012-1/+21
| |/ /
* | | Merge branch 'saleyn-state'Fred Hebert2016-03-016-4/+68
|\ \ \
| * \ \ Merge branch 'state' of https://github.com/saleyn/rebar3 into saleyn-stateFred Hebert2016-03-016-4/+68
| |\ \ \ |/ / / /
| * | | Make state provider {bare, false}Serge Aleynikov2016-02-081-1/+1
| | | |
| * | | Turn functor into a function to support older Erlang VMSerge Aleynikov2016-02-081-11/+10
| | | |
| * | | Improve recursive display of dictionary valuesSerge Aleynikov2016-02-081-7/+14
| | | |
| * | | Remove --state argument option per Tristan's commentSerge Aleynikov2016-02-081-2/+1
| | | |
| * | | Change output to use ?CONSOLE macroSerge Aleynikov2016-02-081-2/+2
| | | |
| * | | Mention in README that state provider is for debuggingSerge Aleynikov2016-02-081-1/+1
| | | |
| * | | Change output to use ?CONSOLE marcoSerge Aleynikov2016-02-081-1/+1
| | | |
| * | | Add a state display providerSerge Aleynikov2016-02-086-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-optionsFred Hebert2016-02-284-13/+13
|\ \ \ \ | | | | | | | | | | Add short-options to the eunit provider.
| * | | | Add short-options to the eunit provider.Alexander Færøy2016-02-284-13/+13
|/ / / / | | | | | | | | | | | | This patch adds support for short options in the eunit provider.
* | | | Merge pull request #1091 from tsloughter/all_hooksFred Hebert2016-02-285-10/+37
|\ \ \ \ | | | | | | | | | | Run all hooks
| * | | | add test for new hook functionTristan Sloughter2016-02-281-1/+21
| | | | |
| * | | | in providers that don't run per app run all available hooksTristan Sloughter2016-02-284-9/+16
| | |/ / | |/| |
* | | | Merge pull request #1090 from tsloughter/auto_updateFred Hebert2016-02-281-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-vsnTristan Sloughter2016-02-281-7/+32
|/ / /