Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | track parent app of deps and add tree provider to display the relations | Tristan Sloughter | 2015-08-15 | 6 | -141/+184 |
| | |||||
* | Merge pull request #706 from tsloughter/pkg_deps_order | Tristan Sloughter | 2015-08-15 | 4 | -102/+145 |
|\ | | | | | install package deps in same level/profile order as src deps | ||||
| * | only lock when running in the default profile | Tristan Sloughter | 2015-08-13 | 1 | -10/+16 |
| | | |||||
| * | install package deps in same level/profile order as src deps | Tristan Sloughter | 2015-08-13 | 4 | -93/+130 |
| | | |||||
* | | Fix some unknown functions/types dialyzer warnings | James Fish | 2015-08-09 | 3 | -2/+8 |
|/ | |||||
* | fix no_return warnings | Tristan Sloughter | 2015-08-08 | 4 | -1/+10 |
| | |||||
* | fix dialyzer warnings, except 'no local return' warnings | Tristan Sloughter | 2015-08-08 | 11 | -51/+36 |
| | |||||
* | Detect missing EPMD, error, fallback and advise. | Fred Hebert | 2015-08-05 | 1 | -2/+8 |
| | |||||
* | add to deps tree help message that only packages are supported | Tristan Sloughter | 2015-08-03 | 1 | -1/+1 |
| | |||||
* | add tree option to deps command that prints pkg deps tree | Tristan Sloughter | 2015-08-03 | 6 | -32/+120 |
| | |||||
* | Merge pull request #682 from tsloughter/upgrade_lock_dep | Fred Hebert | 2015-08-03 | 3 | -16/+26 |
|\ | | | | | upgrade depends on the lock provider and lock prv sets state | ||||
| * | upgrade depends on the lock provider and lock prv sets state | Tristan Sloughter | 2015-08-02 | 3 | -16/+26 |
| | | |||||
* | | Fix description in "rebar3 new" | Sean Cribbs | 2015-08-03 | 1 | -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_level | Tristan Sloughter | 2015-08-01 | 2 | -12/+13 |
|\ | | | | | keep correct Level for pkg deps of scm deps | ||||
| * | keep correct Level for pkg deps of scm deps | Tristan Sloughter | 2015-08-01 | 2 | -12/+13 |
| | | |||||
* | | Merge pull request #669 from tsloughter/upgrade_default_deps | Fred Hebert | 2015-08-01 | 2 | -3/+3 |
|\ \ | | | | | | | only use upgrade on default deps | ||||
| * | | only use upgrade on default deps | Tristan Sloughter | 2015-08-01 | 2 | -3/+3 |
| | | | |||||
* | | | Merge pull request #673 from tsloughter/sort_vsns | Fred Hebert | 2015-07-30 | 1 | -1/+5 |
|\ \ \ | | |/ | |/| | sort versions of packages in `rebar3 pkgs` output | ||||
| * | | sort versions of packages when printing | Tristan Sloughter | 2015-07-30 | 1 | -1/+5 |
| |/ | |||||
* | | Merge pull request #652 from tsloughter/escape_and | Fred Hebert | 2015-07-29 | 1 | -3/+3 |
|\ \ | | | | | | | escape & in paths | ||||
| * | | add ; to escaped chars in path | Tristan Sloughter | 2015-07-28 | 1 | -3/+3 |
| | | | |||||
| * | | escape & in paths | Tristan Sloughter | 2015-07-26 | 1 | -3/+3 |
| | | | |||||
* | | | Merge pull request #667 from tsloughter/clean_all | Fred Hebert | 2015-07-29 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | fix find of deps for clean all | ||||
| * | | | fix find of deps for clean all | Tristan Sloughter | 2015-07-28 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | 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 | ||||
| * | | 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 |