Changes 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. Revision history for Perl module TestRail::API
  2. 0.018 2015-01-29 TEODESIAN
  3. - Better finding of $HOME in testrail-report and the prove plugin for cross-platform usage
  4. - Track elapsed time of tests when run as prove plugin, and report this to testrail
  5. 0.017 2015-01-29 TEODESIAN
  6. - Explicitly import List::Util in TestRail::API, this causes issues on some perls
  7. - Require minimum version of Term::ANSIColor
  8. - Fix bad regex for finding filename in testrail_report
  9. 0.016 2015-01-26 TEODESIAN
  10. - Use correct perl when invoking scripts to fix cpantesters failures.
  11. - Use parent instead of base, this confuses older perls
  12. 0.015 2015-01-25 TEODESIAN
  13. - Remove all usage of IO::Capture for more concise verbose test output. Makes cpantesters/travis wig out?
  14. 0.014 2015-01-23 TEODESIAN
  15. - Fixed issue where testrail-report would not parse the results of multiple tests in a TAP file or stream.
  16. - Fixed issue where testrail-report would erroneously attempt to report the results of subtests.
  17. - Parse TODO/SKIP messages correctly, add todo reason to the test notes
  18. - Set SKIP_ALL tests status correctly
  19. - Add TestRail::API::getConfigurations method
  20. - Add TestRail::API::getChildRuns and getChildRunByName methods to extract runs from plans when passed names
  21. - Add ability to pass version to testrail-report & App::Prove::Plugin::TestRail
  22. 0.013 2015-01-04 TEODESIAN
  23. - Remove usage of Types::Serialiser, and use JSON::MaybeXS (odd intermittent errors on testers)
  24. - Remove checking of user being in getUsers, this won't work with external (LDAP) auth
  25. 0.012 2014-12-30 TEODESIAN
  26. - DZIL tidying
  27. - Re-enabled some of the critic tests, fixed a few related issues
  28. - Improve safety of constructor, try to die with helpful messages as soon as possible
  29. - Add class usage checks and test for that as author tests
  30. - Add tests for the server going away, and fix issues encountered therein.
  31. - Add fatal type checking of inputs for all methods, add test to make sure exceptions thrown correctly
  32. - Add offset argument to getTestResults call.
  33. - Add (auto-generated) mock class so we don't have to skip practically all of TestRail-API.t
  34. - Add getTestResultFieldByName method and relevant tests
  35. - Add Test::Rail::Parser and App::Prove::Plugin::TestRail so you can upload results
  36. - Add testrail-report binary for those who want to run on static TAP rather than 'do it live' with prove -P
  37. 0.011 2014-12-04 TEODESIAN
  38. - Converted to using dzil, and testing using TestingMania
  39. - Fixed spelling errors thanks to more extensive testing so enabled
  40. - Started signing the module
  41. 0.010 2014-12-03 TEODESIAN
  42. - Dist name was being set to TestRail::API instead of TestRail-API
  43. - Reformatted this file as per CPAN::Changes::Spec
  44. - Added "use 5.010" to the module, to match min perl in metadata
  45. - Made URL in SEE ALSO a hyperlink with L<...>
  46. - Added link to github repo in pod
  47. 0.009 2014-11-28 TEODESIAN
  48. - Oops, forgot my Test deps
  49. 0.008 2014-11-28 TEODESIAN
  50. - Explicitly include Types::Serialiser, correct some POD issues
  51. 0.007 2014-08-17 TEODESIAN
  52. - 0.002 to this release: More or less the pursuit of Kwalitee
  53. 0.001 2014-07-25 TEODESIAN
  54. - First release to CPAN