summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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.
* | | | Merge pull request #600 from tsloughter/upgarde_depsFred Hebert2015-07-082-6/+6
|\ \ \ \ | |/ / / | | | | upgrade erlware_commons, bbmustache and relx
| * | | upgrade erlware_commons, bbmustache and relxTristan Sloughter2015-07-082-6/+6
| | | |
* | | | Merge pull request #598 from ferd/semver-nopath-changeTristan Sloughter2015-07-081-15/+10
|\ \ \ \ | | | | | | | | | | Only have the port cd, not rebar3 as a whole
| * | | | Only have the port cd, not rebar3 as a wholeFred Hebert2015-07-081-15/+10
|/ / / /
* | | | Merge pull request #596 from tsloughter/run_hooks_emptyFred Hebert2015-07-071-19/+28
|\ \ \ \ | |/ / / | | | | don't run unnecessary code if hooks are empty list
| * | | don't run unnecessary code if hooks are empty listTristan Sloughter2015-07-071-19/+28
| | | |
* | | | Merge pull request #593 from tsloughter/upgrade_httpTristan Sloughter2015-07-061-0/+4
|\ \ \ \ | |/ / / | | | | handle http:// git deps in check fif upgrade needed
| * | | handle http:// git deps in check fif upgrade neededTristan Sloughter2015-07-061-0/+4
| | | |
* | | | Merge pull request #592 from tsloughter/mibsFred Hebert2015-07-073-5/+67
|\ \ \ \ | |/ / / | | | | ensure necessary directories exist to compile mibs files
| * | | ensure necessary directories exist to compile mibs filesTristan Sloughter2015-07-063-5/+67
| | | |
* | | | Merge pull request #591 from tsloughter/589Fred Hebert2015-07-061-10/+16
|\ \ \ \ | |/ / / | | | | always close port when done with it. fixes #589
| * | | always close port when done with it. fixes #589Tristan Sloughter2015-07-061-10/+16
|/ / /
* | | Merge pull request #579 from carlosedp/add-proxyTristan Sloughter2015-07-057-15/+120
|\ \ \ | | | | | | | | Add proxy support to bootstrap and rebar3. Enhancement #561.
| * | | Added version check based on commit ↵CarlosEDP2015-07-041-4/+7
| | | | | | | | | | | | | | | | https://github.com/ferd/rebar3/commit/74c68478aac948beccc80e68c5ac6a9eb578eceb
| * | | Refactor tests to init/exec/end. Check OTP version to skip https test on OTP ↵CarlosEDP2015-07-031-39/+45
| | | | | | | | | | | | | | | | =< 15.
| * | | Added testcases for http and https proxy use.CarlosEDP2015-07-031-1/+58
| | | |
| * | | Added myself to THANKSCarlosEDP2015-07-031-0/+1
| | | |
| * | | Use rebar own method to read global config file.CarlosEDP2015-07-031-12/+4
| | | |
| * | | Renamed functions.CarlosEDP2015-07-032-7/+7
| | | |
| * | | Added rebar profile to httpc initialization and calls.CarlosEDP2015-07-035-7/+12
| | | |
| * | | Fix for cases with no proxy configured.CarlosEDP2015-07-032-2/+2
| | | |
| * | | No need to use profile hex. Proxy settings are applied globally.CarlosEDP2015-07-031-2/+1
| | | |
| * | | Get proxy vars from ~/.config/rebar3/rebar.config. Variable format is ↵CarlosEDP2015-07-032-85/+43
| | | | | | | | | | | | | | | | {http_proxy, http://host:port} or {http_proxy, http://host:port}
| * | | Added support for proxy on rebar3 based on environment variables.CarlosEDP2015-07-033-13/+55
| | | |
| * | | Added support to http and https proxies on bootstrap. Variables are read ↵CarlosEDP2015-07-031-0/+42
| | | | | | | | | | | | | | | | from environment vars http_proxy and https_proxy.
* | | | Merge pull request #588 from Taure/fix-robocopy-caseFred Hebert2015-07-041-22/+22
|\ \ \ \ | | | | | | | | | | Changed cases on robocopy so it uses variables in a better way
| * | | | Changed cases on robocopy so it uses variables in a better wayDaniel Widgren2015-07-051-22/+22
|/ / / /
* | | | Merge pull request #581 from carlosedp/robocopy-fixFred Hebert2015-07-041-6/+23
|\ \ \ \ | | | | | | | | | | Robocopy fix for different behaviour when copying/moving files and folders