[Buildbot-commits] [buildbot/buildbot] 9c3702: Rewrite the flatten function to be even more flate...
GitHub
noreply at github.com
Mon May 25 20:20:27 UTC 2015
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 9c3702942b445fb0df0145f9a058babf9b6aaeaf
https://github.com/buildbot/buildbot/commit/9c3702942b445fb0df0145f9a058babf9b6aaeaf
Author: Vitali Lovich <lovich at apple.com>
Date: 2015-05-22 (Fri, 22 May 2015)
Changed paths:
M master/buildbot/util/__init__.py
Log Message:
-----------
Rewrite the flatten function to be even more flatenning
Commit: 71aabca0562c4a7bab41e528f7b237f56f497977
https://github.com/buildbot/buildbot/commit/71aabca0562c4a7bab41e528f7b237f56f497977
Author: Vitali Lovich <lovich at apple.com>
Date: 2015-05-22 (Fri, 22 May 2015)
Changed paths:
M master/buildbot/test/unit/test_util.py
Log Message:
-----------
Add test-case that motivates the broken scenario for the existing flatten
It fails when it's nested several levels. Also fix a unit test broken
by the current change that relied on only list being flattened by
default
Commit: c9c634e43b7bfa5836e64c25319d704acf7f069b
https://github.com/buildbot/buildbot/commit/c9c634e43b7bfa5836e64c25319d704acf7f069b
Author: Vitali Lovich <lovich at apple.com>
Date: 2015-05-22 (Fri, 22 May 2015)
Changed paths:
M master/docs/relnotes/index.rst
Log Message:
-----------
Add release notes
Commit: 1f5d930eefd5b4be453a45ff7ae738bbd5106d33
https://github.com/buildbot/buildbot/commit/1f5d930eefd5b4be453a45ff7ae738bbd5106d33
Author: Vitali Lovich <lovich at apple.com>
Date: 2015-05-22 (Fri, 22 May 2015)
Changed paths:
M master/docs/developer/utils.rst
Log Message:
-----------
Update documentation for utils.flatten
Also explain utils.flattened_iterator
Commit: 70daa39ea4094e4e1a36cc4f501d08f3f3c42016
https://github.com/buildbot/buildbot/commit/70daa39ea4094e4e1a36cc4f501d08f3f3c42016
Author: Vitali Lovich <lovich at apple.com>
Date: 2015-05-22 (Fri, 22 May 2015)
Changed paths:
M master/buildbot/test/unit/test_util.py
M master/buildbot/util/__init__.py
Log Message:
-----------
Restore backwards comapability
Tests fail locally even for master. Does reverting to the previous
behaviour fix things?
Commit: 38cde2205315bb4ed239b98a66ba8090613369b7
https://github.com/buildbot/buildbot/commit/38cde2205315bb4ed239b98a66ba8090613369b7
Author: Vitali Lovich <lovich at apple.com>
Date: 2015-05-22 (Fri, 22 May 2015)
Changed paths:
M master/buildbot/test/unit/test_util.py
Log Message:
-----------
Whitespace
Commit: c3f9d9d6a91daefe4fdbc817aa69bf1f330f57fe
https://github.com/buildbot/buildbot/commit/c3f9d9d6a91daefe4fdbc817aa69bf1f330f57fe
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2015-05-25 (Mon, 25 May 2015)
Changed paths:
M master/buildbot/test/unit/test_util.py
M master/buildbot/util/__init__.py
M master/docs/developer/utils.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge branch 'improve_flatten_list' of https://github.com/vlovich/buildbot into vlovich-improve_flatten_list
Commit: 0552bea0d2ca01d029f6a9342f81468a2b0ae145
https://github.com/buildbot/buildbot/commit/0552bea0d2ca01d029f6a9342f81468a2b0ae145
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2015-05-25 (Mon, 25 May 2015)
Changed paths:
M master/docs/developer/utils.rst
Log Message:
-----------
fix docs
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Compare: https://github.com/buildbot/buildbot/compare/ee4ab4caa2e6...0552bea0d2ca
More information about the Commits
mailing list