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. | ||||
* | make deps task listed in help and update zsh/bash completions | Tristan Sloughter | 2015-05-21 | 1 | -1/+1 |
| | |||||
* | Use resource handlers to deal with deps/semver | Fred Hebert | 2015-05-05 | 1 | -20/+6 |
| | |||||
* | Fix dupes in deps provider, support atom pkgs | Fred Hebert | 2015-05-04 | 1 | -48/+45 |
| | | | | | | | | | | | | | | Whenever files were being locked *and* provided in rebar.config duplicates could be printed. This is taken care of. Also whenever atom packages were being used, they would cause the merge step to fail. The new format does proper name-based deduplication of resources, giving priority to locks to work. ModificatioN/needs-update support is still in. This may also act as a fix for #341, if automation isn't required too much. | ||||
* | move resource modules list to rebar_state, no longer static | Tristan Sloughter | 2015-04-04 | 1 | -3/+3 |
| | |||||
* | Fix dialyzer warnings | James Fish | 2015-03-18 | 1 | -1/+1 |
| | |||||
* | update all examples in providers to use rebar3 | Tristan Sloughter | 2015-03-07 | 1 | -1/+1 |
| | |||||
* | Fix crash on non-git source deps in deps provider | Fred Hebert | 2015-02-25 | 1 | -1/+1 |
| | | | | The 'element(1, ..)' guard would always fail and cause crashes. | ||||
* | Initial `deps` command | Fred Hebert | 2015-02-16 | 1 | -1/+69 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | reworking of help display and parse of commands | Tristan Sloughter | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | improved dep handling and add package list task | Tristan Sloughter | 2014-08-24 | 1 | -220/+4 |
| | |||||
* | use dict for deps | Tristan Sloughter | 2014-08-23 | 1 | -90/+115 |
| | |||||
* | fix fetch name log | Tristan Sloughter | 2014-08-23 | 1 | -1/+1 |
| | |||||
* | fix state of rebar for building deps | Tristan Sloughter | 2014-08-23 | 1 | -2/+8 |
| | |||||
* | simplify dep download and building | Tristan Sloughter | 2014-08-23 | 1 | -12/+7 |
| | |||||
* | rename deps provider | Tristan Sloughter | 2014-08-23 | 1 | -0/+252 |