Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 and replace with `cover_opts` | ||||
| * | remove `cover_print_enabled` and `cover_data_dir` config options | alisdair sullivan | 2015-07-01 | 1 | -20/+1 |
| | | | | | | | | and replace with `cover_opts` | ||||
* | | 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 |
|\ \ | | | | | | | only reverse some relx args, fixes profile usage for relx | ||||
| * | | 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 |
| | | | | | | | | | | | | Test required `touch` utility to present on user's machine. Remove this dependency. | ||||
* | | | 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 |
| | | | | | | | | | | | | | | | Seed random with erlang:now() because os:timestamp precision is not enough on windows. | ||||
* | | | 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 |
| | | | | | | | | | | | | The test works by using a parse transform that stamps modules with an attribute as it runs them. It then compiles everything, loads the module, and makes sure the stamps respect the defined order. | ||||
* | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * All configuration is moved to `{dialyzer, PropList}` * `dialyzer_warnings` renamed `warnings` * `dialyzer_plt_warnings` renamed `get_warnings` * `dialyzer_plt_apps` renamed `plt_extra_apps` * `dialyzer_plt_dir` renamed `plt_location` * `{plt_location, local}` uses profile base directory * `dialyzer_plt` removed * `dialyzer_plt_prefix` sets prefix of PLT name (default "rebar3") * `dialyzer_base_plt_apps` renamed `base_plt_apps` * `dialyzer_base_plt_dir` renamed `base_plt_location` * `{base_plt_location, global}` uses rebar3's global cache directory * `dialyzer_base_plt` removed * `base_plt_prefix` sets prefix of PLT name (default "rebar3") PLT files are always named `<prefix>_<otp_version>_plt` to match rebar. `plt_prefix` and `base_plt_prefix` are not available in rebar, where the prefix is always set to the project's top level application. | ||||
* | | 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 |
|\ \ | | | | | | | fixing plugin install and paths | ||||
| * | | 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 | ||||
| * | | Fix upgrade of atom-only packages | Fred Hebert | 2015-05-28 | 2 | -3/+34 |
| | | | | | | | | | | | | they would always be left unfound otherwise. | ||||
* | | | Add rebar.config 'excluded_apps' key. | Jean Parpaillon | 2015-05-23 | 1 | -0/+49 |
|/ / | | | | | | | | | | | Listed applications are simply ignored. Allows for configuration time sub-application building. | ||||
* | | 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 |
|\ \ | | | | | | | Properly setup namespace for dependency provider hooks | ||||
| * | | 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 |
|/ / | | | | | | | | | | | | | | | | | | | Lock forwarding is what happens when the file on disk are on a different version from what is specified in the lock file. Files on disk should be updated to respect what's in the lock file. A negative test has been added so that lock files that are outdated vis. the underlying git and packages but match files on disk do not get forwarded. This job is left to the `upgrade' command. | ||||
* | | Merge pull request #443 from kovyl2404/singleapp-project-duplicated-hook | Fred Hebert | 2015-05-21 | 1 | -2/+13 |
|\ \ | | | | | | | Run hooks for single application only once. | ||||
| * | | Properly reset hooks for single-app project | Viacheslav V. Kovalev | 2015-05-21 | 1 | -2/+13 |
| |/ | |||||
* | | methods for retrieving `src_dirs` and `extra_src_dirs` | alisdair sullivan | 2015-05-19 | 1 | -0/+99 |
| | | | | | | | | | | | | note that now ALL `src_dirs` across included profiles are compiled. previously only the last included profile's `src_dirs` were used | ||||
* | | Merge pull request #441 from tsloughter/global_plugins | Fred Hebert | 2015-05-19 | 2 | -3/+71 |
|\ \ | |/ |/| | install plugins from the global config to ~/.cache/plugins | ||||
| * | install plugins from the global config to ~/.cache/plugins | Tristan Sloughter | 2015-05-17 | 2 | -3/+71 |
| | | |||||
* | | generalize the "test" special dir into an {extra_src_dirs, [...]} option | alisdair sullivan | 2015-05-16 | 1 | -0/+152 |
|/ | | | | | | like `src_dirs`, `extra_src_dirs` are directories to be copied to the `_build` dir and compiled. unlike `src_dirs` they are not added to the .app specification | ||||
* | patch tests | Tristan Sloughter | 2015-05-14 | 1 | -6/+0 |
| | |||||
* | More package management tests | Fred Hebert | 2015-05-13 | 1 | -12/+125 |
| | |||||
* | Proper custom pkg index support, some tests | Fred Hebert | 2015-05-13 | 4 | -0/+100 |
| | | | | | | | | | | - The rebar package index files have been moved off the default path and will require a new `rebar3 update` - Caching of downloaded packages automatically takes place in a path relative to the CDN used - The cache path is not shared with hex as we now write and modify data in there arbitrarily - Basic tests plus the working set for more of them is included | ||||
* | Update mock so existing tests pass | Fred Hebert | 2015-05-13 | 1 | -3/+8 |
| | |||||
* | Merge pull request #409 from talentdeficit/ct_fix | Tristan Sloughter | 2015-05-09 | 1 | -2/+34 |
|\ | | | | | delete all symlinks when copying from project files to `_build` tree to prevent any data from being overwritten | ||||
| * | delete all symlinks when copying from project files to `_build` tree | alisdair sullivan | 2015-05-09 | 1 | -2/+34 |
| | | | | | | | | | | | | to prevent any data from being overwritten fixes #395 | ||||
* | | Adding directory path test for deduplication | Fred Hebert | 2015-05-04 | 1 | -0/+18 |
| | | |||||
* | | Merge branch 'app-discover-profile-duplication' of ↵ | Fred Hebert | 2015-05-04 | 1 | -0/+132 |
|\ \ | | | | | | | | | | https://github.com/kovyl2404/rebar3 into kovyl2404-app-discover-profile-duplication | ||||
| * \ | Merge branch 'master' into app-discover-profile-duplication | Viacheslav V. Kovalev | 2015-05-01 | 10 | -24/+235 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: test/rebar_profiles_SUITE.erl | ||||
| | * | | don't load package registry unless there are pkg deps to solve | Tristan Sloughter | 2015-04-28 | 2 | -3/+3 |
| | | | |