Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #393 from tsloughter/no_debug_info | Fred Hebert | 2015-05-08 | 1 | -4/+4 |
|\ | |||||
| * | include debug_info when running tests of rebar3 | Tristan Sloughter | 2015-05-07 | 1 | -3/+3 |
| * | no_debug_info brings down size of escript from 757K to 549K | Tristan Sloughter | 2015-05-05 | 1 | -1/+1 |
* | | Merge pull request #396 from tsloughter/master | Fred Hebert | 2015-05-08 | 1 | -3/+3 |
|\ \ | |||||
| * | | switch to soranoba's mustache repo | Tristan Sloughter | 2015-05-08 | 1 | -3/+3 |
* | | | Merge pull request #400 from tsloughter/ingwinlu-fix_windows_bootstrap | Tristan Sloughter | 2015-05-08 | 7 | -314/+137 |
|\ \ \ | |||||
| * | | | don't use rebar_dir function in bootstrap | Tristan Sloughter | 2015-05-07 | 1 | -1/+10 |
| * | | | Merge branch 'fix_windows_bootstrap' of https://github.com/ingwinlu/rebar3 in... | Tristan Sloughter | 2015-05-07 | 10 | -59/+247 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | fix rebar_git_resource | derwinlu | 2015-05-07 | 2 | -15/+23 |
| | * | | fix bootstrap on windows, fallback to copy if symlinking fails | derwinlu | 2015-05-07 | 1 | -1/+95 |
| |/ / |/| | | |||||
* | | | Merge pull request #380 from waisbrot/shell-config | Tristan Sloughter | 2015-05-07 | 1 | -1/+61 |
|\ \ \ | |||||
| * | | | try to read a config file when running `rebar shell` | Nathaniel Waisbrot | 2015-05-07 | 1 | -1/+61 |
* | | | | Merge pull request #394 from umbec/master | Fred Hebert | 2015-05-06 | 2 | -4/+17 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Manage syntax error in app.src files. | Umberto Corponi | 2015-05-06 | 2 | -4/+17 |
|/ / / | |||||
* | | | Merge pull request #392 from tsloughter/mustache2 | Fred Hebert | 2015-05-05 | 2 | -225/+287 |
|\ \ \ | |||||
* \ \ \ | Merge pull request #390 from tsloughter/mustache_bug | Fred Hebert | 2015-05-05 | 1 | -1/+1 |
|\ \ \ \ | |||||
* | | | | | Bump to alpha-5 | Fred Hebert | 2015-05-05 | 2 | -2/+3 |
* | | | | | Merge pull request #388 from ferd/fix-semver-stuff | Tristan Sloughter | 2015-05-04 | 5 | -51/+73 |
|\ \ \ \ \ | |||||
| * | | | | | Use resource handlers to deal with deps/semver | Fred Hebert | 2015-05-05 | 3 | -36/+48 |
* | | | | | | Merge pull request #387 from tsloughter/missing_pkg | Fred Hebert | 2015-05-04 | 4 | -14/+18 |
|\ \ \ \ \ \ | |||||
| | | | | | * | update mustache for r15 support | Tristan Sloughter | 2015-05-06 | 1 | -1/+1 |
| | | | | | * | use mustache as a dep | Tristan Sloughter | 2015-05-06 | 4 | -298/+10 |
| | | | | |/ | | | | |/| | |||||
| | | | * | | fix integer to binary conversion for pre17 releases | Tristan Sloughter | 2015-05-05 | 1 | -1/+1 |
| | | | * | | fix types for pre-17 releases | Tristan Sloughter | 2015-05-05 | 1 | -0/+4 |
| | | | * | | add license | Tristan Sloughter | 2015-05-05 | 1 | -2/+14 |
| | | | * | | switch mustache imlementation to https://github.com/soranoba/mustache | Tristan Sloughter | 2015-05-05 | 2 | -231/+277 |
| | | |/ / | |||||
| | | * | | fix }}} bug in mustache | Tristan Sloughter | 2015-05-05 | 1 | -1/+1 |
| | |/ / | |||||
| | * | | set resources to empty list if non in app env | Tristan Sloughter | 2015-05-04 | 1 | -1/+6 |
| | * | | set resources of state in state initialize functions | Tristan Sloughter | 2015-05-04 | 2 | -15/+20 |
| |/ / | |||||
| * | | handle missing package in registry by skipping | Tristan Sloughter | 2015-05-04 | 4 | -14/+18 |
|/ / | |||||
* | | Merge pull request #384 from ferd/rework-deps-provider | Tristan Sloughter | 2015-05-04 | 1 | -48/+45 |
|\ \ | |||||
| * | | Fix dupes in deps provider, support atom pkgs | Fred Hebert | 2015-05-04 | 1 | -48/+45 |
* | | | Merge pull request #383 from ferd/kovyl2404-app-discover-profile-duplication | Fred Hebert | 2015-05-04 | 3 | -9/+171 |
|\ \ \ | |||||
| * | | | Adding directory path test for deduplication | Fred Hebert | 2015-05-04 | 1 | -0/+18 |
| * | | | Merge branch 'app-discover-profile-duplication' of https://github.com/kovyl24... | Fred Hebert | 2015-05-04 | 3 | -9/+153 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Merge branch 'master' into app-discover-profile-duplication | Viacheslav V. Kovalev | 2015-05-01 | 49 | -370/+1022 |
| | |\ \ | |||||
| | * | | | Revert accidentially changed formatting | Viacheslav V. Kovalev | 2015-04-22 | 3 | -4/+4 |
| | * | | | Merge remote-tracking branch 'my/app-discover-profile-duplication' into app-d... | Viacheslav V. Kovalev | 2015-04-22 | 3 | -30/+8 |
| | |\ \ \ | |||||
| | | * | | | Get rid of rebar_utils:tup_umerge/2 patching | Viacheslav Kovalev | 2015-04-22 | 3 | -30/+8 |
| | * | | | | Merge branch 'app-discover-profile-duplication' of https://github.com/kovyl24... | Viacheslav V. Kovalev | 2015-04-22 | 4 | -5/+96 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | Implement opts umerge deduplication | Viacheslav Kovalev | 2015-04-22 | 4 | -24/+69 |
| | | * | | | Implement some test on profiles deduplication | Viacheslav V. Kovalev | 2015-04-22 | 2 | -2/+113 |
| | * | | | | Implement some test on profiles deduplication | Viacheslav V. Kovalev | 2015-04-21 | 1 | -0/+65 |
| | |/ / / | |||||
| | * | | | Correctly deduplicate profiles when applying | Viacheslav V. Kovalev | 2015-04-21 | 2 | -12/+19 |
| | * | | | Do not duplicate profile when applying. | Viacheslav V. Kovalev | 2015-04-19 | 1 | -1/+5 |
* | | | | | Merge pull request #386 from tsloughter/relx_templates | Fred Hebert | 2015-05-04 | 1 | -1/+3 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | include relx templates in escript | Tristan Sloughter | 2015-05-04 | 1 | -1/+3 |
* | | | | | Merge pull request #381 from tsloughter/upgrade_branch | Fred Hebert | 2015-05-03 | 4 | -11/+9 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | only fetch branch needed, remove rebar_vsn_plugins from erlware_commons | Tristan Sloughter | 2015-05-03 | 3 | -7/+3 |
| * | | | | on upgrade of git branch check against remote | Tristan Sloughter | 2015-05-03 | 2 | -5/+7 |
|/ / / / |