Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add support for old format otp versions | Tristan Sloughter | 2015-07-25 | 4 | -16/+34 |
| | |||||
* | parse old format of OTP versions | Tristan Sloughter | 2015-07-24 | 2 | -7/+20 |
| | |||||
* | Add functions to validate OTP release in use | Derek Brown | 2015-07-24 | 2 | -2/+95 |
| | | | | | | | | | | | | 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 #640 from pvmart/master | Tristan Sloughter | 2015-07-24 | 1 | -1/+4 |
|\ | | | | | Fix plugin upgrade when plugin mentioned only by its name | ||||
| * | Fix plugin upgrade when plugin mentioned only by its name | pvmart | 2015-07-24 | 1 | -1/+4 |
|/ | |||||
* | Merge pull request #635 from RJ/tidy-linking-message | Tristan Sloughter | 2015-07-22 | 2 | -6/+18 |
|\ | | | | | Tidy up "Linking.." messages during compile | ||||
| * | 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. | ||||
* | Merge pull request #632 from tsloughter/docs_profile | Fred Hebert | 2015-07-22 | 1 | -1/+2 |
|\ | | | | | run edoc provider in docs provider | ||||
| * | run edoc provider in docs provider | Tristan Sloughter | 2015-07-21 | 1 | -1/+2 |
|/ | |||||
* | Merge pull request #628 from joedevivo/master | Tristan Sloughter | 2015-07-21 | 2 | -4/+4 |
|\ | | | | | Bumped relx to 3.4.0 and erlware_commons to 0.15.0 | ||||
| * | Bumped relx to 3.4.0 and erlware_commons to 0.15.0 | Joe DeVivo | 2015-07-21 | 2 | -4/+4 |
|/ | |||||
* | 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 | 3 | -3/+36 |
|\ \ | |/ |/| | do not install profile deps of deps | ||||
| * | do not install profile deps of deps | Tristan Sloughter | 2015-07-18 | 3 | -3/+36 |
| | | |||||
* | | 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 | 6 | -2/+3939 |
|\ \ | | | | | | | 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 | 5 | -1/+3932 |
| |/ | |||||
* | | Merge pull request #623 from ferd/update-config-sample | Tristan Sloughter | 2015-07-18 | 1 | -57/+144 |
|\ \ | | | | | | | Making the file up to date | ||||
| * | | Making the sample file up to date | Fred Hebert | 2015-07-18 | 1 | -57/+144 |
|/ / | |||||
* | | 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 | 8 | -48/+40 |
|\ \ \ | | |/ | |/| | 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 | 8 | -48/+40 |
| | | | |||||
* | | | Merge pull request #616 from qrilka/patch-1 | Fred Hebert | 2015-07-16 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fixed erln8 link | ||||
| * | | | Fixed erln8 link | Kirill Zaborsky | 2015-07-16 | 1 | -1/+1 |
|/ / / | |||||
* | | | 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 |
| | | |||||
* | | Merge pull request #611 from talentdeficit/eunit_tests_run_twice | Tristan Sloughter | 2015-07-13 | 2 | -43/+21 |
|\ \ | | | | | | | Revert "don't add `{extra_src_dirs, ["test"]}` to `test` profile" | ||||
| * | | 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 | 2 | -3/+22 |
|\ \ | |/ | | | Global plugin bug | ||||
| * | add comment for global apply_profiles and log message for bad bootstrap lock ↵ | Tristan Sloughter | 2015-07-11 | 2 | -0/+4 |
| | | | | | | | | file | ||||
| * | handle global plugins installing plugins to build deps | Tristan Sloughter | 2015-07-11 | 1 | -1/+7 |
| | | |||||
| * | fix for empty rebar.lock during bootstrap | Tristan Sloughter | 2015-07-11 | 1 | -2/+11 |
| | | |||||
* | | Merge pull request #606 from ferd/more-git-cding | Tristan Sloughter | 2015-07-09 | 1 | -1/+3 |
|\ \ | | | | | | | Fix missing 'cd' that depended on cwd changes | ||||
| * | | Fix missing 'cd' that depended on cwd changes | Fred Hebert | 2015-07-10 | 1 | -1/+3 |
|/ / | |||||
* | | Merge pull request #526 from rebar/jem-add-release-notes-tool | Fred Hebert | 2015-07-09 | 2 | -0/+189 |
|\ \ | | | | | | | Add pr2relnotes tool to generate release notes | ||||
| * | | Add pr2relnotes tool to generate release notes | Jared Morrow | 2015-06-19 | 2 | -0/+189 |
| | | | | | | | | | | | | | | | pr2relnotes takes merged PRs from the git log and generates formatted release notes including links to the PRs themselves | ||||
* | | | Merge pull request #605 from tsloughter/pkg_cull_fix | Fred Hebert | 2015-07-09 | 1 | -2/+2 |
|\ \ \ | | |/ | |/| | bug fix: was using outer LevelsAcc variable in inner foldl | ||||
| * | | bug fix: was using outer LevelsAcc variable in inner foldl | Tristan Sloughter | 2015-07-09 | 1 | -2/+2 |
|/ / | |||||
* | | Merge pull request #604 from ferd/fix-readme-links | Tristan Sloughter | 2015-07-09 | 1 | -4/+3 |
|\ \ | | | | | | | Fix links in README | ||||
| * | | Fix links in README | Fred Hebert | 2015-07-09 | 1 | -4/+3 |
| | | | |||||
* | | | Merge pull request #551 from tsloughter/travis_update | Fred Hebert | 2015-07-09 | 1 | -1/+6 |
|\ \ \ | |/ / |/| | | update travis to test on 18 and 17.5 | ||||
| * | | cache hex packages in travis | Tristan Sloughter | 2015-07-07 | 1 | -0/+3 |
| | | | |||||
| * | | set sudo to false | Tristan Sloughter | 2015-06-30 | 1 | -0/+1 |
| | | | |||||
| * | | update travis to test on 18 and 17.5 | Tristan Sloughter | 2015-06-27 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #602 from tsloughter/level_fix | Fred Hebert | 2015-07-09 | 3 | -34/+51 |
|\ \ \ | | | | | | | | | pass failing upgrade case where levels are increased | ||||
| * | | | pass failing upgrade case where levels are increased | Tristan Sloughter | 2015-07-08 | 1 | -29/+16 |
| | | | | |||||
| * | | | Failing case for unstable upgrade lock files | Fred Hebert | 2015-07-08 | 2 | -5/+35 |
| | | | |