summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* only look for top level apps and those directly under apps/ or lib/Tristan Sloughter2015-07-166-37/+37
* Failing case for unstable upgrade lock filesFred Hebert2015-07-082-5/+35
* ensure necessary directories exist to compile mibs filesTristan Sloughter2015-07-061-3/+49
* Merge pull request #579 from carlosedp/add-proxyTristan Sloughter2015-07-051-1/+67
|\
| * Added version check based on commit https://github.com/ferd/rebar3/commit/74c...CarlosEDP2015-07-041-4/+7
| * Refactor tests to init/exec/end. Check OTP version to skip https test on OTP ...CarlosEDP2015-07-031-39/+45
| * Added testcases for http and https proxy use.CarlosEDP2015-07-031-1/+58
* | wip: deps install refactorFred Hebert2015-07-022-8/+58
* | Merge pull request #583 from talentdeficit/remove_cover_print_enabledTristan Sloughter2015-07-011-20/+1
|\ \ | |/ |/|
| * remove `cover_print_enabled` and `cover_data_dir` config optionsalisdair sullivan2015-07-011-20/+1
* | setup hex httpc profile and http opts. needed also for proxyTristan Sloughter2015-06-291-4/+4
* | Merge pull request #557 from tsloughter/relx_argsFred Hebert2015-06-281-1/+20
|\ \
| * | add test of relx config sorting with 'extend release'Tristan Sloughter2015-06-281-1/+20
* | | Use same random seeding function for random_name and random_vsnViacheslav V. Kovalev2015-06-281-3/+8
* | | Fixed review commentsDaniel Widgren2015-06-261-19/+1
* | | Some fixes after reviewViacheslav V. Kovalev2015-06-262-5/+6
* | | Fixed so that release tests now pass. Got all green tests.Daniel Widgren2015-06-261-1/+19
* | | Fix rebar_hooks_SUITE:run_hooks_for_plugins/1Viacheslav Kovalev2015-06-261-1/+1
* | | Fix rebar_utils:sh on windowsViacheslav V. Kovalev2015-06-261-2/+15
* | | Fix multi_app_default_dirs test on windows.Viacheslav Kovalev2015-06-261-2/+2
* | | Fixed two tests for windows 8.1 and added touch functionalityDaniel Widgren2015-06-261-3/+5
|/ /
* | Make the test work on more versionsFred Hebert2015-06-261-1/+1
* | Adding erl_first_files testFred Hebert2015-06-262-3/+45
* | Adding tests for locksFred Hebert2015-06-251-11/+23
* | Add error message for bad provider hook, fixes #521Tristan Sloughter2015-06-191-1/+1
* | plugins providerTristan Sloughter2015-06-182-132/+202
* | check format of config file and print the bad section in the errorTristan Sloughter2015-06-182-2/+2
* | Use the same dialyzer rebar.config options as rebarJames Fish2015-06-061-9/+10
* | add artifact testTristan Sloughter2015-06-021-1/+29
* | allow `src_dirs` and `extra_src_dirs` at the root of the rebar configalisdair sullivan2015-05-301-4/+91
* | Merge pull request #474 from tsloughter/fix_plugin_installTristan Sloughter2015-05-293-12/+61
|\ \
| * | store plugin providers in app_info's state for depsTristan Sloughter2015-05-282-18/+15
| * | add test for plugin with transitive depsTristan Sloughter2015-05-272-4/+56
* | | Merge pull request #481 from ferd/fix-atom-pkg-upgradeTristan Sloughter2015-05-282-3/+34
|\ \ \ | |/ / |/| |
| * | Fix upgrade of atom-only packagesFred Hebert2015-05-282-3/+34
* | | Add rebar.config 'excluded_apps' key.Jean Parpaillon2015-05-231-0/+49
|/ /
* | fix storing of pkg and src deps in app_infoTristan Sloughter2015-05-221-3/+2
* | run hooks when building pluginsTristan Sloughter2015-05-211-1/+29
* | Merge pull request #456 from kovyl2404/provider-hooks-namespaces-fixTristan Sloughter2015-05-211-3/+27
|\ \
| * | Initialize namespace in rebar_state with default value.Viacheslav Kovalev2015-05-221-3/+27
* | | update stable_lock test from Fred's branchTristan Sloughter2015-05-212-13/+13
* | | Add tests for lock forwardingFred Hebert2015-05-211-2/+82
|/ /
* | Merge pull request #443 from kovyl2404/singleapp-project-duplicated-hookFred Hebert2015-05-211-2/+13
|\ \
| * | Properly reset hooks for single-app projectViacheslav V. Kovalev2015-05-211-2/+13
| |/
* | methods for retrieving `src_dirs` and `extra_src_dirs`alisdair sullivan2015-05-191-0/+99
* | Merge pull request #441 from tsloughter/global_pluginsFred Hebert2015-05-192-3/+71
|\ \ | |/ |/|
| * install plugins from the global config to ~/.cache/pluginsTristan Sloughter2015-05-172-3/+71
* | generalize the "test" special dir into an {extra_src_dirs, [...]} optionalisdair sullivan2015-05-161-0/+152
|/
* patch testsTristan Sloughter2015-05-141-6/+0
* More package management testsFred Hebert2015-05-131-12/+125