The branch "master" has been updated. The following is a summary of the commits.
from: aad88794e6677a41b748343e83f2aa698d31a205 eb11658 Support retrieving the package stability. 8188636 phpdoc 3cdb38a Support checking for an existing release. 76a3484 Add release stability checks. 7a21b33 Fix test. 3ded47a Support reading the package stability. 3ce7334 Validate stability and ensure the release does not exist before uploading. ----------------------------------------------------------------------- commit eb1165892884c4ed2bd1a7703229e22d457a6bc3 Author: Gunnar Wrobel <[email protected]> Date: Thu Jul 7 10:21:51 2011 +0200 Support retrieving the package stability. framework/Pear/lib/Horde/Pear/Package/Xml.php | 13 +++++++++++++ framework/Pear/test/Horde/Pear/Unit/Package/XmlTest.php | 12 ++++++++++++ 2 files changed, 25 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/eb1165892884c4ed2bd1a7703229e22d457a6bc3 ----------------------------------------------------------------------- commit 81886360f4441aded357d15202c29d2b002e42f0 Author: Gunnar Wrobel <[email protected]> Date: Thu Jul 7 11:21:24 2011 +0200 phpdoc framework/Pear/lib/Horde/Pear/Package/Xml.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/81886360f4441aded357d15202c29d2b002e42f0 ----------------------------------------------------------------------- commit 3cdb38a0489d83c63204af3956ed8135ed6ebb7e Author: Gunnar Wrobel <[email protected]> Date: Thu Jul 7 11:21:48 2011 +0200 Support checking for an existing release. framework/Pear/lib/Horde/Pear/Remote.php | 13 +++++++++++++ framework/Pear/lib/Horde/Pear/Rest.php | 20 ++++++++++++++++++++ framework/Pear/lib/Horde/Pear/Rest/Access.php | 13 +++++++++++++ framework/Pear/test/Horde/Pear/Unit/RestTest.php | 14 ++++++++++++-- 4 files changed, 58 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/3cdb38a0489d83c63204af3956ed8135ed6ebb7e ----------------------------------------------------------------------- commit 76a34848a3e5311c68cd2c2c1ca6b6c3f399d724 Author: Gunnar Wrobel <[email protected]> Date: Thu Jul 7 11:22:16 2011 +0200 Add release stability checks. components/lib/Components/Helper/Version.php | 84 ++ .../Components/Unit/Components/Helper/VersionStabilityTest.php | 207 +++++ 2 files changed, 291 insertions(+), 0 deletions(-) create mode 100644 components/test/Components/Unit/Components/Helper/VersionStabilityTest.php http://git.horde.org/horde-git/-/commit/76a34848a3e5311c68cd2c2c1ca6b6c3f399d724 ----------------------------------------------------------------------- commit 7a21b33e6c5fa44a6f42ac4356f9946a01565790 Author: Gunnar Wrobel <[email protected]> Date: Thu Jul 7 11:22:31 2011 +0200 Fix test. components/test/Components/Unit/Components/Config/FileTest.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/7a21b33e6c5fa44a6f42ac4356f9946a01565790 ----------------------------------------------------------------------- commit 3ded47abf1bbca13a887f4e0c953fa2284809eb2 Author: Gunnar Wrobel <[email protected]> Date: Thu Jul 7 11:22:55 2011 +0200 Support reading the package stability. components/lib/Components/Component.php | 9 +++++++++ components/lib/Components/Component/Base.php | 12 ++++++++++++ 2 files changed, 21 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/3ded47abf1bbca13a887f4e0c953fa2284809eb2 ----------------------------------------------------------------------- commit 3ce7334e0b9a60d597b92610d77a947c27ea1bca Author: Gunnar Wrobel <[email protected]> Date: Thu Jul 7 11:23:30 2011 +0200 Validate stability and ensure the release does not exist before uploading. components/TODO | 1 - components/lib/Components/Release/Task/Package.php | 31 ++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/3ce7334e0b9a60d597b92610d77a947c27ea1bca __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
