Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1665 from ferd/bump-cth_readable-1.3.2 | Fred Hebert | 2017-11-22 | 1 | -2/+2 |
|\ | | | | | Bump cth_readable to 1.3.2 | ||||
| * | Bump cth_readable to 1.3.2 | Fred Hebert | 2017-11-20 | 1 | -2/+2 |
| | | | | | | | | Eliminates a lager warning due to config format deprecation | ||||
* | | upgrade relx to 3.24.3 | Tristan Sloughter | 2017-11-21 | 1 | -2/+2 |
|/ | |||||
* | upgrade relx and erlware commons | Tristan Sloughter | 2017-11-17 | 1 | -4/+4 |
| | |||||
* | OTP-21 readiness, Full Unicode support | Fred Hebert | 2017-11-16 | 1 | -14/+14 |
| | | | | | | | | | | | | This replaces all deprecated function usage by alternative ones based on a version switch enacted at compile time, preventing all warnings. This will likely introduce some possible runtime errors in using a Rebar3 compiled on OTP-20 or OTP-21 back in versions 19 and earlier, but we can't really work around that. A bunch of dependencies have been updated to support OTP-21 without warnings as well. | ||||
* | Update rebar.lock | Sean Cribbs | 2017-09-25 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1578 from ferd/bump-cth-show-groups | Fred Hebert | 2017-08-07 | 1 | -2/+2 |
|\ | | | | | Bump cth_readable to 1.3.0: shows test groups | ||||
| * | Bump cth_readable to 1.3.0: shows test groups | Fred Hebert | 2017-06-27 | 1 | -2/+2 |
| | | |||||
* | | Also upgrade ssl_verify_fun while we're at it | Fred Hebert | 2017-07-31 | 1 | -2/+2 |
| | | |||||
* | | Upgrade certifi dependencies | Fred Hebert | 2017-07-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Get more up-to-date root certs. This was blocked for a while because certifi wouldn't build on windows, but this is now fixed, with minimal changes to the use case -- only a small change in the bootstrap script is required. The new certifi lib is also a few megabytes lighter than before, which is good for rebar3. | ||||
* | | upgrade relx | Tristan Sloughter | 2017-07-14 | 1 | -2/+2 |
|/ | |||||
* | upgrade relx to 3.23.0 | Tristan Sloughter | 2017-05-24 | 1 | -2/+2 |
| | |||||
* | Bump cth_readable to 1.2.6 | Fred Hebert | 2017-05-12 | 1 | -2/+2 |
| | | | | | | | | This fixes the output of end_per_testcase crash notifications when the test passes. This also detect an issue of the kind with rebar_pkg_SUITE which is now fixed. | ||||
* | Adds support for new ct hook callback | Fred Hebert | 2017-05-07 | 1 | -2/+2 |
| | |||||
* | Bump relx to 3.22.4 | Luis Rascao | 2017-03-28 | 1 | -2/+2 |
| | |||||
* | upgrade relx to 3.22.3 | Tristan Sloughter | 2017-03-20 | 1 | -2/+2 |
| | |||||
* | Bump cth_readable to 1.2.4 | Fred Hebert | 2017-02-25 | 1 | -2/+2 |
| | | | | | | Fixes an issue where some skipped test suites could end up misreported as the previous suite. See https://github.com/ferd/cth_readable/issues/10 | ||||
* | upgrade erlware_commons to 1.0.0 for OTP20 support | Tristan Sloughter | 2017-01-10 | 1 | -2/+2 |
| | |||||
* | upgrade relx to fixed hex package 3.22.2 | Tristan Sloughter | 2017-01-06 | 1 | -2/+2 |
| | |||||
* | Bump relx to 3.22.1 | Luis Rascao | 2016-12-27 | 1 | -2/+2 |
| | |||||
* | Upgrade relx, erlware_commons and cf | Luis Rascao | 2016-11-27 | 1 | -6/+6 |
| | | | | | | relx ~> 3.22.0 erlware_commons ~> 0.22.0 cf ~> 0.2.2 | ||||
* | upgrade relx to 3.21.1 | Tristan Sloughter | 2016-10-14 | 1 | -2/+2 |
| | |||||
* | update bbmustache 1.3.0 | soranoba | 2016-09-17 | 1 | -2/+2 |
| | |||||
* | upgrade relx to 3.21.0 | Tristan Sloughter | 2016-08-25 | 1 | -2/+2 |
| | |||||
* | ssl_verify_hostname was renamed to ssl_verify_fun | Ilya Khaprov | 2016-07-15 | 1 | -2/+2 |
| | |||||
* | rebar update relx | Stuart Thackray | 2016-07-12 | 1 | -2/+2 |
| | |||||
* | Escriptize based on configured apps only | Fred Hebert | 2016-06-26 | 1 | -2/+2 |
| | | | | | | | | | | | | Prior to this patch, the escriptize command flat out selected all declared dependencies. This patch instead looks at the app files and only includes the dependencies of the top level app and the extra ones, avoiding to package more apps than required. This required a version bump on cth_readable as it mistakenly included 'syntax_lib' instead of 'syntax_tools' as a dependency. | ||||
* | Hashes in lockfile are diff friendly | Fred Hebert | 2016-06-09 | 1 | -32/+24 |
| | | | | | | | | | | This reworks the version and hash printing in the lockfile to minimize diff changes: - the version is on its own line so that the locks are mostly the same aside from the last line - the hashes are each printed on one line with the package name for simpler diffing too. | ||||
* | Rebar3 with hash-locked deps | Fred Hebert | 2016-05-24 | 1 | -10/+32 |
| | |||||
* | upgrade erlware_commons for OTP-19 fix | Tristan Sloughter | 2016-05-13 | 1 | -1/+1 |
| | |||||
* | upgrade relx to 3.19.0 | Tristan Sloughter | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | upgrade relx and erlware_commons | Tristan Sloughter | 2016-04-12 | 1 | -2/+2 |
| | |||||
* | upgrade cth_readable | Tristan Sloughter | 2016-03-03 | 1 | -1/+1 |
| | |||||
* | bump certifi to 0.4.0 | benoitc | 2016-03-02 | 1 | -1/+1 |
| | | | | latest mozilla bundles | ||||
* | Bump cth_readable | Fred Hebert | 2016-02-21 | 1 | -1/+1 |
| | | | | | The new version fixes parse transforms over OTP incompatibility that would crash entire compile runs before. | ||||
* | upgrade relx to 3.17.0 | Tristan Sloughter | 2016-02-19 | 1 | -2/+2 |
| | |||||
* | update relx to 3.16.0 to include color intesity update | Tristan Sloughter | 2016-02-16 | 1 | -1/+1 |
| | |||||
* | upgrade relx to 3.15.0 | Tristan Sloughter | 2016-02-05 | 1 | -1/+1 |
| | |||||
* | upgrade relx | Tristan Sloughter | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1010 from tsloughter/master | Fred Hebert | 2016-01-10 | 1 | -1/+1 |
|\ | | | | | upgrade relx to 3.12.0 | ||||
| * | upgrade relx to 3.12.0 | Tristan Sloughter | 2016-01-10 | 1 | -1/+1 |
| | | |||||
* | | Updates cth_readable so it supports dumb terminals | Fred Hebert | 2016-01-06 | 1 | -1/+1 |
|/ | | | | | cth_readable 1.2.0 uses cf 0.2.1 to output colors, which makes it support dumb terminals without issue. | ||||
* | Bump cth_readable to 1.1.1 | Fred Hebert | 2016-01-05 | 1 | -1/+1 |
| | | | | This fixes a typo that could cause failure in some test runs. | ||||
* | Upgrade relx to v3.11.0 | Shawn Debnath | 2016-01-05 | 1 | -1/+1 |
| | |||||
* | upgrade certifi to latest release | Tristan Sloughter | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | if a provider of the same namespace and name already exists, skip adding new ↵ | Tristan Sloughter | 2015-11-23 | 1 | -3/+3 |
| | | | | provider | ||||
* | Ct output improvements | Fred Hebert | 2015-11-18 | 1 | -1/+1 |
| | | | | | - eunit assert look better - lager logs to the html logs | ||||
* | upgrade eunit_formatters to 0.3.1 for OTP18 bug fix | Tristan Sloughter | 2015-11-18 | 1 | -1/+1 |
| | |||||
* | upgrade eunit_formatters for OTP 18 support | Tristan Sloughter | 2015-11-17 | 1 | -1/+1 |
| | |||||
* | Update cf | Heinz N. Gies | 2015-11-14 | 1 | -1/+1 |
| |