summaryrefslogtreecommitdiff
path: root/src/rebar3.erl
Commit message (Expand)AuthorAgeFilesLines
* Decapitalize short option for 'version'Tilman Holschuh2015-03-161-1/+1
* Merge pull request #268 from ferd/refactor-as-namespace-conflictsFred Hebert2015-03-131-1/+1
|\
| * Fix #267, refactor as/do/namespace interactionsFred Hebert2015-03-131-1/+1
* | halt with 0 on successful runTristan Sloughter2015-03-121-1/+1
|/
* fix code path update for depsTristan Sloughter2015-03-061-1/+0
* store base opts after initialization of providersTristan Sloughter2015-03-061-3/+6
* make base_dir for a run include the profiles in path, link to shared depsTristan Sloughter2015-02-281-1/+1
* Merge pull request #167 from tsloughter/release_testsFred Hebert2015-02-221-4/+7
|\
| * release and tar testsTristan Sloughter2015-02-221-4/+7
* | Merge pull request #166 from tsloughter/xdgFred Hebert2015-02-211-3/+2
|\ \ | |/ |/|
| * follow xdg standard. fixes #122Tristan Sloughter2015-02-191-3/+2
* | check for newly added deps in config file that aren't level 0 in the lockTristan Sloughter2015-02-191-11/+1
|/
* Advertise rebar3 wtf in error messagesFred Hebert2015-02-131-1/+3
* don't allow locked transitive dep to override higher level depTristan Sloughter2015-01-041-2/+3
* use level in lock file so changes to config don't change outcome of runTristan Sloughter2015-01-021-1/+2
* overrides working with lock except in case of adding to config after lockTristan Sloughter2015-01-011-1/+2
* update plugin install codeTristan Sloughter2014-12-241-1/+0
* Fix up programmatic interface to rebar3Fred Hebert2014-12-211-3/+3
* add 'as' higher order taskTristan Sloughter2014-12-161-8/+3
* rewrite profilesTristan Sloughter2014-12-161-4/+4
* don't store global state variables in opts dictTristan Sloughter2014-12-061-1/+1
* print error message for failed fetchTristan Sloughter2014-12-051-5/+5
* set current_profile to default after checking global pluginsTristan Sloughter2014-12-021-1/+1
* move dir functions from utils to new module rebar_dirTristan Sloughter2014-12-011-2/+2
* switch to REBAR_DEFAULT_PROFILE to make it clear the profile becomes the defa...Tristan Sloughter2014-11-301-1/+1
* add use of REBAR_PROFILE os var to set default profileTristan Sloughter2014-11-301-7/+15
* fix handle_deps when no deps are to be fetchedTristan Sloughter2014-11-291-1/+0
* global plugins install to global config directoryTristan Sloughter2014-11-291-8/+11
* wip: profilesTristan Sloughter2014-11-291-6/+3
* use CONFIG_DIR of rebar3 for config directoriesTristan Sloughter2014-11-101-2/+3
* move back to using format_error/1Tristan Sloughter2014-11-091-2/+1
* add dialyzer providerTristan Sloughter2014-11-081-1/+2
* main module cleanupTristan Sloughter2014-11-081-42/+42
* support base dir and properly reset deps_dir after plugin providerTristan Sloughter2014-11-081-6/+8
* handle throw by relxTristan Sloughter2014-11-081-8/+8
* get rid of old plugin loadingTristan Sloughter2014-11-071-1/+0
* add warning if user is running with erts-6.1Tristan Sloughter2014-11-071-0/+8
* better handling of error messagesTristan Sloughter2014-11-061-1/+7
* add pkg resourceTristan Sloughter2014-11-021-1/+3
* use error_format for prodiver errorTristan Sloughter2014-10-241-0/+3
* pass command as arg to run_aux for nowTristan Sloughter2014-10-171-1/+1
* fix error message with new debug syntaxTristan Sloughter2014-10-121-1/+1
* formattingTristan Sloughter2014-10-111-1/+1
* split options up by taskTristan Sloughter2014-10-101-55/+43
* fix for downloading transitive source depsTristan Sloughter2014-09-281-1/+1
* Print error saying to use verbose mode to see stacktrace on uncaught errorTristan Sloughter2014-09-271-1/+2
* return error messages from providersTristan Sloughter2014-09-271-2/+4
* down to last 2 dialyzer errorsTristan Sloughter2014-09-211-2/+2
* install plugins to plugins/Tristan Sloughter2014-09-201-4/+6
* install plugins to plugins/Tristan Sloughter2014-09-191-2/+3