Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #619 from tsloughter/app_find | Fred Hebert | 2015-07-17 | 2 | -11/+3 | |
|\ \ \ | | |/ | |/| | only look for top level apps and those directly under apps/ or lib/ | |||||
| * | | only look for top level apps and those directly under apps/ or lib/ | Tristan Sloughter | 2015-07-16 | 2 | -11/+3 | |
| | | | ||||||
* | | | Merge pull request #613 from tsloughter/plugins_fix_path | Fred Hebert | 2015-07-16 | 1 | -1/+2 | |
|\ \ \ | |/ / | | / | |/ |/| | keep plugins in path after compile provider run | |||||
| * | keep plugins in path after compileprovider run | Tristan Sloughter | 2015-07-15 | 1 | -1/+2 | |
| | | ||||||
* | | Revert "don't add `{extra_src_dirs, ["test"]}` to `test` profile" | alisdair sullivan | 2015-07-12 | 2 | -43/+21 | |
| | | | | | | | | This reverts commit b06a6ecaddfc6fea16f3c24881fd41ac731ffa9e. | |||||
* | | Merge pull request #609 from tsloughter/global_plugin_bug | Fred Hebert | 2015-07-11 | 1 | -1/+10 | |
|\ \ | |/ | | | Global plugin bug | |||||
| * | add comment for global apply_profiles and log message for bad bootstrap lock ↵ | Tristan Sloughter | 2015-07-11 | 1 | -0/+3 | |
| | | | | | | | | file | |||||
| * | handle global plugins installing plugins to build deps | Tristan Sloughter | 2015-07-11 | 1 | -1/+7 | |
| | | ||||||
* | | Fix missing 'cd' that depended on cwd changes | Fred Hebert | 2015-07-10 | 1 | -1/+3 | |
|/ | ||||||
* | bug fix: was using outer LevelsAcc variable in inner foldl | Tristan Sloughter | 2015-07-09 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #602 from tsloughter/level_fix | Fred Hebert | 2015-07-09 | 1 | -29/+16 | |
|\ | | | | | pass failing upgrade case where levels are increased | |||||
| * | pass failing upgrade case where levels are increased | Tristan Sloughter | 2015-07-08 | 1 | -29/+16 | |
| | | ||||||
* | | Fix reporting of error:undef exceptions | Fred Hebert | 2015-07-09 | 1 | -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 whole | Fred Hebert | 2015-07-08 | 1 | -15/+10 | |
|/ | ||||||
* | don't run unnecessary code if hooks are empty list | Tristan Sloughter | 2015-07-07 | 1 | -19/+28 | |
| | ||||||
* | handle http:// git deps in check fif upgrade needed | Tristan Sloughter | 2015-07-06 | 1 | -0/+4 | |
| | ||||||
* | ensure necessary directories exist to compile mibs files | Tristan Sloughter | 2015-07-06 | 2 | -2/+18 | |
| | ||||||
* | always close port when done with it. fixes #589 | Tristan Sloughter | 2015-07-06 | 1 | -10/+16 | |
| | ||||||
* | Merge pull request #579 from carlosedp/add-proxy | Tristan Sloughter | 2015-07-05 | 4 | -13/+24 | |
|\ | | | | | Add proxy support to bootstrap and rebar3. Enhancement #561. | |||||
| * | Use rebar own method to read global config file. | CarlosEDP | 2015-07-03 | 1 | -12/+4 | |
| | | ||||||
| * | Renamed functions. | CarlosEDP | 2015-07-03 | 1 | -2/+2 | |
| | | ||||||
| * | Added rebar profile to httpc initialization and calls. | CarlosEDP | 2015-07-03 | 4 | -4/+7 | |
| | | ||||||
| * | Fix for cases with no proxy configured. | CarlosEDP | 2015-07-03 | 1 | -1/+1 | |
| | | ||||||
| * | No need to use profile hex. Proxy settings are applied globally. | CarlosEDP | 2015-07-03 | 1 | -2/+1 | |
| | | ||||||
| * | Get proxy vars from ~/.config/rebar3/rebar.config. Variable format is ↵ | CarlosEDP | 2015-07-03 | 1 | -48/+21 | |
| | | | | | | | | {http_proxy, http://host:port} or {http_proxy, http://host:port} | |||||
| * | Added support for proxy on rebar3 based on environment variables. | CarlosEDP | 2015-07-03 | 2 | -11/+55 | |
| | | ||||||
* | | Changed cases on robocopy so it uses variables in a better way | Daniel Widgren | 2015-07-05 | 1 | -22/+22 | |
| | | ||||||
* | | Merge pull request #581 from carlosedp/robocopy-fix | Fred Hebert | 2015-07-04 | 1 | -6/+23 | |
|\ \ | | | | | | | Robocopy fix for different behaviour when copying/moving files and folders | |||||
| * | | Fix for different robocopy behaviour when moving files or folders. | CarlosEDP | 2015-07-01 | 1 | -11/+23 | |
| | | | ||||||
| * | | Fix for robocopy command | CarlosEDP | 2015-07-01 | 1 | -3/+8 | |
| |/ | ||||||
* | | Run agent as current process & hibernate | Fred Hebert | 2015-07-03 | 2 | -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 refactors | Fred Hebert | 2015-07-02 | 3 | -25/+39 | |
| | | ||||||
* | | wip: deps install refactor | Fred Hebert | 2015-07-02 | 3 | -98/+77 | |
| | | ||||||
* | | Merge pull request #583 from talentdeficit/remove_cover_print_enabled | Tristan Sloughter | 2015-07-01 | 1 | -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 options | alisdair sullivan | 2015-07-01 | 1 | -6/+14 | |
| | | | | | | | | | | | | and replace with `cover_opts` | |||||
* | | | Merge pull request #577 from ferd/fix-path-loading-in-shell | Tristan Sloughter | 2015-07-01 | 1 | -3/+9 | |
|\ \ \ | |_|/ |/| | | Apply profiles properly & load all paths | |||||
| * | | Apply profiles properly & load all paths | Fred Hebert | 2015-07-01 | 1 | -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 present | Garret Smith | 2015-06-30 | 1 | -1/+1 | |
|/ / | ||||||
* | | setup hex httpc profile and http opts. needed also for proxy | Tristan Sloughter | 2015-06-29 | 2 | -2/+13 | |
| | | ||||||
* | | Merge pull request #558 from tsloughter/beta-1 | Fred Hebert | 2015-06-29 | 1 | -1/+1 | |
|\ \ | | | | | | | update contributing, readme and app.src for beta-1 | |||||
| * | | update contributing, readme and app.src for beta-1 | Tristan Sloughter | 2015-06-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #557 from tsloughter/relx_args | Fred Hebert | 2015-06-28 | 4 | -79/+72 | |
|\ \ \ | |/ / | | | | only reverse some relx args, fixes profile usage for relx | |||||
| * | | only reverse some relx args, fixes profile usage for relx | Tristan Sloughter | 2015-06-28 | 4 | -79/+72 | |
| | | | ||||||
* | | | Merge pull request #489 from kovyl2404/windows-ct-fix | Tristan Sloughter | 2015-06-27 | 7 | -45/+112 | |
|\ \ \ | | | | | | | | | Make test on windows green. | |||||
| * \ \ | Merge branch 'fix-comments' of git://github.com/Taure/rebar3 into ↵ | Viacheslav V. Kovalev | 2015-06-27 | 1 | -2/+2 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Taure-fix-comments Conflicts: src/rebar_prv_common_test.erl | |||||
| | * | | | Fixed review comments | Daniel Widgren | 2015-06-26 | 2 | -3/+3 | |
| | | | | | ||||||
| * | | | | Rewrite code around remove_links/1 to make it clearer | Viacheslav V. Kovalev | 2015-06-27 | 1 | -7/+5 | |
| |/ / / | ||||||
| * | | | Some fixes after review | Viacheslav V. Kovalev | 2015-06-26 | 1 | -2/+1 | |
| | | | | ||||||
| * | | | Fixed so that release tests now pass. Got all green tests. | Daniel Widgren | 2015-06-26 | 1 | -13/+39 | |
| | | | | ||||||
| * | | | Fix dialyzer tests on windows | Viacheslav V. Kovalev | 2015-06-26 | 1 | -1/+1 | |
| | | | |