| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Merge pull request #667 from tsloughter/clean_all | Fred Hebert | 2015-07-29 | 2 | -3/+37 |
|\ \ \ |
|
| * | | | add test for clean --all | Tristan Sloughter | 2015-07-28 | 1 | -2/+36 |
| * | | | fix find of deps for clean all | Tristan Sloughter | 2015-07-28 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge pull request #668 from tsloughter/plugin_deps_hooks | Fred Hebert | 2015-07-29 | 1 | -1/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | keep plugins dir as deps dir when compiling plugins+deps | Tristan Sloughter | 2015-07-28 | 1 | -1/+2 |
|/ / |
|
* | | Merge pull request #654 from tsloughter/discover_script | Fred Hebert | 2015-07-27 | 5 | -13/+59 |
|\ \ |
|
| * | | include app.src.script in app discover and always use if available | Tristan Sloughter | 2015-07-26 | 5 | -13/+59 |
* | | | Merge pull request #658 from tsloughter/prv_source | Fred Hebert | 2015-07-27 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | fix plugin provider source name | Tristan Sloughter | 2015-07-26 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | 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 | 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 | Tristan Sloughter | 2015-07-25 | 3 | -25/+20 |
* | | | Merge pull request #642 from tsloughter/validate-otp-version | Fred Hebert | 2015-07-26 | 5 | -2/+127 |
|\ \ \
| |/ /
|/| | |
|
| * | | add Derek Brown to THANKS | Tristan Sloughter | 2015-07-25 | 1 | -0/+1 |
| * | | 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 |
| |/ |
|
* | | Merge pull request #633 from tsloughter/atom_branch | Fred Hebert | 2015-07-25 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | support atom for branch names like rebar2 | Tristan Sloughter | 2015-07-21 | 1 | -0/+2 |
* | | 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 | 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 | Richard Jones | 2015-07-22 | 2 | -6/+18 |
|/ / |
|
* | | Merge pull request #632 from tsloughter/docs_profile | Fred Hebert | 2015-07-22 | 1 | -1/+2 |
|\ \ |
|
| * | | 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 | 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 | 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 | 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_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 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 | Fred Hebert | 2015-07-18 | 4 | -39/+72 |
* | | | 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/ | 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 | 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 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" | alisdair sullivan | 2015-07-12 | 2 | -43/+21 |
|/ / |
|
* | | Merge pull request #609 from tsloughter/global_plugin_bug | Fred Hebert | 2015-07-11 | 2 | -3/+22 |
|\ \
| |/ |
|
| * | add comment for global apply_profiles and log message for bad bootstrap lock ... | Tristan Sloughter | 2015-07-11 | 2 | -0/+4 |