Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modify parse_git_url to be more generic | David Leach | 2015-08-11 | 1 | -14/+21 |
| | | | | | | Changes parse_git url function to use Using RFC3986 standard to validate git uri instead of matching strings in function head. Also accepts scp style syntax for parsing. | ||||
* | Escape paths and args in shell commands | Fred Hebert | 2015-07-18 | 1 | -9/+19 |
| | | | | | | | Basic escaping is done only. Fancy hex sequences are not covered, but this should otherwise take care of the most common issues. Fixes #497 | ||||
* | Fix missing 'cd' that depended on cwd changes | Fred Hebert | 2015-07-10 | 1 | -1/+3 |
| | |||||
* | Only have the port cd, not rebar3 as a whole | Fred Hebert | 2015-07-08 | 1 | -15/+10 |
| | |||||
* | handle http:// git deps in check fif upgrade needed | Tristan Sloughter | 2015-07-06 | 1 | -0/+4 |
| | |||||
* | Fix common test run duplication on windows | Viacheslav Kovalev | 2015-06-26 | 1 | -1/+1 |
| | |||||
* | fix rebar_git_resource | derwinlu | 2015-05-07 | 1 | -14/+16 |
| | | | | | | * fix shell commands relying on non windows shell commands * fix shell commands using wrong quotes * implement native wc -l | ||||
* | only fetch branch needed, remove rebar_vsn_plugins from erlware_commons | Tristan Sloughter | 2015-05-03 | 1 | -1/+1 |
| | |||||
* | on upgrade of git branch check against remote | Tristan Sloughter | 2015-05-03 | 1 | -4/+7 |
| | |||||
* | Fix typo in error message | Viacheslav V. Kovalev | 2015-03-10 | 1 | -1/+1 |
| | |||||
* | use rebar_utils:sh for git and hg commands to have better errors and logs | Tristan Sloughter | 2015-03-03 | 1 | -15/+32 |
| | |||||
* | replace package management with hex.pm | Tristan Sloughter | 2015-02-17 | 1 | -9/+9 |
| | |||||
* | needs_update: on ref defined deps only have to match prefix if 7+ chars | Tristan Sloughter | 2015-02-16 | 1 | -8/+15 |
| | |||||
* | fixes for dialyzer findings | Tristan Sloughter | 2014-11-30 | 1 | -6/+1 |
| | |||||
* | fix git resource update check, bad url comparison | Tristan Sloughter | 2014-11-22 | 1 | -14/+27 |
| | |||||
* | handle throw by relx | Tristan Sloughter | 2014-11-08 | 1 | -6/+6 |
| | |||||
* | properly reset cwd after finding version of git resource | Tristan Sloughter | 2014-11-05 | 1 | -1/+1 |
| | |||||
* | support branch/tag/ref-less git deps | Tristan Sloughter | 2014-11-05 | 1 | -2/+4 |
| | |||||
* | add make_vsn to rebar_resource for replacing app vsns | Tristan Sloughter | 2014-11-03 | 1 | -1/+66 |
| | |||||
* | run legacy style hooks for compile provider | Tristan Sloughter | 2014-11-01 | 1 | -0/+2 |
| | |||||
* | verify checked out dep is the same as specified in the config and update if not | Tristan Sloughter | 2014-11-01 | 1 | -1/+36 |
| | |||||
* | create rebar_resource behaviour and create git resource | Tristan Sloughter | 2014-10-30 | 1 | -0/+44 |