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. | ||||
* | Proper custom pkg index support, some tests | Fred Hebert | 2015-05-13 | 1 | -4/+2 |
| | | | | | | | | | | - The rebar package index files have been moved off the default path and will require a new `rebar3 update` - Caching of downloaded packages automatically takes place in a path relative to the CDN used - The cache path is not shared with hex as we now write and modify data in there arbitrarily - Basic tests plus the working set for more of them is included | ||||
* | ignore pkgs that can't build with rebar or make | Tristan Sloughter | 2015-05-08 | 1 | -3/+12 |
| | |||||
* | handle missing package in registry by skipping | Tristan Sloughter | 2015-05-04 | 1 | -4/+9 |
| | |||||
* | ignore optional deps for now | Tristan Sloughter | 2015-04-18 | 1 | -2/+4 |
| | |||||
* | support single atoms for pkg deps, fetch highest version available | Tristan Sloughter | 2015-04-11 | 1 | -41/+7 |
| | |||||
* | Provide descriptions for all tasks | Fred Hebert | 2015-04-04 | 1 | -1/+1 |
| | |||||
* | add back throw on package index write | Tristan Sloughter | 2015-03-16 | 1 | -1/+1 |
| | |||||
* | use PRV_ERROR for formattable errors | Fred Hebert | 2015-03-16 | 1 | -1/+2 |
| | | | | Also expose it in rebar_api | ||||
* | update all examples in providers to use rebar3 | Tristan Sloughter | 2015-03-07 | 1 | -1/+1 |
| | |||||
* | Revert accidental commited debug code | Fred Hebert | 2015-02-24 | 1 | -2/+1 |
| | |||||
* | Reuse test code and drop duplicated stuff | Fred Hebert | 2015-02-23 | 1 | -1/+1 |
| | |||||
* | follow xdg standard. fixes #122 | Tristan Sloughter | 2015-02-19 | 1 | -1/+1 |
| | |||||
* | parse version constraints in hex registry for digraph | Tristan Sloughter | 2015-02-17 | 1 | -10/+52 |
| | |||||
* | replace package management with hex.pm | Tristan Sloughter | 2015-02-17 | 1 | -15/+49 |
| | |||||
* | move dir functions from utils to new module rebar_dir | Tristan Sloughter | 2014-12-01 | 1 | -1/+1 |
| | |||||
* | new dep graph working | Tristan Sloughter | 2014-11-22 | 1 | -2/+2 |
| | |||||
* | update package index fetching | Tristan Sloughter | 2014-11-15 | 1 | -7/+2 |
| | |||||
* | write packages file to tmp so a lost connection doesn't mean corruption | Tristan Sloughter | 2014-11-15 | 1 | -2/+5 |
| | |||||
* | use CONFIG_DIR of rebar3 for config directories | Tristan Sloughter | 2014-11-10 | 1 | -2/+2 |
| | |||||
* | move back to using format_error/1 | Tristan Sloughter | 2014-11-09 | 1 | -4/+4 |
| | |||||
* | update package update provider | Tristan Sloughter | 2014-11-08 | 1 | -7/+8 |
| | |||||
* | add format_error/2 provider callback to providers | Tristan Sloughter | 2014-10-22 | 1 | -1/+6 |
| | |||||
* | fix update provider do/1 return | Tristan Sloughter | 2014-10-17 | 1 | -3/+4 |
| | |||||
* | move providers to separate app | Tristan Sloughter | 2014-10-03 | 1 | -9/+9 |
| | |||||
* | fix for downloading transitive source deps | Tristan Sloughter | 2014-09-28 | 1 | -27/+12 |
| | |||||
* | erorr message on failed package update | Tristan Sloughter | 2014-09-27 | 1 | -17/+12 |
| | |||||
* | return error messages from providers | Tristan Sloughter | 2014-09-27 | 1 | -7/+11 |
| | |||||
* | update src dep works except for removed transitive deps | Tristan Sloughter | 2014-09-26 | 1 | -5/+7 |
| | |||||
* | slowly widdling away at dialyzer errors | Tristan Sloughter | 2014-09-20 | 1 | -2/+2 |
| | |||||
* | wip: update dep | Tristan Sloughter | 2014-09-20 | 1 | -1/+1 |
| | |||||
* | inefficient way, but safer, of checking if an app is already downloaded | Tristan Sloughter | 2014-09-20 | 1 | -2/+5 |
| | |||||
* | add do task | Tristan Sloughter | 2014-09-18 | 1 | -12/+2 |
| | |||||
* | reworking of help display and parse of commands | Tristan Sloughter | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | tmp | Tristan Sloughter | 2014-09-11 | 1 | -0/+1 |
| | |||||
* | update works, but still needs to cause update of deps | Tristan Sloughter | 2014-09-03 | 1 | -13/+8 |
| | |||||
* | quick and dirty fix for proper dep compilatoin order | Tristan Sloughter | 2014-08-28 | 1 | -2/+1 |
| | |||||
* | restrict packages to those that work on users system | Tristan Sloughter | 2014-08-28 | 1 | -1/+14 |
| | |||||
* | update package index url and README list of tasks | Tristan Sloughter | 2014-08-27 | 1 | -2/+1 |
| | |||||
* | simplify dep download and building | Tristan Sloughter | 2014-08-23 | 1 | -2/+2 |
| | |||||
* | add back templating | Tristan Sloughter | 2014-08-23 | 1 | -7/+7 |
| | |||||
* | switched package index to dict | Tristan Sloughter | 2014-08-23 | 1 | -3/+3 |
| | |||||
* | refactoring and remove unused providers for now | Tristan Sloughter | 2014-08-23 | 1 | -14/+34 |
| | |||||
* | start of moving to splitting state from config parsing | Tristan Sloughter | 2014-08-17 | 1 | -13/+8 |
| | |||||
* | add rebar update provider | Tristan Sloughter | 2014-08-16 | 1 | -0/+56 |