Changes 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. Revision history for Perl module TestRail::API
  2. 0.031 2015-08-14 TEODESIAN
  3. - Update getCases to use testRail 4.0 filters, change filter args to HASHREF
  4. - Update TestRail::API::getCaseByName to take filter hashref too
  5. 0.030 2015-07-31 TEODESIAN
  6. - Fix testrail-tests, was calling function in incorrect namespace
  7. - Fix testrail-bulk-mark-results, was not including library
  8. - Re-instate integration tests for binaries that were removed in 0.029
  9. - Require more up-to-date Pod::Perldoc for help that works on old unices/perls
  10. - Fix windows issue with TestRail::Find
  11. 0.029 2015-07-30 TEODESIAN
  12. - Add bulkAddResults function to TestRail::API
  13. - Add new script testrail-bulk-mark-results and it's backend TestRail::Utils::Results
  14. - Add new script testrail-lock and it's backend TestRail::Utils::Lock
  15. - Re-factor much of the bin/ scripts into TestRail::Utils
  16. - Modify all bin/ scripts to use POD as their help output, move help() to TestRail::Utils
  17. - Modify all bin/ scripts to parse all the ~/.testrailrc options
  18. - Fix an issue where statusNamesToIDs would return status IDs in the wrong order.
  19. - Re-factor to use Type::Tiny parameter checking.
  20. - Fix getCaseTypeByName, it's apparently been broken/noncovered this whole time
  21. - Add options to sort FIFO/LIFO by creation, milestone due date in testrail-runs
  22. - Add TestRail::Utils::Find as a backend to testrail-runs & testrail-tests, expand unit tests
  23. - Move Test::LWP::UserAgent::TestRailMock to t/lib, no need to install it for users
  24. 0.028 2015-06-16 TEODESIAN
  25. - Hotfix: forgot to include a module in the prove plugin. How did this pass compile.t? A mystery.
  26. - Fix an issue where testrail-report incorrectly identified (or failed to identify) the file tested.
  27. - Add character encoding support to TestRail::API and all its callers (default to utf8)
  28. 0.027 2015-06-14 TEODESIAN
  29. - If no tests are run (environment fail), set test status to 'retest' on non case-per-ok tests
  30. - If the only oddities in a test are passing TODO tests, mark entire run as TODO PASS.
  31. - Fix issue where having a ~/.testrailrc would prevent make test from allowing install by cpan client
  32. - Fix issue where specifying sections past the first defined in a project would fail to restrict spawning to said sections
  33. - Add Plan Summarizer function
  34. - Always append the full raw TAP to all results
  35. - Add closePlan and closeRun functions to TestRail::API
  36. - Add option to binaries, plugin to close plan/run if no untested/retest exist at end of TAP parse
  37. 0.026 2015-06-06 TEODESIAN
  38. - Add --no-match option to testrail-tests to find orphan tests in a tree
  39. - Upload full raw results to TestRail when not in step_results or case_per_ok mode
  40. - Add ability to pass section IDs to discriminate when spawning runs in Test::Rail::Parser
  41. - Add ability to pass section names to App::Prove::Plugin::TestRail and testrail-report when spawning runs.
  42. - Add sectionNamesToIds convenience method to TestRail::API
  43. 0.025 2015-05-21 TEODESIAN
  44. - Fix test failures on windows (and an issue in testrail-tests on win32)
  45. - Fix issue where testrail-tests was unresponsive to --help
  46. - Fix issue where getChildRuns would not return all child runs.
  47. 0.024 2015-05-17 TEODESIAN
  48. - Allow spawning of plans in Test::Rail::Parser (and those programs depending on it)
  49. - Fix issue where step_results were not uploaded correctly.
  50. 0.023 2015-05-13 TEODESIAN
  51. - Fix issue where spawning runs in plans with configurations failed.
  52. 0.022 2015-05-08 TEODESIAN
  53. - Fix issue where testrail-tests always attempted to turn test names into paths
  54. 0.021 2015-04-08 TEODESIAN
  55. - Fix issue where getChildRuns did not return anything past first run
  56. - Fix issue where getChildRunByName did not perform configuration filtering correctly
  57. - Add ability to filter by test status and assignedto id to getTests
  58. - Add bin/testrail-tests and bin/testrail-runs
  59. - Add statusNamesToIds and userNamesToIds convenience methods to TestRail::API
  60. - Add getRunSummary to TestRail::API
  61. 0.020 2015-03-25 TEODESIAN
  62. - Add getRunsPaginated and getPlansPaginated to get around 250 hardlimit in TR results
  63. - Modify getRuns and getPlans to use the above to actually get all runs/plans
  64. - Fix various defective pod surrounding those methods
  65. - Fix minor incorrectness in testrail-report POD
  66. 0.019 2015-03-18 TEODESIAN
  67. - Add createRunInPlan method to TestRail::API
  68. - Add translateConfigNamesToIds method to TestRail::API
  69. - Modified getConfigurations, and added GetConfigurationGroups for clarity
  70. - Add ability to spawn runs to App::Prove::TestRail and testrail-report
  71. - Stricter checking that passed configurations passed exist in Test::Rail::Parser
  72. - Require minimum version of JSON::Maybe::XS to resolve smoker failures.
  73. 0.018 2015-01-29 TEODESIAN
  74. - Better finding of $HOME in testrail-report and the prove plugin for cross-platform usage
  75. - Track elapsed time of tests when run as prove plugin, and report this to testrail
  76. 0.017 2015-01-29 TEODESIAN
  77. - Explicitly import List::Util in TestRail::API, this causes issues on some perls
  78. - Require minimum version of Term::ANSIColor
  79. - Fix bad regex for finding filename in testrail_report
  80. 0.016 2015-01-26 TEODESIAN
  81. - Use correct perl when invoking scripts to fix cpantesters failures.
  82. - Use parent instead of base, this confuses older perls
  83. 0.015 2015-01-25 TEODESIAN
  84. - Remove all usage of IO::Capture for more concise verbose test output. Makes cpantesters/travis wig out?
  85. 0.014 2015-01-23 TEODESIAN
  86. - Fixed issue where testrail-report would not parse the results of multiple tests in a TAP file or stream.
  87. - Fixed issue where testrail-report would erroneously attempt to report the results of subtests.
  88. - Parse TODO/SKIP messages correctly, add todo reason to the test notes
  89. - Set SKIP_ALL tests status correctly
  90. - Add TestRail::API::getConfigurations method
  91. - Add TestRail::API::getChildRuns and getChildRunByName methods to extract runs from plans when passed names
  92. - Add ability to pass version to testrail-report & App::Prove::Plugin::TestRail
  93. 0.013 2015-01-04 TEODESIAN
  94. - Remove usage of Types::Serialiser, and use JSON::MaybeXS (odd intermittent errors on testers)
  95. - Remove checking of user being in getUsers, this won't work with external (LDAP) auth
  96. 0.012 2014-12-30 TEODESIAN
  97. - DZIL tidying
  98. - Re-enabled some of the critic tests, fixed a few related issues
  99. - Improve safety of constructor, try to die with helpful messages as soon as possible
  100. - Add class usage checks and test for that as author tests
  101. - Add tests for the server going away, and fix issues encountered therein.
  102. - Add fatal type checking of inputs for all methods, add test to make sure exceptions thrown correctly
  103. - Add offset argument to getTestResults call.
  104. - Add (auto-generated) mock class so we don't have to skip practically all of TestRail-API.t
  105. - Add getTestResultFieldByName method and relevant tests
  106. - Add Test::Rail::Parser and App::Prove::Plugin::TestRail so you can upload results
  107. - Add testrail-report binary for those who want to run on static TAP rather than 'do it live' with prove -P
  108. 0.011 2014-12-04 TEODESIAN
  109. - Converted to using dzil, and testing using TestingMania
  110. - Fixed spelling errors thanks to more extensive testing so enabled
  111. - Started signing the module
  112. 0.010 2014-12-03 TEODESIAN
  113. - Dist name was being set to TestRail::API instead of TestRail-API
  114. - Reformatted this file as per CPAN::Changes::Spec
  115. - Added "use 5.010" to the module, to match min perl in metadata
  116. - Made URL in SEE ALSO a hyperlink with L<...>
  117. - Added link to github repo in pod
  118. 0.009 2014-11-28 TEODESIAN
  119. - Oops, forgot my Test deps
  120. 0.008 2014-11-28 TEODESIAN
  121. - Explicitly include Types::Serialiser, correct some POD issues
  122. 0.007 2014-08-17 TEODESIAN
  123. - 0.002 to this release: More or less the pursuit of Kwalitee
  124. 0.001 2014-07-25 TEODESIAN
  125. - First release to CPAN