Skip to content

Commit

Permalink
Build results of 534d2cc (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
teodesian committed Jan 24, 2017
1 parent ed39053 commit 5edb200
Show file tree
Hide file tree
Showing 34 changed files with 351 additions and 192 deletions.
13 changes: 12 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Revision history for Perl module TestRail::API

0.037 2016-04-?? TEODESIAN
0.038 2017-01-23 TEODESIAN
- Optimize TestRail::Utils::Find::getResults and testrail-results
- Add ability to follow POST redirects
- Don't print stack traces during constructor errors, this can leak auth info into logs
- Don't override filename in TAP Parser if we already have it
- Fix issue where non-standard status overrides were not possible
- Add finder callback to TestRail::Utils::FindTests
- Add testsuite_id filter to TestRail::API::getChildRunByName
- Add defect metrics to testrail-results
- Add version metrics to testrail-results

0.037 2016-08-10 TEODESIAN
- Fix incorrect POD for TestRail::API::createRunInPlan
- Add testrail-results binary and TestRail::Utils::Find::getResults.
- Add TestRail::API::getChildSections, and modify Test::Rail::Parser to recursively search passed sections when spawning runs
Expand Down
8 changes: 4 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This software is copyright (c) 2016 by George S. Baugh.
This software is copyright (c) 2017 by George S. Baugh.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Expand All @@ -12,7 +12,7 @@ b) the "Artistic License"

--- The GNU General Public License, Version 1, February 1989 ---

This software is Copyright (c) 2016 by George S. Baugh.
This software is Copyright (c) 2017 by George S. Baugh.

This is free software, licensed under:

Expand All @@ -22,7 +22,7 @@ This is free software, licensed under:
Version 1, February 1989

Copyright (C) 1989 Free Software Foundation, Inc.
51 Franklin St, Suite 500, Boston, MA 02110-1335 USA
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Expand Down Expand Up @@ -272,7 +272,7 @@ That's all there is to it!

--- The Artistic License 1.0 ---

This software is Copyright (c) 2016 by George S. Baugh.
This software is Copyright (c) 2017 by George S. Baugh.

This is free software, licensed under:

Expand Down
8 changes: 4 additions & 4 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.046.
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.032.
.travis.yml
Changes
LICENSE
Expand Down Expand Up @@ -37,11 +37,8 @@ t/TestRail-Utils.t
t/arg_types.t
t/author-critic.t
t/author-eol.t
t/author-mojibake.t
t/author-no-tabs.t
t/author-pod-spell.t
t/author-pod-syntax.t
t/author-test-version.t
t/data/faketest_cache.json
t/fake.tap
t/fake.test
Expand All @@ -56,8 +53,11 @@ t/pass.test
t/release-cpan-changes.t
t/release-kwalitee.t
t/release-minimum-version.t
t/release-mojibake.t
t/release-pod-linkcheck.t
t/release-pod-syntax.t
t/release-synopsis.t
t/release-test-version.t
t/release-unused-vars.t
t/seq_multiple_files.tap
t/server_dead.t
Expand Down
22 changes: 11 additions & 11 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ build_requires:
Test::Fatal: 0
Test::LWP::UserAgent: 0
Test::More: 0
blib: 1.01
configure_requires:
ExtUtils::MakeMaker: 0
dynamic_config: 0
generated_by: 'Dist::Zilla version 5.046, CPAN::Meta::Converter version 2.150005'
generated_by: 'Dist::Zilla version 5.032, CPAN::Meta::Converter version 2.143240'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Expand All @@ -29,28 +28,28 @@ name: TestRail-API
provides:
App::Prove::Plugin::TestRail:
file: lib/App/Prove/Plugin/TestRail.pm
version: 0.037
version: 0.038
Test::Rail::Harness:
file: lib/Test/Rail/Harness.pm
version: 0.037
version: 0.038
Test::Rail::Parser:
file: lib/Test/Rail/Parser.pm
version: 0.037
version: 0.038
TestRail::API:
file: lib/TestRail/API.pm
version: 0.037
version: 0.038
TestRail::Utils:
file: lib/TestRail/Utils.pm
version: 0.037
version: 0.038
TestRail::Utils::Find:
file: lib/TestRail/Utils/Find.pm
version: 0.037
version: 0.038
TestRail::Utils::Lock:
file: lib/TestRail/Utils/Lock.pm
version: 0.037
version: 0.038
TestRail::Utils::Results:
file: lib/TestRail/Utils/Results.pm
version: 0.037
version: 0.038
requires:
Carp: 0
Clone: 0
Expand All @@ -65,6 +64,7 @@ requires:
IO::Interactive::Tiny: 0
JSON::MaybeXS: 1.001000
LWP::UserAgent: 0
List::MoreUtils: 0
List::Util: 1.33
POSIX: 0
Pod::Usage: 0
Expand All @@ -87,6 +87,6 @@ resources:
bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=TestRail-API
homepage: https://github.com/teodesian/TestRail-Perl
repository: git://github.com/teodesian/TestRail-Perl.git
version: 0.037
version: 0.038
x_contributors:
- 'Neil Bowers <neil@bowers.com>'
21 changes: 11 additions & 10 deletions Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.046.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.032.
use strict;
use warnings;

Expand All @@ -14,13 +14,13 @@ my %WriteMakefileArgs = (
},
"DISTNAME" => "TestRail-API",
"EXE_FILES" => [
"bin/testrail-bulk-mark-results",
"bin/testrail-cases",
"bin/testrail-lock",
"bin/testrail-tests",
"bin/testrail-report",
"bin/testrail-results",
"bin/testrail-runs",
"bin/testrail-tests"
"bin/testrail-bulk-mark-results",
"bin/testrail-results",
"bin/testrail-lock",
"bin/testrail-cases"
],
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010",
Expand All @@ -39,6 +39,7 @@ my %WriteMakefileArgs = (
"IO::Interactive::Tiny" => 0,
"JSON::MaybeXS" => "1.001000",
"LWP::UserAgent" => 0,
"List::MoreUtils" => 0,
"List::Util" => "1.33",
"POSIX" => 0,
"Pod::Usage" => 0,
Expand Down Expand Up @@ -70,10 +71,9 @@ my %WriteMakefileArgs = (
"Test::Deep" => 0,
"Test::Fatal" => 0,
"Test::LWP::UserAgent" => 0,
"Test::More" => 0,
"blib" => "1.01"
"Test::More" => 0
},
"VERSION" => "0.037",
"VERSION" => "0.038",
"test" => {
"TESTS" => "t/*.t"
}
Expand All @@ -89,6 +89,7 @@ my %FallbackPrereqs = (
"Cwd" => 0,
"Data::Validate::URI" => 0,
"Encode" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Basename" => 0,
"File::Find" => 0,
"File::HomeDir" => 0,
Expand All @@ -103,6 +104,7 @@ my %FallbackPrereqs = (
"IPC::Open3" => 0,
"JSON::MaybeXS" => "1.001000",
"LWP::UserAgent" => 0,
"List::MoreUtils" => 0,
"List::Util" => "1.33",
"POSIX" => 0,
"Pod::Usage" => 0,
Expand All @@ -119,7 +121,6 @@ my %FallbackPrereqs = (
"Try::Tiny" => 0,
"Type::Params" => 0,
"Types::Standard" => 0,
"blib" => "1.01",
"lib" => 0,
"parent" => 0,
"strict" => 0,
Expand Down
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@


This archive contains the distribution TestRail-API,
version 0.037:
version 0.038:

Provides an interface to TestRail's REST api via HTTP

This software is copyright (c) 2016 by George S. Baugh.
This software is copyright (c) 2017 by George S. Baugh.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.


This README file was generated by Dist::Zilla::Plugin::Readme v5.046.
This README file was generated by Dist::Zilla::Plugin::Readme v5.032.

6 changes: 3 additions & 3 deletions bin/testrail-bulk-mark-results
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# PODNAME: TestRail::Bin::BulkMarkResults

package TestRail::Bin::BulkMarkResults;
$TestRail::Bin::BulkMarkResults::VERSION = '0.037';
$TestRail::Bin::BulkMarkResults::VERSION = '0.038';
use strict;
use warnings;
use utf8;
Expand Down Expand Up @@ -87,7 +87,7 @@ TestRail::Bin::BulkMarkResults - Bulk mark entire runs/plans (or groups of tests
=head1 VERSION
version 0.037
version 0.038
=head1 DESCRIPTION
Expand Down Expand Up @@ -176,7 +176,7 @@ and may be cloned from L<git://github.com/teodesian/TestRail-Perl.git>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by George S. Baugh.
This software is copyright (c) 2017 by George S. Baugh.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Expand Down
6 changes: 3 additions & 3 deletions bin/testrail-cases
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# PODNAME: TestRail::Bin::Cases

package TestRail::Bin::Cases;
$TestRail::Bin::Cases::VERSION = '0.037';
$TestRail::Bin::Cases::VERSION = '0.038';
use strict;
use warnings;
use utf8;
Expand Down Expand Up @@ -99,7 +99,7 @@ TestRail::Bin::Cases - get information about cases inside various testsuites/sec
=head1 VERSION
version 0.037
version 0.038
=head1 SYNOPSIS
Expand Down Expand Up @@ -196,7 +196,7 @@ and may be cloned from L<git://github.com/teodesian/TestRail-Perl.git>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by George S. Baugh.
This software is copyright (c) 2017 by George S. Baugh.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Expand Down
6 changes: 3 additions & 3 deletions bin/testrail-lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# PODNAME: TestRail::Bin::Lock

package TestRail::Bin::Lock;
$TestRail::Bin::Lock::VERSION = '0.037';
$TestRail::Bin::Lock::VERSION = '0.038';
use strict;
use warnings;
use utf8;
Expand Down Expand Up @@ -78,7 +78,7 @@ TestRail::Bin::Lock - Lock a test in a TestRail, and return the test name if suc
=head1 VERSION
version 0.037
version 0.038
=head1 SYNOPSIS
Expand Down Expand Up @@ -178,7 +178,7 @@ and may be cloned from L<git://github.com/teodesian/TestRail-Perl.git>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by George S. Baugh.
This software is copyright (c) 2017 by George S. Baugh.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Expand Down
6 changes: 3 additions & 3 deletions bin/testrail-report
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# PODNAME: TestRail::Bin::Report

package TestRail::Bin::Report;
$TestRail::Bin::Report::VERSION = '0.037';
$TestRail::Bin::Report::VERSION = '0.038';
use strict;
use warnings;

Expand Down Expand Up @@ -123,7 +123,7 @@ TestRail::Bin::Report - Upload your TAP results to TestRail after they've finish
=head1 VERSION
version 0.037
version 0.038
=head1 SYNOPSIS
Expand Down Expand Up @@ -256,7 +256,7 @@ and may be cloned from L<git://github.com/teodesian/TestRail-Perl.git>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by George S. Baugh.
This software is copyright (c) 2017 by George S. Baugh.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Expand Down
Loading

0 comments on commit 5edb200

Please sign in to comment.