summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix missing 'cd' that depended on cwd changesFred Hebert2015-07-101-1/+3
|/
* bug fix: was using outer LevelsAcc variable in inner foldlTristan Sloughter2015-07-091-2/+2
|
* Merge pull request #602 from tsloughter/level_fixFred Hebert2015-07-091-29/+16
|\ | | | | pass failing upgrade case where levels are increased
| * pass failing upgrade case where levels are increasedTristan Sloughter2015-07-081-29/+16
| |
* | 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.
* | Only have the port cd, not rebar3 as a wholeFred Hebert2015-07-081-15/+10
|/
* don't run unnecessary code if hooks are empty listTristan Sloughter2015-07-071-19/+28
|
* handle http:// git deps in check fif upgrade neededTristan Sloughter2015-07-061-0/+4
|
* ensure necessary directories exist to compile mibs filesTristan Sloughter2015-07-062-2/+18
|
* always close port when done with it. fixes #589Tristan Sloughter2015-07-061-10/+16
|
* Merge pull request #579 from carlosedp/add-proxyTristan Sloughter2015-07-054-13/+24
|\ | | | | Add proxy support to bootstrap and rebar3. Enhancement #561.
| * Use rebar own method to read global config file.CarlosEDP2015-07-031-12/+4
| |
| * Renamed functions.CarlosEDP2015-07-031-2/+2
| |
| * Added rebar profile to httpc initialization and calls.CarlosEDP2015-07-034-4/+7
| |
| * Fix for cases with no proxy configured.CarlosEDP2015-07-031-1/+1
| |
| * 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-031-48/+21
| | | | | | | | {http_proxy, http://host:port} or {http_proxy, http://host:port}
| * Added support for proxy on rebar3 based on environment variables.CarlosEDP2015-07-032-11/+55
| |
* | 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
| * | Fix for different robocopy behaviour when moving files or folders.CarlosEDP2015-07-011-11/+23
| | |
| * | Fix for robocopy commandCarlosEDP2015-07-011-3/+8
| |/
* | Run agent as current process & hibernateFred Hebert2015-07-032-5/+11
| | | | | | | | | | | | | | This tries to reduce memory usage when running `rebar3 shell` by running the agent in the current process (and avoiding to copy state cross-boundaries), and using frequent hibernation after each run to force a full GC and compaction of the current process.
* | Minor refactorsFred Hebert2015-07-023-25/+39
| |
* | wip: deps install refactorFred Hebert2015-07-023-98/+77
| |
* | Merge pull request #583 from talentdeficit/remove_cover_print_enabledTristan Sloughter2015-07-011-6/+14
|\ \ | | | | | | remove `cover_print_enabled` and `cover_data_dir` config options and replace with `cover_opts`
| * | remove `cover_print_enabled` and `cover_data_dir` config optionsalisdair sullivan2015-07-011-6/+14
| | | | | | | | | | | | and replace with `cover_opts`
* | | Merge pull request #577 from ferd/fix-path-loading-in-shellTristan Sloughter2015-07-011-3/+9
|\ \ \ | |_|/ |/| | Apply profiles properly & load all paths
| * | Apply profiles properly & load all pathsFred Hebert2015-07-011-3/+9
| | | | | | | | | | | | | | | | | | | | | The old run didn't necessarily apply all profiles well, and would only reload modules in the app file. However, since adding extra_src_dirs, modules can be compiled without ending up in the app file; this lets the rebar3 shell agent handle that case.
* | | Read and process .app.src.script if presentGarret Smith2015-06-301-1/+1
|/ /
* | setup hex httpc profile and http opts. needed also for proxyTristan Sloughter2015-06-292-2/+13
| |
* | Merge pull request #558 from tsloughter/beta-1Fred Hebert2015-06-291-1/+1
|\ \ | | | | | | update contributing, readme and app.src for beta-1
| * | update contributing, readme and app.src for beta-1Tristan Sloughter2015-06-281-1/+1
| | |
* | | Merge pull request #557 from tsloughter/relx_argsFred Hebert2015-06-284-79/+72
|\ \ \ | |/ / | | | only reverse some relx args, fixes profile usage for relx
| * | only reverse some relx args, fixes profile usage for relxTristan Sloughter2015-06-284-79/+72
| | |
* | | Merge pull request #489 from kovyl2404/windows-ct-fixTristan Sloughter2015-06-277-45/+112
|\ \ \ | | | | | | | | Make test on windows green.
| * \ \ Merge branch 'fix-comments' of git://github.com/Taure/rebar3 into ↵Viacheslav V. Kovalev2015-06-271-2/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Taure-fix-comments Conflicts: src/rebar_prv_common_test.erl
| | * | | Fixed review commentsDaniel Widgren2015-06-262-3/+3
| | | | |
| * | | | Rewrite code around remove_links/1 to make it clearerViacheslav V. Kovalev2015-06-271-7/+5
| |/ / /
| * | | Some fixes after reviewViacheslav V. Kovalev2015-06-261-2/+1
| | | |
| * | | Fixed so that release tests now pass. Got all green tests.Daniel Widgren2015-06-261-13/+39
| | | |
| * | | Fix dialyzer tests on windowsViacheslav V. Kovalev2015-06-261-1/+1
| | | |
| * | | Fix rebar_utils:sh on windowsViacheslav V. Kovalev2015-06-261-5/+9
| | | |
| * | | Fix common test run duplication on windowsViacheslav Kovalev2015-06-263-5/+9
| | | |
| * | | Fixed two tests for windows 8.1 and added touch functionalityDaniel Widgren2015-06-261-15/+34
| | | |
| * | | Fix dialyzer tests on windowsViacheslav V. Kovalev2015-06-261-0/+9
| | | |
| * | | Fix windows-related issuesViacheslav V. Kovalev2015-06-262-16/+24
| | | |
* | | | Merge pull request #550 from tsloughter/masterFred Hebert2015-06-261-4/+3
|\ \ \ \ | | |/ / | |/| | expand plugins for profile after applying profiles
| * | | expand plugins for profile after applying profilesTristan Sloughter2015-06-261-4/+3
| | | |
* | | | add an (almost) unique reference to message sent from the ct provideralisdair sullivan2015-06-261-5/+7
|/ / / | | | | | | | | | | | | | | | to itself so a selective receive can be used to retrieve it fixes #547