Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1128 from fenollp/rebranding | Fred Hebert | 2016-03-19 | 2 | -2/+2 |
|\ | | | | | rebranding: update links rebar/rebar3 -> erlang/rebar3 | ||||
| * | rebranding: update links rebar/rebar3 -> erlang/rebar3 | Pierre Fenoll | 2016-03-19 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #1125 from ferd/fix-paths-output | Tristan Sloughter | 2016-03-19 | 1 | -2/+6 |
|\ \ | | | | | | | Support all deps & locks in rebar3 path | ||||
| * | | Support all deps & locks in rebar3 path | Fred Hebert | 2016-03-19 | 1 | -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-pkgs | Tristan Sloughter | 2016-03-19 | 1 | -11/+21 |
|\ \ | | | | | | | Allow 'rebar3 pkgs <app>' to return only that app | ||||
| * | | Allow 'rebar3 pkgs <app>' to return only that app | Fred Hebert | 2016-03-19 | 1 | -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 | ||||
* | | Fix bugs/race conditions | Fred Hebert | 2016-03-19 | 1 | -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 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 |
| | | |||||
* | | move definition of 'EUNIT' macro to eunit provider | alisdair sullivan | 2016-03-03 | 2 | -2/+38 |
| | | | | | | | | add definition of 'COMMON_TEST' macro to eunit provider | ||||
* | | Revert "define the 'EUNIT' macro in the test profile" | alisdair sullivan | 2016-03-03 | 1 | -11/+10 |
|/ | | | | This reverts commit 4c32c52b557c66ac6e6764efb1ed9135c00a3c20. | ||||
* | define the 'EUNIT' macro in the test profile | alisdair sullivan | 2016-03-03 | 1 | -10/+11 |
| | |||||
* | include project_plugins in plugins that can be upgraded | Tristan Sloughter | 2016-03-02 | 1 | -7/+8 |
| | |||||
* | Take CT options errors and turn them to warnings | Fred Hebert | 2016-03-02 | 1 | -6/+9 |
| | | | | | | | | 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 #1099 from talentdeficit/ct_include | Tristan Sloughter | 2016-03-01 | 1 | -14/+30 |
|\ | | | | | add support for common tests `include` flag | ||||
| * | add support for common tests `include` flag | alisdair sullivan | 2016-03-01 | 1 | -14/+30 |
| | | |||||
* | | Merge pull request #1098 from talentdeficit/ct_warn_on_cover_spec | Tristan Sloughter | 2016-03-01 | 1 | -1/+3 |
|\ \ | | | | | | | 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 | 1 | -2/+2 |
| | | | |||||
| * | | error on a cover spec in ct_opts | alisdair sullivan | 2016-03-01 | 1 | -0/+2 |
| |/ | |||||
* | | Merge branch 'state' of https://github.com/saleyn/rebar3 into saleyn-state | Fred Hebert | 2016-03-01 | 5 | -4/+67 |
|\ \ | |||||
| * | | 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 |
| | | | |||||
| * | | Change output to use ?CONSOLE marco | Serge Aleynikov | 2016-02-08 | 1 | -1/+1 |
| | | | |||||
| * | | Add a state display provider | Serge Aleynikov | 2016-02-08 | 5 | -4/+61 |
| | | | | | | | | | | | | | | | | | | | | | The provider is used for debugging to help displaying current rebar's state. Usage: rebar3 state | ||||
* | | | Add short-options to the eunit provider. | Alexander Færøy | 2016-02-28 | 1 | -4/+4 |
| | | | | | | | | | | | | This patch adds support for short options in the eunit provider. | ||||
* | | | Merge pull request #1091 from tsloughter/all_hooks | Fred Hebert | 2016-02-28 | 4 | -9/+16 |
|\ \ \ | | | | | | | | | Run all hooks | ||||
| * | | | in providers that don't run per app run all available hooks | Tristan Sloughter | 2016-02-28 | 4 | -9/+16 |
| | |/ | |/| | |||||
* | | | fix auto-registry update to work even when not a locked pkg-vsn | Tristan Sloughter | 2016-02-28 | 1 | -7/+32 |
|/ / | |||||
* | | Merge pull request #1070 from project-fifo/hex-improvements | Tristan Sloughter | 2016-02-24 | 2 | -23/+139 |
|\ \ | | | | | | | Hex improvements | ||||
| * | | Add more hex rules so they don't throw errors | Heinz N. Gies | 2016-02-22 | 2 | -23/+139 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add more version constraints Allow for any number of whitespaces after compairison opperator Improve updating and error printing Fix failing tests | ||||
* | | | Merge pull request #1075 from tsloughter/plugin_override | Fred Hebert | 2016-02-22 | 3 | -11/+23 |
|\ \ \ | |/ / |/| | | add project_providers after initing default providers but allow overrides | ||||
| * | | add project_providers after initing default providers but allow overrides | Tristan Sloughter | 2016-02-22 | 3 | -11/+23 |
| | | | |||||
* | | | Support --setcookie option | Fred Hebert | 2016-02-21 | 1 | -2/+14 |
| | | | | | | | | | | | | Replicates `erl` behaviour. | ||||
* | | | Merge pull request #1065 from tsloughter/plugin_precedence | Fred Hebert | 2016-02-21 | 3 | -8/+21 |
|\ \ \ | |/ / | | | | give top level plugin providers precedence over default providers | ||||
| * | | give new opt project_plugins providers precedence over default providers | Tristan Sloughter | 2016-02-20 | 3 | -8/+21 |
| | | | |||||
* | | | Merge pull request #1061 from ferd/future-proof-lockfiles | Tristan Sloughter | 2016-02-21 | 5 | -17/+49 |
|\ \ \ | |/ / |/| | | Make lock files future-proof | ||||
| * | | Make lock files future-proof | Fred Hebert | 2016-02-16 | 5 | -17/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes to how hex or packages may work in the future will necessarily bring changes to the format of lock files. This commit adds an optional framing for future lock files of the form: {Version, LockList}. <Whatever consultable attributes> This format is supported such as the LockList is the current lockfile contents, and will never have more information than it currently does. Attributes can be whatever and are currently undefined. Rebar copies will be able to: - Keep using the core locklist (which avoids breaking the last year or so of community libraries using rebar3) - Warn when it runs an outdated copy in comparison to the lock file - Automatically rewrite lock files in the format it supports - Augment or parse files in a version-specific manner. This changes the usage interface slightly, but is backwards *and* forwards compatible. | ||||
* | | | break up do/1 function in install_deps to make upgrade less confusing | Tristan Sloughter | 2016-02-19 | 2 | -3/+7 |
| | | | |||||
* | | | set default color intensity to high | Tristan Sloughter | 2016-02-19 | 1 | -1/+1 |
| | | | |||||
* | | | 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 | 32 | -798/+2242 |
| |\ \ | |||||
| * | | | Allow switching based on env variable | Heinz N. Gies | 2015-11-04 | 1 | -1/+10 |
| | | | |