Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make base_dir for a run include the profiles in path, link to shared deps | Tristan Sloughter | 2015-02-28 | 1 | -1/+1 |
| | |||||
* | Merge pull request #167 from tsloughter/release_tests | Fred Hebert | 2015-02-22 | 1 | -4/+7 |
|\ | | | | | release and tar tests | ||||
| * | release and tar tests | Tristan Sloughter | 2015-02-22 | 1 | -4/+7 |
| | | |||||
* | | Merge pull request #166 from tsloughter/xdg | Fred Hebert | 2015-02-21 | 1 | -3/+2 |
|\ \ | |/ |/| | follow xdg standard. fixes #122 | ||||
| * | follow xdg standard. fixes #122 | Tristan Sloughter | 2015-02-19 | 1 | -3/+2 |
| | | |||||
* | | check for newly added deps in config file that aren't level 0 in the lock | Tristan Sloughter | 2015-02-19 | 1 | -11/+1 |
|/ | |||||
* | Advertise rebar3 wtf in error messages | Fred Hebert | 2015-02-13 | 1 | -1/+3 |
| | |||||
* | don't allow locked transitive dep to override higher level dep | Tristan Sloughter | 2015-01-04 | 1 | -2/+3 |
| | |||||
* | use level in lock file so changes to config don't change outcome of run | Tristan Sloughter | 2015-01-02 | 1 | -1/+2 |
| | |||||
* | overrides working with lock except in case of adding to config after lock | Tristan Sloughter | 2015-01-01 | 1 | -1/+2 |
| | |||||
* | update plugin install code | Tristan Sloughter | 2014-12-24 | 1 | -1/+0 |
| | |||||
* | Fix up programmatic interface to rebar3 | Fred Hebert | 2014-12-21 | 1 | -3/+3 |
| | | | | Now supports arbitrary commands | ||||
* | add 'as' higher order task | Tristan Sloughter | 2014-12-16 | 1 | -8/+3 |
| | |||||
* | rewrite profiles | Tristan Sloughter | 2014-12-16 | 1 | -4/+4 |
| | |||||
* | don't store global state variables in opts dict | Tristan Sloughter | 2014-12-06 | 1 | -1/+1 |
| | |||||
* | print error message for failed fetch | Tristan Sloughter | 2014-12-05 | 1 | -5/+5 |
| | |||||
* | set current_profile to default after checking global plugins | Tristan Sloughter | 2014-12-02 | 1 | -1/+1 |
| | |||||
* | move dir functions from utils to new module rebar_dir | Tristan Sloughter | 2014-12-01 | 1 | -2/+2 |
| | |||||
* | switch to REBAR_DEFAULT_PROFILE to make it clear the profile becomes the ↵ | Tristan Sloughter | 2014-11-30 | 1 | -1/+1 |
| | | | | default for the run | ||||
* | add use of REBAR_PROFILE os var to set default profile | Tristan Sloughter | 2014-11-30 | 1 | -7/+15 |
| | |||||
* | fix handle_deps when no deps are to be fetched | Tristan Sloughter | 2014-11-29 | 1 | -1/+0 |
| | |||||
* | global plugins install to global config directory | Tristan Sloughter | 2014-11-29 | 1 | -8/+11 |
| | |||||
* | wip: profiles | Tristan Sloughter | 2014-11-29 | 1 | -6/+3 |
| | |||||
* | use CONFIG_DIR of rebar3 for config directories | Tristan Sloughter | 2014-11-10 | 1 | -2/+3 |
| | |||||
* | move back to using format_error/1 | Tristan Sloughter | 2014-11-09 | 1 | -2/+1 |
| | |||||
* | add dialyzer provider | Tristan Sloughter | 2014-11-08 | 1 | -1/+2 |
| | |||||
* | main module cleanup | Tristan Sloughter | 2014-11-08 | 1 | -42/+42 |
| | |||||
* | support base dir and properly reset deps_dir after plugin provider | Tristan Sloughter | 2014-11-08 | 1 | -6/+8 |
| | |||||
* | handle throw by relx | Tristan Sloughter | 2014-11-08 | 1 | -8/+8 |
| | |||||
* | get rid of old plugin loading | Tristan Sloughter | 2014-11-07 | 1 | -1/+0 |
| | |||||
* | add warning if user is running with erts-6.1 | Tristan Sloughter | 2014-11-07 | 1 | -0/+8 |
| | |||||
* | better handling of error messages | Tristan Sloughter | 2014-11-06 | 1 | -1/+7 |
| | |||||
* | add pkg resource | Tristan Sloughter | 2014-11-02 | 1 | -1/+3 |
| | |||||
* | use error_format for prodiver error | Tristan Sloughter | 2014-10-24 | 1 | -0/+3 |
| | |||||
* | pass command as arg to run_aux for now | Tristan Sloughter | 2014-10-17 | 1 | -1/+1 |
| | |||||
* | fix error message with new debug syntax | Tristan Sloughter | 2014-10-12 | 1 | -1/+1 |
| | |||||
* | formatting | Tristan Sloughter | 2014-10-11 | 1 | -1/+1 |
| | |||||
* | split options up by task | Tristan Sloughter | 2014-10-10 | 1 | -55/+43 |
| | |||||
* | fix for downloading transitive source deps | Tristan Sloughter | 2014-09-28 | 1 | -1/+1 |
| | |||||
* | Print error saying to use verbose mode to see stacktrace on uncaught error | Tristan Sloughter | 2014-09-27 | 1 | -1/+2 |
| | |||||
* | return error messages from providers | Tristan Sloughter | 2014-09-27 | 1 | -2/+4 |
| | |||||
* | down to last 2 dialyzer errors | Tristan Sloughter | 2014-09-21 | 1 | -2/+2 |
| | |||||
* | install plugins to plugins/ | Tristan Sloughter | 2014-09-20 | 1 | -4/+6 |
| | |||||
* | install plugins to plugins/ | Tristan Sloughter | 2014-09-19 | 1 | -2/+3 |
| | |||||
* | add rebar providers create and plugin inclusion with providers | Tristan Sloughter | 2014-09-19 | 1 | -1/+3 |
| | |||||
* | fix ct test for new command handling | Tristan Sloughter | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | reworking of help display and parse of commands | Tristan Sloughter | 2014-09-17 | 1 | -193/+30 |
| | |||||
* | update common tests | Tristan Sloughter | 2014-09-17 | 1 | -2/+7 |
| | |||||
* | forgot the rebar3 module | Tristan Sloughter | 2014-09-16 | 1 | -0/+392 |