[commits] components branch master updated. fc94588de45c4df2e7d22416ca6b9da41f6b7e3b

jan at horde.org jan at horde.org
Sun Oct 28 16:27:57 UTC 2018


The branch "master" has been updated.
The following is a summary of the commits.

from: 16523981c3ebbffca4a0ef73087ebee43fe697c2

4a2929c Don't use the private parent property.
2d5723f Style, phpdoc
c400fa4 phpdoc, style
f54cb0a Fix class name.
1e18ddc Re-add remove, but still used method.
492ec90 FIXME
b85588c Unused
e357534 Update error handling.
a77513f Add missing method to interface.
f1edc2d Enable PHP 7.3.
3eb9bf5 Split up validate into preValidate() and postValidate().
4fa019e Throw Horde_Exception_NotFound if file is missing; add getHordeYml() shortcut.
3125975 Overwrite methods.
d6d0094 Add missing getInstance() to interface.
9f694f3 phpdoc
3c8c633 Add missing property.
9ba04b3 Implement fatal().
2cfcafb Tweak fixtures.
fc94588 Update mocked class.

Summary: https://github.com/horde/components/compare/16523981c3eb...fc94588de45c

-----------------------------------------------------------------------

commit 4a2929c6375536337e2232d846a52a59fbfcafec
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 26 Oct 2018 21:22:41 +0200

Don't use the private parent property.

 M test/Components/TestCase.php
 M test/Components/Unit/Components/Release/Task/CurrentSentinelTest.php
 M test/Components/Unit/Components/Release/Task/NextVersionTest.php
 M test/Components/Unit/Components/Release/Task/PackageTest.php
 M test/Components/Unit/Components/Release/Task/TimestampTest.php

https://github.com/horde/components/commit/4a2929c6375536337e2232d846a52a59fbfcafec

-----------------------------------------------------------------------

commit 2d5723fd6cc072cc0e25030540f13d80980bb0db
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 26 Oct 2018 21:22:41 +0200

Style, phpdoc

 M lib/Components/Config/Base.php

https://github.com/horde/components/commit/2d5723fd6cc072cc0e25030540f13d80980bb0db

-----------------------------------------------------------------------

commit c400fa4e708f27d714f636b4f9f65eab81abd228
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 26 Oct 2018 21:22:41 +0200

phpdoc, style

 M lib/Components/Component.php
 M lib/Components/Component/Base.php
 M lib/Components/Component/Factory.php
 M lib/Components/Component/Source.php
 M lib/Components/Exception/Pear.php
 M lib/Components/Module/Release.php
 M lib/Components/Pear/Environment.php
 M lib/Components/Pear/Factory.php
 M lib/Components/Qc/Tasks.php
 M lib/Components/Runner/Change.php
 M lib/Components/Runner/Release.php
 M lib/Components/Runner/Update.php

https://github.com/horde/components/commit/c400fa4e708f27d714f636b4f9f65eab81abd228

-----------------------------------------------------------------------

commit f54cb0a57ab46763adcfb193e913fab67bbcac33
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 26 Oct 2018 21:22:41 +0200

Fix class name.

 M lib/Components/Component/Base.php

https://github.com/horde/components/commit/f54cb0a57ab46763adcfb193e913fab67bbcac33

-----------------------------------------------------------------------

commit 1e18ddc5955fbb42702e92a39568722ebb9b8723
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 26 Oct 2018 21:22:41 +0200

Re-add remove, but still used method.

 M lib/Components/Component/Factory.php

https://github.com/horde/components/commit/1e18ddc5955fbb42702e92a39568722ebb9b8723

-----------------------------------------------------------------------

commit 492ec90d31483ced947d274ac088c4b22c9c5d4b
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 26 Oct 2018 21:22:41 +0200

FIXME

 M lib/Components/Component/Source.php

https://github.com/horde/components/commit/492ec90d31483ced947d274ac088c4b22c9c5d4b

-----------------------------------------------------------------------

commit b85588c35e37a116e2bc6de42d83c0830d87dc12
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 26 Oct 2018 21:22:41 +0200

Unused

 M lib/Components/Component/Source.php
 M lib/Components/Pear/Environment.php

https://github.com/horde/components/commit/b85588c35e37a116e2bc6de42d83c0830d87dc12

-----------------------------------------------------------------------

commit e357534b416fc97721e2a1741f91f1d80ec480dd
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 26 Oct 2018 21:22:41 +0200

Update error handling.

 M lib/Components/Component/Source.php

https://github.com/horde/components/commit/e357534b416fc97721e2a1741f91f1d80ec480dd

-----------------------------------------------------------------------

commit a77513fb7909e70197061822625ed6837af91cad
Author: Jan Schneider <jan at horde.org>
Date:   Fri, 26 Oct 2018 21:22:41 +0200

Add missing method to interface.

 M lib/Components/Config.php

https://github.com/horde/components/commit/a77513fb7909e70197061822625ed6837af91cad

-----------------------------------------------------------------------

commit f1edc2d56681b04d33874f3d51a911adfa83d0d5
Author: Jan Schneider <jan at horde.org>
Date:   Sun, 28 Oct 2018 17:09:09 +0100

Enable PHP 7.3.

 M .travis.yml

https://github.com/horde/components/commit/f1edc2d56681b04d33874f3d51a911adfa83d0d5

-----------------------------------------------------------------------

commit 3eb9bf5101110160b70268adbc749a03f4185991
Author: Jan Schneider <jan at horde.org>
Date:   Sun, 28 Oct 2018 17:17:18 +0100

Split up validate into preValidate() and postValidate().

 M lib/Components/Release/Task/Announce.php
 M lib/Components/Release/Task/Base.php
 M lib/Components/Release/Task/Bugs.php
 M lib/Components/Release/Task/NextVersion.php
 M lib/Components/Release/Task/Package.php
 M lib/Components/Release/Task/Sentinel.php
 M lib/Components/Release/Task/Timestamp.php
 M lib/Components/Release/Task/Website.php
 M lib/Components/Release/Tasks.php
 M lib/Components/Runner/Release.php
 M test/Components/Unit/Components/Release/Task/PackageTest.php
 M test/Components/Unit/Components/Release/Task/TimestampTest.php

https://github.com/horde/components/commit/3eb9bf5101110160b70268adbc749a03f4185991

-----------------------------------------------------------------------

commit 4fa019ebb67a542167327b2ba5d8200f029cebcb
Author: Jan Schneider <jan at horde.org>
Date:   Sun, 28 Oct 2018 17:19:58 +0100

Throw Horde_Exception_NotFound if file is missing; add getHordeYml() shortcut.

 M lib/Components/Component/Source.php
 M test/Components/Unit/Components/Helper/RootTest.php

https://github.com/horde/components/commit/4fa019ebb67a542167327b2ba5d8200f029cebcb

-----------------------------------------------------------------------

commit 3125975b81579fc281b11e5e243f57e24f76a468
Author: Jan Schneider <jan at horde.org>
Date:   Sun, 28 Oct 2018 17:23:40 +0100

Overwrite methods.

 M lib/Components/Component/Source.php

https://github.com/horde/components/commit/3125975b81579fc281b11e5e243f57e24f76a468

-----------------------------------------------------------------------

commit d6d0094dc47c1135f7e0cd4030764b97adae03a1
Author: Jan Schneider <jan at horde.org>
Date:   Sun, 28 Oct 2018 17:24:36 +0100

Add missing getInstance() to interface.

 M lib/Components/Dependencies.php

https://github.com/horde/components/commit/d6d0094dc47c1135f7e0cd4030764b97adae03a1

-----------------------------------------------------------------------

commit 9f694f3baa8578206acf63470f35e5e4e7d94ff7
Author: Jan Schneider <jan at horde.org>
Date:   Sun, 28 Oct 2018 17:25:20 +0100

phpdoc

 M lib/Components/Component/Source.php
 M lib/Components/Release/Task/Base.php
 M lib/Components/Release/Tasks.php

https://github.com/horde/components/commit/9f694f3baa8578206acf63470f35e5e4e7d94ff7

-----------------------------------------------------------------------

commit 3c8c633ddacf169564f4b3152e081d93f7bf0cee
Author: Jan Schneider <jan at horde.org>
Date:   Sun, 28 Oct 2018 17:26:11 +0100

Add missing property.

 M test/Components/Unit/Components/Release/Task/TimestampTest.php

https://github.com/horde/components/commit/3c8c633ddacf169564f4b3152e081d93f7bf0cee

-----------------------------------------------------------------------

commit 9ba04b3f563ab7bcc8d43aea06252b900b7ef7b5
Author: Jan Schneider <jan at horde.org>
Date:   Sun, 28 Oct 2018 17:26:37 +0100

Implement fatal().

 M test/Components/Stub/Output.php

https://github.com/horde/components/commit/9ba04b3f563ab7bcc8d43aea06252b900b7ef7b5

-----------------------------------------------------------------------

commit 2cfcafbeb38530f86cdb929ab24b651b9742070d
Author: Jan Schneider <jan at horde.org>
Date:   Sun, 28 Oct 2018 17:26:58 +0100

Tweak fixtures.

 M test/Components/Unit/Components/Release/Task/CurrentSentinelTest.php

https://github.com/horde/components/commit/2cfcafbeb38530f86cdb929ab24b651b9742070d

-----------------------------------------------------------------------

commit fc94588de45c4df2e7d22416ca6b9da41f6b7e3b
Author: Jan Schneider <jan at horde.org>
Date:   Sun, 28 Oct 2018 17:27:40 +0100

Update mocked class.

 M test/Components/Unit/Components/Release/Task/TimestampTest.php

https://github.com/horde/components/commit/fc94588de45c4df2e7d22416ca6b9da41f6b7e3b


More information about the commits mailing list