Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix find of deps for clean all | Tristan Sloughter | 2015-07-28 | 1 | -1/+1 |
| | |||||
* | Merge pull request #654 from tsloughter/discover_script | Fred Hebert | 2015-07-27 | 5 | -13/+59 |
|\ | | | | | include app.src.script in app discover | ||||
| * | include app.src.script in app discover and always use if available | Tristan Sloughter | 2015-07-26 | 5 | -13/+59 |
| | | |||||
* | | Merge pull request #655 from pvmart/master | Tristan Sloughter | 2015-07-26 | 1 | -3/+0 |
|\ \ | |/ |/| | Fix duplicate function clause in rebar_prv_install_deps:parse_dep/5 | ||||
| * | Fix duplicate function clause in rebar_prv_install_deps:parse_dep/5 | pvmart | 2015-07-26 | 1 | -3/+0 |
| | | |||||
* | | Merge pull request #650 from tsloughter/upgrades_git_pkg_fix | Fred Hebert | 2015-07-26 | 3 | -25/+20 |
|\ \ | | | | | | | fix upgrade of newly added pkg dep from scm locked dep | ||||
| * | | fix upgrade of newly added pkg dep from scm locked dep | Tristan Sloughter | 2015-07-25 | 3 | -25/+20 |
| | | | |||||
* | | | Merge pull request #642 from tsloughter/validate-otp-version | Fred Hebert | 2015-07-26 | 3 | -1/+58 |
|\ \ \ | |/ / |/| | | Validate otp version | ||||
| * | | add support for old format otp versions | Tristan Sloughter | 2015-07-25 | 3 | -15/+23 |
| | | | |||||
| * | | parse old format of OTP versions | Tristan Sloughter | 2015-07-24 | 1 | -7/+12 |
| | | | |||||
| * | | Add functions to validate OTP release in use | Derek Brown | 2015-07-24 | 1 | -1/+45 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | In the spirit of Original Rebar's "require_min_otp_vsn", this adds rebar_utils:check_min_otp_version/1 (taking a string containing the minimum version) and rebar_utils:check_blacklisted_otp_versions/1 (taking a list of regular expression strings), as well as tests in rebar_utils_SUITE. They're currently only called by the tests- how/where to best place calls to them from non-test code needs to be determined (at which point two corresponding rebar.config keys can be supported). For example, the version probably shouldn't be enforced when just running "rebar3 help". | ||||
* | | Merge pull request #633 from tsloughter/atom_branch | Fred Hebert | 2015-07-25 | 1 | -0/+2 |
|\ \ | |/ |/| | support atom for branch names like rebar2 | ||||
| * | support atom for branch names like rebar2 | Tristan Sloughter | 2015-07-21 | 1 | -0/+2 |
| | | |||||
* | | Fix plugin upgrade when plugin mentioned only by its name | pvmart | 2015-07-24 | 1 | -1/+4 |
| | | |||||
* | | Tidy up "Linking.." messages during compile | Richard Jones | 2015-07-22 | 2 | -6/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | Linking message will only be printed the first time the link or copy actually happens. Note: rebar_file_utils:symlink_or_copy will now return 'exists' instead of ok, if it did nothing because the link exists. Nothing was checking the return value yet, so seemed reasonable. | ||||
* | | run edoc provider in docs provider | Tristan Sloughter | 2015-07-21 | 1 | -1/+2 |
|/ | |||||
* | Merge pull request #625 from tsloughter/global_config_fail | Fred Hebert | 2015-07-19 | 1 | -19/+29 |
|\ | | | | | handle global config file that can't be read | ||||
| * | handle global config file that can't be read | Tristan Sloughter | 2015-07-19 | 1 | -19/+29 |
| | | |||||
* | | Merge pull request #622 from tsloughter/profile_deps_deps | Fred Hebert | 2015-07-19 | 1 | -1/+1 |
|\ \ | |/ |/| | do not install profile deps of deps | ||||
| * | do not install profile deps of deps | Tristan Sloughter | 2015-07-18 | 1 | -1/+1 |
| | | |||||
* | | fix ssl_opts list in httpc request to not be doubel list | Tristan Sloughter | 2015-07-19 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #624 from tsloughter/ssl_check | Fred Hebert | 2015-07-18 | 4 | -2/+3937 |
|\ \ | | | | | | | add ssl cert validation, unless OTP version is too old | ||||
| * | | add ssl_opts/1 to rebar_api so rebar3 hex plugin can use it | Tristan Sloughter | 2015-07-18 | 2 | -1/+7 |
| | | | |||||
| * | | add ssl cert validation, unless OTP version is too old | Tristan Sloughter | 2015-07-18 | 3 | -1/+3930 |
| |/ | |||||
* | | Merge pull request #621 from ferd/escape-paths | Tristan Sloughter | 2015-07-18 | 4 | -39/+72 |
|\ \ | | | | | | | Escape paths and args in shell commands | ||||
| * | | Escape paths and args in shell commands | Fred Hebert | 2015-07-18 | 4 | -39/+72 |
| | | | | | | | | | | | | | | | | | | | | | Basic escaping is done only. Fancy hex sequences are not covered, but this should otherwise take care of the most common issues. Fixes #497 | ||||
* | | | Merge pull request #619 from tsloughter/app_find | Fred Hebert | 2015-07-17 | 2 | -11/+3 |
|\ \ \ | | |/ | |/| | only look for top level apps and those directly under apps/ or lib/ | ||||
| * | | only look for top level apps and those directly under apps/ or lib/ | Tristan Sloughter | 2015-07-16 | 2 | -11/+3 |
| | | | |||||
* | | | Merge pull request #613 from tsloughter/plugins_fix_path | Fred Hebert | 2015-07-16 | 1 | -1/+2 |
|\ \ \ | |/ / | | / | |/ |/| | keep plugins in path after compile provider run | ||||
| * | keep plugins in path after compileprovider run | Tristan Sloughter | 2015-07-15 | 1 | -1/+2 |
| | | |||||
* | | Revert "don't add `{extra_src_dirs, ["test"]}` to `test` profile" | alisdair sullivan | 2015-07-12 | 2 | -43/+21 |
| | | | | | | | | This reverts commit b06a6ecaddfc6fea16f3c24881fd41ac731ffa9e. | ||||
* | | Merge pull request #609 from tsloughter/global_plugin_bug | Fred Hebert | 2015-07-11 | 1 | -1/+10 |
|\ \ | |/ | | | Global plugin bug | ||||
| * | add comment for global apply_profiles and log message for bad bootstrap lock ↵ | Tristan Sloughter | 2015-07-11 | 1 | -0/+3 |
| | | | | | | | | file | ||||
| * | handle global plugins installing plugins to build deps | Tristan Sloughter | 2015-07-11 | 1 | -1/+7 |
| | | |||||
* | | Fix missing 'cd' that depended on cwd changes | Fred Hebert | 2015-07-10 | 1 | -1/+3 |
|/ | |||||
* | bug fix: was using outer LevelsAcc variable in inner foldl | Tristan Sloughter | 2015-07-09 | 1 | -2/+2 |
| | |||||
* | Merge pull request #602 from tsloughter/level_fix | Fred Hebert | 2015-07-09 | 1 | -29/+16 |
|\ | | | | | pass failing upgrade case where levels are increased | ||||
| * | pass failing upgrade case where levels are increased | Tristan Sloughter | 2015-07-08 | 1 | -29/+16 |
| | | |||||
* | | Fix reporting of error:undef exceptions | Fred Hebert | 2015-07-09 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | | | The wide-cast catching of undef errors would make it so any provider calling an undefined function would be reported as a missing 'do' for the provider. This patch inspects the stacktrace to know if `Provider:do/1` is indeed the missing callback, and reports the rest properly. | ||||
* | | Only have the port cd, not rebar3 as a whole | Fred Hebert | 2015-07-08 | 1 | -15/+10 |
|/ | |||||
* | don't run unnecessary code if hooks are empty list | Tristan Sloughter | 2015-07-07 | 1 | -19/+28 |
| | |||||
* | handle http:// git deps in check fif upgrade needed | Tristan Sloughter | 2015-07-06 | 1 | -0/+4 |
| | |||||
* | ensure necessary directories exist to compile mibs files | Tristan Sloughter | 2015-07-06 | 2 | -2/+18 |
| | |||||
* | always close port when done with it. fixes #589 | Tristan Sloughter | 2015-07-06 | 1 | -10/+16 |
| | |||||
* | Merge pull request #579 from carlosedp/add-proxy | Tristan Sloughter | 2015-07-05 | 4 | -13/+24 |
|\ | | | | | Add proxy support to bootstrap and rebar3. Enhancement #561. | ||||
| * | Use rebar own method to read global config file. | CarlosEDP | 2015-07-03 | 1 | -12/+4 |
| | | |||||
| * | Renamed functions. | CarlosEDP | 2015-07-03 | 1 | -2/+2 |
| | | |||||
| * | Added rebar profile to httpc initialization and calls. | CarlosEDP | 2015-07-03 | 4 | -4/+7 |
| | | |||||
| * | Fix for cases with no proxy configured. | CarlosEDP | 2015-07-03 | 1 | -1/+1 |
| | | |||||
| * | No need to use profile hex. Proxy settings are applied globally. | CarlosEDP | 2015-07-03 | 1 | -2/+1 |
| | |