| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | update lock tests to not expect lock for non-default profile run | Tristan Sloughter | 2015-08-13 | 1 | -3/+12 |
* | | install package deps in same level/profile order as src deps | Tristan Sloughter | 2015-08-13 | 1 | -2/+2 |
|/ |
|
* | upgrade depends on the lock provider and lock prv sets state | Tristan Sloughter | 2015-08-02 | 1 | -6/+4 |
* | add test for clean --all | Tristan Sloughter | 2015-07-28 | 1 | -2/+36 |
* | add support for old format otp versions | Tristan Sloughter | 2015-07-25 | 1 | -1/+11 |
* | parse old format of OTP versions | Tristan Sloughter | 2015-07-24 | 1 | -0/+8 |
* | Add functions to validate OTP release in use | Derek Brown | 2015-07-24 | 1 | -1/+50 |
* | do not install profile deps of deps | Tristan Sloughter | 2015-07-18 | 2 | -2/+35 |
* | only look for top level apps and those directly under apps/ or lib/ | Tristan Sloughter | 2015-07-16 | 6 | -37/+37 |
* | Failing case for unstable upgrade lock files | Fred Hebert | 2015-07-08 | 2 | -5/+35 |
* | ensure necessary directories exist to compile mibs files | Tristan Sloughter | 2015-07-06 | 1 | -3/+49 |
* | Merge pull request #579 from carlosedp/add-proxy | Tristan Sloughter | 2015-07-05 | 1 | -1/+67 |
|\ |
|
| * | Added version check based on commit https://github.com/ferd/rebar3/commit/74c... | CarlosEDP | 2015-07-04 | 1 | -4/+7 |
| * | Refactor tests to init/exec/end. Check OTP version to skip https test on OTP ... | CarlosEDP | 2015-07-03 | 1 | -39/+45 |
| * | Added testcases for http and https proxy use. | CarlosEDP | 2015-07-03 | 1 | -1/+58 |
* | | wip: deps install refactor | Fred Hebert | 2015-07-02 | 2 | -8/+58 |
* | | Merge pull request #583 from talentdeficit/remove_cover_print_enabled | Tristan Sloughter | 2015-07-01 | 1 | -20/+1 |
|\ \
| |/
|/| |
|
| * | remove `cover_print_enabled` and `cover_data_dir` config options | alisdair sullivan | 2015-07-01 | 1 | -20/+1 |
* | | setup hex httpc profile and http opts. needed also for proxy | Tristan Sloughter | 2015-06-29 | 1 | -4/+4 |
* | | Merge pull request #557 from tsloughter/relx_args | Fred Hebert | 2015-06-28 | 1 | -1/+20 |
|\ \ |
|
| * | | add test of relx config sorting with 'extend release' | Tristan Sloughter | 2015-06-28 | 1 | -1/+20 |
* | | | Use same random seeding function for random_name and random_vsn | Viacheslav V. Kovalev | 2015-06-28 | 1 | -3/+8 |
* | | | Fixed review comments | Daniel Widgren | 2015-06-26 | 1 | -19/+1 |
* | | | Some fixes after review | Viacheslav V. Kovalev | 2015-06-26 | 2 | -5/+6 |
* | | | Fixed so that release tests now pass. Got all green tests. | Daniel Widgren | 2015-06-26 | 1 | -1/+19 |
* | | | Fix rebar_hooks_SUITE:run_hooks_for_plugins/1 | Viacheslav Kovalev | 2015-06-26 | 1 | -1/+1 |
* | | | Fix rebar_utils:sh on windows | Viacheslav V. Kovalev | 2015-06-26 | 1 | -2/+15 |
* | | | Fix multi_app_default_dirs test on windows. | Viacheslav Kovalev | 2015-06-26 | 1 | -2/+2 |
* | | | Fixed two tests for windows 8.1 and added touch functionality | Daniel Widgren | 2015-06-26 | 1 | -3/+5 |
|/ / |
|
* | | Make the test work on more versions | Fred Hebert | 2015-06-26 | 1 | -1/+1 |
* | | Adding erl_first_files test | Fred Hebert | 2015-06-26 | 2 | -3/+45 |
* | | Adding tests for locks | Fred Hebert | 2015-06-25 | 1 | -11/+23 |
* | | Add error message for bad provider hook, fixes #521 | Tristan Sloughter | 2015-06-19 | 1 | -1/+1 |
* | | plugins provider | Tristan Sloughter | 2015-06-18 | 2 | -132/+202 |
* | | check format of config file and print the bad section in the error | Tristan Sloughter | 2015-06-18 | 2 | -2/+2 |
* | | Use the same dialyzer rebar.config options as rebar | James Fish | 2015-06-06 | 1 | -9/+10 |
* | | add artifact test | Tristan Sloughter | 2015-06-02 | 1 | -1/+29 |
* | | allow `src_dirs` and `extra_src_dirs` at the root of the rebar config | alisdair sullivan | 2015-05-30 | 1 | -4/+91 |
* | | Merge pull request #474 from tsloughter/fix_plugin_install | Tristan Sloughter | 2015-05-29 | 3 | -12/+61 |
|\ \ |
|
| * | | store plugin providers in app_info's state for deps | Tristan Sloughter | 2015-05-28 | 2 | -18/+15 |
| * | | add test for plugin with transitive deps | Tristan Sloughter | 2015-05-27 | 2 | -4/+56 |
* | | | Merge pull request #481 from ferd/fix-atom-pkg-upgrade | Tristan Sloughter | 2015-05-28 | 2 | -3/+34 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix upgrade of atom-only packages | Fred Hebert | 2015-05-28 | 2 | -3/+34 |
* | | | Add rebar.config 'excluded_apps' key. | Jean Parpaillon | 2015-05-23 | 1 | -0/+49 |
|/ / |
|
* | | fix storing of pkg and src deps in app_info | Tristan Sloughter | 2015-05-22 | 1 | -3/+2 |
* | | run hooks when building plugins | Tristan Sloughter | 2015-05-21 | 1 | -1/+29 |
* | | Merge pull request #456 from kovyl2404/provider-hooks-namespaces-fix | Tristan Sloughter | 2015-05-21 | 1 | -3/+27 |
|\ \ |
|
| * | | Initialize namespace in rebar_state with default value. | Viacheslav Kovalev | 2015-05-22 | 1 | -3/+27 |
* | | | update stable_lock test from Fred's branch | Tristan Sloughter | 2015-05-21 | 2 | -13/+13 |
* | | | Add tests for lock forwarding | Fred Hebert | 2015-05-21 | 1 | -2/+82 |
|/ / |
|