summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #996 from ferd/bump-cth_readable-dumbtermTristan Sloughter2016-01-102-2/+2
|\ \ \ | | | | | | | | Updates cth_readable so it supports dumb terminals
| * | | Updates cth_readable so it supports dumb terminalsFred Hebert2016-01-062-2/+2
| | |/ | |/| | | | | | | | | | cth_readable 1.2.0 uses cf 0.2.1 to output colors, which makes it support dumb terminals without issue.
* | | Merge pull request #1008 from ferd/unquote-templatesTristan Sloughter2016-01-1013-23/+44
|\ \ \ | | | | | | | | Unquote templates, add a warning instead.
| * | | Unquote templates, add a warning instead.Fred Hebert2016-01-1013-23/+44
|/ / /
* | | Merge pull request #1007 from tsloughter/masterFred Hebert2016-01-104-6/+47
|\ \ \ | | |/ | |/| install project app plugins after discovering them not before
| * | install project app plugins after discovering them not beforeTristan Sloughter2016-01-104-6/+47
|/ /
* | Merge pull request #1006 from tsloughter/masterFred Hebert2016-01-093-9/+40
|\ \ | | | | | | only apply default and prod profile to dependencies
| * | only apply default and prod profile to dependenciesTristan Sloughter2016-01-093-9/+40
| | |
* | | Merge pull request #999 from ferd/fix-windows-stuffTristan Sloughter2016-01-083-17/+29
|\ \ \ | | | | | | | | Fix windows stuff
| * | | fix dirs robocopy and canonical paths in windowsFred Hebert2016-01-072-11/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - robocopying a directory into another directory recursively expects the directory name to be properly mapped onto the destination, otherwise all the files are copied into the given path. This patches things so a directory-to-directory robocopy works as expected in a linux mindset so tests pass - the test for canonical paths didn't expect a windows environment at all; the test (and library) is modified to be consistent in that environment: always with a native format and with proper support of drive letters.
| * | | Avoid changing directories in test suiteFred Hebert2016-01-071-6/+3
| | |/ | |/|
* | | Merge pull request #1005 from tsloughter/masterFred Hebert2016-01-081-2/+2
|\ \ \ | | |/ | |/| only need to compare ref and not ref+url in git resource
| * | only need to compare ref and not ref+url in git resourceTristan Sloughter2016-01-081-2/+2
|/ /
* | Merge pull request #994 from talentdeficit/REBAR-950Fred Hebert2016-01-071-2/+17
|\ \ | |/ |/| warn if the directories `eunit' or `ct' show up in `src_dirs'
| * warn if the directories `eunit' or `ct' show up in `src_dirs'alisdair sullivan2016-01-051-2/+17
| | | | | | | | | | | | | | | | if these directories actually exist they'll be added to the path ahead of the release/standard distribution directories and they'll break eunit and/or ct execution fixes #950
* | Merge pull request #993 from ferd/fix-maintainers-app-fileTristan Sloughter2016-01-052-2/+2
|\ \ | |/ |/| contributors -> maintaiers in template app data
| * contributors -> maintaiers in template app dataFred Hebert2016-01-052-2/+2
|/ | | | | hex.pm is now using maintainers instead of contributors in metadata. Templates should be updated to reflect it.
* Merge pull request #982 from gleber/masterFred Hebert2016-01-051-12/+28
|\ | | | | Allow bootstrap to pick up existing Hex cache and deps
| * Skip update and compilation if possible.Gleb Peregud2016-01-031-12/+28
| | | | | | | | | | | | | | This detects existence of Hex registry at $HOME/.cache/rebar3/hex/default/registry and skips "rebar3 update" step. It also detect presence of bootstrap dependencies in _build/default/lib/ and skips fetching them.
* | Merge pull request #966 from talentdeficit/ct_root_suitesFred Hebert2016-01-053-4/+127
|\ \ | | | | | | allow ct suites to be specified at root of project (or root of app)
| * | add test for foo_SUITE_data filesalisdair sullivan2015-12-201-2/+8
| | |
| * | put `extra' ct test suites in `extras/apps/APPNAME' rather than `extras'alisdair sullivan2015-12-202-2/+46
| | | | | | | | | | | | this allows repeated test suite names across apps without conflicts
| * | allow ct suites to be specified at the root of a project (or root of app)alisdair sullivan2015-12-203-3/+76
| | | | | | | | | | | | | | | | | | | | | | | | previously rebar3 dropped suites declared at the root of the project (via `--suite=whatever_SUITE' probably) and warned. this was because the compiler would recursively copy and compile everything in the directory indicated by the test suite. this changes the copy mechanism to only copy erl source files and directories that end with `_SUITE_data' into the `extras' dir in `_build'
| * | whitespace cleanupalisdair sullivan2015-12-201-1/+1
| | |
* | | Merge pull request #989 from tsloughter/fuzzy_matchTristan Sloughter2016-01-052-27/+36
|\ \ \ | | | | | | | | convert ~> versions to highest matching
| * | | convert ~> versions to highest matchingTristan Sloughter2015-12-262-27/+36
| | | |
* | | | Merge pull request #992 from ferd/update-cth_readableTristan Sloughter2016-01-052-2/+2
|\ \ \ \ | | | | | | | | | | Bump cth_readable to 1.1.1
| * | | | Bump cth_readable to 1.1.1Fred Hebert2016-01-052-2/+2
|/ / / / | | | | | | | | | | | | This fixes a typo that could cause failure in some test runs.
* | | | Merge pull request #991 from sdebnath/console_modeTristan Sloughter2016-01-052-2/+2
|\ \ \ \ | |/ / / |/| | | Upgrade relx to v3.11.0
| * | | Upgrade relx to v3.11.0Shawn Debnath2016-01-052-2/+2
|/ / /
* | | Merge pull request #987 from ferd/plugin-templatesTristan Sloughter2015-12-2114-8/+181
|\ \ \ | |/ / |/| | Plugin templates
| * | Plugin templates enabledFred Hebert2015-12-1914-8/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This lets a plugin define templates to be loaded: $ rebar3 new ... proper (plugin): A basic PropEr suite for an OTP application ... $ rebar3 new help proper proper: plugin template (...) Description: A basic PropEr suite for an OTP application Variables: name="suite" (...) ... → rebar3 new proper fakesuite ===> Writing test/prop_fakesuite.erl In this case, proper is a fake template file I've put by hand in _build/default/plugins/rebar3_proper/priv/<somename>/, meaning it will only work as far as it's called from the project's root. The priority order of plugins is now .config > plugin > built-in, such that someone could ensure plugins do not crush their own private templates, but also that custom or plugin templates do overtake built-in ones. It used to be Built-in > .config only. Templates are searched for recursively in the priv/ directory of plugins.
* | | Merge pull request #923 from tsloughter/hex_cdnFred Hebert2015-12-199-52/+96
|\ \ \ | |/ / |/| | support temporary cdn change with HEX_CDN os var
| * | support temporary cdn change with HEX_CDN os varTristan Sloughter2015-12-199-52/+96
|/ /
* | Merge pull request #988 from ferd/schutm-wrong-pathsTristan Sloughter2015-12-192-4/+70
|\ \ | | | | | | Fix wrong relative path resolution
| * | Add tests for base_dir reconfigurationFred Hebert2015-12-191-3/+40
| | | | | | | | | | | | Tests both absolutes and relative paths.
| * | Merge branch 'master' of https://github.com/schutm/rebar3 into ↵Fred Hebert2015-12-191-1/+30
| |\ \ | | | | | | | | | | | | schutm-wrong-paths
| | * | Fix wrong relative path resolutionschutm2015-12-101-1/+30
| | |/
* | | Merge pull request #986 from ferd/fix-bad-tpl-index-handlingTristan Sloughter2015-12-1910-10/+173
|\ \ \ | |/ / |/| | A bad template index does not crash; shows warning
| * | A bad template index does not crash; shows warningFred Hebert2015-12-1810-10/+173
| |/ | | | | | | | | | | | | | | This should fix #955 The test is implicit as a bad index previously silently crashed rebar3. By adding the bad index to the `new` suite's files, we can show that things keep running.
* | Merge pull request #983 from priestjim/feature/cover_totalsFred Hebert2015-12-181-0/+18
|\ \ | |/ |/| Add support for total code coverage
| * Account for division by zeroPanagiotis PJ Papadomitsos2015-12-161-0/+2
| |
| * Add support for total code coveragePanagiotis PJ Papadomitsos2015-12-161-0/+16
|/
* Merge pull request #967 from talentdeficit/mib_include_fixFred Hebert2015-12-082-35/+37
|\ | | | | symlink mib hrl output in apps `include' directories
| * remove mib header file in `priv/mibs/include'alisdair sullivan2015-12-082-13/+1
| |
| * symlink mib hrl output in apps `include' directoriesalisdair sullivan2015-12-062-31/+45
| | | | | | | | this restores compatibility with rebar2 and erlang.mk
* | Merge pull request #970 from tsloughter/certifi_0.3.0Fred Hebert2015-12-072-2/+2
|\ \ | | | | | | upgrade certifi to latest release
| * | upgrade certifi to latest releaseTristan Sloughter2015-12-072-2/+2
|/ /
* | Merge pull request #965 from ferd/tsloughter-tup_umergeTristan Sloughter2015-12-063-35/+124
|\ \ | |/ |/| fix tupple merging for realsies.
| * Actually fix tuple merging.Fred Hebert2015-12-062-30/+60
| | | | | | | | Full rewrite, code should be understandable now.