|
|
@@ -1,10 +1,10 @@
|
|
|
Revision history for Perl module TestRail::API
|
|
|
|
|
|
-0.029 2015-07-11 TEODESIAN
|
|
|
+0.029 2015-07-30 TEODESIAN
|
|
|
- Add bulkAddResults function to TestRail::API
|
|
|
- - Add new script testrail-bulk-mark-results
|
|
|
+ - Add new script testrail-bulk-mark-results and it's backend TestRail::Utils::Results
|
|
|
- Add new script testrail-lock and it's backend TestRail::Utils::Lock
|
|
|
- - Re-factor part of the scripts into TestRail::Utils::interrogateUser
|
|
|
+ - Re-factor much of the bin/ scripts into TestRail::Utils
|
|
|
- Modify all bin/ scripts to use POD as their help output, move help() to TestRail::Utils
|
|
|
- Modify all bin/ scripts to parse all the ~/.testrailrc options
|
|
|
- Fix an issue where statusNamesToIDs would return status IDs in the wrong order.
|
|
|
@@ -12,7 +12,7 @@ Revision history for Perl module TestRail::API
|
|
|
- Fix getCaseTypeByName, it's apparently been broken/noncovered this whole time
|
|
|
- Add options to sort FIFO/LIFO by creation, milestone due date in testrail-runs
|
|
|
- Add TestRail::Utils::Find as a backend to testrail-runs & testrail-tests, expand unit tests
|
|
|
- - Move Test::LWP::UserAgent::TestRailMock to t/lib, no point fretting on it
|
|
|
+ - Move Test::LWP::UserAgent::TestRailMock to t/lib, no need to install it for users
|
|
|
|
|
|
0.028 2015-06-16 TEODESIAN
|
|
|
- Hotfix: forgot to include a module in the prove plugin. How did this pass compile.t? A mystery.
|