summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #650 from tsloughter/upgrades_git_pkg_fixFred Hebert2015-07-263-25/+20
|\
| * fix upgrade of newly added pkg dep from scm locked depTristan Sloughter2015-07-253-25/+20
* | Merge pull request #642 from tsloughter/validate-otp-versionFred Hebert2015-07-263-1/+58
|\ \ | |/ |/|
| * add support for old format otp versionsTristan Sloughter2015-07-253-15/+23
| * parse old format of OTP versionsTristan Sloughter2015-07-241-7/+12
| * Add functions to validate OTP release in useDerek Brown2015-07-241-1/+45
* | Merge pull request #633 from tsloughter/atom_branchFred Hebert2015-07-251-0/+2
|\ \ | |/ |/|
| * support atom for branch names like rebar2Tristan Sloughter2015-07-211-0/+2
* | Fix plugin upgrade when plugin mentioned only by its namepvmart2015-07-241-1/+4
* | Tidy up "Linking.." messages during compileRichard Jones2015-07-222-6/+18
* | run edoc provider in docs providerTristan Sloughter2015-07-211-1/+2
|/
* Merge pull request #625 from tsloughter/global_config_failFred Hebert2015-07-191-19/+29
|\
| * handle global config file that can't be readTristan Sloughter2015-07-191-19/+29
* | Merge pull request #622 from tsloughter/profile_deps_depsFred Hebert2015-07-191-1/+1
|\ \ | |/ |/|
| * do not install profile deps of depsTristan Sloughter2015-07-181-1/+1
* | fix ssl_opts list in httpc request to not be doubel listTristan Sloughter2015-07-191-1/+1
* | Merge pull request #624 from tsloughter/ssl_checkFred Hebert2015-07-184-2/+3937
|\ \
| * | add ssl_opts/1 to rebar_api so rebar3 hex plugin can use itTristan Sloughter2015-07-182-1/+7
| * | add ssl cert validation, unless OTP version is too oldTristan Sloughter2015-07-183-1/+3930
| |/
* | Merge pull request #621 from ferd/escape-pathsTristan Sloughter2015-07-184-39/+72
|\ \
| * | Escape paths and args in shell commandsFred Hebert2015-07-184-39/+72
* | | Merge pull request #619 from tsloughter/app_findFred Hebert2015-07-172-11/+3
|\ \ \ | | |/ | |/|
| * | only look for top level apps and those directly under apps/ or lib/Tristan Sloughter2015-07-162-11/+3
* | | Merge pull request #613 from tsloughter/plugins_fix_pathFred Hebert2015-07-161-1/+2
|\ \ \ | |/ / | | / | |/ |/|
| * keep plugins in path after compileprovider runTristan Sloughter2015-07-151-1/+2
* | Revert "don't add `{extra_src_dirs, ["test"]}` to `test` profile"alisdair sullivan2015-07-122-43/+21
* | Merge pull request #609 from tsloughter/global_plugin_bugFred Hebert2015-07-111-1/+10
|\ \ | |/
| * add comment for global apply_profiles and log message for bad bootstrap lock ...Tristan Sloughter2015-07-111-0/+3
| * handle global plugins installing plugins to build depsTristan Sloughter2015-07-111-1/+7
* | Fix missing 'cd' that depended on cwd changesFred Hebert2015-07-101-1/+3
|/
* bug fix: was using outer LevelsAcc variable in inner foldlTristan Sloughter2015-07-091-2/+2
* Merge pull request #602 from tsloughter/level_fixFred Hebert2015-07-091-29/+16
|\
| * pass failing upgrade case where levels are increasedTristan Sloughter2015-07-081-29/+16
* | Fix reporting of error:undef exceptionsFred Hebert2015-07-091-3/+9
* | Only have the port cd, not rebar3 as a wholeFred Hebert2015-07-081-15/+10
|/
* don't run unnecessary code if hooks are empty listTristan Sloughter2015-07-071-19/+28
* handle http:// git deps in check fif upgrade neededTristan Sloughter2015-07-061-0/+4
* ensure necessary directories exist to compile mibs filesTristan Sloughter2015-07-062-2/+18
* always close port when done with it. fixes #589Tristan Sloughter2015-07-061-10/+16
* Merge pull request #579 from carlosedp/add-proxyTristan Sloughter2015-07-054-13/+24
|\
| * Use rebar own method to read global config file.CarlosEDP2015-07-031-12/+4
| * Renamed functions.CarlosEDP2015-07-031-2/+2
| * Added rebar profile to httpc initialization and calls.CarlosEDP2015-07-034-4/+7
| * Fix for cases with no proxy configured.CarlosEDP2015-07-031-1/+1
| * No need to use profile hex. Proxy settings are applied globally.CarlosEDP2015-07-031-2/+1
| * Get proxy vars from ~/.config/rebar3/rebar.config. Variable format is {http_p...CarlosEDP2015-07-031-48/+21
| * Added support for proxy on rebar3 based on environment variables.CarlosEDP2015-07-032-11/+55
* | Changed cases on robocopy so it uses variables in a better wayDaniel Widgren2015-07-051-22/+22
* | Merge pull request #581 from carlosedp/robocopy-fixFred Hebert2015-07-041-6/+23
|\ \
| * | Fix for different robocopy behaviour when moving files or folders.CarlosEDP2015-07-011-11/+23