瀏覽代碼

v20 release - fix minor breakage in mocks

George S. Baugh 10 年之前
父節點
當前提交
62c7f74101
共有 5 個文件被更改,包括 12 次插入3 次删除
  1. 6 0
      Changes
  2. 4 1
      dist.ini
  3. 二進制
      dist/TestRail-API-0.020.tar.gz
  4. 1 1
      lib/Test/LWP/UserAgent/TestRailMock.pm
  5. 1 1
      lib/TestRail/API.pm

+ 6 - 0
Changes

@@ -1,5 +1,11 @@
 Revision history for Perl module TestRail::API
 
+0.020 2015-03-25 TEODESIAN
+    - Add getRunsPaginated and getPlansPaginated to get around 250 hardlimit in TR results
+    - Modify getRuns and getPlans to use the above to actually get all runs/plans
+    - Fix various defective pod surrounding those methods
+    - Fix minor incorrectness in testrail-report POD
+
 0.019 2015-03-18 TEODESIAN
     - Add createRunInPlan method to TestRail::API
     - Add translateConfigNamesToIds method to TestRail::API

+ 4 - 1
dist.ini

@@ -1,6 +1,6 @@
 name = TestRail-API
 main_module = lib/TestRail/API.pm
-version = 0.019
+version = 0.020
 author = George S. Baugh <teodesian@cpan.org>
 license = Perl_5
 copyright_holder = George S. Baugh
@@ -105,6 +105,9 @@ stopwords = TODO
 stopwords = createRunInPlan
 stopwords = getConfigurationGroups
 stopwords = getConfigurations
+stopwords = getPlansPaginated
+stopwords = getRunsPaginated
+
 
 [PkgVersion]
 [AutoPrereqs]

二進制
dist/TestRail-API-0.020.tar.gz


文件差異過大導致無法顯示
+ 1 - 1
lib/Test/LWP/UserAgent/TestRailMock.pm


+ 1 - 1
lib/TestRail/API.pm

@@ -1040,7 +1040,7 @@ sub deleteRun {
 
 Get all runs for specified project.
 To do this, it must make (no. of runs/250) HTTP requests.
-This is due to the maximum resultset limit enforced by testrail.
+This is due to the maximum result set limit enforced by testrail.
 
 =over 4
 

部分文件因文件數量過多而無法顯示