summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* add to deps tree help message that only packages are supportedTristan Sloughter2015-08-031-1/+1
|
* add tree option to deps command that prints pkg deps treeTristan Sloughter2015-08-036-32/+120
|
* Merge pull request #682 from tsloughter/upgrade_lock_depFred Hebert2015-08-033-16/+26
|\ | | | | upgrade depends on the lock provider and lock prv sets state
| * upgrade depends on the lock provider and lock prv sets stateTristan Sloughter2015-08-023-16/+26
| |
* | Fix description in "rebar3 new"Sean Cribbs2015-08-031-1/+1
|/ | | `template` is not a kv-style argument, but a plain argument. If you give `template=app` on the command line, you get "template not found."
* Merge pull request #679 from tsloughter/pkg_levelTristan Sloughter2015-08-012-12/+13
|\ | | | | keep correct Level for pkg deps of scm deps
| * keep correct Level for pkg deps of scm depsTristan Sloughter2015-08-012-12/+13
| |
* | Merge pull request #669 from tsloughter/upgrade_default_depsFred Hebert2015-08-012-3/+3
|\ \ | | | | | | only use upgrade on default deps
| * | only use upgrade on default depsTristan Sloughter2015-08-012-3/+3
| | |
* | | Merge pull request #673 from tsloughter/sort_vsnsFred Hebert2015-07-301-1/+5
|\ \ \ | | |/ | |/| sort versions of packages in `rebar3 pkgs` output
| * | sort versions of packages when printingTristan Sloughter2015-07-301-1/+5
| |/
* | Merge pull request #652 from tsloughter/escape_andFred Hebert2015-07-291-3/+3
|\ \ | | | | | | escape & in paths
| * | add ; to escaped chars in pathTristan Sloughter2015-07-281-3/+3
| | |
| * | escape & in pathsTristan Sloughter2015-07-261-3/+3
| | |
* | | Merge pull request #667 from tsloughter/clean_allFred Hebert2015-07-291-1/+1
|\ \ \ | | | | | | | | fix find of deps for clean all
| * | | fix find of deps for clean allTristan Sloughter2015-07-281-1/+1
| | |/ | |/|
* | | keep plugins dir as deps dir when compiling plugins+depsTristan Sloughter2015-07-281-1/+2
|/ /
* | Merge pull request #654 from tsloughter/discover_scriptFred Hebert2015-07-275-13/+59
|\ \ | | | | | | include app.src.script in app discover
| * | include app.src.script in app discover and always use if availableTristan Sloughter2015-07-265-13/+59
| | |
* | | Merge pull request #655 from pvmart/masterTristan Sloughter2015-07-261-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/5pvmart2015-07-261-3/+0
| | |
* | | 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 dep
| * | 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
|\ \ \ | |/ / |/| | Validate otp version
| * | 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
| |/ | | | | | | | | | | | | | | | | | | | | | | 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_branchFred Hebert2015-07-251-0/+2
|\ \ | |/ |/| support atom for branch names like rebar2
| * 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
| | | | | | | | | | | | | | | | | | | | | | | | 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 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 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-191-1/+1
|\ \ | |/ |/| do not install profile deps of deps
| * 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 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-183-1/+3930
| |/
* | 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-172-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 Sloughter2015-07-162-11/+3
| | |
* | | 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
| |
* | 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-111-1/+10
|\ \ | |/ | | Global plugin bug
| * add comment for global apply_profiles and log message for bad bootstrap lock ↵Tristan Sloughter2015-07-111-0/+3
| | | | | | | | file
| * handle global plugins installing plugins to build depsTristan Sloughter2015-07-111-1/+7
| |