Changes 10 KB

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