Support recently changed formatting of the reports coming from cpantesters
[cpan-testers-parsereport.git] / Changes
blob00f2503129870fce08aab36573e65aa9e25ab160
1 0.4.2 2018-04-28  k  <andk@cpan.org>
3         * Support recently changed formatting of the reports coming from cpantesters
5 0.4.1 2016-08-16  k  <andk@cpan.org>
7         * Declare dependency on List::MoreUtil
9 0.4.0 2016-08-16  k  <andk@cpan.org>
11         * Parse 'compiled at' from report
13         * Skip calculating regressions for some more of the parameters
14         that never are interesting
16         * Add some diagnostics about how long each regression run took
18 0.3.0 2016-04-28  k  <andk@cpan.org>
20         * Parse output of Module::Versions::Report into mod: facts (Thomas
21         Sibley)
23         * Parse App::cpanminus::reporter version (Slaven Rezić)
25         * new option --reportfiles (Slaven Rezić)
27         * assorted minor bugfixes and documentation corrections
29         * bugfix: unify path variables with forward slashes (reported by
30         Slaven Rezić)
32         * bugfix: combine osname+perl instead of arch+perl; the latter is too
33         expensive, the former was intended because it matches the fields at
34         matrix.cpantesters.org
36 0.2.9 2014-04-05  k  <andk@cpan.org>
38         * new composed variable meta:arch+perl made from conf:archname and
39         meta:perl (suggested by Christian Walde)
41 0.2.8-tobe 2013-12-12  k  <andk@cpan.org>
43         * new options --minpass and --minfail
45         * pod clarification for the --vdistro option
47         * parse the names of the failing tests and include them in the
48         regressions
50         * improve diagnostics on subprocess errors
52 0.2.7 2013-09-24  k  <andk@cpan.org>
54         * finish and activate GID and EGID calculations (thanks to Christian
55         Walde for the request)
57         * reformat changes file according to CPAN::Changes::Spec
59 0.2.6 2013-09-15  Andreas Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
61         * fix handling of cached gzipped results
63 0.2.5 2013-09-11  Andreas Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
65         * switch download URLs for reports to guid, they seem to have a greater
66         chance to succeed than the numeric ids
68         * RT #86898: fix META_ADD syntax to inject repository into META.yml
69         (thanks to Karen Etheridge)
71 0.2.4 2012-08-22  Andreas Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
73         * bugfix: parsing of lines that nowadays have commas to separate
74         variables but that did not have commas with perl 5.8.9
76 0.2.3 2012-05-01  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
78         * bugfix: parsing of config lines that have neither quotes nor commas
79         but spaces, thus need to consume the whole line, like libpth, libs and
80         perllibs
82 0.2.2 2012-01-06  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
84         * bugfix: prerequisites of "0" could be misparsed
86 0.2.1 2011-12-13  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
88         * Replace the use of zcat with Compress::Zlib
90         * Remove all remnants of dependencies on XML::LibXML
92 0.2.0 2011-11-27  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
94         * Upgrading to this release seems needed to get at reports of distros
95         for which a yaml formatted summary file is not available. I don't know
96         whether yaml files will reappear at cpantesters.org but I have
97         encountered distros that had no yaml file at all but did have a json
98         file.
100         * Minor incompatibility: old yaml files with summaries of results are no
101         longer supported. We now have settled to download JSON files from
102         cpantesters.org and use those. It seems that JSON is the preferred
103         format at cpantesters.org, at least for now. The path to the summary
104         files had to be adjusted.
106         * introduce --prefer-local-reports option to skip mirroring for all
107         reports we have ever downloaded before. Highly recommended to reduce
108         latency, especially since If-Modified-Since support at cpantesters seems
109         not always to be a given.
111         * on transport=http_cpantesters_gzip set the HTTP headers to get
112         compressed versions of reports. Highly recommended to reduce download
113         times.
115 0.1.22 2011-10-29  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
117         * support YAML::XS besides YAML::Syck
119         * set CPANPLUS version from the intro of the report if not reported
120         properly in the footer
122 0.1.21 2011-05-31  Andreas J. Koenig  <andk@cpan.org>
124         * protect against zcat implementations that expect a $target.Z file
125         instead of a $target.gz file
127 0.1.20 2011-05-28  Andreas J. Koenig  <andk@cpan.org>
129         * adjust default to official URLS
131 0.1.19 2011-04-07  Andreas J. Koenig  <andk@cpan.org>
133         * introduce dependency on CPAN::Meta::Converter
135 0.1.18 2011-04-06  Andreas J. Koenig  <andk@cpan.org>
137         * improve diagnostics for Makefile.PL failures
139 0.1.17 2011-03-27  Andreas J. Koenig  <andk@cpan.org>
141         * fix misparsing of UID, EUID, GID, EGID, and $^X under CPANPLUS
143         * fix misparsing of UID and EUID under CPAN::Reporter
145 0.1.16 2011-03-24  Andreas J. Koenig  <andk@cpan.org>
147         * add compression support for fetched and cached cpan testers reports
149         * rip out nntp support, the nntp server has closed its gates in 2010
151 0.1.15 2010-08-26  Andreas J. Koenig  <andk@cpan.org>
153         * fix parsing bug with configure_requires
155 0.1.14 2010-08-08  Andreas J. Koenig  <andk@cpan.org>
157         * support for new option --sample to limit number of observations
159 0.1.13 2010-07-10  Andreas J. Koenig  <andk@cpan.org>
161         * parse the new cpantesters 2.0 raw page now with <strong> tag
163 0.1.12 2010-02-17  Andreas J. Koenig  <andk@cpan.org>
165         * switching transport to new option "http_cpantesters" because nntp has
166         a broken disk and many reports missing; option "http" has been renamed
167         to http_nntp.
169 0.1.11 2010-01-10  Andreas J. Koenig  <andk@cpan.org>
171         * CPANPLUS may paint an exclamation mark into the margin of the
172         prerequisties stanza
174 0.1.10 2009-12-23  Andreas J. Koenig  <andk@cpan.org>
176         * if the summary at the end doesn't provide a perl version then use the
177         one from the first paragraph
179         * junk CARRIAGE RETURNs at end of line in time
181 0.1.9 2009-12-09  Andreas J. Koenig  <andk@cpan.org>
183         * replace DateTime::Format::DateParse with D:F:Strptime
185         * patch from Slaven Rezic to show reports after mime processing
187         * RT #52550: move emacs stanza from shebang line to end (suggested
188         by Sean O'Rourke)
190         * fix typo in the compound config name "archname+osvers"
192 0.1.8 2009-11-11  Andreas J. Koenig  <andk@cpan.org>
194         * CPANPLUS does not try to align the prereq stanza, using split as a
195         fallback
197 0.1.7 2009-11-02  Andreas J. Koenig  <andk@cpan.org>
199         * CPANPLUS beginning with 0.89_06(?) has a toolchain stanza
201 0.1.6 2009-11-01  Andreas J. Koenig  <andk@cpan.org>
203         * bugfix: not all reports have a correct MIME header; introduce
204         heuristics to parse MIME as MIME if it probably is.
206 0.1.5 2009-10-26  Andreas J. Koenig  <andk@cpan.org>
208         * bugfix: allow an empty line after the Summary line
210         * bugfix: allow any whitespace after Date:
212 0.1.4 2009-10-10  Andreas J. Koenig  <andk@cpan.org>
214         * introduce --ctdb option to use a local sqlite database instead of
215         asking cpantesters for yaml files (Andreas Koenig)
217         * Don't croak on invalid Date headers (Ask Bjørn Hansen) and protect
218         date to time converter against unexpected date format (Andreas Koenig)
220         * Avoid infinite loop if the last line of a report ends with
221           a '!' (Ask Bjørn Hansen)
223 0.1.3 2009-06-28  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
225         * do not rely on the sort order of the cpantesters yaml file
227 0.1.2 2009-05-22  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
229         * Fix parsing of files with a MIME-Version header which comes from
230         recent improvements on the Test::Reporter end.
232 0.1.1 2009-03-29  Andreas J. Koenig  <andk@cpan.org>
234         * add the parsed prerequisites wanted version number to the result with
235         the prefix C<prereq:> (popular Birmingham hackathon demand)
237         * added a bin/conf2conf.pl script developed by H.Merijn Brand during
238         Birmingham hackathon. This will probably end up as a sub in
239         ParseReport.pm, needs to be decided later.
241 0.1.0 2009-03-12  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
243         * discontinued the support for more than one distro on the commandline;
244         it seemed unnneeded and confusing
246         * allow a versioned distro name as argument, obsoletes the --vdistro
247         option.
249         * generate a conf:git_commit_id if possible
251         * honour proxy environment
253         * return the %extract hash from parse_report (suggested by Ask B. Hansen)
255         * minor bugfixes
257 0.0.23 2008-12-30  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
259         * do not die when we cannot parse a date in an nntp article, for example
260         550894.
262         * if -solve is given, always provide a variable C<conf:archname+osvers>
263         that concatenates C<archname> and C<osvers> because the latter alone is
264         a pointless variable.
266         * do not die if Statistics::Regression::print() dies. Before it may come
267         to that introduce additional caution, checking the return value of
268         standarderrors().
270 0.0.22 2008-12-29  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
272         * dropped support for ctformat=html because cpantesters site is a moving
273         target.
275 0.0.21 2008-12-15  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
277         * solve switch: secondary sort order K ascending (suggested by Slaven)
279         * solvetop switch: overrule it when there are more results with R^2==1.0
281 0.0.20 2008-12-14  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
283         * catch errors from HTTP and NNTP server.
285 0.0.19 2008-11-10  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
287         * introduce a backdoor to feed an arbitrary article as argument to the
288         parser.
290         * RT #40812: with NNTP, when the date format doesn't match
291         expectations, use DateParse compatible parser.
293 0.0.18 2008-11-06  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
295         * switch to Net::NNTP instead of HTTP for the reports. HTTP can be
296         switched on with --transport=http
298 0.0.17 2008-11-03  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
300         * typo fix RT #40608
302         * bug fix RT #40609: division by zero error in Statistics::Regression
304         * new option --ycb to specify a callback for calculating Y
306 0.0.16 2008-11-01  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
308         * add protection against linear dependencies between columns
310 0.0.15 2008-10-28  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
312         * provide a normalized meta:perl for --solve
314 0.0.14 2008-10-26  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
316         * forgot dependency on Statistics::Regression
318 0.0.13 2008-10-21  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
320         * forgot to include the catalog files in the last release
322         * meta:writer now also detected on CPANPLUS::Dist::YACSmoke
324         * new option --cturl to temporarily switch servers
326         * new experimental option --solve to run some statistics to aid
327         determining blame candidates.
329 0.0.12 2008-10-19  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
331         * all output goes now to STDERR except for the output for --dumpvars
332         which goes to --dumpfile's option (default: ./ctgetreports.out)
334         * XML::LibXML parser object now has a catalog and is being cached.
336         * new option --quiet to suppress all output
338         * we have a real test now (but not many individual tests)
340         * env state was not turned off correctly, fixed.
342         * entities are now decoded
344 0.0.11 2008-09-29  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
346         * packaging issues: remove the overly clever idea to get the version into
347         the manpage. It screws the enduser who is using MM->parse_version.
349         * Since Barbie has switched to XHTML, drop HTML::TreeBuilder and parse
350         directly with XML::LibXML, set the default downloaded file back to html
351         because it is easier to debug and generally gets more attention.
353 0.0.10 2008-09-21  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
355         * RT #39458: make sort order descending with --ctformat:yaml
356         (suggested by Slaven Rezic)
358         * RT #39459: set display variable to captured regexp with qr:
359         (suggested by Slaven Rezic)
361         * temporarily setting --ctformat=yaml the default until cpantesters site
362         is stable again
364 0.0.9 2008-09-20  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
366         * packaging issues: META.yml and MANIFEST repaired, tests added
368 0.0.8 2008-09-20  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
370         * new options --raw and --q qr:REGEXP (suggested by Slaven Rezic)
372 0.0.7 2008-09-13  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
374         * support new option --report to parse a single report
376         * support envariables parsing and options of the form env:VARIABLE
378         * document so far undocumented query option meta:output_from
380 0.0.6 2008-09-09  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
382         * add meta:ok and meta:about as query parameter
384         * slightly improved manpage
386 0.0.5 2008-08-23  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
388         * minor bug fix: --vdistro and --ctformat=yaml did not work together
390 0.0.4 2008-06-24  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
392         * fixed a gotcha in the Makefile.PL produced by Module::Build: it
393         contained a reference to an inexistant file. Investigation pending,
394         switching to MakeMaker.
396 0.0.3 2008-06-24  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
398         * RT #37035: $ua could be uninitialized.
400         * introduce new option ctformat=html|yaml especially to analyze
401         DateTime::Format::Strptime which has a broken HTML page at the moment.
403 0.0.2 2008-06-15  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
405         * with docs and a bit of testing.
407 0.0.1 2008-06-12  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
409         * just the bare script I'm currently working with. very early alpha
410         quality
413         Local Variables:
414         mode: change-log
415         change-log-default-name: "Changes"
416         End: