Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix bareness issues | Fred Hebert | 2015-05-31 | 1 | -1/+1 |
| | | | | | | - Crashes in providers lib when no providers in a namespace are bare - Making sure bareness matches semantics; i.e. a bare provider is visible, a non-bare provider is hidden. | ||||
* | 'do' returns its final state. | Fred Hebert | 2015-05-28 | 1 | -0/+4 |
| | | | | | | | | | | | | While 'do' skips state updates between subcommands so that: rebar3 do a, b == (rebar3 a && rebar3 b) The final state of 'b' does not need to be discarded and might in fact be useful to get when dealing with Rebar3 as an API. This can be done without breaking the equality relation already established. | ||||
* | Provide descriptions for all tasks | Fred Hebert | 2015-04-04 | 1 | -1/+1 |
| | |||||
* | Support namespace resolution in 'do' provider | Fred Hebert | 2015-04-03 | 1 | -5/+38 |
| | |||||
* | `as` delegates task handling to `do` provider | alisdair sullivan | 2015-03-02 | 1 | -0/+1 |
| | |||||
* | reset state between tasks run with `do` so `rebar do foo, bar, baz` | alisdair sullivan | 2015-02-25 | 1 | -2/+2 |
| | | | | | | has the same outcome as `rebar3 foo && rebar3 bar && rebar3 baz` fixes #191 | ||||
* | factor out task/args parsing from `do` for use in other meta | alisdair sullivan | 2015-02-08 | 1 | -6/+2 |
| | | | | commands | ||||
* | do provider returns the error of the first provider to fail and stops | Tristan Sloughter | 2015-01-18 | 1 | -7/+15 |
| | |||||
* | add 'as' higher order task | Tristan Sloughter | 2014-12-16 | 1 | -6/+6 |
| | |||||
* | move back to using format_error/1 | Tristan Sloughter | 2014-11-09 | 1 | -4/+4 |
| | |||||
* | add format_error/2 provider callback to providers | Tristan Sloughter | 2014-10-22 | 1 | -1/+6 |
| | |||||
* | dialyzer fixes | Tristan Sloughter | 2014-10-18 | 1 | -3/+2 |
| | |||||
* | support compile jobs option | Tristan Sloughter | 2014-10-10 | 1 | -2/+2 |
| | |||||
* | move providers to separate app | Tristan Sloughter | 2014-10-03 | 1 | -9/+9 |
| | |||||
* | return error messages from providers | Tristan Sloughter | 2014-09-27 | 1 | -1/+1 |
| | |||||
* | slowly widdling away at dialyzer errors | Tristan Sloughter | 2014-09-20 | 1 | -1/+1 |
| | |||||
* | add do task | Tristan Sloughter | 2014-09-18 | 1 | -0/+45 |