summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add functions to validate OTP release in useDerek Brown2015-07-242-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/masterTristan Sloughter2015-07-241-1/+4
|\ | | | | Fix plugin upgrade when plugin mentioned only by its name
| * Fix plugin upgrade when plugin mentioned only by its namepvmart2015-07-241-1/+4
|/
* Merge pull request #635 from RJ/tidy-linking-messageTristan Sloughter2015-07-222-6/+18
|\ | | | | Tidy up "Linking.." messages during compile
| * Tidy up "Linking.." messages during compileRichard Jones2015-07-222-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_profileFred Hebert2015-07-221-1/+2
|\ | | | | run edoc provider in docs provider
| * run edoc provider in docs providerTristan Sloughter2015-07-211-1/+2
|/
* Merge pull request #628 from joedevivo/masterTristan Sloughter2015-07-212-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.0Joe DeVivo2015-07-212-4/+4
|/
* Merge pull request #625 from tsloughter/global_config_failFred Hebert2015-07-191-19/+29
|\ | | | | handle global config file that can't be read
| * 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-193-3/+36
|\ \ | |/ |/| do not install profile deps of deps
| * do not install profile deps of depsTristan Sloughter2015-07-183-3/+36
| |
* | 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-186-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 itTristan Sloughter2015-07-182-1/+7
| | |
| * | add ssl cert validation, unless OTP version is too oldTristan Sloughter2015-07-185-1/+3932
| |/
* | Merge pull request #623 from ferd/update-config-sampleTristan Sloughter2015-07-181-57/+144
|\ \ | | | | | | Making the file up to date
| * | Making the sample file up to dateFred Hebert2015-07-181-57/+144
|/ /
* | Merge pull request #621 from ferd/escape-pathsTristan Sloughter2015-07-184-39/+72
|\ \ | | | | | | Escape paths and args in shell commands
| * | Escape paths and args in shell commandsFred Hebert2015-07-184-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_findFred Hebert2015-07-178-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 Sloughter2015-07-168-48/+40
| | |
* | | Merge pull request #616 from qrilka/patch-1Fred Hebert2015-07-161-1/+1
|\ \ \ | | | | | | | | Fixed erln8 link
| * | | Fixed erln8 linkKirill Zaborsky2015-07-161-1/+1
|/ / /
* | | Merge pull request #613 from tsloughter/plugins_fix_pathFred Hebert2015-07-161-1/+2
|\ \ \ | |/ / | | / | |/ |/| keep plugins in path after compile provider run
| * keep plugins in path after compileprovider runTristan Sloughter2015-07-151-1/+2
| |
* | Merge pull request #611 from talentdeficit/eunit_tests_run_twiceTristan Sloughter2015-07-132-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 sullivan2015-07-122-43/+21
|/ / | | | | | | This reverts commit b06a6ecaddfc6fea16f3c24881fd41ac731ffa9e.
* | Merge pull request #609 from tsloughter/global_plugin_bugFred Hebert2015-07-112-3/+22
|\ \ | |/ | | Global plugin bug
| * add comment for global apply_profiles and log message for bad bootstrap lock ↵Tristan Sloughter2015-07-112-0/+4
| | | | | | | | file
| * handle global plugins installing plugins to build depsTristan Sloughter2015-07-111-1/+7
| |
| * fix for empty rebar.lock during bootstrapTristan Sloughter2015-07-111-2/+11
| |
* | Merge pull request #606 from ferd/more-git-cdingTristan Sloughter2015-07-091-1/+3
|\ \ | | | | | | Fix missing 'cd' that depended on cwd changes
| * | Fix missing 'cd' that depended on cwd changesFred Hebert2015-07-101-1/+3
|/ /
* | Merge pull request #526 from rebar/jem-add-release-notes-toolFred Hebert2015-07-092-0/+189
|\ \ | | | | | | Add pr2relnotes tool to generate release notes
| * | Add pr2relnotes tool to generate release notesJared Morrow2015-06-192-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_fixFred Hebert2015-07-091-2/+2
|\ \ \ | | |/ | |/| bug fix: was using outer LevelsAcc variable in inner foldl
| * | bug fix: was using outer LevelsAcc variable in inner foldlTristan Sloughter2015-07-091-2/+2
|/ /
* | Merge pull request #604 from ferd/fix-readme-linksTristan Sloughter2015-07-091-4/+3
|\ \ | | | | | | Fix links in README
| * | Fix links in READMEFred Hebert2015-07-091-4/+3
| | |
* | | Merge pull request #551 from tsloughter/travis_updateFred Hebert2015-07-091-1/+6
|\ \ \ | |/ / |/| | update travis to test on 18 and 17.5
| * | cache hex packages in travisTristan Sloughter2015-07-071-0/+3
| | |
| * | set sudo to falseTristan Sloughter2015-06-301-0/+1
| | |
| * | update travis to test on 18 and 17.5Tristan Sloughter2015-06-271-1/+2
| | |
* | | Merge pull request #602 from tsloughter/level_fixFred Hebert2015-07-093-34/+51
|\ \ \ | | | | | | | | pass failing upgrade case where levels are increased
| * | | pass failing upgrade case where levels are increasedTristan Sloughter2015-07-081-29/+16
| | | |
| * | | Failing case for unstable upgrade lock filesFred Hebert2015-07-082-5/+35
| | | |
* | | | Merge pull request #603 from ferd/display-undefsTristan Sloughter2015-07-091-3/+9
|\ \ \ \ | | | | | | | | | | Fix reporting of error:undef exceptions
| * | | | Fix reporting of error:undef exceptionsFred Hebert2015-07-091-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.