summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Re-fix the windows file movementFred Hebert2017-01-271-33/+45
| | | | and clean up a bit
* Rework test to work and pass on linuxFred Hebert2017-01-271-7/+11
| | | | to be roundtripped again to windows.
* Fix mv command on windowsFred Hebert2017-01-272-20/+271
| | | | | | | Requires changing a bunch of arguments for xerocopy since it does not allow to rename while copying. Lots of tests added
* Merge pull request #1453 from ajm113/grammar-contributions-fixesFred Hebert2017-01-262-3/+4
|\ | | | | Fixed typos and grammar errors for CONTRIBUTING.md.
| * [GRAMMAR] Fixed typos and grammar errors for CONTRIBUTING.md. [skip ci]Andrew McRobb2017-01-262-3/+4
|/
* Merge pull request #1450 from ferd/relative-dialyzer-pathsalisdair sullivan2017-01-215-34/+53
|\ | | | | Relative dialyzer paths
| * Enable path reformatting for DialyzerFred Hebert2017-01-212-10/+13
| | | | | | | | | | | | | | | | Fixes issue #880 May break backwards compat with projects that manually called the dialyzer formatter, but we never documented or expected this to be exposed.
| * Extract code path formatting out of compilerFred Hebert2017-01-213-24/+40
|/ | | | | | | | This allows to reuse the code for any provider that formats source files out to the user. The option to configure it does remain compiler-centric for backwards compatibility
* Merge pull request #1448 from ajm113/bugfix-readme-grammar-fixFred Hebert2017-01-201-3/+3
|\ | | | | Fixed missing hypens, and improper wording in README.md
| * [BUGFIX] Fixed missing hypens, and improper wording. [skip ci]Andrew McRobb2017-01-201-3/+3
|/
* Merge pull request #1445 from ajm113/feature-editorconfigFred Hebert2017-01-191-0/+13
|\ | | | | [FEATURE] Add .editorconfig Settings.
| * [FEATURE] Add .editorConfig Settings. [skip ci]Andrew McRobb2017-01-191-0/+13
|/ | | | https://github.com/erlang/rebar3/issues/1443
* Merge pull request #1439 from tsloughter/otp20Fred Hebert2017-01-102-3/+3
|\ | | | | upgrade erlware_commons to 1.0.0 for OTP20 support
| * upgrade erlware_commons to 1.0.0 for OTP20 supportTristan Sloughter2017-01-102-3/+3
|/
* Merge pull request #1436 from tsloughter/relx_3.22.2Fred Hebert2017-01-092-3/+3
|\ | | | | upgrade relx to fixed hex package 3.22.2
| * upgrade relx to fixed hex package 3.22.2Tristan Sloughter2017-01-062-3/+3
| |
* | Merge pull request #1434 from tsloughter/shell_argsFred Hebert2017-01-031-6/+16
|\ \ | |/ |/| add option to pass args to user_drv for custom shells
| * add option to pass args to user_drv for custom shellsTristan Sloughter2016-12-311-6/+16
| |
* | Merge pull request #1433 from lrascao/feature/bump_relx_3_22_1Fred Hebert2016-12-272-3/+3
|\ \ | |/ | | Bump relx to 3.22.1
| * Bump relx to 3.22.1Luis Rascao2016-12-272-3/+3
|/
* Back to git-based versionsFred Hebert2016-12-231-1/+1
|
* Bumping to 3.3.4Fred Hebert2016-12-232-2/+2
|
* Merge pull request #1391 from ferd/doc-and-typesFred Hebert2016-12-2317-97/+792
|\ | | | | Type specifications and edocs improvements
| * Fix Alisdair's review, add more types and docsFred Hebert2016-12-165-25/+109
| |
| * Type specifications and edocs improvementsFred Hebert2016-11-2716-75/+686
| | | | | | | | | | | | Includes improvments and function documentation for all modules (in alphabetical order) up to rebar_core, and may have included more in other modules as I saw fit to dig and understand more of the internals.
* | Merge pull request #1407 from sirihansen/ct-testspec-optsFred Hebert2016-12-232-80/+463
|\ \ | | | | | | Improve merge of command line options and config options in CT
| * | Handle errors from ct_testspecSiri Hansen2016-12-222-3/+52
| | |
| * | Make sure ct_testspec is loadedSiri Hansen2016-12-221-0/+1
| | | | | | | | | | | | ... before calling erlang:function_exported(ct_testspec,get_tests,1).
| * | Add all dirs from test specSiri Hansen2016-12-202-16/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Parse given test specs and add all spec- and suite directories as extra_src_dirs in order to ensure that all these directories are copied to the _build area and the suites are compiled. Specs located in the project- or app root are explicitly copied to the _build area in order to avoid recursive copying of the complete directory tree.
| * | Allow using relative path to suite in project rootSiri Hansen2016-12-132-16/+54
| | |
| * | Translate path to testspecSiri Hansen2016-12-092-37/+51
| | | | | | | | | | | | | | | | | | This is a bugfix. It makes sure that the given path to a testspec is translated so common_test will pick the spec from the _build directory, and not from the source tree.
| * | Add directory of testspec as extra_src_dirSiri Hansen2016-12-082-12/+32
| | | | | | | | | | | | | | | | | | This is necessary in order to automatically get the testspec included as an artifact (i.e. copied to the _build dir) in the case when it is stored in another directory than 'test'.
| * | Improve merge of command line options and config optionsSiri Hansen2016-12-072-27/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: option 'spec' is not specifically handled when merging options from the command line with options from rebar.config. Due to this, if the config specifies a 'spec', then this will take precedence over any 'dir' and/or 'suite' on the command line. This commit takes special care of all options that can be used to select tests - meaning that if any of the options 'spec', 'dir', 'suite', 'group' or 'case' are specified on the command line, then all 'spec', 'dir', 'suite', 'group' and 'case' options in rebar.config will be ignored.
* | | Merge pull request #1430 from erlang/rebar-1331Fred Hebert2016-12-231-4/+5
|\ \ \ | | | | | | | | refine eunit test detection
| * | | eunit: remove application modules from the modules eligible to testalisdair sullivan2016-12-231-4/+5
| | | | | | | | | | | | | | | | | | | | application modules will be added to the eunit test set automatically, no need to consider them for inclusion in the test set separately
| * | | don't filter eunit test modules based on file extensionalisdair sullivan2016-12-221-2/+2
|/ / / | | | | | | | | | | | | | | | stops the eunit provider from filtering out test modules based on the file extension. previously, it was hardcoded to expect all test files ended in `.erl`. this change allows for endings like `.lfe` and `.beam`
* | | Merge pull request #1415 from lrascao/feature/rebar_shell_fixFred Hebert2016-12-161-0/+4
|\ \ \ | | | | | | | | shell: don't crash apps that use release version operators
| * | | shell: don't crash apps that use release version operatorsLuis Rascao2016-12-111-0/+4
| | | | | | | | | | | | | | | | Like for instance: {app, "0.1.0", '='}
* | | | Merge pull request #1418 from getong/releases_websiteFred Hebert2016-12-141-1/+1
|\ \ \ \ | |/ / / |/| | | the releases website has changed
| * | | the releases website has changedgetong2016-12-141-1/+1
|/ / /
* | | Merge pull request #1413 from ates/rebar3.crashdump-gitignoreFred Hebert2016-12-101-0/+1
|\ \ \ | | | | | | | | Add rebar3.crashdump to gitignore template
| * | | Add rebar3.crashdump to gitignore templateArtem Teslenko2016-12-101-0/+1
|/ / /
* | | Merge pull request #1411 from ferd/fix-regex-matchesalisdair sullivan2016-12-094-4/+4
|\ \ \ | | | | | | | | Fix regex match for ignored file
| * | | Fix regex match for ignored fileFred Hebert2016-12-094-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The regex mistakenly matched too many files (any character followed by an underscore) rather than only files starting in '._' This properly escapes the expressions to work in all cases.
* | | | Merge pull request #1405 from erlang/get-depsFred Hebert2016-12-092-0/+38
|\ \ \ \ | |/ / / |/| | | add `get-deps` provider
| * | | add `get-deps` provideralisdair sullivan2016-12-072-0/+38
| |/ / | | | | | | | | | a no-op provider that depends on lock that is slightly more discoverable and user friendly
* | | Merge pull request #1408 from robertoaloi/patch-1Fred Hebert2016-12-081-0/+1
|\ \ \ | | | | | | | | Update THANKS
| * | | Update THANKSRoberto Aloi2016-12-081-0/+1
|/ / /
* | | Go back to git-based versioningFred Hebert2016-12-081-1/+1
| | |
* | | Bump to 3.3.3Fred Hebert2016-12-082-2/+2
| | |