svn: /pear2/sandbox/QA_PEAR_CI/ CREDITS TODO package.xml trunk/CREDITS trunk/TODO trunk/package.xml

[email protected] ("Daniel O'Connor") Mon, 16 Aug 2010 09:13:21 +0000
Newsgroups php.pear.cvs,php.pear.core
Message-ID <[email protected]>
clockwerx                                Mon, 16 Aug 2010 09:13:21 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=302322

Log:
Moved to trunk

Changed paths:
    D   pear2/sandbox/QA_PEAR_CI/CREDITS
    D   pear2/sandbox/QA_PEAR_CI/QA/
    D   pear2/sandbox/QA_PEAR_CI/TODO
    D   pear2/sandbox/QA_PEAR_CI/data/
    D   pear2/sandbox/QA_PEAR_CI/examples/
    D   pear2/sandbox/QA_PEAR_CI/package.xml
    D   pear2/sandbox/QA_PEAR_CI/releases/
    D   pear2/sandbox/QA_PEAR_CI/tests/
    A + pear2/sandbox/QA_PEAR_CI/trunk/CREDITS
        (from pear2/sandbox/QA_PEAR_CI/CREDITS:r302321)
    A + pear2/sandbox/QA_PEAR_CI/trunk/QA/
        (from pear2/sandbox/QA_PEAR_CI/QA/:r302321)
    A + pear2/sandbox/QA_PEAR_CI/trunk/TODO
        (from pear2/sandbox/QA_PEAR_CI/TODO:r302321)
    A + pear2/sandbox/QA_PEAR_CI/trunk/data/
        (from pear2/sandbox/QA_PEAR_CI/data/:r302321)
    A + pear2/sandbox/QA_PEAR_CI/trunk/examples/
        (from pear2/sandbox/QA_PEAR_CI/examples/:r302321)
    A + pear2/sandbox/QA_PEAR_CI/trunk/package.xml
        (from pear2/sandbox/QA_PEAR_CI/package.xml:r302321)
    A + pear2/sandbox/QA_PEAR_CI/trunk/releases/
        (from pear2/sandbox/QA_PEAR_CI/releases/:r302321)
    A + pear2/sandbox/QA_PEAR_CI/trunk/tests/
        (from pear2/sandbox/QA_PEAR_CI/tests/:r302321)

Deleted: pear2/sandbox/QA_PEAR_CI/CREDITS
===================================================================
--- pear2/sandbox/QA_PEAR_CI/CREDITS	2010-08-16 09:12:15 UTC (rev 302321)
+++ pear2/sandbox/QA_PEAR_CI/CREDITS	2010-08-16 09:13:21 UTC (rev 302322)
@@ -1,2 +0,0 @@
-Brett Bieber <[email protected]>
-Christian Weiske <[email protected]>

Deleted: pear2/sandbox/QA_PEAR_CI/TODO
===================================================================
--- pear2/sandbox/QA_PEAR_CI/TODO	2010-08-16 09:12:15 UTC (rev 302321)
+++ pear2/sandbox/QA_PEAR_CI/TODO	2010-08-16 09:13:21 UTC (rev 302322)
@@ -1,23 +0,0 @@
-Next:
-- Write QA_Pear_PackageStatus renderer to use StatusOverview
-- Fix "SQL_Parser_" name from unit tests
-- Strip local file paths from phpcs stats
-
-
-
-Far away goals:
-- Tool to show the number of CVS commits to a package since its last release
-  (and link to their changelog on the cvs server). For SVN as well
-
-
-
-Done:
-- Don't write "ok" if there are no unit tests
-- Show warnings after error
-- write database renderer
-- Extend StatusOverview to track revisions/dates, so that full continuous
-  integration is possible
-- Implement StatusOverview driver infrastructure
-- Implement StatusOverview driver for databases based on MDB2
-- legend for overview
-- generation date into overview page

Deleted: pear2/sandbox/QA_PEAR_CI/package.xml
===================================================================
--- pear2/sandbox/QA_PEAR_CI/package.xml	2010-08-16 09:12:15 UTC (rev 302321)
+++ pear2/sandbox/QA_PEAR_CI/package.xml	2010-08-16 09:13:21 UTC (rev 302322)
@@ -1,63 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<package packagerversion="1.6.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
-    http://pear.php.net/dtd/tasks-1.0.xsd
-    http://pear.php.net/dtd/package-2.0
-    http://pear.php.net/dtd/package-2.0.xsd">
- <name>QA_PEAR_CI</name>
- <channel>pear.php.net</channel>
- <summary>Continuous Integration helpers</summary>
- <description>Helps to run unit tests and other things for PEAR</description>
- <lead>
-  <name>Christian Weiske</name>
-  <user>cweiske</user>
-  <email>[email protected]</email>
-  <active>yes</active>
- </lead>
- <date>2007-07-06</date>
- <time>19:22:11</time>
- <version>
-  <release>0.1.0</release>
-  <api>0.1.0</api>
- </version>
- <stability>
-  <release>alpha</release>
-  <api>alpha</api>
- </stability>
- <license uri="http://www.gnu.org/licenses/lgpl.html">LGPL</license>
- <notes>First version</notes>
- <contents>
-  <dir baseinstalldir="/" name="/">
-   <file baseinstalldir="/" name="QA/PEAR/CI/StatusOverview.php" role="php" />
-   <file baseinstalldir="/" name="QA/PEAR/CI/StatusOverview/Renderer.php" role="php" />
-   <file baseinstalldir="/" name="QA/PEAR/CI/StatusOverview/Renderer/HTML.php" role="php" />
-   <file baseinstalldir="/" name="tests/QA_PEAR_CI_StatusOverviewTest.php" role="test" />
-   <file baseinstalldir="/" name="tests/QA_PEAR_CI_StatusOverview_Renderer_HTMLTest.php" role="test" />
-  </dir>
- </contents>
- <dependencies>
-  <required>
-   <php>
-    <min>5.2</min>
-   </php>
-   <pearinstaller>
-    <min>1.6.0</min>
-   </pearinstaller>
-  </required>
- </dependencies>
- <phprelease />
- <changelog>
-  <release>
-   <version>
-    <release>0.1.0</release>
-    <api>0.1.0</api>
-   </version>
-   <stability>
-    <release>alpha</release>
-    <api>alpha</api>
-   </stability>
-   <date>2007-07-06</date>
-   <license uri="http://www.gnu.org/licenses/lgpl.html">LGPL</license>
-   <notes>First version</notes>
-  </release>
- </changelog>
-</package>

Copied: pear2/sandbox/QA_PEAR_CI/trunk/CREDITS (from rev 302321, pear2/sandbox/QA_PEAR_CI/CREDITS)
===================================================================
--- pear2/sandbox/QA_PEAR_CI/trunk/CREDITS	                        (rev 0)
+++ pear2/sandbox/QA_PEAR_CI/trunk/CREDITS	2010-08-16 09:13:21 UTC (rev 302322)
@@ -0,0 +1,2 @@
+Brett Bieber <[email protected]>
+Christian Weiske <[email protected]>

Copied: pear2/sandbox/QA_PEAR_CI/trunk/TODO (from rev 302321, pear2/sandbox/QA_PEAR_CI/TODO)
===================================================================
--- pear2/sandbox/QA_PEAR_CI/trunk/TODO	                        (rev 0)
+++ pear2/sandbox/QA_PEAR_CI/trunk/TODO	2010-08-16 09:13:21 UTC (rev 302322)
@@ -0,0 +1,23 @@
+Next:
+- Write QA_Pear_PackageStatus renderer to use StatusOverview
+- Fix "SQL_Parser_" name from unit tests
+- Strip local file paths from phpcs stats
+
+
+
+Far away goals:
+- Tool to show the number of CVS commits to a package since its last release
+  (and link to their changelog on the cvs server). For SVN as well
+
+
+
+Done:
+- Don't write "ok" if there are no unit tests
+- Show warnings after error
+- write database renderer
+- Extend StatusOverview to track revisions/dates, so that full continuous
+  integration is possible
+- Implement StatusOverview driver infrastructure
+- Implement StatusOverview driver for databases based on MDB2
+- legend for overview
+- generation date into overview page

Copied: pear2/sandbox/QA_PEAR_CI/trunk/package.xml (from rev 302321, pear2/sandbox/QA_PEAR_CI/package.xml)
===================================================================
--- pear2/sandbox/QA_PEAR_CI/trunk/package.xml	                        (rev 0)
+++ pear2/sandbox/QA_PEAR_CI/trunk/package.xml	2010-08-16 09:13:21 UTC (rev 302322)
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<package packagerversion="1.6.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
+    http://pear.php.net/dtd/tasks-1.0.xsd
+    http://pear.php.net/dtd/package-2.0
+    http://pear.php.net/dtd/package-2.0.xsd">
+ <name>QA_PEAR_CI</name>
+ <channel>pear.php.net</channel>
+ <summary>Continuous Integration helpers</summary>
+ <description>Helps to run unit tests and other things for PEAR</description>
+ <lead>
+  <name>Christian Weiske</name>
+  <user>cweiske</user>
+  <email>[email protected]</email>
+  <active>yes</active>
+ </lead>
+ <date>2007-07-06</date>
+ <time>19:22:11</time>
+ <version>
+  <release>0.1.0</release>
+  <api>0.1.0</api>
+ </version>
+ <stability>
+  <release>alpha</release>
+  <api>alpha</api>
+ </stability>
+ <license uri="http://www.gnu.org/licenses/lgpl.html">LGPL</license>
+ <notes>First version</notes>
+ <contents>
+  <dir baseinstalldir="/" name="/">
+   <file baseinstalldir="/" name="QA/PEAR/CI/StatusOverview.php" role="php" />
+   <file baseinstalldir="/" name="QA/PEAR/CI/StatusOverview/Renderer.php" role="php" />
+   <file baseinstalldir="/" name="QA/PEAR/CI/StatusOverview/Renderer/HTML.php" role="php" />
+   <file baseinstalldir="/" name="tests/QA_PEAR_CI_StatusOverviewTest.php" role="test" />
+   <file baseinstalldir="/" name="tests/QA_PEAR_CI_StatusOverview_Renderer_HTMLTest.php" role="test" />
+  </dir>
+ </contents>
+ <dependencies>
+  <required>
+   <php>
+    <min>5.2</min>
+   </php>
+   <pearinstaller>
+    <min>1.6.0</min>
+   </pearinstaller>
+  </required>
+ </dependencies>
+ <phprelease />
+ <changelog>
+  <release>
+   <version>
+    <release>0.1.0</release>
+    <api>0.1.0</api>
+   </version>
+   <stability>
+    <release>alpha</release>
+    <api>alpha</api>
+   </stability>
+   <date>2007-07-06</date>
+   <license uri="http://www.gnu.org/licenses/lgpl.html">LGPL</license>
+   <notes>First version</notes>
+  </release>
+ </changelog>
+</package>